Description
Link to your external/affiliate WooCommerce products from other places with a shortcode instead of pushing your visitors to the product page first.
For some usage examples see Frequently Asked Questions
Contribute!
Installation
- Have WooCommerce installed and activated
- Add this plugin or upload the .zip file (downloaded from here)
- Activate plugin
FAQ
-
product_id
(required): The ID of your product[wc_external_link product_id='241']Link Text[/wc_external_link]
-
new_window
: exclude for same window opening or set to ‘true’ if you want the link to open in a new window[wc_external_link product_id='241' new_window='true']Link Text[/wc_external_link]
-
link_title
: exclude for none or set to whatever you want your visitor to see when they mouseover the link[wc_external_link product_id='241' link_title='This shows when I hover over the link']Link Text[/wc_external_link]
-
link_rel
: exclude for none or set to one of the types from here[wc_external_link product_id='241' link_rel='author']Link Text[/wc_external_link]
-
params
:See Examples in link below: add in your url variables (does not add ? or prefixed & to an extension of already in place product variables). This appends to the product url entered into the product.
If you leave product_id blank the link will be ‘#’ (same page).
Reviews
Contributors & Developers
“WooCommerce: External/Affiliate Product Link Shortcode” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WooCommerce: External/Affiliate Product Link Shortcode” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.5
- Bumped tested to for WP core and WC
1.1.4
- Changed displayed title of plugin WordPress.org repo
1.1.3
- Tested against WordPress 5.2.2
- Tested against WooCommerce 3.6.5
- Added assets folder with banner and icon
- Added screenshot of shortcode
- Updated readme and README instructions
1.1.2
- Tested against WordPress 4.9 in all the places
1.1.1
- Tested against WordPress 4.9
- Tested against WooCommerce 3.2.4
- Updated readme for wordpress.org with specific usage examples to avoid bad copy/pasting
1.1.0
- Fixed params and updated documentation
- Tested against WordPress 4.8.3
1.0.4
- Tested against WordPress 4.7
1.0.3
- Tested against WordPress 4.6.1
1.0.2:
- Added params argument to shortcode
1.0.1:
- Updated tested to WordPress version.
1.0.0:
- Created plugin