If 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’);
Wibiya Toolbar Not Showing on WordPress Blog
Comments
One response to “Wibiya Toolbar Not Showing on WordPress Blog”
-
[…] 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 […]
Leave a Reply