I’m trying to add a Google +1 button to my site. I’m using rails, so I have two views from the same URL – one is for mobile and one not for mobile. I’m trying to add the Google +1 button on the mobile view, and obviously when someone hits it from a browser it will go to the non-mobile page.
Unfortunately, the +1 button will not render on the mobile view. It is fine on the web view. According to Google’s +1 docs/faq’s:
“Will users on mobile browsers see the +1 button?
We are not including the +1 button on mobile search results at this time. However, users may be able to see any +1 buttons you have added to your web pages.”
Well..I don’t care about the Google search results, I only care about my mobile view. Any ideas?
Google supports mobile +1 buttons now.
[Source: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=1140194]