Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4660 days ago
Is RadiatedTwixel abandoned?
Possibly abandoned (last update 4660 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This is a very lightweight free Twitter widget. You can add as many widgets as you like and poll another users timeline on every widget. Sadly Twitter restricts unauthorized requests, so you can only view a random number of tweets (max. 5), starting with the latest.
Installation
- Upload
radiatedtwixel.phpto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Drag and drop the widget from the ‘Widgets’ menu to your sidebar(s).
- Enter the Twitter username you want to display tweets from in the widget form.
Frequently Asked Questions
Why is it not possible to set an amount of loaded tweets?
Twitter declines the request for tweets without authentication, so it’s only possible to view a random amount of tweets. However, the latest tweet should always be shown.
Scratch that, it is possible now. Why?
To get a specific amount of tweets, you have to activate all include-parameters inside the json-request (which is now done by the plugin). So if you want 5 tweets, you’ll get them!
How can I exclude retweets and replies?
You have to edit the plugin on lines 156 and 157.
Why arent more tweets loaded if I change the “Number of tweets to load” setting?
Just wait for the page to make the next query to tTwitter. Alternatively you could set the “Update tweets every [x] seconds” to 0
Review feed
Screenshots
Changelog
v0.2.2 – Fixed bug “call to a member function format() on a non-object” on line 118 v0.2.1 – Fixed “attribute_escape” deprecation warning by using “esc_attr” v0.2 – Introduced a setting to load a specific amount of tweets.
v0.1 – First release, nothing to say here