AJAX Twitter plugin for Wordpress29 Sep
I have been working on a plugin which I had early posted on my personal blog. I have finished the Twitter plugin for Wordpress now and ready to release for public download.
This plugin is using the Twitter API to get and post the updates. You need to have a twitter account to post updates. I am sure now almost all the bloggers use twitter.
Features
- You can update your twitter status from your blog
- You can view and display public updates on your blog
- You can view and display your followers updates on your blog
- You can view and display your followers on your blog and increase your followers
- Simple installation
- Widget Ready, just need to enable to use
- Can you displayed anywhere on your blog, by just adding a simple code if you do not want to display using the widget
- Widget fully customisable, size, font, font size, colour, number of updates, number of followers, etc
- Enable and disable different features
- Regular Updates
Installation
Installation is very simple, just upload the unzipped files to the plugins directory and activate the plugin. If you wish to display on the sidebar, just go to the widgets option as shown below
Settings
After activating the plugin, just go to the setting link , you will find the Kish Twitter settings link
Once you go to the settings, you will find all the options to customize the view of the “Kish Twitter” Widget
Options Explained
- Twitter Enabled – If you want this plugin to work, you need to check this option or nothing will be shown even if the plugin is activated
- Enable Public Updates – You can enable or disable public updates on your widget
- Enable Followers Say – By enabling this, you can display the messages from your followers on your widget
- Enable Rel = nofollow – You can add rel tag by enabling this
- Enable Follow Me- You can enable this to get your followers details
- Twitter User Name – You need to enter your username and password for this plugin to work
- Maximum Info Lines – The maximum number of updates that you want to show on your widget. You will need to set this according to the size of the widget.
- Maximum Users- You need to set this to display the number of followers and the number of twitters you follow
- Font- Family – Name of the font that you want to use for this widget, example a series of fonts or font name
- Font Size – Font size of the widget
- Message – You can display a message on the footer of the widget
- After you make the changes, just save the options
You can display the widget anywhere on your blog by just adding the following to your blog template
<? if (function_exists('printKishTwitter')) printKishTwitter(); ?>
If you have a questions please post it here.
Filed Under: Plugins, Technology, Wordpress
Tagged: By Kishore ·
Get My Posts By Email Check Pagerank | Popular Posts | Latest Comments | Bookmark | About Me
Plugin By Kishore
If you could not find what you are looking for, please search our site
10 Comments For This Post
5 Trackbacks For This Post
-
WordPress Plugin Releases for 10/01 | Wordpress Blog NL (October 2nd, 2008 at 12:25 am)
[...] Ajax Twitter [...]
-
Customizable Ajax Twitter Plugin for Wordpress that auto refreshes - Daily SEO blog (October 2nd, 2008 at 2:58 pm)
[...] Customizable Ajax Twitter Plugin for Wordpress that auto refreshes Filed Under (Wordpress) by Mani Karthik on 02-10-2008 A complete customizable, slick twitter plugin that auto refreshes without page reload. If that’s what you’ve been looking for then head over to Kishore Asokan’s blog. He has released a Wordpress plugin that does just that. [...]
-
Configurable AJAX Twitter Plugin For Wordpress | BloggingBandit (October 3rd, 2008 at 12:37 pm)
[...] Twitter Plugin : Homepage | [...]
-
WordPress Plugin Releases for 10/01 | PATRONIT.NET (October 15th, 2008 at 1:43 am)
[...] Ajax Twitter [...]
-
Customizable Ajax Twitter Plugin for Wordpress that auto refreshes | adtech ile reklam 2.0 dönemi ba?l?yor ve Trkycmhrytllbtpydrklcktr r10.net seo yar??mas? (October 19th, 2008 at 1:41 am)
[...] A complete customizable, slick twitter plugin that auto refreshes without page reload. If that’s what you’ve been looking for then head over to Kishore Asokan’s blog. He has released a Wordpress plugin that does just that. [...]







PageRank : 0
Can activate but that is it. No options page and no widget show up.
Found the problem, in this line you put in the wrong directory name.
[code]include_once($root.’/wp-content/plugins/kishore-twitter/functions.php’);[/code]
change to;
[code]include_once($root.’/wp-content/plugins/kish-twitter/functions.php’);[/code]
sorry, that is from the file kish-twit.php for anyone who is trying to fix it.
And then it broke my sidebar when the widget was put in there. Oh well, it is still buggy and I don’t have the time to debug.
Jeff - use the code to display the widget < ?php if (function_exists('printKishTwitter')) printKishTwitter(); ?>
Jeff I have cleared the path problem, please download and overwrite the files
once i install he widget,it broke my sidebar…
Thanks for all the work you’re doing on this plugin. Today’s update of the plugin installs fine, and I was able to add the widget.
For some reason, it combined with my Recent Posts widget when I put the recent posts before Kish Twitter, and when I put Recent Posts AFTER Kish Twitter, It takes away all the themes styling of the widget. I’m using cutline, which is a pretty popular theme. Also, My tweets don’t show up, but I was able to add a tweet when that feature was enabled, so I figure I had the user/pass correct. Any ideas?
-midcpro, it depends on the theme you use. I have tried on diffrent themes, some do have problems like this. try using the function to display on different location, it should work, can you try putting the widget on the left sidebar
-vion - Its again compatiblity problem with the theme design, I will update with a fix for this
good article, very useful.