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.

Callback for Monarch by Logic Hop

Descripción

Callback for Monarch by Logic Hop adds a Javascript callback to the Monarch Social Sharing Plugin. Simply install the plugin and a callback is automatically available when any Monarch social share or follow button is clicked.

Now you can trigger custom events when a social share or follow button has been clicked. The callback is available for use in your pages, posts or Javascript files – Simply add the following code:

<script>
    function logichop_monarch_callback (stats) {
        console.log( 'logichop_monarch_callback' );
        console.log( stats );
        // Your Javascript code here
    } 
</script>

When a Monarch event is triggered the stats parameter is sent to the logichop_monarch_callback function with the following values:

  • action
    • The action performed. Typically ‘share’, ‘follow’ or ‘media’.
  • network
    • The network for which the action was triggered. ‘Facebook’, ‘Twitter’, etc.
  • media_url
    • Image URL when media is shared.
  • post_id
    • ID of the page or post where the button was triggered.

Interested in Content Personalization for WordPress? See how we’re using Monarch with Logic Hop – Check out our tutorial at: https://logichop.com/track-social-shares/

Instalación

This plugin requires the Monarch Social Sharing Plugin by Elegant Themes.

  1. Unzip the callback-for-monarch-by-logic-hop.zip file
  2. Upload the callback-for-monarch-by-logic-hop folder to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

Preguntas frecuentes

How The Callback Works

Callback for Monarch by Logic Hop calls a Javascript function named ‘logichop_monarch_callback’ when a Monarch social share action is triggered.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Callback for Monarch by Logic Hop» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Registro de cambios

1.0.0

  • Initial version