Example 1
Show 5 tweets from the user CoupaCafe including retweets and open any links in a separate window:
[twitter_stream user="CoupaCafe" count=5]
@KatiDahm Welcome!
— Coupa Café (@CoupaCafe) May 17, 2013
Coupa Cafe @ #StanfordGolfCourse Opening Party! #stanford #cardinal #golf http://t.co/jNf0caayHB
— Coupa Café (@CoupaCafe) May 16, 2013
Example 2
Show latest 2 tweets from CoupaCafe using the list-template including retweets and open any links in a separate window
[twitter_stream template="list" user="CoupaCafe" new_window="true" include_rts="true" count=2]
-
nikhil_pandit Nikhil Pandit
Example 3
The minimal-template for use in a sidebar showing 3 popular tweets for the hashtag #cardinals within a 200 miles radius of Standford University:
[twitter_stream template="minimal" search="#cardinals" result_type="popular" geocode="37.422590,-122.16541,200mi" count=3]
Example 4
The template “latesttweets” showing the 3 latest tweets of CoupaCafe’s student list.
[twitter_stream template="latesttweets" list="CoupaCafe/students" count=3]
- Are they going to redo the Kevin Durant nightmare commercial with Marc Gasol instead of Dwyane Wade?
- Apple is destroying the internet.
- Cars use too much gas. Ugh. Tesla is onto something.
Credits to eshbeata for the design and Fred for jQuery.dotdotdot
Example 5
“Tweetboxes” showing 2 of CoupaCafe’s favorites tweets:
[twitter_stream template="tweetboxes" favorites="CoupaCafe" count=2]
Can be customized with the custom-options “background” and “text”:
[twitter_stream template="tweetboxes" favorites="CoupaCafe" background="#333" text="rgba(220,180,200,0.8)" count=2]
Credits to Catalin for the CSS
Example 6
Showing one tweet via its ID using the twittersweet-template
[twitter_stream template="twittersweet" id="144612482730827776"]
alternate design with the option “dark” set to true:
[twitter_stream dark="true" template="twittersweet" id="144612482730827776"]
Credits to Nymphont for the design
Example 7
The twitterbird-template showing the last tweet of the user “garee76″ (excluding replies)
[twitter_stream template="twitterbird" user="garee76" exclude_replies="true" count=1]
182 days ago via Twitter for iPhone
small version:
[twitter_stream small="true" template="twitterbird" user="garee76" exclude_replies="true" count=1]
182 days ago via Twitter for iPhone
Credits to Deepu Balan for the design
Example 8
show only images with the image-template
[twitter_stream template="images" user="garee76" count=100]
Example 9
Showing avatars of 12 tweet-users of the public twitter-timeline. Set cache-time to 60 minutes.
[twitter_stream template="avatars" cache_time=60 count=12]
Example 10
Define your own template and show in a sentence the time of user’s last tweet
[twitter_stream_template user="garee76" count=1]My latest tweet was sent {{#items}}{{tweet_time_relative}}{{/items}}[/twitter_stream_template]My latest tweet was sent 182 days ago
Please post comments on the plugin-page

