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.