Linux 软件免费装
Banner图

Callback for Monarch by Logic Hop

开发者 logichop
更新时间 2016年12月8日 02:12
捐献地址: 去捐款
PHP版本: 4.0.1 及以上
WordPress版本: 4.6.1
版权: GPLv2 or later
版权网址: 版权信息

标签

javascript social sharing share callback monarch

下载

1.0.0

详情介绍:

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: function logichop_monarch_callback (stats) { console.log( 'logichop_monarch_callback' ); console.log( stats ); // Your Javascript code here } When a Monarch event is triggered the stats parameter is sent to the logichop_monarch_callback function with the following values: 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/

安装:

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

升级注意事项:

1.0.0 Initial version

常见问题:

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.

更新日志:

1.0.0