php - Google Plus Share Error -
i trying integrate google plus sharing on php site first time , getting strange error seems reference include statement, makes worse not view entire error. when clicking google plus share image following dialog:
if hover on error tooltip displays same message error trailing off after 'to'. why happening?
here link using:
<a href="https://plus.google.com/share?url={http://www.example.com/mikey/dopeclothing/index.php}" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=1200,width=1200');return false;"><img src="https://www.gstatic.com/images/icons/gplus-32.png" alt="share on google+"/></a></div>
i wondering if there maybe needs taken account when sharing php file ??
Comments
Post a Comment