Hi I have successfully created a mailto link that opens the email Client with the correct email and subject but for reasons I cannot figure out it refuses to pull in the body content… Can anyone help? Does wix somehow block the body content?
Following! Copied your code and put on my site (I’m in the processing of adding and coding a bunch of different share links myself) and I have the same problem. Have tried every combo I can think of, but it either inserts the body message into the subject line or the body message just doesn’t appear at all…
I will keep trying and let you know what I discover! Keep me posted if you find a solution!
Hi,
Currently, the only option is adding the Email address and the subject as you can see in the documentation here . Other parameters within the “mailto” are not supported. In order to add those parameters, you can use an iFrame.
OK I came to the same conclusion and embedded the mailto in an Iframe. Do you know if there is a way to do it with Javascript so that an html coded email can be sent in the body, through the default email client.
Yes, I came to the same conclusion last night, but wasn’t certain. Thank you Tal for confirming! I also successfully managed to create an email share button using an html iframe borrowing from www.simplesharebuttons.com… However… I want to change the image to either one of the images in my media folder or from the free wix photo folder… How do I find the correct image url to change the image?
UPDATE: I successfully created a share to email link using an iframe. But now, it’s come to my attention - it works on desktop, but not on mobile. The strange thing is, when I go to mobile view in the editor’s preview, the share to email link works! But when I go to the live mobile site, it doesn’t, it merely registers as an image with the option to “copy.” Any thoughts?
(Also, ultimately, I want to share a dynamic page link to email, if anyone has an update or helpful suggestions on that subject - that would be wonderful!)
Hi, I need to gather variable values and embed them in the email. Tried mailto: in iFrame and got error like "cannot connect to mail.google.com". Configuration: win7, Chrome, default client gmail. Suggestions?
Is this still the case? It seems very strange to support the subject parameters but not the body. Was this on purpose or just an oversight? Are there plans to support other parameters because this is very lacking.