Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2166

Custom BBCode Development and Requests • SOLVED - Create number to WhatsApp-Me link

$
0
0
Locking for an possibility to transform phone number to WhatsApp-Links via BBcode.

I have tested

[whatsapp]{Number}[/whatsapp][/code]

<a href="href="https://wa.me/{Number}"><img alt="Chat on WhatsApp" src="WhatsAppButtonGreenLarge.png" /></a>

[whatsapp]1XXXXXXXXXX[/whatsapp]


Code:

[Whatsapp]{SIMPLETEXT1}[/Whatsapp]

Code:

<a href="https://wa.me/{SIMPLETEXT1}" target="_blank"><img src="WhatsAppButtonGreenSmall.png" style="max-width:105px; height:auto;"></a>

Code:

Correct: [Whatsapp]{1XXXXXXXXXX}[/Whatsapp]Wrong: [Whatsapp]{+001-(XXX)XXXXXXX}[/Whatsapp]

Statistics: Posted by Thunder86 — Sun Jul 07, 2024 1:42 pm



Viewing all articles
Browse latest Browse all 2166

Trending Articles