'Social media links appear broken in vcf format

I am trying to create vcf file using vCardJS package in ReactJS but when I try to add my social media links, it appears broken in my IOS mobile device

vCard.socialUrls['facebook'] = 'https://twitter.com/kahvedenotlar';
vCard.socialUrls['linkedIn'] = 'https://...';
vCard.socialUrls['twitter'] = 'https://...';
vCard.socialUrls['flickr'] = 'https://...';
vCard.socialUrls['custom'] = 'https://www.usejanus.com';

here is the phone view



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source