Twitter Feed Aggregator
Created by Orckestra
How to add Twitter Feed Aggregator to your website
- Edit a page.
- Insert the Composite.Community.Twitter.FeedAggregator function ( Insert > Function), or add the following code:
Expand code - Edit
Config.xml
to specify your own search terms and/or set the auto-refresh frequency.
How to specify search terms
- In the System perspective, expand
/App_Data/Composite.Community.Twitter.FeedAggregator
and editConfig.xml
. - Add the
Search
element withinTwitterBuzzFeed
and in itsterm
attribute specify the search term by which you want to aggregate the latest tweets.
Expand code
By default, there are two search terms specified: " Orckestra CMS" and " Orckestra CMS". (You can add as many search terms as you need.) - Save
Config.xml
. - Restart the server.
How to set auto-refresh frequency
- In the System perspective, expand
/App_Data/Composite.Community.Twitter.FeedAggregator
and editConfig.xml
. - In the
autoRefresh
attribute ofTwitterBuzzFeed
specify the auto-refresh period for the search in seconds. By default, the feed auto-refreshes every 60 seconds.
SaveConfig.xml
. - Restart the server.
Important Notes
- Restart the server every time you have modified
Config.xml
.
Customization
You can customize the layout by editing its style sheets:
/Frontend/Composite/Community/Twitter/FeedAggregator/Styles.css