html - Google Plus share content -
i'm working on social share buttons mobile version of website , i'm having trouble sharing specific content through google plus.
what i'm doing 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 solution on internet (will provide link if remember exactly) , works fine, without setting content parameter of url , since want share text , link page i'm on, problem.
so appears solution found bit outdated, replaced code , worked well:
<a href="https://plus.google.com/share?url=url" target="_blank" class="gplus-counter" id="gplus_share"></a>
Comments
Post a Comment