Keyword Insertion for WordPress
Wordpress URL Keyword Insertion
by Guntram Bechtold · github.com/gbechtold/keyword-insertion · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/gbechtold/keyword-insertion/archive/refs/heads/main.zipA lightweight, secure WordPress plugin that allows dynamic keyword insertion via URL parameters. Perfect for marketing campaigns and personalized content with full Cornerstone Editor compatibility.
Features
- Dynamic Content: Replace placeholders with keywords from URL parameters
- Marketing-Ready: Create targeted landing pages for different traffic sources
- Editor Compatible: Works flawlessly with Cornerstone, Elementor, Gutenberg, and more
- Secure by Design: Sanitized inputs and length restrictions to prevent attacks
Installation
From GitHub (Development Version)
- Download the ZIP file from this repository
- Upload to your WordPress site via Plugins > Add New > Upload Plugin
- Activate the plugin through the WordPress admin
From WordPress.org (Coming Soon)
- Search for "Keyword Insertion" in your WordPress dashboard
- Click "Install Now" and then "Activate"
Usage
Add the keyword-insert class to any HTML element where you want the keyword to appear:
<h2>Welcome to our <span class="keyword-insert">default text</span> service!</h2>