Difference between revisions of "Template:Twitter"

From CWCki
Jump to navigation Jump to search
m (Added categorization)
m (Added documentation.)
Line 30: Line 30:


__NOTOC__
__NOTOC__
</noinclude><noinclude>
{{documentation}}
</noinclude>
</noinclude>
[[Category: Templates]]

Revision as of 00:47, 27 November 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

    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


      Template documentation (for the template shown above, sometimes hidden or invisible)

      Visit Template:Twitter/doc to edit this text! (How does this work?)