Viewing 3 replies - 1 through 3 (of 3 total)
  • The shortcode uses a forward slash “/” not a backward one as in your post above. Could that be the problem?

    I think I found the solution to this. In the main social-sharing-toolkit.php file, the very last line of the share_shortcode function reads:

    return $bookmarks;

    but this function executes by itself when called via the WP shortcode, so you need to change it to read:

    echo $bookmarks;

    That fixed it for me.

    Plugin Author LinksAlpha

    (@linksalpha)

    We are not able to replicate the issue on our end. As @miroslav indicated, you need to use [short_code/] instead of [short_code\] and that should resolve the issue.

    @ JeffGreenhouse Thank you for the suggestion. But echo leads to some placement issues with respect to the content.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Shortcode doesn't work’ is closed to new replies.