How to add Google+ button to my SmugMug site
perkin
Registered Users Posts: 15 Big grins
Google has two HTML snippets that add a Google Plus +1 button to any web page. Can someone explain how I can add this to my SmugMug site? I would want the button to render at the top of the page in each of my galleries. Thanks.
snippet 1:
<!-- Place this tag in your head or just before your close body tag. -->
<script src="https://apis.google.com/js/platform.js" async defer></script>
snippet 2:
<!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone" data-annotation="inline" data-width="300"></div>
snippet 1:
<!-- Place this tag in your head or just before your close body tag. -->
<script src="https://apis.google.com/js/platform.js" async defer></script>
snippet 2:
<!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone" data-annotation="inline" data-width="300"></div>
0
Comments
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
OK, thanks!