Description
Did you ever want Twitter plugin that allows you to setup multiple hashtags or usernames, collect new tweets on selected time and on top of that, you can define style and format as you wish for displaying ?
Look no more, Another Twitter Plugin is here, yes it is “another” one of that plugins, but this one you want to have and it will save you time.
A few options:
- Enable/Disable auto collecting new data
- Reset old Tweets
- Define up to 5 usernames or hashtags you want to collect tweets from
- Choose what information to display and how
- Choose how often to collect new data
- Choose how much tweets to save/display on yor website
How It’s Made?
This plugin was made using Abraham Williams script for Twitter oAuth , you can find Another Twitter Plugin on Github here or you can contact me if you need any help.
Installation
- Upload the plugin files to the
/wp-content/plugins/another-twitter-extension
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Find Another Twitter-> Twitter Settings in your Admin Panel and add your twitter application.
- Find Another Twitter-> Plugin Settings in your Admin Panel and setup your hashtags/usernames.
- Find Another Twitter-> Dashboard in your Admin Panel and enable plugin.
- Copy the Shortcode [dt_atp_twitter] :
- If you want to add it to sidebar follow this :
https://www.wpbeginner.com/wp-tutorials/how-to-use-shortcodes-in-your-wordpress-sidebar-widgets/data - If you want to add it directly to your source code, just add this to your code:
<?php echo do_shortcode( '[dt_atp_twitter]' ); ?>
- If you want to add it to some kind of post, just add this to your post text: [dt_atp_twitter]
FAQ
- Will WP cron work if I have low traffic?
-
No, you will have to add your website to cronjob if you have low traffic.
Reviews
Contributors & Developers
“Another Twitter Plugin” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Another Twitter Plugin” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.6
- Fix problem with twitter api returning float for id
1.0.5
- Update wp cron function
1.0.4
- Fix problem with regex for #/@ in status output
1.0.3.1
- Ajax problem fix
1.0.3
- Custom Date Format setup
1.0.2
- Few UX Updates
1.0.1
- Minor Updates
1.0
- Beta release to public.