I’ve added embedded timelines for several twitter handles on our website. Some of them work great, but others are showing the message “There are no tweets to show.” Is there a limit to how many embedded timelines can be put on a site or is there any other reason why this wouldn’t work?

You can check out the timelines at Startups | K9 Ventures. Clicking on each tile should bring up the tweets for that particular one.

Thank you!

I noticed you include the widgets.js script multiple times - it may work better if it was included once at the end of the page, after all the <a class="twitter-timeline".. elements have loaded in the page. I think widgets.js should pick up all of them.

Also some of the handles are missing the correct <a class="twitter-timeline".. tag, and have a <p>There are no tweets to show.</p> instead. I don’t know how exactly things are implemented in the backend for your site, so this may not be relevant.

Igor,

Thank you for the response. I moved the widget.js script out of the loop and while doing that I discovered that my loop was running on the wrong variable and therefore missing some of the valid timelines.

So this was totally a bug on my part, but your response pointed me in the right direction to figure it out. So I appreciate the help!

Regards,
-Manu

1 Like

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