Home › Forums › Jevelin Theme › Change the social media share for blog post
Home › Forums › Jevelin Theme › Change the social media share for blog post
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 !
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
Hello
For some reason, my answer seems to have vanished.
Here is an example
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
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 !
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) π
Nice, I will try and update here
Thanks
Sure, let us know how it goes!
Hi again,
It worked perfectly.
Can you share the list of value that can be used (ex : facebook, linkedin, …)
Thanks again
That is great! π
Sure, these should be supported: “twitter”, “facebook”, “linkedin”, “pinterest”, “stumbleupon”, “whatsapp”