Official Twitter and Periscope plugin for WordPress. Embed content and grow your audience. Requires PHP 5.6 or greater.
As of April 2026, Twitter is a WordPress twitter plugin with 10K+ active installations and a 2.5/5 rating from 32 reviews. It has been downloaded 706K+ times in total. Requires WordPress 4.7+ and PHP false+. Available on WordPress.org since 2009. Last updated 6 years ago — may have compatibility concerns. Downloads are down 19% this week. Top alternative: Nextend Social Login and Register.
Embed Twitter content, improve sharing on Twitter, convert your web audience into Twitter or Periscope subscribers, and easily track visits to your website from Twitter advertising.
Requires PHP version 5.6 or greater.
Embed Twitter content by pasting a URL, customizing a shortcode, or in a widget area.
Customize embed display to match your theme. Choose a light or dark background, customize link and border colors, and customize timeline template components through your site’s WordPress administrative interface.
The plugin automatically customizes an embed’s template text to match the locale of your site, optimally loads Twitter’s JavaScript to improve site speed and extensibility, and…
Motivated by our love to twitter and its analytics we have launched a tool to complement this plugin. https://wordpress.org/plugins/ki-twitter-analytics/
I agree with others. I checked the Wiki and I am still baffled on how to include a simple timeline. You would think it’d be just as easy as embedding their code.
Uninstalling in 3, 2…
Update: This is what you are looking for:
JUNK. It doesn’t work. Can’t save after adding as a widget. If I have to spend more than 10 minutes setting up the basics for a Widget, it gets canned.
I use this to add recent tweets (with images) in the sidebar. It works well.
there are two type of twitter card: summary_large_image and summary
<meta name=”twitter:card” content=”summary_large_image” />
if you need change to large image, you need add below code to twitter.php manually, not in the admin panel:
function twitter_card_type( $card_type, $query_type, $object_id )
{
return 'summary_large_image';
}
add_filter('twitter_card_type', 'twitter_card_type', 10, 3);
more information from: https://github.com/twitter/wordpress/wiki/Cards
I am going to vote 1 star, not good plugin, really wast time.
| WordPress | 4.7+ requiredTested up to 5.2.24 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.