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

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -