PDA

View Full Version : WHMCS error: sharebutton.net/plugin/sharebutton.php?type=vertical&u='+ encodeURICompo



Fli
05-19-2018, 05:19 AM
Are you having a WHMCS and got error like this?



Get Code For Your Website
VerticalHorizontal
<script>
document.write('<script src="//sharebutton.net/plugin/sharebutton.php?type=vertical&u='+ encodeURIComponent(document.location.href) + '"></scr' + 'ipt>');
</script>


I found the responsible code in templates/default/homepage.tpl


<script>
document.write('<script src="//sharebutton.net/plugin/sharebutton.php?type=vertical&u=' + encodeURIComponent(document.location.href) + '"></scr' + 'ipt>');
</script>

Any idea how to fix it?