Description
Please note: This plugin requires EasyRot’ator for WordPress.
This plugin enhances the functionality of EasyRot’ator for WordPress by making social sharing buttons automatically appear when hovering over any photo in a rot’ator.
Requirements:
- You must be using EasyRot’ator for WordPress
Important Links:
EasyRot’ator is a registered trademark of Magnetic Marketing Corp dba DWUser.com.
Installation
- Upload the
easyrotator-social-addon
folder and all of its contents into your plugins directory (/wp-content/plugins/
by default) - Open the WordPress admin panel and go to the ‘Plugins’ page
- Activate the new ‘EasyRot’ator Social Add-On’ item in the list of plugins
To enable social sharing for a single rot’ator:
Locate the EasyRot’ator shortcode in the post or page editor; for example:
[easyrotator]erc_00_xxxxxxx[/easyrotator]
Add social="true"
as a shortcode parameter:
[easyrotator social="true"]erc_00_xxxxxxx[/easyrotator]
To enable social sharing for all rot’ators:
Use the plugin editor to edit this line in the easyrot’ator-social-addon.php file:
const APPLY_TO_ALL_ROTATORS = false;
Change the value to true
:
const APPLY_TO_ALL_ROTATORS = true;
FAQ
- I’m having trouble getting started with EasyRot’ator for WordPress or the Social Add-On; what can I do?
-
Please see the detailed installation and usage instructions on our website. If you can’t find the answer there, we offer responsive complimentary ’support.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“EasyRot’ator Social Add-On” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “EasyRot’ator Social Add-On” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- First release