How to disconnect the What'sApp web version in 2022?
P粉515066518
P粉515066518 2024-03-28 12:50:42
0
1
467

I am trying to use my code to get data dynamically

<a href="https://wa.me/6{{ telephone }}" target="_blank">{{ telephone }}</a>

When the code runs it is converted to

https://api.whatsapp.com/send/?phone=601121789198&text&app_absent=0

I need to push boundaries and I've tried

\n, \r\n, PHP_EOL and ,

But it just displays as text.

Can you give me a solution?

Any help would be greatly appreciated

P粉515066518
P粉515066518

reply all(1)
P粉343141633

If someone checks/follows this thread I will be able to fix this.

Yes, the Web What's App version no longer displays text line breaks in the browser

You may want to use this tool URL encoding and decoding tool

and add the encoded text to your code and click "Continue Chat" and you will see the line breaks set.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template