Show counts on Tweet Button

Posted in: Newspaper
Post count: 1043

Hi. I know Twitter discontinued its social counting, but is there a way to show that independently with the button like Facebook does? If not, can the tweet button be removed and retain facebook (kindly show the location of the buttons in the theme files)?

Post count: 20688

Hi,

The share buttons are defined in this file of the theme
https://www.screencast.com/t/mQQPLozXpz
There are two instances of the buttons, for top and bottom. Remove the Twitter button from both, if that is needed.
Or you could hide just the Twitter button with a code like this in custom CSS, for both top and bottom
https://www.screencast.com/t/6ra1dbNR

.td-classic-sharing .td-classic-twitter {
display: none;
}

Maybe there are ways of displaying a share count through a plugin, you could search for that as well.

Thanks

Post count: 1043

Thanks Simion. I actually want to remove the tweet button and also stop its javascript code from loading in the theme. Will removing that line of code do that?

Post count: 20688

Hi,

Remove it from the mentioned file, it will not be loaded anymore. There is a top sharing and bottom sharing, remove the Twitter link from both these locations
https://www.screencast.com/t/buYja1TjjEE
This will remove the Twitter button – https://www.screencast.com/t/TNssh1wZ6bm

Thanks

Post count: 1043

Thanks. It worked.

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