A Quick Catch Up

', enableHover: false, enableTracking: true, buttons: { twitter: {via: 'thecompounduk'}}, click: function(api, options){ api.simulateClick(); api.openPopup('twitter'); } }); jQuery('#facebook').sharrre({ share: { facebook: true }, template: '
{total}
', enableHover: false, enableTracking: true, click: function(api, options){ api.simulateClick(); api.openPopup('facebook'); } }); jQuery('#googleplus').sharrre({ share: { googlePlus: true }, template: '
{total}
', enableHover: false, enableTracking: true, urlCurl: 'https://thecompound.co.uk/wp-content/themes/wordpress-hueman/js/sharrre.php', click: function(api, options){ api.simulateClick(); api.openPopup('googlePlus'); } }); jQuery('#pinterest').sharrre({ share: { pinterest: true }, template: '
{total}
', enableHover: false, enableTracking: true, buttons: { pinterest: { description: 'A Quick Catch Up',media: 'https://thecompound.co.uk/wp-content/uploads/2015/07/11229551_377313135811061_7461450535440186575_n.jpg' } }, click: function(api, options){ api.simulateClick(); api.openPopup('pinterest'); } }); });

You may also like...