[[PageOutline(2-5,Contents,pullout)]] = Latest Tweet Macro = == Description == Trac Wiki Macro to render last tweet by a user {{{ [[LatestTweet(radman)]] }}} Where {{{radman}}} is the userid that you wish to display. Will render: {{{ #!html <span class="tweet">Said about 9 minutes ago: "having fun with Trac! I &lt;3 macros."</span> }}} '''Requires''': python twitter (http://code.google.com/p/python-twitter/) == Bugs/Feature Requests == Existing bugs and feature requests for LatestTweetMacro are [http://bitbucket.org/mrcaron/lasttweet/issues/?status=new&status=open here]. If you have any issues, create a [http://bitbucket.org/mrcaron/lasttweet/issues/new/ new ticket]. == Download == Download the zipped source from [http://bitbucket.org/mrcaron/lasttweet/get/tip.zip here]. == Source == You can check out LatestTweetMacro from bitbucket.org using Mercurial: {{{ $ hg clone http://bitbucket.org/mrcaron/lasttweet/ }}} == Example == {{{ [[LatestTweet(radman)]] }}} Will render: {{{ #!html <span class="tweet">Said about 9 minutes ago: "having fun with Trac! I &lt;3 macros."</span> }}} == Recent Changes == [[ChangeLog(latesttweetmacro, 3)]] == Author/Contributors == '''Author:''' Michael Caron ([wiki:mrcaron]) [[BR]] '''Maintainer:''' Michael Caron ([wiki:mrcaron]) [[BR]] '''Contributors:'''