Search code examples
djangofacebook-likegoogle-plus-onetweets

Is it possible to integrate google plus' +1 to a Django Website?


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?


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>