Jalpesh
Jalpesh

Reputation: 63

Mailto link is not working in chrome and firefox browsers.But same thing working in My android phone

mailto for email

I wrote below code in my blog,

<a href="mailto:[email protected]?subject=My blog">
<div class='social-popout'><img alt='Gmail social icon' src='http://i57assa.com/106asaj5h.jpg'/></div>
</a>

I also chnage setting in my chrome browser's handler too...

Upvotes: 1

Views: 582

Answers (1)

Drunix
Drunix

Reputation: 3343

Your mailto-URl contains a space. Spaces in URLs are unsafe characters and must be encoded. See Is a URL allowed to contain a space?

Upvotes: 2

Related Questions