I want to embed a twitter hastag feed in my web page, as a widget ( like the attached picture ) can any one help?
Asked
Active
Viewed 7,419 times
1 Answers
-5
You could use https://publish.twitter.com/# to create the code for you.
Just fill in the link and then continue along the process. Once it gives you the embed code such as
<a class="twitter-timeline" href="https://twitter.com/shibaeveryday?ref_src=twsrc%5Etfw">Tweets by shibaeveryday</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
Just paste it wherever you need to.

Shib
- 296
- 1
- 13
-
5This does not work for searches (hashtags), unfortunately. – Andy Piper Nov 04 '19 at 22:30
-
Please be very specific in your request. Noone but you knows exactly what you want. I believe then you are going to be trying to access the twitter api. There are tons of these tutorials everywhere. – Shib Nov 05 '19 at 02:28
-
I already tried it but It give just a button on wich we can click to tweet , what I need is all tweets with a specific hastag – Namoat Nov 08 '19 at 10:31
-
did you find any solution for it? – Pooya Panahandeh Jan 13 '20 at 09:56
-
@PooyaPanahandeh I posted the answer – Namoat Jan 23 '20 at 10:35
-
@RoyChan - as far as being very specific in the OP's request: This is precisely why it's best to ask for clarifications, as comments, on the original question, and not post an answer to a very broad, unclear question. – David Makogon Jan 24 '20 at 10:39
-
1@Namoat found any solution? – Junaid Masood Apr 08 '20 at 08:13
-
@Namoat where did you post the answer?! – Gewure Apr 09 '20 at 13:36
-
1I found this solution in an other post [link](https://stackoverflow.com/a/57463772/11377513) . You can use the Javascript library "TweetJS", from www.tweetjs.com You can retrieve and display tweets(only from last 7 days) using this library, but you cannot post out tweets, since this requires authentication. Here's an example: https://www.tweetjs.com/Search.html – Namoat Apr 09 '20 at 17:56
-
Like everyone is saying, this is not a solution to the request for hashtags. – Ron Raney Mar 10 '23 at 19:26