Descripció
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
Captures
Instal·lació
- 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.
PMF
-
Can I change the style of the disclosure?
-
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; }
. -
Does it work with JavaScript tracking code?
-
It only works with HTML
<a href="">
links, not with crazy JavaScript tracking code likeonclick="..."
Ressenyes
Col·laboradors i desenvolupadors
«Affiliate Link Marker» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradors“Affiliate Link Marker” s’ha traduït a 1 configuració regional. Gràcies als traductors per les seves aportacions.
Traduïu «Affiliate Link Marker» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
1.0.9
- Fix Creation of dynamic property Warning
1.0.8
- Fix sanitize callback if the input is an array
1.0.7
- Fixed Plugin Path
1.0.6
- Composer Slug changed
1.0.4
- Fixed some PHP compatibility issues
1.0.0
- First release