keeplist_social 1.0.0 keeplist_social: ^1.0.0 copied to clipboard
Cross-platform library for validating and sanitizing social media profile URLs
Social Links #
Social Links is helping to validate and sanitize social (desktop & mobile) links
This is based on the NPMJS package by Grzegorz Kućmierz.
Demo #
https://awesome-web-tools.web.app/social-links - Example use case
Using #
var socialLinks = SocialLinks();
const link = 'http://www.linkedin.com/in/gkucmierz';
socialLinks.isValid('linkedin', link); // true
socialLinks.sanitize('linkedin', link, 'mobile'); // 'https://linkedin.com/mwlite/in/gkucmierz'