Last updated by admin 2 years ago
grails install-plugin twitter-panel
Last updated by scottburch 2 years ago
The Twitter Panel plugin makes including a twitter feed panel in a GSP page easy.
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
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.
Add to your GSP
<g:twitterPanel />
The plugin displays a panel ready to style. Each component is wrapped in a <div> with a unique class.
If you have any questions or suggestions, feel free to contact me scott (at) bulldoginfo (dot) com
Last updated by admin 2 years ago
Last updated by admin 2 years ago