Twitter doesn't open on a new window

Posted in: Newspaper
Post count: 70

Hi,

I’m having a little problem with social buttons: the Twitter button doesn’t open a new window to share the article. This happen only with Twitter (on every browser), the others works fine. This also happen on my test website that is a fresh install of WordPress and Newspaper. Here’s an article link just for example: https://gamesquare.it/recensione-destiny-2-pronti-a-ridiventare-leggende/

How can i fix it?

Thank you in advance.

Post count: 23312

Hello Kley,

Please make sure that you have activated the Classic like from your Sharing, from here -> https://www.screencast.com/t/gfVsCuCP Article Top or Bottom Like and then, using a bit of CSS code you can hide it if you do not like this behavior. Please activate this option and try again to test the Twitter sharing functionality.

Hope this helps and let us know if you want to hide the Article Classic like and if you want this, please provide your website URL.

Thanks for your understanding!

Post count: 70

Thank you, now it works fine! 🙂

Just in case i want hide them in the future, what’s the css code to hide them (like/tweet buttons)?
https://gamesquare.it/

Post count: 20688

Hi,

A code like this will hide the buttons, both for top sharing and bottom sharing
https://www.screencast.com/t/iNlDZOxXQ
https://www.screencast.com/t/poSCQpNiVaPc

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

Thanks

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