Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

EasyRotator Social Add-On

Descripción

Please note: This plugin requires EasyRotator for WordPress.

This plugin enhances the functionality of EasyRotator for WordPress by making social sharing buttons automatically appear when hovering over any photo in a rotator.

Requirements:

Important Links:

EasyRotator is a registered trademark of Magnetic Marketing Corp dba DWUser.com.

Capturas

  • A rotator with social sharing buttons enabled

Instalación

  1. Upload the easyrotator-social-addon folder and all of its contents into your plugins directory (/wp-content/plugins/ by default)
  2. Open the WordPress admin panel and go to the ‘Plugins’ page
  3. Activate the new ‘EasyRotator Social Add-On’ item in the list of plugins

To enable social sharing for a single rotator:

Locate the EasyRotator 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 rotators:

Use the plugin editor to edit this line in the easyrotator-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 EasyRotator 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.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«EasyRotator Social Add-On» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «EasyRotator Social Add-On» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0.0

  • First release