Recent Tweets Shortcode

Displays a list of recent tweets in list form

Shortcode:

[recenttweets]

Attributes:

id
This is the "name" of the collection of tweets. It is used as an identifier if you have multiple different collections of recent tweets on the same page. Use any string for this value (e.g. "mytweets")

twitteraccount
Can have the value of any valid twitter account

limit
Can have the value of any number. This is the number of tweets you want to show in your list

Examples:

The following shortcode will display 3 recent tweets for 9bitStudios...

[recenttweets id="myTweets" twitteraccount="9bitStudios" limit="3"]

The reult might look something like the following...

Recent Tweets

Back to Shortcodes »