Twitter Macro
This is a Velocity macro, which isn't bundled with any XWiki product by default.
Macro developed by the XWiki Development Team.
This macro can be downloaded.
Macro developed by the XWiki Development Team.
This macro can be downloaded.
Twitter Macro
This packages give access to the Twitter macros, panels or badges that can be used in XWiki. It provides panels showing the last updates of the Twitter 'XWiki' channel as well as the last updates containing the word 'xwiki' and a Twitter flash badge. It also gives access to Twitter macros allowing to display anywhere in XWiki the list of updates or twitter search results. Note that you can also use scripting to do your own custom Twitter interaction. These macros are using the Twitter4J api. Here is how to embed your Twitter streams in your own XWiki pages:#includeMacros("Twitter.TwitterMacros") #twitter_user("xwiki" 20) #twitter_search("xwiki" 20) #twitter_badge("xwiki")