Contents
How to create Amazon text links with ASA2
The shortcode “asa2_textlink” lets you easily embed Amazon textlinks in your WordPress pages. Please check out the textlink documentation page for all available options.
Basic usage
Shortcode
[asa2_textlink asin="B00CMV3NWC" country_code="DE"]Open Amazon page[/asa2_textlink]
Result
Open Amazon pageSetting a target
Shortcode
[asa2_textlink asin="B00CMV3NWC" target="_blank"]Open Amazon page in new window / tab[/asa2_textlink]
Result
Open Amazon page in new window / tabSetting rel=nofollow
Shortcode
[asa2_textlink asin="B00CMV3NWC" rel="nofollow"]Open Amazon page with rel=nofollow[/asa2_textlink]