share in new tab

Posted in: Newspaper
Post count: 63

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.

Post count: 1341

What is “RRSS”?

Post count: 63

sorry.
social networks, in Spanish it is (redes sociales RRSS)

Post count: 63

I have been able to solve it.

Now my question is: Is it possible for FB and Twitter sharing buttons to appear without names like G + and Pinterest?

Thank you.

Post count: 20688

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

Post count: 63

Hi Simion.

Thanks for answering. And the names of FB and Twitter sharing buttons? Ill like without names.

Thanks

Post count: 20688

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

Post count: 63

Yes!! Thank you!

Post count: 14

However it is not mentioned how to open twitter sharing in a new tab. Since when we click on twitter sharin button it is open in the same tab with article.

Thanks

Post count: 20688

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

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