embed twitter hashtag feed in a web page [closed]
Asked Answered
C

1

6

I want to embed a twitter hastag feed in my web page, as a widget ( like the attached picture ) can any one help?

enter image description here

Chyack answered 4/11, 2019 at 12:45 Comment(0)
H
-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.

Helminthiasis answered 4/11, 2019 at 12:48 Comment(10)
This does not work for searches (hashtags), unfortunately.Younts
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.Helminthiasis
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 hastagChyack
did you find any solution for it?Lorica
@PooyaPanahandeh I posted the answerChyack
@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.Honig
@Chyack found any solution?Lymphosarcoma
@Chyack where did you post the answer?!Villarreal
I found this solution in an other post link . 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: tweetjs.com/Search.htmlChyack
Like everyone is saying, this is not a solution to the request for hashtags.Female

© 2022 - 2024 — McMap. All rights reserved.