jeroendesloovere / vcard

This vCard PHP library can easily parse or generate/export vCards as .vcf
https://packagist.org/packages/jeroendesloovere/vcard
MIT License
495 stars 189 forks source link

how to add social networks #169

Open babininja opened 4 years ago

babininja commented 4 years ago

hi i found website that makes custom vcard and puts social networks inside vcard how can i do that in your package? WhatsApp Image 2020-03-04 at 11 49 19 AM WhatsApp Image 2020-03-04 at 11 49 20 AM

like this.

miguelcalderons commented 4 years ago

THe way that support right now is

$vcard->addURL('https://www.facebook.com/username,'TYPE=Facebook');

infinitech-tr commented 11 months ago

Hello. it only works with ios, how can we do for android? the rest of types are shown as website label

robis199 commented 3 months ago

Same question here. Would like to add Linkedin.