How to add Line for share?

Posted in: Newspaper
Post count: 20

How to add Line for share in single?

Now it have facebook , twitter , google+ , P , whatsapp.

  • This topic was modified 10 years by maxpeerawat. Reason: How to add Line for share in single
Post count: 7909

Hi,

Please check this guide how to add a new share button(in the same file you can add it also for Newspaper theme) – https://forum.tagdiv.com/add-a-new-linkedin-button/ You may need additional css customizations.

Thanks!

Post count: 20

How to show in mobile only ? (same whatsapp)

Post count: 22421

Hello,

In order to hide an element for desktop you can use css and media queries.
As an example if you aded the linked in button:

@media (min-width:767px){
.td-social-linkedin {
display:none!important;
}
}

Thank you!

Post count: 20

Thank you ^^

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