From 2c702e941b70852ecf0624915090517163a749ea Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 13 Dec 2020 23:49:52 +0600 Subject: [PATCH] Updated Taggbox --- src/technologies.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index ae854aa59..6fd3a84be 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -15496,9 +15496,15 @@ "cats": [ 5 ], + "description": "Taggbox is an UGC platform to collect, curate, manage rights, and publish user-generated content marketing campaigns across multiple channels.", "icon": "Taggbox.svg", - "scripts": "(widget|web)\\.taggbox\\.com", - "url": "(widget|web)\\.taggbox\\.com", + "js": { + "taggboxAjaxurl": "" + }, + "scripts": [ + "(?:widget|web)\\.taggbox\\.com", + "taggbox\\.com/app/js/embed\\.min\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1" + ], "saas": true, "pricing": ["low", "recurring", "freemium"], "website": "https://taggbox.com/"