- Stable tag: trunk
- Requires at least: 5.4
- Tested up to: 6.6
- Requires PHP: 7.3
- License: GPLv2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
- Tags: affiliate, links, sponsored, nofollow, multisite
- Contributors: goaroundagain
- Donate link:
Mark your Affiliate Links with a *, add rel="nofollow sponsored noopener"
to affiliate links and attach a disclosure at the end of every post which contains at least one affiliate link.
A WordPress Plugin to mark your Affiliate Links with a *
, add rel="nofollow sponsored noopener"
to affiliate links and attach a disclosure at the end of every post which contains at least one affiliate link.
You can manage your own list of affiliate tracking domains or URL parts (used to detect affiliate links) and change the disclosure text.
Works great with Multisites. If activated networkwide, you can manage your affiliate domains from your Network Admin Area and the disclosure (e.g. translated) for every single page.
The following Affiliate Networks with the corresponding tracking domains are supported out of the box (but you can add your own or remove unused):
- Amazon PartnerNet
amazon
- Webgains
track.webgains.com
- AWIN
awin1.com
- financeAds
financeads.net
- Performance Horizon/Partnerize
prf.hn
- Belboon
belboon.de
- Tradedoubler
tradedoubler.com
- Adcell
adcell.de
- TradeTracker
tc.tradetracker.net
- Daisycon
ds1.nl
- ShareASale
shareasale.com
- CJ.com
jdoqocy.com
tkqlhce.com
anrdoezrs.net
dpbolvw.net
- FinanceQuality
l.neqty.net
- Target Circle
c.trackmytarget.com
- NetAffiliation
action.metaffiliation.com
- Selecdoo
work.selecdoo.com
- Viglink
viglink.com
- eBay Partner Network
rover.ebay.com
- Groupon Partner Network
t.groupon
- Saturn + Media Markt Private Network
pvn.mediamarkt.de
pvn.saturn.de
- StackCommerce
stacksocial.com
citizengoods.com
skillwise.com
joyus.com
- Upload the folder
affiliate-marker
to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Go to
Settings
→Affiliate Marker
and add your own affiliate domains or change the default disclosure. - Add an affiliate link to one of your post and you'll see the
*
in the front end next to the link and the disclosure at the end of your post.
There is a CSS applied to the disclosure affiliate-marker-disclosure
. You can change e.g. the font size with some custom CSS .affiliate-marker-disclosure { font-size: small; }
.
It only works with HTML <a href="">
links, not with crazy JavaScript tracking code like onclick="..."
- Add your own affiliate related domains or any part of an affiliate links that identifies your affiliate link and change the disclosure text
- Every affiliate link is marked by a
*
next to the link text and at the end of post the disclosure will be attached
- Fix Creation of dynamic property Warning
- Fix sanitize callback if the input is an array
- Fixed Plugin Path
- Composer Slug changed
- Fixed some PHP compatibility issues
- First release