• Resolved khanm

    (@khanm)


    Hi,

    I have checked show on archive pages and my social buttons don’t show on this one page that uses the archive-results.php template. Is there a way to add this in the template via php.

    I have Inline Checked

    Icon Position: Above the Content

    Show at Archive Pages toggled on

    Results Post Type Checked.

    I see them on the individual results pages but need them on this archive page

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter khanm

    (@khanm)

    Hi,

    Just wondering if anyone knew a solution to this, the client is eagerly looking to share that page with others. Also, let me know if you need more information from my end.

    Plugin Support Emma

    (@emma24)

    Hi khanm,

    Sorry for the delay!

    We have a shortcode that can be used anywhere to show the social share buttons. Please place this code in the archive_results.php where you want to show the buttons:

    <?php echo do_shortcode('[SSB]'); ?>

    Attributes of Shortcode with all the possible values:
    counter = true or false
    show_total_count = true or false
    align = left or right or centered
    order = twitter,pinterest, fbshare, linkedin, reddit,whatsapp,viber, fblike
    theme = theme1 or theme2 or theme3 or themed or Flat or Circle or Official
    like_button_size = small(default), large

    Hope this helps! ??

    Thread Starter khanm

    (@khanm)

    no problem thank you so much! A follow-up to this is, I got it working except for email. What do i use for that? I tried “email” in order but that didn’t work.

    <?php echo do_shortcode('[SSB order="fbshare,twitter,linkedin, email"]'); ?>
    
    
    Plugin Support Emma

    (@emma24)

    Please use this:

    <?php echo do_shortcode('[SSB order="fbshare,twitter,linkedin,email"]'); ?>

    The extra space before “email” was causing the issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Social Share Buttons not Showing on Archive Page’ is closed to new replies.