Changes for page TwitterMacros

Last modified by Ludovic Dubost on 2009/01/02 17:09

From version 2.1
edited by Ludovic Dubost
on 2009/01/02 15:22
Change comment: There is no comment for this version
To version 1.1
edited by Ludovic Dubost
on 2009/01/02 15:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,7 +4,7 @@
4 4  
5 5  #macro(twitter_display $list)
6 6  <table>
7 -#foreach($msg in $list)
7 +#foreach($msg in )
8 8  <tr>
9 9  <td style="border: 0px; border-bottom:1px dashed #D2DADA;">
10 10  <a href="$msg.user.url">$msg.user.name</a> $msg.text
... ... @@ -12,10 +12,9 @@
12 12  </td>
13 13  </tr>
14 14  #end
15 -</table>
16 16  #end
16 +</table>
17 17  
18 -
19 19  #macro(twitter_search $text)
20 20  #set($tg = $xwiki.parseGroovyFromPage("Twitter.TwitterGroovy", "Twitter.TwitterGroovy"))
21 21  #set($twitter = $tg.getTwitter("xwikiapi", "xwapi2008"))