Add Google 1 at same place as other social icons
-
Hi Everyone,
I would like to add Google +1 at the same place as other social media icons on my site. I added the following code to the header .php but it does not show correctly on mobile version. My website I’m trying to make this work is https://gcdental.ca
<?php /* Header Search */ thinkup_input_headersearch(); ?>
<!– 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><!– Place this tag where you want the +1 button to render. –>
<div class=”g-plusone” data-annotation=”inline” data-width=”300″></div>
<?php /* Social Media Icons */ thinkup_input_socialmedia(); ?>Thanks a lot.
- The topic ‘Add Google 1 at same place as other social icons’ is closed to new replies.