I need Instagram sharing

Posted in: Newspaper
Post count: 114

Hi
I have the default sharing options in posts, but I need Instagram instead Pinterest. I can’t find where to administrate this. Can you help me?

Post count: 22421

Hello,

Sorry but it seems instagram does not have a sharing button itself. We use the api of the social networks but if the network does not have such a button, we cannot provide it. Here are more details:
https://stackoverflow.com/questions/30542054/does-instagram-have-share-button-or-not

Thank you!

Post count: 114

Thank you very much!! Probably they will make a button to share in the future!
And another question
Is it possible to disable the pinterest button?

Post count: 22421

Hello,

You can either remove it from the theme code if you are comfortable editing the theme files: https://www.screencast.com/t/Rq7DPEc3aMuf (there are 2 instances of that code, one for the top sharing options and one for the bottom ones.)
Or as an alternative you can hide it with css like so:
.td-post-sharing .td-social-pinterest{
display:none;
}

Thanks.

Post count: 114

Thank you very much!!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.