Question

I wanted to add a +1 button on every post in my website. How do I do that? Any resources? I am also looking for Twitter's Tweet and Facebook's Like. Or Django does not handle that?

Was it helpful?

Solution

Check out the documents for Google Plus, it looks pretty straight forward:

The simplest way to include a +1 button on your page is by just including the necessary JavaScript and adding a +1 button tag:

<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<g:plusone></g:plusone>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top