Changeset 3385947
- Timestamp:
- 10/28/2025 03:07:51 PM (5 months ago)
- Location:
- onsite-optimizer-installer/trunk
- Files:
-
- 2 edited
-
onsite-optimizer-installer.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
onsite-optimizer-installer/trunk/onsite-optimizer-installer.php
r3385900 r3385947 3 3 * Plugin Name: Onsite Optimizer Installer 4 4 * Description: The easiest way to install the Onsite Optimizer on your website. Just enter your Optimizer ID and we’ll do the rest. 5 * Version: 1.0. 15 * Version: 1.0.2 6 6 * Author: SEO Platform 7 7 * License: GPL-2.0-or-later -
onsite-optimizer-installer/trunk/readme.txt
r3385900 r3385947 4 4 Tested up to: 6.8 5 5 Requires PHP: 7.4 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 License: GPL-2.0-or-later 8 8 9 The easiest way to install the Onsite Optimizer on your website. Enter your Optimizer ID and we’ll do the rest. Multisite compatible. Skips AMP.9 The easiest way to connect your website to the Platform’s Onsite Optimizer. Just enter your Optimizer ID and the plugin will do the rest. 10 10 11 11 == Description == 12 - Simple, non-technical setup 13 - Stores the Optimizer ID per site on multisite 14 - Adds the code to every page automatically 15 - Skips AMP pages, JSON, REST, feeds, robots, trackbacks, login and register 16 - Won’t add the code twice if it’s already present 12 The Onsite Optimizer Installer helps you quickly set up the Onsite Optimizer on your website — no technical knowledge needed. 13 14 Once installed, simply enter your Optimizer ID (found in your Platform account) and the plugin will automatically add the Optimizer code to every page on your site. 15 16 **Key features:** 17 - Simple, non-technical setup 18 - Automatically adds the Optimizer code to your site 19 - Works with single and multisite installs 20 - Prevents duplicate installations 17 21 18 22 == External Services == 19 This plugin loads a script from the SEO Platform CDN to enable the Onsite Optimizer on your site.23 This plugin connects securely to the Platform’s CDN to enable the Onsite Optimizer. 20 24 21 - What service is used and why: It requests `https://cdn.seoplatform.io/injector.js` to initialize the Onsite Optimizer.22 - What data is sent and when: The configured Optimizer ID (Website ID) is appended as a query parameter `websiteId` to the script URL whenever front‑end pages are loaded. No other data is transmitted by this plugin.23 - Service provider and policies: Service provided by SEO Platform — Terms: https://seoplatform.io/terms — Privacy: https://seoplatform.io/privacy25 - **What service is used and why:** Loads a script from `https://cdn.seoplatform.io/injector.js` to activate the Optimizer. 26 - **What data is sent and when:** Only your Optimizer ID (Website ID) is appended as a query parameter (`websiteId`) when pages are loaded. No other data is shared. 27 - **Service provider and policies:** Service provided by SEO Platform — Terms: https://seoplatform.io/terms — Privacy: https://seoplatform.io/privacy 24 28 25 29 == Installation == 26 1. Upload the zip via **Plugins → Add New → Upload Plugin** 27 2. Activate **Onsite Optimizer Installer** 28 3. Go to **Settings → Onsite Optimizer Installer**, enter your Optimizer ID, save 30 1. In WordPress, go to **Plugins → Add New → Upload Plugin** and upload the ZIP file. 31 2. Activate **Onsite Optimizer Installer**. 32 3. Go to **Settings → Onsite Optimizer Installer**, enter your Optimizer ID, and click **Save**. 33 34 That’s it — the Onsite Optimizer is now active on your site. 29 35 30 36 == Uninstall == 31 Deactivating the plugin keeps your settings. Deleting the plugin removes the saved Optimizer ID for the current site, and for all sites on multisite. 37 Deactivating the plugin keeps your settings. 38 Deleting the plugin removes the saved Optimizer ID for your site. 32 39 33 40 == Changelog == 41 = 1.0.2 = 42 * Updated plugin description for clarity and simplicity. 43 34 44 = 1.0.1 = 35 * Initial review feedback 45 * Initial review feedback. 36 46 37 47 = 1.0.0 = 38 * Initial release 48 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.