jquery - Embedding tweets with ajax loading -


so twitters embedded tweets work great within wordpress site, problem posts loaded via infinite scroll don't render tweets, appear blockquotes.

    <blockquote class="twitter-tweet"><p>it’s not can announce i’ve spent exciting afternoon in bathhouse, did today. hidden roman one. amazing.</p>&mdash; stephen fry (@stephenfry) <a href="https://twitter.com/stephenfry/status/320226229569609728">april 5, 2013</a></blockquote> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> 

this render out blockquote unless it's loaded @ initial page load.

is there way make tweets in posts loaded via ajax render properly?


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -