From c2407fa7165b83507eb1bfd829ffef989f032e15 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 24 Jan 2023 23:52:11 +0600 Subject: [PATCH 1/2] Add Tagembed / content-curation, widget --- .../webextension/images/icons/Tagembed.svg | 10 ++++++++++ src/technologies/t.json | 19 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Tagembed.svg diff --git a/src/drivers/webextension/images/icons/Tagembed.svg b/src/drivers/webextension/images/icons/Tagembed.svg new file mode 100644 index 000000000..1f0c81b17 --- /dev/null +++ b/src/drivers/webextension/images/icons/Tagembed.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/technologies/t.json b/src/technologies/t.json index 7590511b0..5843a92f3 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -395,6 +395,25 @@ "scriptSrc": "\\.tagboard\\.com/", "website": "https://tagboard.com" }, + "Tagembed": { + "cats": [ + 96, + 5 + ], + "description": "Tagembed is a social media aggregator that collects and displays engaging user-generated content from any social media network such as Instagram, Facebook, Twitter, Youtube, Tiktok, Google Reviews, Airbnb, and 18+ networks.", + "icon": "Tagembed.svg", + "js": { + "TagembedWidget": "" + }, + "saas": true, + "pricing": [ + "freemium", + "low", + "recurring" + ], + "scriptSrc": "//widget\\.tagembed\\.com/", + "website": "https://tagembed.com" + }, "Taggbox": { "cats": [ 5 From 07dbc3d6d58b084e3c28af0f858ca533d0f09a4c Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 24 Jan 2023 23:56:22 +0600 Subject: [PATCH 2/2] add dom --- src/technologies/t.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies/t.json b/src/technologies/t.json index 5843a92f3..73a5028de 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -402,6 +402,7 @@ ], "description": "Tagembed is a social media aggregator that collects and displays engaging user-generated content from any social media network such as Instagram, Facebook, Twitter, Youtube, Tiktok, Google Reviews, Airbnb, and 18+ networks.", "icon": "Tagembed.svg", + "dom": "script[data-src*='widget.tagembed.com/']", "js": { "TagembedWidget": "" },