Widget:Tweet: Difference between revisions
Jump to navigation
Jump to search
Pat Palmer (talk | contribs) (Created page with "<noinclude>__NOTOC__ This widget allows you to '''[https://dev.twitter.com/docs/embedded-tweets embed a tweet]''' on your wiki page. Created by [https://www.mediawikiwidgets.org/User:Pablog Pablo Castellano]. == Using this widget == For information on how to use this widget, see [https://www.mediawikiwidgets.org/Tweet widget description page on MediaWikiWidgets.org]. == Copy to your site == To use this widget on your site, just install [https://www.mediawiki.org/wiki/...") |
Pat Palmer (talk | contribs) mNo edit summary |
||
Line 23: | Line 23: | ||
return window.twttr || (t = { _e: [], ready: function(f){ t._e.push(f) } }); | return window.twttr || (t = { _e: [], ready: function(f){ t._e.push(f) } }); | ||
}(document, "script", "twitter-wjs")); | }(document, "script", "twitter-wjs")); | ||
} | |||
</script> | |||
<!--{/if}--> | |||
<script> | |||
twttr.ready(function (twttr) { | |||
twttr.widgets.createTweet( | |||
"<!--{$id}-->", | |||
document.getElementById("twitter-<!--{$tweetincluded}-->-<!--{$id}-->"), | |||
{ | |||
align: <!--{if $align}-->'<!--{$align}-->'<!--{else}-->undefined<!--{/if}-->, | |||
conversation: '<!--{if $conversation}--><!--{$conversation}--><!--{else}-->all<!--{/if}-->', | |||
cards: '<!--{if $cards}--><!--{$cards}--><!--{else}-->visible<!--{/if}-->', | |||
width: <!--{if $width}-->'<!--{$width}-->'<!--{else}-->undefined<!--{/if}-->, | |||
linkColor: '<!--{if $linkColor}--><!--{$linkColor}--><!--{else}-->blue<!--{/if}-->', | |||
theme: '<!--{if $theme}--><!--{$theme}--><!--{else}-->light<!--{/if}-->' | |||
} | |||
); | |||
}); | |||
</script> | |||
<!--{else}--> | |||
<b style="color:red">No id supplied for Tweet!</b> | |||
<!--{/if}--> | |||
</includeonly> |
Revision as of 08:14, 8 October 2022
This widget allows you to embed a tweet on your wiki page.
Created by Pablo Castellano.
Using this widget
For information on how to use this widget, see widget description page on MediaWikiWidgets.org.
Copy to your site
To use this widget on your site, just install MediaWiki Widgets extension and copy the full source code of this page to your wiki as page Widget:Tweet.