开发者

Cannot click Google 1 button on my site

开发者 https://www.devze.com 2023-03-27 17:58 出处:网络
I just created a website for a new business that I will run, I try to set the Google 1 button, however even if it\'s correctly displayed I cannot click it. Does anyone know something about this proble

I just created a website for a new business that I will run, I try to set the Google 1 button, however even if it's correctly displayed I cannot click it. Does anyone know something about this problem?

Feel free to check the page http://mini-site.ca.

<script type="text/javascript"> 
    (function() { 
        var po = document.createElement('script'); 
        po.type = 'text/javascript'; 
        po.async = true; 
        po.src = 'apis.google.com/js/plusone.js';; 
        var s = document.getElementsByTagName('script')[0]; 
        s.parentNode.insertBefore(po,开发者_Go百科 s); 
    })(); 
</script>


Just edit the "< fb:like width="50"..." (facebook tag for like / send buttons)

<fb:like href="http://www.mini-site.ca" send="true" layout="box_count" width="50" show_faces="true" font="arial" class=" fb_edge_widget_with_comment fb_iframe_widget">

Like this.

0

精彩评论

暂无评论...
验证码 换一张
取 消