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粉3431416332024-03-29 09:48:59
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.