Template:Twitter

From CWCki
Revision as of 22:27, 3 December 2010 by Dethchemist77 (talk | contribs) (Added usage, recategorized as a userbox and broken template.)
Jump to navigation Jump to search
<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.

    This is a sidebar userbox that provides a link to a user's Twitter account. The format for using this template is as follows:

    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 in case anyone wants to work on it