Provides several Twitter widgets: show your own tweets, show tweets relevant to post's tags, show tweets for Twitter lists, show tweets for hasht
This section describes how to install the plugin and get it working.
If you'd like to show one or more widgets in your sidebar follow these simple steps.
Note: The Tweet Blender For Tags widget will show up in your sidebar only on a dedicated post page and only if that post has tags. For index and custom pages (and for posts without tags) nothing will be shown.
You can insert the widget directly into the body of your post or page by following these simple steps:
<form id="tweetblender1" class="tb-widget-configuration" action="#"><div>
<input type="hidden" name="sources" value="@tweetblender,#tweetblender,@tweetblender/testlist,tweetblender" />
<input type="hidden" name="refreshRate" value="60" />
<input type="hidden" name="tweetsNum" value="4" />
<input type="hidden" name="viewMoreUrl" value="http://twitter.com/tweetblender" />
<input type="hidden" name="viewMoreText" value="Follow Us!" />
</div></form>
Notes: make sure the id of the form is unique on that page. Only sources is a required setting.
For greater flexibility, there is a PHP template tag that allows you to add tweet blender to a custom page template or a template in your theme. Edit the PHP page template where you want to include the widget and put the following tag in:
tweet_blender_widget(array(
'unique_div_id' => 'tweetblender-t1',
'sources' => '@knovitchenko,@tweetblender/testlist,#tweetblender,twitter',
'refresh_rate' => 60,
'tweets_num' => 5,
'view_more_url' => 'http://twitter.com/tweetblender',
'view_more_text' => 'follow us!'
));
For the related tweets widget that uses post's tags you would use the following:
tweet_blender_widget_for_tags(array(
'unique_div_id' => 'tweetblender-tt1',
'refresh_rate' => 60,
'tweets_num' => 5
));
Requires: 2.8.0 or higher
Compatible up to: 3.2.1
Last Updated: 2011-8-23
Downloads: 189,036
1 of 13 support threads in the last two months have been resolved.
Got something to say? Need help?