Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(components/share/socialMediaButtonsGroup): Change Whatsapp share url to improve open graph meta #674

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

jelowin
Copy link
Contributor

@jelowin jelowin commented Oct 30, 2024

Problem:
Sometimes, when we are sharing an ad through WhatsApp, seems like some links are not sharing the og:image meta tag on the message. Checking our code, we were using https://wa.me/?text= api and seems like is not fully compatible with open graph
Screenshot 2024-10-30 at 12 10 38
Screenshot 2024-10-30 at 12 13 35

Solution:
We could use https://api.whatsapp.com/send?text= api which is more compatible.

Screenshot 2024-10-30 at 12 14 51
Screenshot 2024-10-30 at 12 16 54

@jelowin jelowin merged commit 7ac54e6 into master Oct 30, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants