I tried to create widget to integrate list of tweets with a hashtag #2fat2chocobo on my website but there is a problem.

If i try with a widget, non one of the tweets will appear, but if you search for that hashtag on a twitter it will appear a lot of them: https://twitter.com/hashtag/2fat2chocobo?src=hash&lang=en

Here is what I inserted into my website and I can’t get any of tweets:

            <a class="twitter-timeline"  href="https://twitter.com/hashtag/2fat2chocobo" data-widget-id="771437150936195555">#2fat2chocobo Tweets</a>
            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>

Please help me.

The search widget will only show Tweets within the past 7 days. There are none matching this query within 7 days.

Hi Andy,

Thanks for very fast reply!

Is there any other way how can I integrate list of all tweets with a hashtag #2fat2chocobo?

You could make a collection of Tweets using eg Tweetdeck, and embed the collection.

I can’t make tweetdeck collection with any of tweets with that hashtag. Screenshot by Lightshot What could be the problem?

Can I build twitter app with API which will show all tweets with a hashtag #2fat2chocobo?

You can use the Collections API to do this, yes. In the case of TweetDeck, you’d need to create a search column showing the Tweets, and an empty collection column, then drag the Tweets from the search into the collection.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.