Difference between revisions of "Embed Tweets"
Jump to navigation
Jump to search
Tests
Line 1: | Line 1: | ||
{{DISPLAYTITLE:<font face="courier">embedding a tweet</font>}} | |||
{{Test}} | {{Test}} | ||
Line 16: | Line 17: | ||
Most parameters provided by Twitter, such as height=, width=, and lang=, are supported. | Most parameters provided by Twitter, such as height=, width=, and lang=, are supported. | ||
<h3>Tests | |||
<hr> | |||
<center><twitter screen-name="janninereid1" tweet-id="1886894449541955858" width="20" /></center> | |||
<hr> | |||
<center><twitter screen-name="janninereid1" width="200" /></center> | |||
[[Category:Help]] | [[Category:Help]] |
Revision as of 00:35, 5 February 2025
The Extension is called TwitterTag.
Currently the extension supports individual tweets, profile timeline and list timeline. Likes timelines are deprecated by Twitter and pages containing them are added to a tracking category since version 1.2.1.
- To add a tweet, use following code: <twitter screen-name="screen_name" tweet-id="tweet_id" />
- To add a profile timeline, use following code: <twitter screen-name="screen_name" />
- To add a list timeline, use following code: <twitter screen-name="screen_name" list-slug="list_slug" />
- To add a likes timeline, use following code: <twitter likes-screen-name="screen_name" />
- Alternatively, full URL can be provided using parameter href=.
Most parameters provided by Twitter, such as height=, width=, and lang=, are supported.