VCard Problems
-
Hi
I’m testing putting Vcard info in the QR code but I keep getting a message on my phone saying there is no contact info.
This is my code and shortcode. I do see the info being output in the HTML of the page but it seems like the formatting of the VCard isn’t coming out correctly to make it work.
$qrlink = 'BEGIN:VCARD VERSION:2.1 N:Gump;Forrest;;Mr. FN:Forrest Gump END:VCARD'; '.do_shortcode("[lh_qr_code text='".$qrlink."']").';
This is how it is output in HTML but I can’t see what the problem is.
<img src="https://mywebsite.com/lh_qr_codes/?text=BEGIN:VCARD VERSION:2.1 N:Gump;Forrest;;Mr. FN:Forrest Gump END:VCARD" width="150" height="150">
Any ideas?
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘VCard Problems’ is closed to new replies.