olahol / react-social

Simple React components for social buttons (Facebook, Twitter and Pinterest) and social counts.
177 stars 60 forks source link

Integrate Whatsapp #31

Open keyserfaty opened 8 years ago

keyserfaty commented 8 years ago

What do you think about integrating Whatsapp? I can make a PR :)

olahol commented 8 years ago

I'm happy to field any PRs :)

Hazantip commented 8 years ago

Yah, maybe you really add something like this <li target="_blank" className="share-btn whatsapp" onClick={() => {window.open(whatsapp://send?text=${encodeURIComponent(message + ' ' + url)}`, '_blank', "height=600,width=600");}}>

        </li>

`

VictorParraCant commented 6 years ago

Hi! Are you working in this idea? I need it for a project :)