Difference between revisions of "Template:Twitter"
m (Added documentation.) |
(Added usage.) |
||
Line 10: | Line 10: | ||
|} | |} | ||
<noinclude> | <noinclude>{{clear}}{{usage|1= | ||
== Usage == | == Usage == | ||
=== Example === | === Example === | ||
Line 26: | Line 26: | ||
|color = #FFFFFF | |color = #FFFFFF | ||
}} | }} | ||
{{clear}} | |||
okay, doesn't seem to work, leaving this here incase anyone wants to work on it | okay, doesn't seem to work, leaving this here incase anyone wants to work on it | ||
}} | |||
__NOTOC__ | __NOTOC__ | ||
[[Category:Templates|{{PAGENAME}}]]</noinclude> | |||
{{ | |||
</noinclude> |
Revision as of 20:48, 3 December 2010
<html>Twitter Updates<a href="http://twitter.com/{{{username}}}" id="twitter-link" style="display:block;text-align:right;">follow me on Twitter</a> <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script> <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/{{{username}}}.json?callback=twitterCallback2&count=5"></script></html> |
Usage
These usage notes will not be included in articles bearing this template.
Usage
Example
{{twitter |username = cogsdev |border = #FFFFFF |bg = #000000 |color = #FFFFFF }}
Result
<html>Twitter Updates<a href="http://twitter.com/cogsdev" id="twitter-link" style="display:block;text-align:right;">follow me on Twitter</a> <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script> <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/cogsdev.json?callback=twitterCallback2&count=5"></script></html> |
okay, doesn't seem to work, leaving this here incase anyone wants to work on it