diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2011-12-13 00:12:10 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2011-12-13 00:12:10 -0800 |
commit | dd30857a62a595796c491c8dd4bab50288cf9ad0 (patch) | |
tree | 31c3aedb6470548829d2f8bd1f9320f20b1719f8 /pages/about.php | |
parent | 9286f1526f5dc8b4fbc7b829ef35a4ed4cfb6a1b (diff) | |
download | pathery-dd30857a62a595796c491c8dd4bab50288cf9ad0.tar.xz |
Google +1 button
Diffstat (limited to 'pages/about.php')
-rw-r--r-- | pages/about.php | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/pages/about.php b/pages/about.php index ab46c57..d170ea9 100644 --- a/pages/about.php +++ b/pages/about.php @@ -18,9 +18,20 @@ topbar($Links); <iframe id='facebook' src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com/pages/Pathery/176985129018434&layout=button_count&show_faces=false&width=90&action=like&font&colorscheme=dark&height=21"></iframe>
- <br />Follow us on Google Plus:
- <a href="https://plus.google.com/105148482605711831543?prsrc=3" style="text-decoration:none;"><img src="https://ssl.gstatic.com/images/icons/gplus-32.png" alt="" style="border:0;width:32px;height:32px;"/></a>
+ <br /><br />Plus 1 us with Google
+ <!-- Place this tag where you want the +1 button to render -->
+<div class="g-plusone" data-size="medium" data-annotation="inline" data-width="https://plus.google.com/u/0/b/105148482605711831543/" data-href="https://plus.google.com/u/0/b/105148482605711831543/"></div>
+
+<!-- Place this render call where appropriate -->
+<script type="text/javascript">
+ (function() {
+ var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
+ po.src = 'https://apis.google.com/js/plusone.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
+ })();
+</script>
+
<br /><br />
<h3>Created by:</h3>
Patrick Davison (Snap) and Rex Ounekeo
|