CMS MADE SIMPLE FORGE

Name Type Description
Chirps Plugin Prints tweets from a specified Twitter account in their simplest form. Upload the file to your plugins folder, then view details in Admin > Extensions > Tags
cgtweet Module CGTweet is a module for reading from, and writing to twitter. It is capable of tweeting messages for any Frontend user, and displaying a simple timeline for a user account.
BWTwitter Module What does this module do? The goal of BWTwitter is to make showing tweets from different sources as easy as possible Multiple sources can be created (user profiles, hashtags, search terms) and grouped. Sources can also be called individually. How do I use it? BWTwitter can be used with the {BWTwitter} tag in every page or template. You can either show a group of sources or call sources individually. (See parameters) How does it work? By default the database with tweets is refreshed when the {BWTwitter} tag is called on a page. If a specific group or source is given as a parameter, only those sources will be refreshed to keep loading time as low as possible. You can let the database be refreshed, even when the tag is not called on a page, on the settings tab. You can also set the time that should have passed before a source is refreshed. We recommend settings this at 5 minutes (300 seconds) to keep loading time as low as possible and to not exceed the maxium amount of requests to Twitter. Users If you don't want to show tweets from a specific user you can search for the user in the users tab and deactivate the user. Tweets from this user won't be saved in the database and won't be shown if deactivated. Parameters (optional) lang="en_US" - Deprecated - Override the current language that is used for selecting translated strings. (optional) group="" - ID of the group to show tweets of. (optional) source="" - ID of the source/sources to show tweets of, seperated by commas. For example {BWTwitter source="1,3"} (optional) limit="20" - Number of tweets to show. (optional) template="Default" - Template to be used to show the tweets.