Social Sharing functionality

Posted in: Newspaper
Post count: 12

When I enable both the “Article sharing” and “Article like/tweet”…what is the difference between the two tweet buttons…don’t they do the same thing?

Also, is there any sort of counter functionality in the share buttons on the posts to show how many times the post has been shared or tweeted? If not, is there a way to implement that or is that why you added the extra “like/tweet” buttons? How do I remove the extra tweet button in the like/tweet options?

And one other things, if I want to remove the google+ and pinterest buttons how do I do that?

Thanks

Post count: 22421

Hello,
You can remove the twitter option from the like/tweet part by using css.
In order to remove the g+ and pinterest you can use the same css method. This code will remove all 3 buttons:
.td-social-pinterest,.td-social-google,.td-classic-twitter{
display:none!important;
}

Unfortunately the tweet counter cannot be added so easily so we recommend using a sharing plugin for it.
Thank you!

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