• Resolved sashabenson

    (@sashabenson)


    maybe someone can help me figure this out… when I have a long post that has a read more link – the social sharing icons do not appear. they do when the posts are not exceeding the max character length I have setup in my code.
    So my guess is these buttons will not appear because I have selected “display after content” in general settings. So this literally wont display when there is truncating involved. How do I get this feature to always appear at the bottom of the post even if the content isn’t fully listed initially?

    http://wordpress.org/extend/plugins/social-sharing-toolkit/

Viewing 1 replies (of 1 total)
  • Thread Starter sashabenson

    (@sashabenson)

    Ok I figured it out!
    In the loop I placed the following where I wanted it to print to the page:

    <?php
    $social_sharing_toolkit = new MR_Social_Sharing_Toolkit();
    echo $social_sharing_toolkit->create_bookmarks();
    ?>

Viewing 1 replies (of 1 total)

The topic ‘sharing buttons not appearing with long posts’ is closed to new replies.