• Hello everyone!
    I downloaded the plugin Simple Facebook Connect and I want to put in my posts the share button. In the collocation options it says:

    Manually add the button to your theme or posts (use the sfc_share_button function in your theme, or the [fb-share] shortcode in your posts)

    The problem is that I don’t know what exact code I have to place in my theme…
    TIA

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Well, the most obvious code to put in the theme would be sfc_share_button();.

    Thread Starter Adriabs

    (@adriabs)

    I’ve done it, and the thing is that it should work because it shows on the page code as it should apperar, but it just doesn’t show where it should be

    here you are the link of my website: http://britneyrocks.com/
    thank you for your help

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Your page appears to be missing the wp_footer(); code in your theme’s footer.php.

    Edit the theme and add the proper footer code. Look at the default theme’s footer for an example of how it should look.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I don't know what function code I should use… so desperate’ is closed to new replies.