"Murphy was an optimist!"
Wibiya Toolbar Not Showing on WordPress Blog November 20, 2009 11:47 am
Posted by Doug McCaughan in : Blog, Publishing, Software, Technology, WordPressIf you are trying to use the Wibiya Toolbar on your WordPress blog, but it will not appear, try editing the Wibiya plugin and changing the code from:
add_action(‘get_footer’, ‘filter_footer’);
to:
add_action(‘wp_footer’, ‘filter_footer’);
trackback

Comments»
[...] started Googling it and found a blog where it was suggested to modify the plugin a bit. I modified the plugin but even then it didn’t turn [...]