Social Sharing – Blog post

Home Forums Gillion Theme Social Sharing – Blog post

Home Forums Gillion Theme Social Sharing – Blog post

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • test2
    Participant

    Hi, for the social sharing on individual blog post, would like to do a few things.

    • Remove Pinterest sharing
    • Add in Linkedin sharing
    • Add Email Sharing (if possible)

     

    How should this be done?

    Thank you!

    Attachments:
    You must be logged in to view attached files.

    Hi @test2,

     

    I hope you are well today and thank you for your questions.

     

    • Remove Pinterest sharing

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .jssocials-share.jssocials-share-pinterest {
        display: none;
    }

    • Add in Linkedin sharing
    • Add Email Sharing (if possible)

    To achieve this you have to develop custom code. Instead you can just disable this functionality from post settings and use any free WordPress plugin to achieve it.

     

    Best regards,
    Shufflehound team

    test2
    Participant

    Thanks for the reply. I’ve added the custom code but the Pinterest sharing is still there. 🙁

    Attachments:
    You must be logged in to view attached files.

    I don’t see the CSS code on your shared site.

     

    Where have you added the code?

    imcgaw
    Participant

    What would be the custom code to add the LinkedIn button?

Viewing 5 posts - 1 through 5 (of 5 total)