Closed abegehr closed 1 year ago
This should work in version #1.10.1
{
match: '(https?://)?([a-z]{2,3}.)?linkedin.com/in/({PROFILE_ID})/?', group: 3, type: TYPE_DESKTOP,
pattern: 'https://linkedin.com/in/{PROFILE_ID}'
},
{
match: '(https?://)?([a-z]{2,3}.)?linkedin.com/mwlite/in/({PROFILE_ID})/?', group: 3, type: TYPE_MOBILE,
pattern: 'https://linkedin.com/mwlite/in/{PROFILE_ID}'
},
LinkedIn URLs are sometimes localized. For example if you search for me on Google, you'll get this link:
https://de.linkedin.com/in/anton-begehr/
.socialLinks.detectProfile()
detects LinkedIn profiles on subdomainwww
correctly but fails on thede
subdomain: