Mô tả
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
Ảnh màn hình
Cài đặt
- 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.
Hỏi đáp
-
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="..."
Đánh giá
Người đóng góp & Lập trình viên
“Affiliate Link Marker” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng góp“Affiliate Link Marker” đã được dịch qua 1 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.
Dịch “Affiliate Link Marker” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
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