How to load google plus share button in iframe?

Arvind Bhardwaj picture Arvind Bhardwaj · May 21, 2012 · Viewed 8.8k times · Source

Can anyone give me a solution on How can I load the Google plus share button (not the +1 button) in an iframe asynchronously. I have managed to do that for the +1 button.

Answer

350D picture 350D · Apr 29, 2013

Try this html snippet:

<iframe src="https://plusone.google.com/_/+1/fastbutton?bsv&amp;size=medium&amp;hl=en-US&amp;url=http://test.com/&amp;parent=http://test.com/" allowtransparency="true" frameborder="0" scrolling="no" title="+1"></iframe>