Posted on 1 Comment

Wibiya Toolbar Not Showing on WordPress Blog

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’);

1 thought on “Wibiya Toolbar Not Showing on WordPress Blog

  1. […] 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

This site uses Akismet to reduce spam. Learn how your comment data is processed.