ThinkTwit
by Stephen Pickett 4.5 (4 reviews)

ThinkTwit

Outputs tweets from any Twitter users, hashtag or keyword through the Widget interface. Can be called via shortcode or PHP function call and supports …

ThinkTwit ranks #30,662 among WordPress.org plugins with 10+ active installations, is #645 of 1,536 in the Performance category, a 4.5/5 rating from 4 reviews, and was last updated Aug 17, 2021. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 5.8 (Current: 7.1.2)
vtrunk Current Version vtrunk
Updated 5 years ago Last Update on 17 Aug, 2021
Refreshed 12 hours ago Last Refreshed on
#645 of 1,536 in Performance Top 50% by installs No update in over a year
View on WordPress.org
Rank
#30,662
+324 this week
Active Installs
10+
-33.3%
KW Avg Position
79
0.3 better
Downloads
14.7K
+3 today
Support Resolved
0%
No change
Rating
90%
Review 4.5 out of 5
4.5 (4 reviews)

Next Milestone 20

Total Progress 50%
10+ 20+
17,400
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 5 more installs to reach 20+

Rank Changes

30,217 30,388 30,560 30,732 30,903 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
30,116 30,316 30,516 30,716 30,916 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
Current #30,662
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
0 10 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

4.5
4 reviews
Overall 90%
5
3 (75%)
4
0 (0%)
3
1 (25%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about ThinkTwit

There is a known issue where the ThinkTwit sub menus will not expand after you add a widget for the first time. Please simply reload the widgets page and it will now work going forwards.
This is determined by your settings within the widget or your custom call. The default is set to 5.
If using the update frequency "Live (uncached)" ThinkTwit will show tweets that have occurred as far back as "max days" (up to the last 7 days, due to restrictions in the Twitter API). However, any other option will utilise ThinkTwit's own cache and will therefore display anything within the cache (up to "max days"). The exception to this is when the "Paused" option is selected - this will retain tweets (and display those tweets) indefinitely (until the update frequency is changed from "Paused").
If you aren't caching tweets then a message will be shown stating: "There have been no tweets for the past 7 days", but if you are caching tweets then it will simply show the tweets stored in the cache, even if they are older than 7 days. This message can be customised within the settings.
ThinkTwit uses the widget API so should be styled correctly by your theme. It has some default CSS but you may, however, wish to turn this off (in the ThinkTwit Settings) and add your own. If so you should find the following information handy: ThinkTwit essentially outputs tweets as a list The list container can be accessed using ol.thinkTwitTweets All tweets can be accessed using ol.thinkTwitTweets li.thinkTwitTweet Individual tweets can be accessed using ol.thinkTwitTweets #tweet-n where n is the number of the tweet Odd and even tweets can be accessed using ol.thinkTwitTweets li.thinkTwitOdd and ol.thinkTwitTweets li.thinkTwitEven accordingly The author within a tweet can be accessed using ol.thinkTwitTweets li.thinkTwitTweet a.thinkTwitAuthor The author suffix within a tweet can be accessed using ol.thinkTwitTweets li.thinkTwitTweet a.thinkTwitSuffix The content of a tweet can be accessed using ol.thinkTwitTweets li.thinkTwitTweet a.thinkTwitContent The published time within a tweet can be accessed using ol.thinkTwitTweets li.thinkTwitTweet span.thinkTwitPublished The "no tweets" message can be accessed using ol.thinkTwitTweets li.thinkTwitNoTweets The AJAX error message ("Error: Unable to display tweets") can be accessed using `p.thinkTwitError' NOTE: Be sure to use the id to access each style in order to over-write the default CSS.
Turn on no-caching in the widget settings.
Instead of outputting HTML it outputs Javascript. The Javascript uses AJAX (via jQuery) to make a call to a method that returns the HTML which is then inserted in to the correct location. I'm using no-caching but nothing appears below the title Your theme is probably not setup properly. AJAX requires a location to insert the returned data from the server-side call. ThinkTwit puts it in to the div that contains the widget. A Wordpress theme written correctly should output a unique id for each widget that is output. Inform the developer of your theme to have the following (or something similar) in their register_sidebar function: 'before_widget' => '<div id="%1$s" class="widget %2$s">' I'm getting strange errors or no output You may need to clear and rebuild your cache - please use the Clear Cache button within Settings -> ThinkTwit in the Admin area, and then reload the page containing ThinkTwit. Otherwise please re-install - see uninstall instructions.
You can apply a filter - see the following URL for an example: http://digwp.com/2010/02/remove-nofollow-attributes-from-post-content/
Show when published - indicates whether the time the tweet was made is shown e.g. "This happened 1 day ago" Update frequency - indicates how often Twitter should be contacted to get a list of tweets. Use this to turn on or off caching, and to decide how often to update the cache
The uploads/thinktwit/avatars folder may not exist or it may not be writeable (this folder is required for caching avatars). Check that your Wordpress installation has the write permissions to the uploads folder.

Sign In / Register

You need to sign in or register to use this feature.