• Hi i have the problem that if set this short codes the Page doesn’t accept it. So if i like or not i still can see just the non Fan part. What i’m doing wrong? Here is the Code what i paste in my site:

    [fblike like="0"]CONTENT TO SHOW TO NEW VISITORS[/fblike] [fblike like="1"]FAN-ONLY CONTENT[/fblike]

    do i have to add something more that this work? Also the other question is. What happen if i use this on multiple facebook pages?

    http://wordpress.org/extend/plugins/facebook-tab-manager/

Viewing 1 replies (of 1 total)
  • You might be running into a shortcode conflict. We use Woothemes and those themes have a [fblike] shortcode that was overriding this behavior. If this is the problem, then you’ll have to rename the shortcode. To do this, open the fbtab.php in the root of the plugin directory. Go to line 669 and replace the line with this:

    add_shortcode('fbtablike','fblike');

    then use the shortcode [fbtablike] instead of [fblike] and see if that fixes the problem.

Viewing 1 replies (of 1 total)
  • The topic ‘[fblike like="0"] & [fblike like="1"] dont work.’ is closed to new replies.