Display Tweets is a very simple and easy to use Twitter feed plugin. It allows you to display your tweets using the shortcode, PHP function or widget. It's completely future proof and makes authenticated requests to the Twitter v1.1 REST API, ensuring that your tweets don't disappear when the old Twitter API is shutdown (soon).
For more information,
check out my blog. For usage information,
click here.
You can also contribute to the plugin yourself on Github
. Don't be shy, get involved!
Using the plugin is easy. There are three ways to display your feed.
Shortcode:
[display_tweets]
PHP Function:
<?php if ( function_exists( "display_tweets" ) ) { display_tweets(); } ?>
You can also display your tweets using the included widget.