From 6e75060082d4ba6f145f699dce000c70eaea3a9f Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 19 Apr 2021 01:23:19 +0600 Subject: [PATCH 1/2] update Linkedin, Facebook Login / Social logins --- src/technologies.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 6f411b764..12e37a33d 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -6248,11 +6248,11 @@ }, "website": "http://facebook.com" }, - "Facebook Sign-in": { + "Facebook Login": { "cats": [ 69 ], - "description": "FaceBook sign-in allows uses to create an account or log into Facebook. Connect with friends, family and other people you know. Share photos and videos, send messages and get updates.", + "description": "Facebook Login is a way for people to create accounts and log into your app across multiple platforms.", "icon": "Facebook.svg", "js": { "FB.getLoginStatus": "" @@ -9974,14 +9974,18 @@ "scripts": "^https?://cdn\\.linksmart\\.com/linksmart_([\\d.]+?)(?:\\.min)?\\.js\\;version:\\1", "website": "http://linksmart.com" }, - "Linkedin": { + "Linkedin Sign-in": { "cats": [ - 5 + 69 ], - "description": "LinkedIn is the world's largest professional networking platform.", + "description": "Linkedin Sign-In is an authentication system that reduces the burden of login for users, by enabling them to sign in with their Linkedin account.", "icon": "Linkedin.svg", - "scripts": "//platform\\.linkedin\\.com/in\\.js", - "website": "http://linkedin.com" + "js": { + "onLinkedInLoad": "", + "OnLinkedInAuth": "" + }, + "scripts": "platform\\.linkedin\\.com\/(?:.*)?in\\.js(?:\\?version)?([\\d.]+)?;version:\\1", + "website": "https://www.linkedin.com/developers" }, "Linkedin Insight Tag": { "cats": [ From eff7b6caa6b79e9097142ce322b17f4b42f07de3 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 20 Apr 2021 12:02:47 +0600 Subject: [PATCH 2/2] update regex --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 12e37a33d..bf6f50632 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -9984,7 +9984,7 @@ "onLinkedInLoad": "", "OnLinkedInAuth": "" }, - "scripts": "platform\\.linkedin\\.com\/(?:.*)?in\\.js(?:\\?version)?([\\d.]+)?;version:\\1", + "scripts": "platform\\.linkedin\\.com\/(?:.*)?in\\.js(?:\\?version)?([\\d.]+)?\\;version:\\1", "website": "https://www.linkedin.com/developers" }, "Linkedin Insight Tag": {