I'm working on some social share buttons for mobile version of a website and I'm having some trouble sharing specific content through Google Plus.
What I'm doing is the following:
<a href="https://m.google.com/app/plus/x/?v=compose&content=CONTENT" target="_blank" class="gplus-counter" id="gplus_share"></a>
I found this solution on the Internet (will provide link if I remember where exactly) and it works just fine, just without setting the content parameter of the URL and since I want to share text and link to the page I'm on, this is a problem.