Using the Twitter embed code for individual tweets causes a script to load called widget.js. This script is responsible for dynamically creating HTML tweets.
Is there an event triggered by widget.js when rendering the inline tweet is complete? How will my code know that the rendering is complete?
I need this because I'm trying to use jQuery Masonry to build a set of tweets. Freemasonry fixes the height of the container for each tweet before the tweets are fully displayed, resulting in overlapping. I would like to receive notifications that all tweets are fully displayed in order to update the Masonic layout.
source
share