Extension:TwitterTag/pl
![]() Status wydania: stabilne |
|
---|---|
Realizacja | Tag |
Autor(zy) | Mikko Miettinen Original version: |
Ostatnia wersja | 1.2.1 |
Polityka zgodności | Master maintains backward compatibility. |
MediaWiki | 1.27+ |
PHP | 7.1.0+ |
Licencja | GNU General Public License 3.0 or later |
Pobieranie | |
Przykład | Jedipedia |
<twitter /> |
|
Quarterly downloads | 14 (Ranked 156th) |
Przetłumacz rozszerzenie TwitterTag jeżeli jest dostępne na translatewiki.net | |
The TwitterTag extension adds <twitter />
tag to allow embedding Twitter content on pages.
It is ported from Fandom's extension.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
TwitterTag
w folderzeextensions/
. - Dodaj poniższy kod na dole twojego pliku
LocalSettings.php
:wfLoadExtension( 'TwitterTag' );
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Użycie
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
To rozszerzenie jest dołączone do następujących pakietów lub farm wiki: To nie jest pełna lista. Niektóre farmy/wiki mogą wykorzystywać to extension, nawet jeśli nie są tutaj wymienione. Zawsze sprawdzaj swoje farmy/hosty wiki, aby to potwierdzić. |