Skip to content

MeeboMe / meebo me Plugin for WordPress

Overview:

Chat with Meebo

Display your chat widget from meebo me. meebo me lets you chat with your site visitors using your Meebo account.

Features:

  • Generate perfectly valid XHTML code
  • Set Widget ID and Size from within WP-Admin

Requirements:

Installing

  1. Download MeeboMe Plugin.
  2. Extract the contents of ald-meebome-plugin.zip to wp-content/plugins/ folder. You should get a folder called ald-meebome.
  3. Activate the Plugin in WP-Admin.
  4. Goto Options > meebo me. If you are upgrading from an earlier version, it is recommended that you click Default Options so as to clean up any old options.
  5. Add<?php if (function_exists('echo_meebome')) echo_meebome(); ?> where you want to display the meebo me widget.

The Function:

echo_meebome()

The following options can be set through Options > meebo me:

  • Widget ID – This is the 10 character ID in src attribute of the embed tag. e.g. In <embed src="http://widget.meebo.com/mm.swf?vvjWAFUxUI" the ID is vvjWAFUxUI.
  • Size – Select the size of the Meebo Widget.

Customizing:

Add <?php if (function_exists('echo_meebome')) echo_meebome(); ?> where you want to display the chat widget.

Note: Using if (function_exists('echo_meebome')) in the above code ensures that your blog won’t break even if you deactivate the plugin.

I have also made available the function ald_meebome() which has a return value instead of a echo. You can use it as follows:

$str = ald_meebome();
echo $str;

Lastly, you can reset to default options by clicking on Default Options. I recommend you do this once during upgrade if you are upgrading from any older version as it will clean up old variables which the plugin used.

ChangeLog:

  • 1.1.1 – Uploaded the plugin to WordPress Extend
  • 1.1 – Minor bug fixed that caused a white box to be displayed in IE instead of the widget
  • 1.0 – Release

To Do:

  • Custom Size
  • WordPress Widget Support
  • Create Multiple Chat Widgets

I’ve spent a good deal of time and money developing and maintaining the plugin. If you like the plugin and find it useful and would like to donate something for my work please do click the Paypal Donate button below. The payment is secure. I haven’t filled in any amount. Feel free to donate what you please. Any amount is welcome. Thank you :)

License

All files and their contents are licensed under the GNU General Public License (GPL).

Questions or Bugs

If you have any questions or would like to report any bugs then please use the support forum.

Downloads

meebo me Plugin v1.1.1

Leave a comment

  1. Kelley / Sep 3 2006

    Hey Ajay,

    Quick question for ya’… can this be used as a regular plugin or is just simply a widget? If so, could you tell me what the code is for standard plugin usage? Thanks!

  2. Ajay / Sep 3 2006

    Hi Kelly,

    It is a regular plugin. You can use it anywhere you want on your site using the code above.

    It still doesn’t have WordPress Widget support. I will be adding that soon.

  3. Brent / Oct 3 2006

    aloha, is there a way to display the plugin on a single page, rather than the loop?

  4. Ajay / Oct 3 2006

    Hi Brent, you can display the plugin absolutely anywhere in the theme.
    It doesn’t need to be in the loop.

  5. James / Nov 2 2006

    Is it possible to broadcast the chat session so that other visitors can view and join?

  6. Ajay / Nov 2 2006

    Hi James,

    This feature is not offered by Meebo Me at point in time.

  7. lupos / Jan 11 2007

    fantastic this plugin si really fantastic:
    but I’ve a problem how can I have messages in output on my msn? and not in meebo page?

  8. Ajay / Jan 11 2007

    Unfortunately, you can’t do that. You have to be using Meebo.

Trackbacks and Pingbacks

  1. meebo me Plugin for WordPress » Ajay - On the Road called Life!
  2. Weblog Tools Collection » WP-Plugin: meebo me
  3. Instant Messaging sul tuo sito con MeeboMe
  4. Raptxt - keep it terron » Meebo me plugin per wordpress
  5. blogpocket 6.0 » MeeboMe, un widget para chatear con el autor de un blog la locura de los weblogs dentro de uno
  6. shevy.dk » Blog-arkiv » Chat i menuen
  7. Akkam’s Razor
  8. WordPress Plugin-of-the-day : Meebo Me : eConsultant
  9. Web2.0 in Russia » Blog Archive » meebome: connecting readers
  10. Random Blogger » Now you can get Meebo on your website!
  11. Widgets WordPress.com « My adventures with wordpress
  12. Getting to know you at twopointouch: web 2.0, blogs and social media
  13. Talk To Me - Right Here, Right Now ! » Saumil’s Babble Belt

Comments are closed.