Google +1 and Android not working?

女生的网名这么多〃 提交于 2019-12-13 02:11:28

问题


just bought a Samsung Galaxy II with Android, and by testing my website on it, I realised the Google +1 button is not showing up. I tried to reduce it to very problem, and ended up with this code :)

<!DOCTYPE html> 
<html> 
    <head> 
    <title>website mobile</title> 
    </head> 
<body> 
    <g:plusone></g:plusone>
    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
</body>
</html>

when I save it to my webserver and try to load in normal Android browser, the +1 button is not showing up. Is it normal, or am I doing something wrong ? This code works in normal browser (Google Chrome) as expected. I tried to use HTTPS or HTTP, both are working in browser, but none in Android.

Thanks for any advice. R.


回答1:


It seems that google has it not running on mobile devices, as per Google employee here

http://www.google.com/support/forum/p/Webmasters/thread?tid=35ecf072c7b70618&hl=en




回答2:


It seems as if other people are having the same issue. Possibly contact Google about the question, or post in a Google discussion?

http://www.webmasterworld.com/javascript/4342089.htm



来源:https://stackoverflow.com/questions/6866537/google-1-and-android-not-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!