I have downloaded the latest version of wp FollowMe and it just won't show up. The plugin is active, I entered my URL, there is nothing I could be doing wrong. Please help.
I have downloaded the latest version of wp FollowMe and it just won't show up. The plugin is active, I entered my URL, there is nothing I could be doing wrong. Please help.
Happening to me, too
Can't get it to work either....
The problem is in how wp-follow prints its markup: it relies on the theme's calling get_footer(), which Thesis doesn't do.
Change line 146 of wp-followme/followme.php from
add_action( 'get_footer', 'show_followme' );
to
add_action( 'wp_footer', 'show_followme' );
omg! it totally works. Thanks, @Austin
This topic has been closed to new replies.