Difference between revisions of "Template:Twitter"

From CWCki
Jump to navigation Jump to search
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__
</noinclude><noinclude>
[[Category:Templates|{{PAGENAME}}]]</noinclude>
{{documentation}}
</noinclude>

Revision as of 21:48, 3 December 2010

<html>

    <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>

      <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