Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am creating my website in php. How do I include +1 Button to my website?

share|improve this question
1  
Is this a question ? – Vin Dec 28 '12 at 9:06
yes! What it should be then? – Avio Dec 28 '12 at 9:09
You should give explanation for your question here. – Vin Dec 28 '12 at 9:10
What have you tried? – Richard Ev Dec 28 '12 at 13:39

1 Answer

Google has documentation for this (which I found by googling):

https://developers.google.com/+/plugins/+1button/

The easiest method for including a +1 button on your page is to include the necessary JavaScript resource and to add a +1 button tag:

<script type="text/javascript" 
   src="https://apis.google.com/js/plusone.js"></script>
<g:plusone></g:plusone>

Other options are explained on the page I linked to.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.