Open rahularyan opened 11 years ago
I am having this issue as well. It is because an error is being thrown by the php file. It says that in php.ini safemode has to be off and open_basedir cannot be set. My host company requires that it be set so I guess I'm outta luck. :(
I am using sharrre in a wordpress theme. everything works except it wont count google plus share. i am using custom url for urlCurl This is my code:
jQuery(function(){ jQuery('#shareme').sharrre({ urlCurl: '../inc/sharrre.php', share: { googlePlus: true, facebook: true, twitter: true, digg: true, delicious: true }, template: '<div class="count">{total}<span>shares</span></div>', enableTracking: true, buttons: { googlePlus: {size: 'tall'}, facebook: {layout: 'box_count'}, twitter: {count: 'vertical'}, digg: {type: 'DiggMedium'}, delicious: {size: 'tall'} }, render: function(api, options) { api.loadButtons(); }, enableHover: false, enableCounter: true }); });