Display your Twitter followers anywhere in the site or use the widget to display it…
Display your Twitter followers anywhere in the site or use the widget to display it on the sidebar.Like Faebook’s Like Box show your followers and a button to follow you. Also you can display people YOU follow instead of followers by simple changing settings on the widget. Colors are also editable in the admin settings page.
To call the Twitter like box anyplace on your theme use:
<?php twitter_like_box($username='chifliiiii') ?>
Also you can change the total users to display and show users you follow by applying false to show followers
<?php twitter_like_box($username='chifliiiii', $total=25, $show_followers = 'false') ?>
Also you can call the widget in any page by using shortcodes:
[TLB username=”chifliiiii” total=”33″ width=”50%”]
This plugin don’t use cron jobs or anything that will overload your server like other plugins. It uses the new functions of wordpress (transient API) to cache results for 6 hours instead of query Twitter every time that a page is refreshed or visited on your site
CHECK FOR INSTRUCTIONS INSIDE THE PLGUIN
Twitter Like Box (http://www.timersys.com/plugins-wordpress/twitter-like-box/)
Increase your Twitter followers with Social PopUP Plugin (https://wordpress.org/extend/plugins/popups/)
Unzip and Upload the directory ‘twitter-like-box’ to the ‘/wp-content/plugins/’ directory
Activate the plugin through the ‘Plugins’ menu in WordPress
Go to Widgets; You’ll see a new widget called ‘Twitter Like Box’. Drag and Drop it in the sidebar.
or
To call the Twitter like box anyplace on your theme use:
<?php twitter_like_box($username='chifliiiii') ?>
Also you can change the total users to display and show users you follow by applying false to show followers
<?php twitter_like_box($username='chifliiiii', $total=25, $show_followers = 'false') ?>
This widget is intended to work on any sidebar size, so when you call it directly you need to place it in a div container with a fixed width
= 1.3.6=
* Bump readme file.