• If I create a shortcode in a plugin and put that shortcode on a page, the text that it outputs is repeated three times with Simple Facebook Connect activated.

    For example:

    function Test_Text(){
    echo "<p>Hello</p>";
    }
    add_shortcode('Test_me','Test_Text');

    will print “Hello” twice before the page begins it’s formatting and then again in the expected place.

    Is there a workaround for this?

  • The topic ‘SFC and ShortCode conflict’ is closed to new replies.