I need Line messaging share button to show on desktop.

Posted in: Newspaper
Post count: 46

Dear Tagdiv,

I’m currently using LINE messaging share button as one of the method to share. However, it will only show up with mobile view. Not desktop. I’d like to display the button on all the screen size. How can I do that?

Thank you,
Nick

Post count: 35449

Hello,

If you want to display the line on all deceive all you need to do is to set this custom css in Theme panel > Custom code> Custom css
.td-social-line{
display: inline-block;
}

But please notice that the button for share for line is showing only on mobile device because was made only for the mobile deceive, in order to work on desktop your visitor need to have an app install on there desktops.

Thank you!

Post count: 46

That works like a charm!

Thank you.

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