Sharrre social jquery plugin | Google+ -
i use sharrre on site. google+ share not works days. it's not showing.
<div class="googleplus" data-url="<?=$gallery->link?>" data-text="<?=(strlen($gallery->name)?$gallery->name:'')?>" data-title=" "></div> $('.googleplus').sharrre({ share: { googleplus: true }, enablehover: false, enabletracking: true, title: $(this).attr('data-href'), url: $(this).attr('data-url'), urlcurl: '<?=base_url('js/sharrre/sharrre.php')?>', click: function(api, options){ api.simulateclick(); api.openpopup('googleplus'); } });
please give me tips! thanks!
the google+ "sharrre" here needs file sharrre.php, configured in settings in base_url("js/sharrre/sharrre.php").
is file available under given url? dont know function base_url() , , not. seems, url, applied sharrre-config in code, not right one.
you can developer-mode of browser (right mouse-click, "inspect element" in chrome oder firefox firebug), switch "network" , can watch url requested. maybe location sharrre.php requested , gives 404?
if not, please clarify question , give more details, including javascript-console-output.
Comments
Post a Comment