This plugin provides the AddThis social media sharing options for submissions. More...
Public Member Functions | |
| callbackSharingDisplay ($hookName, $params) | |
| getContextSpecificPluginSettingsFile () | |
| getManagementVerbLinkAction (&$request, $verb, $defaultUrl) | |
| manage ($verb, $args, &$message, &$messageParams, &$pluginModalContent) | |
| statsConfigured ($press) | |
This plugin provides the AddThis social media sharing options for submissions.
Definition at line 17 of file AddThisPlugin.inc.php.
| AddThisPlugin.callbackSharingDisplay | ( | $ | hookName, | |
| $ | params | |||
| ) |
Hook against Templates.Catalog.Book.BookInfo.Sharing, for including the addThis code on submission display.
| string | $hookName | |
| array | $params |
Definition at line 138 of file AddThisPlugin.inc.php.
| AddThisPlugin.getContextSpecificPluginSettingsFile | ( | ) |
Get the name of the settings file to be installed on new press creation.
Definition at line 33 of file AddThisPlugin.inc.php.
| AddThisPlugin.getManagementVerbLinkAction | ( | &$ | request, | |
| $ | verb, | |||
| $ | defaultUrl | |||
| ) |
Define management link actions for the settings verb.
Definition at line 57 of file AddThisPlugin.inc.php.
| AddThisPlugin.manage | ( | $ | verb, | |
| $ | args, | |||
| &$ | message, | |||
| &$ | messageParams, | |||
| &$ | pluginModalContent | |||
| ) |
Define the management functionality for this plugin.
Definition at line 76 of file AddThisPlugin.inc.php.
References statsConfigured().
| AddThisPlugin.statsConfigured | ( | $ | press | ) |
Determines if statistics settings have been enabled for this plugin.
| Press | $press |
Definition at line 160 of file AddThisPlugin.inc.php.
Referenced by manage().
1.7.1