• Resolved jfkseo

    (@jfkseo)


    Hi.

    I’ve a strange issue.
    When buttons automatically included by the plugin – everything works great.

    But if I include the plugin with a shortcode:
    <?php echo do_shortcode(‘[ssba]’); ?>
    ( I also tried: [ssba] )
    – either in post / page or in template – the button links are broken (buttons are not a link) – and just prints everything out.

    Is there a solution, advise, fix, a code – I can change, or a script I can include to fix this?

    Thanks
    Fred

    https://ww.wp.xz.cn/plugins/simple-share-buttons-adder/

Viewing 1 replies (of 1 total)
  • Smeeshane

    (@shanelowry)

    Hi Fred,
    Start again and inside your template page php code add
    php echo do_shortcode(‘[ssba]’);
    I added to bottom of the php code in my theme image attachment template so Simple Share Buttons appear at the bottom of the pages. See this page

    Otherwise add [ssba] manually to your pages where you want the buttons to appear.
    See where the image share buttons appear here

    Good luck,
    Shane

Viewing 1 replies (of 1 total)

The topic ‘Strange link issue with shortcode’ is closed to new replies.