Twitter embedded timeline
Unstable feature
The Twitter embedded timeline component is currently not functional due to changes on Twitter's end. Please note that this component is in a deprecated state and may not be supported in the future. We recommend using alternative methods for sharing Twitter content.
A fallback mechanism has been implemented to verify whether the issue still persists. The plugin will attempt to load the Twitter timeline; if unsuccessful, it will default to displaying a link to the Twitter page. If successful, the timeline will be rendered as expected.
Purpose
Helps with implementing Twitter embedded timelines.
Examples: Profile timeline
Standard account
Code
<div class="wb-twitter">
<a class="twitter-timeline" href="https://twitter.com/WebExpToolkit" data-tweet-limit="3" >Tweets by @WebExpToolkit</a>
</div>
"Verified" account
Code
<div class="wb-twitter">
<a class="twitter-timeline" href="https://twitter.com/Canada" data-height="fb-page">Tweets by @Canada</a>
</div>
Twitter developer documentation
- Date modified: