Extension:TwitterTag/pl
TwitterTag Status wydania: stabilne |
|
---|---|
Realizacja | Znaczniki |
Autor(zy) | Mikko Miettinen Original version: |
Ostatnia wersja | 1.2.1 |
Polityka zgodności | Master utrzymuje kompatybilność wsteczną. |
MediaWiki | 1.27+ |
PHP | 7.1.0+ |
Licencja | Licencja GNU General Public License 3.0 lub nowsza |
Pobieranie | |
Przykład | Jedipedia |
<twitter /> |
|
Quarterly downloads | 7 (Ranked 124th) |
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/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/TwitterTag - 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 were deprecated by Twitter on January 13, 2023. 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" />
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
To rozszerzenie jest dołączone do następujących farm/hostów wiki lub pakietów: To nie jest pełna lista. Niektóre farmy/hosty wiki lub pakiety mogą zawierać to rozszerzenie nawet jeśli nie są one tutaj wymienione. Zawsze sprawdzaj swoje farmy/hosty wiki, aby to potwierdzić. |