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’);
A juggling technophile shares personal stories, challenges, humor and perhaps some political commentary.
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’);
[…] 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 […]