Any plans for using Whatsapp Web for browsers.
See original GitHub issueI tried to integrate webWhatsapp in jssocials js file and made some changes in the css file. And it worked as a charm for me. So i was thinking that i could contribute to jssocial as found this app very useful. Following Changes are made by me: In jssocials.min.js
webWhatsapp:
{label:"WhatsApp Web",
logo:"fa fa-whatsapp",
shareUrl:"https://web.whatsapp.com/send?text={url} {text}",
countUrl:"",
shareIn:"blank"
}
In jssocials-theme-{all themes}.css
.jssocials-share-webWhatsapp .jssocials-share-link {background: #29a628; }
.jssocials-share-webWhatsapp .jssocials-share-link:hover {background: #1f7d1e; }
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
How to Use WhatsApp Web on Any Browser | OSXDaily
Open the desktop-class web browser that you normally use and head over to web.whatsapp.com. A QR code will be displayed on this page...
Read more >WhatsApp Web: Here's how to access without your smartphone
The good thing is you will be able to use WhatsApp Web, Desktop, and Portal even when the main phone didn't have an...
Read more >Use WhatsApp in Your Web Browser - PCMag
To connect WhatsApp to your Web browser, simply open web.whatsapp.com(Opens in a new window) in Chrome. You'll see a QR code — scan...
Read more >How to use WhatsApp Web - Digital Trends
1. To launch WhatsApp Web, just click on its URL in Chrome, Firefox, Opera, Safari, or Edge and scan the QR code on...
Read more >How to Set up and Use WhatsApp Web or the Desktop App
You can use WhatsApp Web from your computer's browser by linking your account through a QR code from the WhatsApp mobile app.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I just updated jssocials.min.js file to work whatsapp share in both web and mobile. Workflow is -
Full code for whatsapp
Note: Device detection, I used reference from this link - https://stackoverflow.com/questions/3514784/what-is-the-best-way-to-detect-a-mobile-device-in-jquery/3540295#3540295
I have integrated jssocials in my web app. It was working until today(29, MAY, 2019). Did whatsApp changed their procedure or what. Note: I’m using standard procedure for jssocials links.