I would like to announce the release of the WOW-Twitter WordPress plugin. Loosely based on the post WordPress – Display your Cached Tweets using PHP and OAuth it features a widget, optional shortcode, optional badge, backup and debugging feature. Version 1.1 now includes an automatic update via GitHub from within the WordPress dashboard.
This plugin has been deprecated and no further edits will be made. You can find the public archive on GitHub.
This plugin has been tested on WordPress 3.1 and above, including 4.2.2 and requires PHP 5.3 with the Curl Extension installed. If your server is incompatible it will display a message on activation.
WOW-Twitter includes a widget, an optional shortcode to add to your posts, pages or anywhere in your theme, an optional badge with a follow me button which you can display on your single pages, a backup feature, debugging feature and an administration area.
Add your Twitter keys, tokens, and username to the corresponding fields. Set the number of tweets you would like to fetch and how often you want to synchronise with the Twitter API. Change the settings if you wish to style, and configure mentions and retweets. The CSS check-box is enabled by default but if you wish to add the code to your stylesheet then this can be safely disabled.
The debugging area will display any error messages if they occur. The “Check Status” button will check that you have successfully connected to the Twitter API or display any error messages as they occur.
The backup feature automatically runs once a week in the background. If the Twitter API goes down then your latest tweets will be displayed from the backup, and a confirmation message will appear in the debugging area.
Follow this handy tutorial.
WOW Twitter WordPress plugin uses SSL which requires 4 keys.
Unfortunately, if you have set Exclude Replies and Retweets to False these are filtered from the results total fetched from Twitter. Currently, there is no alternative other than to set your Maximum Tweets to a higher amount!
Currently, the maximum allowed is 180
There is a shortcode to add your Twitter Stream to your posts, pages and also your theme. The shortcode to enter into the WP admin editor for posts and pages is
To use the max tweets value set in the admin
[wow-twitter]
Fetches a proportion of the values set in the admin
[wow-twitter max_tweets=30]
To integrate into your theme add the following.
<?php echo do_shortcode('[wow_twitter]');?> //or <?php echo do_shortcode('[wow_twitter max_tweets=30]');?>
You can style to your own taste using #wow_twitter .tweet if using a shortcode. The widget uses minimal CSS and can be styled using .widget_wow_twitter_stream There is also an option to remove the built-in CSS file in the admin settings.
If you require any more information, or have any bugs, requests or advice to make WOW-Twitter better then please feel free to post a comment.
Welcome to Hot Web Dev October 2024, featuring the latest technology and web development news.… Read More
In this tutorial, you’ll build a fun and interactive guessing game using Svelte 5, the… Read More
Welcome to Hot Web Dev September 2024, featuring the latest technology and web development news.… Read More
The JavaScript guessing game tutorial is a simple beginner's project. It features modern JavaScript syntax… Read More
If you have been following the monthly Hot Web Dev magazine you will find the… Read More
Welcome to Hot Web Dev August 2024, featuring the latest technology and web development news.… Read More