Hi.
I would like that when clicking share it will open in a new tab. Currently when I share something in RRSS it leaves the current page.
I’ve been looking at the newspaper demos and they all open in a new tab.
I would like to know how it is done.
Thank you.
Hi,
Removing the Google+ and Pinterest sharing options could be done by removing them from the actual theme code, in the files. But an easier method would be to use some CSS, like this
– https://www.screencast.com/t/YjqUYrilPy7v
.td-default-sharing .td-social-google,
.td-default-sharing .td-social-pinterest {
display: none;
}
Thanks
Hi,
I think I misunderstood what you wanted, you want to remove the text of the social sharing. Something like this, it applies to top and bottom sharing
– https://www.screencast.com/t/PNuBzAKGKM
.td-social-facebook .td-social-but-text,
.td-social-twitter .td-social-but-text {
display: none;
}
Thanks
Hi,
@infozoon In the latest theme version the twitter share opens in a new window
– https://www.screencast.com/t/oeIEyGni
If you are using an older version there is a solution here
– https://forum.tagdiv.com/topic/author-page-14/
Thanks