无法点击我网站上的Google 1按钮

时间:2011-08-11 19:36:29

标签: javascript

我刚刚创建了一个我将要运行的新业务的网站,我尝试设置Google 1按钮,但即使它正确显示我也无法点击它。有谁知道这个问题?

随意查看页面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, s); 
    })(); 
</script>

1 个答案:

答案 0 :(得分:0)

只需编辑“&lt; fb:like width =”50“ ...”(相似/发送按钮的facebook标记)

<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">

喜欢这个。