Tambien lo podes insertar así, necesitas de jQuery
en el head
Código HTML:
Ver original<script type="text/javascript" src="/js_css/jquery-1.6.1.min.js"></script> <script type="text/javascript" src="http://apis.google.com/js/plusone.js"> //<![CDATA[
{lang: 'es'}
//]]>
En el body, donde quieras que aparezca el boton
Y finalmente al final del documento, antes del cierre del body
Código HTML:
Ver original<script type="text/javascript"> //<![CDATA[
$(document).ready(function() {
$(window).bind('load', function(e){
$('#googlemas').after('<g:plusone size="small" href="http://luzdecielo.com"><\/g:plusone>');
$.getScript('http://apis.google.com/js/plusone.js');
});
});
//]]>
con la url de tu web
Valida perfectamente en Strict
Saludos