Okay
  Public Ticket #163722
Social Sharing
Closed

Comments

  • Ignazio started the conversation
    How can i add social sharing buttons to blog post lists? Right now they show only on the single post page. Thanks!
  •  1,089
    ThemeNectar replied

    Hey Ignazio :)

    As of now it's not possible to add them multiple times on one page should this would require custom development or using a plugin in favor of the Salient ones 

    Cheers!

  • I Love replied

    Ok, from a design view they look pretty however from a marketing and getting more clicks it is better to put your twitter or facebook at the end of the blog so they will share it. higher chance. 

    if that is not possible at the moment how can take the php file and put it before the comment section. i tried to find it. found something but don't know how and where to put it. thanks

  •  1,089
    ThemeNectar replied

    Hey!

    You’d need to open the single.php file and move the entire social code block – starting at:

     <?php if( !empty($options['blog_social']) && $options['blog_social'] == 1 ) {
    
    and ending at:
       }
    ?>
    
    Lower down in the file, right above this:
     <div id="author-bio">
    
    Cheers :)
  • I Love replied

    Could I ALSO copy and paste THE SAME at the start of the blog. I want to put it between featured photo & starting blog text. Will they both be connected or it will be a different one. i dont want 300 facebook likes at the top and 250 facebook likes at the bottom. Will it show 250 & 300 or 550. 

    Also just from a marketing point: if you implement FORMS (like mailchimp) in the theme you will definitely get more people. If you want to take it to the next level Gravity Forms are amazing however you need to put a disclaimer that they will need to purchase it. Everyone now wants to convert subscribers into buyers. Good luck! 

  •  1,089
    ThemeNectar replied

    Unfortunately the count will only work once per page since the shortcode parses into an ID instead of a class. However if you just wanted two sets of buttons per page they will still worked when clicked. Also, thanks for the suggestion regarding forms :)

    Cheers

  • Jenn replied

    I am curious if any development happened with this - regarding the author\'s suggestions? Thanks!

  •  8,990
    Tahir replied

    None that i am aware of.

    Thanks


    ThemeNectar Support Team