rob-murray / jekyll-twitter-plugin

A Liquid tag plugin for the Jekyll blogging engine that embeds Tweets, Timelines and more from Twitter API
MIT License
238 stars 30 forks source link

no feed shown, just a link to the twitter page #33

Closed linamnt closed 6 years ago

linamnt commented 6 years ago

On the rendered page, nothing but the link to the twitter page shows. No twitter feed embedded. Could I have misinstalled or have a setting wrong? I believe I had this working at some point.

This is what I get when I put {% twitter https://twitter.com/username maxwidth=500 limit=5 %} in my .html and after I've run jekyll serve:

 <div class="jekyll-twitter-plugin">
<a class="twitter-timeline" data-width="500" data-tweet-limit="5" href="https://twitter.com/username?ref_src=values">Tweets by Username</a>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
linamnt commented 6 years ago

Sorry this seems to be only a problem on Firefox, works fine on chrome etc.

linamnt commented 6 years ago

Okay, it seems that turning off tracking protection in Mozilla Quantum allows the twitter feed to show.