[    [    [    [    [    [    [    b l o g g i n   s p a c e    wiki   ]    ]    ]    ]    ]    ]    ]

Difference between revisions of "Embed Tweets"

From blogginpedia
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Test}}  
{{Test}}  
{{DISPLAYTITLE:<font face="courier">embed tweets</font>}}
The Extension is called [https://www.mediawiki.org/wiki/Extension:TwitterTag TwitterTag.]
The Extension is called [https://www.mediawiki.org/wiki/Extension:TwitterTag TwitterTag.]


Line 15: Line 16:


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]]

Latest revision as of 00:38, 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.

Tests