Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author nertworks

    (@nertworks)

    That’s a great idea. i’ll get back to you with a solution.

    Plugin Author nertworks

    (@nertworks)

    Ok. Version 1.07 has the shortcode [get_social_code] can be put anywhere. Hope you enjoy

    Plugin Author nertworks

    (@nertworks)

    Oh and for PHP use
    echo do_shortcode(“[get_social_code]”);

    and Boom goes the dynamite.

    Plugin Author nertworks

    (@nertworks)

    Marking as resolved.

    Thread Starter playmode

    (@playmode)

    Thank you for your prompt response. You guys are amazing! Keep up the great work!

    Thread Starter playmode

    (@playmode)

    Hi I tried inserting this line of code into the inde.php page but it didn’t work.

    <?php echo do_shortcode(“[get_social_code]”); ?>

    Please let me know what I’m doing wrong.

    Thanks,

    John

    Plugin Author nertworks

    (@nertworks)

    Can you send me a link.

    Thread Starter playmode

    (@playmode)

    Site is being developed and password protected.

    Below is were I placed the social code:

    <div class=”post-wrapper”>
    <div class=”post-container”>
    <div class=”post-data”>

    <h1>Page Title goes here</h1>
    <?php echo do_shortcode(“[get_social_code]”); ?>

    Thread Starter playmode

    (@playmode)

    It’s working now!

    <?php echo do_shortcode(“[get_social_code]”); ?>

    thx again

    Plugin Author nertworks

    (@nertworks)

    Glad to hear it.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to add Social Share Tools Plugin to a customized index page.’ is closed to new replies.