Julienh / Sharrre

Make your sharing widget! Sharrre is a jQuery plugin that allows you to create nice widgets sharing for Facebook, Twitter, Google Plus (with PHP script) and more.
sharrre.com
MIT License
1.04k stars 411 forks source link

google plus share is not counting #107

Open rahularyan opened 11 years ago

rahularyan commented 11 years ago

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 }); });

austincondiff commented 10 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. :(