tjvantoll / nativescript-social-share

♻️ A NativeScript plugin for using the iOS/Android social sharing widgets
MIT License
94 stars 48 forks source link

Not working on Facebook and Messenger #42

Closed b02505048 closed 5 years ago

b02505048 commented 5 years ago
let url = 'https://www.my-domain.com/post' + postId
SocialShare.shareUrl(url, "Check it out!");

What I get on Facebook & Messenger is https://www.my-domain.com/ only. But when I share to Instagram Direct and WhatsApp, everything goes well.

Any idea? Thank you!

b02505048 commented 5 years ago

Solved og:url tag problem.