From ab8713ff5a26ac6a7fd450af21285d5480997c5d Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 10 May 2023 04:13:59 +0600 Subject: [PATCH 1/4] Add Buttonizer / wp-plugin --- .../webextension/images/icons/Buttonizer.svg | 11 +++++++++++ src/technologies/b.json | 17 +++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Buttonizer.svg diff --git a/src/drivers/webextension/images/icons/Buttonizer.svg b/src/drivers/webextension/images/icons/Buttonizer.svg new file mode 100644 index 000000000..04633fe97 --- /dev/null +++ b/src/drivers/webextension/images/icons/Buttonizer.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/technologies/b.json b/src/technologies/b.json index 66073e3c7..189fbcbaf 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -2547,6 +2547,23 @@ ], "website": "https://buttercms.com" }, + "Buttonizer": { + "cats": [ + 87 + ], + "description": "Buttonizer is a WordPress plugin that allows website owners to add custom and eye-catching call-to-action (CTA) buttons to their websites.", + "icon": "Buttonizer.svg", + "implies": "WordPress", + "js": { + "Buttonizer": "" + }, + "pricing": [ + "freemium", + "recurring", + "low" + ], + "website": "https://buttonizer.pro" + }, "Buy me a coffee": { "cats": [ 5, From ede85e4778a8732b96b64a81fc4d9fa883538a31 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 10 May 2023 04:47:13 +0600 Subject: [PATCH 2/4] updates --- src/technologies/b.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/technologies/b.json b/src/technologies/b.json index 189fbcbaf..01eb068c7 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -2553,7 +2553,7 @@ ], "description": "Buttonizer is a WordPress plugin that allows website owners to add custom and eye-catching call-to-action (CTA) buttons to their websites.", "icon": "Buttonizer.svg", - "implies": "WordPress", + "requires": "WordPress", "js": { "Buttonizer": "" }, @@ -2562,6 +2562,10 @@ "recurring", "low" ], + "scriptSrc": [ + "wp-content/plugins/buttonizer-multifunctional-button/", + "cdn\\.buttonizer\\.io/" + ], "website": "https://buttonizer.pro" }, "Buy me a coffee": { From ba1b26556e1324538995d8717031cc58c9b24c7b Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 10 May 2023 04:48:54 +0600 Subject: [PATCH 3/4] fixes --- src/technologies/b.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/technologies/b.json b/src/technologies/b.json index 01eb068c7..1f5b780a8 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -2549,11 +2549,10 @@ }, "Buttonizer": { "cats": [ - 87 + 5 ], "description": "Buttonizer is a WordPress plugin that allows website owners to add custom and eye-catching call-to-action (CTA) buttons to their websites.", "icon": "Buttonizer.svg", - "requires": "WordPress", "js": { "Buttonizer": "" }, From 9c8567faee186d995797b0404dcabb77400660b2 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 10 May 2023 04:50:52 +0600 Subject: [PATCH 4/4] fix --- src/technologies/b.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/b.json b/src/technologies/b.json index 1f5b780a8..9faa5474e 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -2551,7 +2551,7 @@ "cats": [ 5 ], - "description": "Buttonizer is a WordPress plugin that allows website owners to add custom and eye-catching call-to-action (CTA) buttons to their websites.", + "description": "Buttonizer is a widget that enables website owners to incorporate custom and attention-grabbing call-to-action (CTA) buttons into their website design.", "icon": "Buttonizer.svg", "js": { "Buttonizer": ""