Twitter Panel
Dependency :
compile ":twitter-panel:0.1"
Summary
Installation
grails install-plugin twitter-panel
Description
The Twitter Panel plugin makes including a twitter feed panel in a GSP page easy.The server.updateInterval determines how often the server will go to twitter to get updates.
The updateInterval determines how often the client browsers will refresh.
Installation
Go to your project directory and type 'grails install-plugin twitter-panel'Add to your Config.groovy file
twitterPanel.username = 'username' twitterPanel.password = 'password' twitterPanel.server.updateInterval = 300 // (optional) default 5 minutes twitterPanel.updateInterval = 120 // (optional) default 2 minutes