Change the social media share for blog post

Home Forums Jevelin Theme Change the social media share for blog post

Home Forums Jevelin Theme Change the social media share for blog post

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
  • damosheperd
    Participant

    Hello,

    By default clicking “Share” at the bottom of a blog post offers facebook, twitter, mail and pinterest.

    I would like it to be LinkedIn, Facebook, Email (in that order).

    I think I recall seeing the solution somewhere in this forum but can’t find it.

     

    Could you help me hereย  ?

     

    Thanks !

    Shufflehound
    Moderator

    Hi there,

     

    Sorry, for our late response.

     

    Can you please give us a link to your website, so we can see your current setup?

     

    Best regards,

    Shufflehound team

    • This reply was modified 1 year, 3 months ago by Shufflehound.

    damosheperd
    Participant

    Hello

    For some reason, my answer seems to have vanished.

    Here is an example

    https://datashepherd.fr/chatgpt-mentita-sunt-oracula/

    Shufflehound
    Moderator

    Hi there,

     

    Thank you for the link.

     

    Currently, we don’t support changing the share button actions. We can only change the action order, for example, here we changed to facebook and mail first. You can add it in the theme settings > CSS & JS section.

    .sh-social-share .jssocials-shares { display: flex}
    .sh-social-share .jssocials-share-facebook { order: -1 }
    .sh-social-share .jssocials-share-email { order: -1 }

     

    Best regards,

    Shufflehound team

    • This reply was modified 1 year, 3 months ago by Shufflehound.

    damosheperd
    Participant

    Thank you.

    I guess you know your template better than me ๐Ÿ™‚

    But I would have sworn that I read (on this forum) a way to change it by manually editing a file somewhere. I even remember trying it on a former installation.

    Am I crazy or is it some kind of deprecated feature ?

     

    Thanks !

    Shufflehound
    Moderator

    Oh, if you are okay with editing files then manually it can be done by editing the js/scripts.js file line:869 (if you have the latest version) ๐Ÿ™‚

    damosheperd
    Participant

    Nice, I will try and update here

    Thanks

    Shufflehound
    Moderator

    Sure, let us know how it goes!

    damosheperd
    Participant

    Hi again,

    It worked perfectly.
    Can you share the list of value that can be used (ex : facebook, linkedin, …)

     

    Thanks again

     

     

    Shufflehound
    Moderator

    That is great! ๐Ÿ™‚

     

    Sure, these should be supported: “twitter”, “facebook”, “linkedin”, “pinterest”, “stumbleupon”, “whatsapp”

    • This reply was modified 1 year, 3 months ago by Shufflehound.
    • This reply was modified 1 year, 3 months ago by Shufflehound.
Viewing 10 posts - 1 through 10 (of 10 total)