Title: Smart Affiliate Link Manager
Author: Ermald Billa
Published: <strong>December 4, 2025</strong>
Last modified: December 4, 2025

---

Search plugins

![](https://ps.w.org/smart-affiliate-link-manager/assets/icon.svg?rev=3410699)

# Smart Affiliate Link Manager

 By [Ermald Billa](https://profiles.wordpress.org/ermaldbilla/)

[Download](https://downloads.wordpress.org/plugin/smart-affiliate-link-manager.zip)

 * [Details](https://test.wordpress.org/plugins/smart-affiliate-link-manager/#description)
 * [Reviews](https://test.wordpress.org/plugins/smart-affiliate-link-manager/#reviews)
 *  [Installation](https://test.wordpress.org/plugins/smart-affiliate-link-manager/#installation)
 * [Development](https://test.wordpress.org/plugins/smart-affiliate-link-manager/#developers)

 [Support](https://wordpress.org/support/plugin/smart-affiliate-link-manager/)

## Description

**Smart Affiliate Link Manager** is the definitive plugin for monetizing your WordPress
site through affiliate links. It completely automates the link insertion process,
saving hours of manual work.

#### Key Features

 * **Automatic Replacement** – Keywords are automatically transformed into affiliate
   links
 * **Centralized Management** – Intuitive admin interface to manage all keywords
 * **SEO Friendly** – Links with `rel="nofollow sponsored"` attributes for Google
   compliance
 * **Enterprise Security** – CSRF protection, input sanitization, prepared statements
 * **Optimized Performance** – Efficient regex patterns and intelligent caching
 * **Detailed Logs** – Complete tracking of every operation
 * **AJAX Ready** – Instant operations without page reload
 * **UTF-8 Support** – Works perfectly with accented characters (àèéìòù)
 * **Responsive Design** – Modern interface that works on every device

#### Typical Use Case

 1. Add a keyword (e.g., “iPhone”) and your Amazon affiliate link
 2. Write or edit a post containing the word “iPhone”
 3. The plugin automatically transforms “iPhone” into an affiliate link
 4. Earn commissions without manually modifying every post!

#### Perfect For

 * **Bloggers** who want to monetize content
 * **Product review sites**
 * **Online magazines** with sponsored content
 * **Marketers** managing affiliate campaigns
 * **Agencies** managing multiple client sites

#### Security and Compliance

The plugin implements ALL WordPress security best practices:

 * Nonce verification for CSRF protection
 * Capability checks (`manage_options`)
 * Input sanitization (`sanitize_text_field`, `esc_url_raw`)
 * Output escaping (`esc_html`, `esc_url`, `esc_attr`)
 * Database prepared statements (`$wpdb->prepare`)
 * Compliant with WPCS (WordPress Coding Standards)

#### Support and Documentation

 * Complete documentation included in the plugin
 * Support via WordPress.org forum
 * Bug reports on GitHub
 * Custom development available

#### Useful Links

 * [Complete Documentation](https://getwebsolution.it/smart-affiliate-link-manager)
 * [Request Support](https://wordpress.org/support/plugin/smart-affiliate-link-manager/)
 * [Leave a Review](https://wordpress.org/support/plugin/smart-affiliate-link-manager/reviews/)

### Additional Info

#### Privacy Policy

This plugin does NOT:
 * Collect personal user data * Send data to external servers*
Use cookies or tracking * Require external registrations

All data (keywords, links, logs) are saved exclusively in your WordPress database.

#### Support

For technical support:
 * WordPress.org Forum: [Plugin Support](https://wordpress.org/support/plugin/smart-affiliate-link-manager/)*
Email: info@getwebsolution.it

#### Contributions

The plugin is open source! Contribute on [GitHub](https://github.com/yourusername/smart-affiliate-link-manager).

#### Credits

Developed with ❤️ by [Ermald Billa](https://getwebsolution.it) following WordPress
Coding Standards.
 `

### **Optimal Keywords for WordPress.org**

“`
 Tags: affiliate, links, monetization, seo, automation

## Screenshots

[⌊Main Dashboard - Complete view with keyword management, real-time statistics, 
and activity logs⌉⌊Main Dashboard - Complete view with keyword management, real-
time statistics, and activity logs⌉[

**Main Dashboard** – Complete view with keyword management, real-time statistics,
and activity logs

[⌊Add Keyword - Intuitive form with validation to add new keywords and affiliate
links⌉⌊Add Keyword - Intuitive form with validation to add new keywords and affiliate
links⌉[

**Add Keyword** – Intuitive form with validation to add new keywords and affiliate
links

[⌊Edit Keyword - Quick inline editing with immediate confirmation⌉⌊Edit Keyword -
Quick inline editing with immediate confirmation⌉[

**Edit Keyword** – Quick inline editing with immediate confirmation

## Installation

#### Automatic Installation

 1. Go to “Plugins  Add New” in your WordPress dashboard
 2. Search for “Smart Affiliate Link Manager”
 3. Click “Install Now” and then “Activate”
 4. Go to “Settings  Affiliate Links” to configure

#### Manual Installation

 1. Download the plugin ZIP file
 2. Go to “Plugins  Add New  Upload Plugin”
 3. Select the downloaded ZIP file
 4. Click “Install Now” and then “Activate”

#### Initial Configuration

After activation:

 1. Go to **Settings  Affiliate Links**
 2. Click **“Add New Keyword”**
 3. Enter the keyword (e.g., “iPhone”)
 4. Enter the affiliate link (e.g., “https://amazon.com/iphone?tag=your-id”)
 5. Configure options (case sensitivity, max replacements)
 6. Click **“Add Keyword”**
 7. The plugin will start automatically transforming keywords in your posts!

#### Minimum Requirements

 * WordPress 6.2 or higher
 * PHP 8.0 or higher
 * MySQL 5.7+ or MariaDB 10.2+
 * `manage_options` permissions for administrator

## FAQ

### Does the plugin work with the Gutenberg editor?

Yes! The plugin is fully compatible with Gutenberg (block editor) and also with 
the Classic Editor.

### Can I limit the number of links per post?

Absolutely yes. Use the “Max Replacements” field when adding/editing a keyword. 
Set:
 * `0` for unlimited replacements * `1` to replace only the first occurrence*`
N` to replace only the first N occurrences

### Do affiliate links harm SEO?

No! The plugin automatically adds `rel="nofollow sponsored"` attributes to all links,
following Google’s official guidelines for affiliate links.

### Does it work with keywords containing accents?

Yes! The plugin fully supports UTF-8 and works with accented characters like: àèéìòù,
ñ, ç, etc.

### Can I disable a keyword without deleting it?

Yes, simply uncheck the “Enabled” checkbox when editing the keyword. You can reactivate
it at any time.

### How do I apply rules to already published posts?

Use the **“Update All Posts Now”** button in the plugin dashboard. This will reprocess
all existing posts applying the active keywords.

### Is the plugin secure?

Absolutely! We implement:
 * CSRF Protection (nonce verification) * Input sanitization
on all fields * Output escaping on all displayed data * Database prepared statements*
Capability checks on all admin operations * Full compliance with WordPress Coding
Standards

### Can I customize the link style?

Yes! Generated links have the CSS class `.sal-affiliate-link`. You can add custom
CSS in your theme to style them as you prefer.

### Does it work with page builders?

Yes, it’s compatible with Elementor, Divi, WPBakery, and other popular page builders.
The plugin hooks into standard WordPress filters.

### Do you offer customizations?

Yes! Contact us via the plugin support forum or email for custom development requests.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Smart Affiliate Link Manager” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ Ermald Billa ](https://profiles.wordpress.org/ermaldbilla/)

[Translate “Smart Affiliate Link Manager” into your language.](https://translate.wordpress.org/projects/wp-plugins/smart-affiliate-link-manager)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/smart-affiliate-link-manager/),
check out the [SVN repository](https://plugins.svn.wordpress.org/smart-affiliate-link-manager/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/smart-affiliate-link-manager/)
by [RSS](https://plugins.trac.wordpress.org/log/smart-affiliate-link-manager/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.6 – 2025-11-24

 * Initial public release
 * Complete keyword management (CRUD operations)
 * Automatic content replacement
 * UTF-8 and accented characters support
 * Detailed activity logging
 * Responsive admin interface
 * AJAX operations
 * Enterprise-grade security
 * Translation ready (.pot file)
 * WordPress 6.2-6.8 compatibility
 * PHP 8.0-8.3 compatibility
 * WPCS compliance

## Meta

 *  Version **1.0.6**
 *  Last updated **7 months ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 8.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/smart-affiliate-link-manager/)
 * Tags
 * [affiliate](https://test.wordpress.org/plugins/tags/affiliate/)[automation](https://test.wordpress.org/plugins/tags/automation/)
   [links](https://test.wordpress.org/plugins/tags/links/)[monetization](https://test.wordpress.org/plugins/tags/monetization/)
   [seo](https://test.wordpress.org/plugins/tags/seo/)
 *  [Advanced View](https://test.wordpress.org/plugins/smart-affiliate-link-manager/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/smart-affiliate-link-manager/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/smart-affiliate-link-manager/reviews/)

## Contributors

 *   [ Ermald Billa ](https://profiles.wordpress.org/ermaldbilla/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/smart-affiliate-link-manager/)