search

Home  >  Q&A  >  body text

Send text to WhatsApp open on PC browser

I'm using some JavaScript code to enable PC users to send texts to WhatsApp friends:

window.open("https://wa.me/?text=" encodeURIComponent("Hello, world!"));

However, it does work even if a WhatsApp tab is already open - it opens a new tab (forcing the user to reconnect to WhatsApp on a new tab).

Is there an option to use an already open WhatsApp tab (if available)?

P粉937769356P粉937769356244 days ago674

reply all(1)I'll reply

  • P粉875565683

    P粉8755656832024-03-23 10:00:58

    Not possible unless you are building a Chrome extension. You may want to checkRetrieve which tabs are open in Chrome?

    reply
    0
  • Cancelreply