Extension:TwitterTag/de-formal
![]() Release status: stable |
|
---|---|
Implementation | Tag |
Author(s) | Mikko Miettinen Original version: |
Latest version | 1.2.1 |
Compatibility policy | Master maintains backward compatibility. |
MediaWiki | 1.27+ |
PHP | 7.1.0+ |
License | GNU General Public License 3.0 or later |
Download | |
Example | Jedipedia |
<twitter /> |
|
Quarterly downloads | 14 (Ranked 165th) |
Translate the TwitterTag extension if it is available at translatewiki.net | |
The TwitterTag extension adds <twitter />
tag to allow embedding Twitter content on pages.
It is ported from Fandom's extension.
Installation
- Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens
TwitterTag
im Ordnerextensions/
ablegen. - Folgenden Code am Ende Ihrer
LocalSettings.php
hinzufügen:wfLoadExtension( 'TwitterTag' );
- Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.
Usage
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.
-
Examples of tweets
-
Examples of profile timelines
-
Examples of list timelines
-
Examples of likes timelines
This extension is included in the following packages and/or wiki farms: This is not an authoritative list. Some wiki farms/hosts may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |