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.
Dependencies
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 Features
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.
WOW-Twitter Admin 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.
WOW-Twitter Debugging
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.
Backup Feature
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.
FAQs
How do I create an app on Twitter?
Follow this handy tutorial.
Why do I have to enter 4 token/secret keys as other Twitter Plugins only use 2?
WOW Twitter WordPress plugin uses SSL which requires 4 keys.
Why do I not see the total amount of Tweets I have set?
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!
How many tweets can I fetch?
Currently, the maximum allowed is 180
Can I add Twitter to my posts, pages or Theme?
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]');?>
Can I style it myself with CSS?
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.
Discover more from WorldOWeb
Subscribe to get the latest posts sent to your email.
Is it possible to use multiples accounts?
Hi Marco. Just single users at the moment but will add that as a feature request for the next version.
© 2024 WorldOWeb. All rights reserved