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

WhatsApp Share button for mobile #7

Closed
kelkes opened this issue Feb 10, 2015 · 8 comments
Closed

WhatsApp Share button for mobile #7

kelkes opened this issue Feb 10, 2015 · 8 comments

Comments

@kelkes
Copy link

kelkes commented Feb 10, 2015

A "Share to Whatsapp" button for mobile devices would be a nice addition to your product.

@darklow
Copy link
Owner

darklow commented Feb 11, 2015

@kelkes I am not sure about mobile buttons. Web based CSS/JS icons don't know anything about your phone, especially does your mobile phone has Whatsapp installed at all.

Also there is generic Share button in IOS in Safari, where you can see apps where you can share.
I am sure there something similar on Android too.
But i am opened for discussion.

@kelkes
Copy link
Author

kelkes commented Feb 11, 2015

From a pure technical perspective i totally agree but from a more marketing-oriented point of view i want user to share my content more often and WhatsApp is a steadily increasing factor in this game.
Compared to the generic share on iOS or Android using the SocialShareBit buttons is way faster/easier. So i thought that WhatsApp would be a neat addition.

@darklow
Copy link
Owner

darklow commented Feb 11, 2015

Ok, thanks for feedback. I'll think about it. Need to get more info about different devices.
Currently it looks like all you need is just use whatsapp:// protocol.
http://www.whatsapp.com/faq/en/android/28000012
However no mentions about IOS there.

But i could definitely start with adding icon and colors and simple whatsapp://.
Also related to #5

@kelkes
Copy link
Author

kelkes commented Feb 11, 2015

Great. If you need any help let me know (beside purchasing a license, which i already did g)

I've used http://whatsapp-sharing.com/ in another project... maybe this helps

@gpluess
Copy link

gpluess commented Mar 12, 2015

+1 for adding Whatsapp. Unfortunately there is no way to edit the fonts / no description how you've built the fonts, otherwise I could help out with a pull request, too.

darklow added a commit that referenced this issue Mar 13, 2015
@darklow
Copy link
Owner

darklow commented Mar 13, 2015

I just added WhatsApp font icon and colors, however i am not sure if automatic javascript share script is also needed, because of how often whatsapp share will be used.

image

What do you guys think?
Would you like me to add automatic javascript which handles calling whatsapp://send?text=Hello%20World! on click, or you could just add:

<a href="whatsapp://send?text=Hello%20World!" class="ssk ssk-whatsapp"></a>

by yourself?

@gpluess
Copy link

gpluess commented Mar 13, 2015

Nice! 👍 For me it's fine like that! Thanks!

@tmblog
Copy link

tmblog commented Apr 1, 2015

Excellent thank you. Inline is fine I guess, because there is no need for any popups. I tried this with another script and works fine with ios and android though they were both latest-ish versions so not sure about older versions.

whatsapp://send?text={title} - {url}

@darklow darklow closed this as completed Apr 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants