XDTalk Plugin for WordPress
XDTalk is a chat plugin for WordPress that allows registered users to Instant message each other while on your site.
To install, download the zip file, unzip, then upload the xdtalk directory into your WordPress plugins directory. After that go into your WP admin and activate the plugin, then go to Manage > XD Talk Admin, and set your settings.
To get the chat html to show up in your sidebar, simple paste the following code in the desired spot in your Sidebar template:
< ?php
if (function_exists(”xdtalk_echo_sidebar_setup”)){
xdtalk_echo_sidebar_setup();
}
?>
As I blogged about this plugin as soon as I came to know about it, I did not get the time to test it.
I am going to test it now offline using EasyPHP, and will let you know more about it. Well I won’t be able to test the actual chat function offline, so I might install it here on johntp.com.
Update: The plugin did not work with the above code for me. If this is the same case for you try this:
< ?php xdtalk_echo_sidebar_setup(); ?>
Remove the space between ‘< ' and '?php‘ (I can’t seem to remove it)
Read posts on your favorite topic
Blogging | Make Money Online | WordPress | SEO | Internet
Software | Google | Tutorials | Tweaks | Others
Must be valid. No spam from me, promise. Or read via RSS.

