Helps with implementing Twitter embedded timelines.
<a class="twitter-timeline" href="https://twitter.com/WebExpToolkit" data-tweet-limit="3" >Tweets by @WebExpToolkit</a>
div element with class="wb-twitter".
<div class="wb-twitter"></div>
<div class="wb-twitter">
<a class="twitter-timeline" href="https://twitter.com/WebExpToolkit" data-tweet-limit="3" >Tweets by @WebExpToolkit</a>
</div>
All configuration options are detailed in Twitter for Websites documentation.
Note: Twitter has removed the ability to embed timelines with searches which includes hashtags. Instead you can use the collections or list which are created using Tweet Deck. Please see Twitter for Websites for more information.
| Event | Trigger | What it does |
|---|---|---|
wb-init.wb-twitter |
Triggered manually (e.g., $( ".wb-twitter" ).trigger( "wb-init.wb-twitter" );). |
Used to manually initialize the Twitter embedded timeline. Note: The Twitter embedded timeline will be initialized automatically unless the required markup is added after the page has already loaded. |
wb-ready.wb-twitter (v4.0.5+) |
Triggered automatically after the Twitter embedded timeline initializes. | Used to identify where the Twitter embedded timeline was initialized (target of the event).
|
wb-ready.wb (v4.0.5+) |
Triggered automatically when WET has finished loading and executing. | Used to identify when all WET plugins and polyfills have finished loading and executing.
|