Twitter embeds

I have about 12 twitter embeds i’ve included in a page of HTML.
They’re all blockquotes with the class twitter-tweet as copy and pasted from twitter.

At the bottom of my html page I have a single script tag: <script src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

Some of the tweets are showing up fine as expected. Others are just a white box with no content. I am not seeing any errors in the console. All the resources in the network tab are 200, so I can’t work out what the problem is.

Well we cant either if you dont show us the page :wink:

1 Like

https://o-t-w.github.io/

The content is there, although there is a css conflict with the use of “column-width” property.


To verify that content is populated uncheck the property in the browser. Try styling with flexbox instead.

Cheers.

1 Like

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