on2-dev / share-api-polyfill

A polyfill for the sharing that can be used in the desktop, too, so your users can share in their Twitter, Facebook, Messenger, LinkedIn, SMS, e-mail, print, Telegram or WhatsApp.
MIT License
262 stars 45 forks source link

Add LINE #150

Closed StorytellerCZ closed 1 year ago

StorytellerCZ commented 1 year ago

Adding sharing with LINE. #52

All the code should be in, but it looks like I'm missing something as I can't get it to display in the demo. Any pointers much appreciated.

rsip22 commented 1 year ago

Adding sharing with LINE. #52

All the code should be in, but it looks like I'm missing something as I can't get it to display in the demo. Any pointers much appreciated.

Hi, StorytellerCZ!

Do not load share-min.js from unpkg. Use the code immediately below on demo/index.html, and you should see it working and be able to test it.

image

StorytellerCZ commented 1 year ago

Tested, works fine.

rsip22 commented 1 year ago

Excellent, @StorytellerCZ !

Thank you so much for your contribution!