bradvin / social-share-urls

Social Share URLs
BSD 3-Clause "New" or "Revised" License
2.78k stars 304 forks source link

Make email fully Gmail compatible #672

Open 75th opened 1 year ago

75th commented 1 year ago

I just found this repo and I love it. I noticed though that the format for mailto links is done in a way that is not fully compatible with Gmail; you'll only get the subject or the body, never both, whichever is first in the URL. This StackOverflow answer of mine documents how it can be made fully compatible with Gmail and other clients, with a really terrible hack that shouldn't be necessary.

I don't have time to do a PR right now since there are so many languages in here, but maybe someone else can, or maybe I will someday.