AJAX Twitter plugin for Wordpress

by lechu on September 29, 2008

image 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

  1. You can update your twitter status from your blog
  2. You can view and display public updates on your blog
  3. You can view and display your followers updates on your blog
  4. You can view and display your followers on your blog and increase your followers
  5. Simple installation
  6. Widget Ready, just need to enable to use
  7. Can you displayed anywhere on your blog, by just adding a simple code if you do not want to display using the widget
  8. Widget fully customisable, size, font, font size, colour, number of updates, number of followers, etc
  9. Enable and disable different features
  10. 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

image

Settings

After activating the plugin, just go to the setting link , you will find the Kish Twitter settings link

image

Once you go to the settings, you will find all the options to customize the view of the “Kish Twitter” Widget

image

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.

Download Now


Possibly Interesting Posts

Should I start a new Email Service? : Two days back I received an email from one of my loyal visitor which reads as follow Dear Kishor..[](0)
IPL Trending on Twitter : Today IPL 2010 season 3 has begun with a glittering start. I was checking the twitter trends and gr..[](0)
Dinner at Ground Six Restaurant - Relax Inn : I was at Relax Inn (Ground Six Restaurant probably because its on the sixth floor) for dinner last w..[](0)
Embedding Video By Just Inserting the Video URL : I am not sure, how many WordPress users know that they can embed video to posts by just inserting th..[](0)
Fill out your e-mail address to receive our free newsletter from Kishore Blog!
E-mail address:
Name:
 

{ 7 trackbacks }

Writing your own Wordpress Plugin | Technology Blog
September 30, 2008 at 2:54 am
30+ Very Useful Twitter Tools You Must Be Aware Of | SEOptimise
November 14, 2008 at 5:49 pm
Provider’s Compass
November 15, 2008 at 5:23 pm
30 Very Useful Twitter Tools!
November 16, 2008 at 5:35 pm
Top 25 twitter tools for Wordpress | honeytech
November 18, 2008 at 11:46 am
Dell tweets $3m in revenues
June 13, 2009 at 2:20 pm
Twitter lands pupil in trouble with exam boards
June 15, 2009 at 3:07 pm

{ 10 comments… read them below or add one }

Kishore September 29, 2008 at 5:58 pm

You can test the widget, which is on the right sidebar of this page

Reply

Hilmy October 2, 2008 at 2:55 am

Kishore,

Looks like a great plugin that I’ve been searching for.
There’s a snag which I hope just a trivial one. I have several warnings when the plugin activated. Here are some:

****
Warning: include_once(…/wp-content/plugins/kishore-twitter/functions.php) [function.include-once]: failed to open stream: No such file or directory in /…/wp-content/plugins/kish-twitter/kish-twit.php on line 28

Warning: include_once() [function.include]: Failed opening ‘/…/wp-content/plugins/kishore-twitter/functions.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /…/wp-content/plugins/kish-twitter/kish-twit.php on line 28

Could you please help me with this? Thanks.

Reply

Kishore October 2, 2008 at 12:45 pm

hilmy – I am sorry for that, please download a new copy and overwrite the files, it should work now without any errors

Reply

Jeff A October 2, 2008 at 4:59 pm

Well, I re-downloaded the plugin and it does not work. I have left the dead widget in my sidebar so you can go there and see for yourself what it is doing. Also the rss link on the bottom of the widget is not inserting the username! I really have high hopes for this to work as I want my tweets there.

Reply

Kishore October 2, 2008 at 5:24 pm

Jeff did you use the widget or did you add the function to your template ?
Some templates are having problem with the widget, I am working on that. Please try using the function instead, just insert
< ? if (function_exists('printKishTwitter')) printKishTwitter(); ?>
and try.

Reply

Kishore October 3, 2008 at 8:48 am

Jeff, the issues are sorted out now, please download the latest files and try. Hope this time it should work. I have tested on different servers and environment

Reply

Christina October 5, 2008 at 1:29 am

I know enough about templates, css, and codes to be dangerous. Where do I paste this in my template?

Reply

Kishore October 5, 2008 at 3:26 pm

-Christina, you can paste it anywhere you want to display the widget. Please make sure that you enter your login details in the settings of Kish Twitter

Reply

planetdamage October 11, 2008 at 4:12 pm

Kishore, how can I avoid the following error message?

Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/content/(…)/html/wp-content/plugins/kish-twitter/twitter_api.php on line 29

Reply

Kishore October 11, 2008 at 4:41 pm

planetdamage – I guess you are not using PHP 5 or above. You will need to edit the twitter_api.php and change all the private to public. I guess you are using php4, I have not tested on PHP 4

Reply

Leave a Comment

Previous post:

Next post: