Difference between revisions of "Widget:Google+"
Jump to navigation
Jump to search
(Created page with "<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> <g:plusone></g:plusone>") |
|||
| Line 1: | Line 1: | ||
| − | <script | + | <script> |
| + | (function(d, t) { | ||
| + | var g = d.createElement(t), | ||
| + | s = d.getElementsByTagName(t)[0]; | ||
| + | g.async = true; | ||
| + | g.src = 'https://apis.google.com/js/plusone.js'; | ||
| + | s.parentNode.insertBefore(g, s); | ||
| + | })(document, 'script'); | ||
| + | </script> | ||
| + | |||
| + | |||
| + | <!-- Place this tag where you want the +1 button to render --> | ||
<g:plusone></g:plusone> | <g:plusone></g:plusone> | ||
Revision as of 13:50, 22 September 2011
<script> (function(d, t) { var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; g.async = true; g.src = 'https://apis.google.com/js/plusone.js'; s.parentNode.insertBefore(g, s); })(document, 'script'); </script>
<g:plusone></g:plusone>