Poner código donde quiera mostrar:
<span style="color: red;"><script type="text/javascript">
function sntwit(json){
var numero = parseInt(json.followers_count);
var texto = ''+numero+'';
document.write(texto);
}
var geranumero = '<s'+'cript src="http://twitter.com/users/show/v_ku.json?callback=sntwit" type="text/javascript"></s'+'cript>';
document.write(geranumero);
</script></span> Seguidores en Twitter
Si quiere que tenga un link a su página de Twitter:
<a href="http://twitter.com/v_ku" style="text-decoration:none;"><span style="color: red;"><script type="text/javascript">
function sntwit(json){
var numero = parseInt(json.followers_count);
var texto = ''+numero+'';
document.write(texto);
}
var geranumero = '<s'+'cript src="http://twitter.com/users/show/v_ku.json?callback=sntwit" type="text/javascript"></s'+'cript>';
document.write(geranumero);
</script></span> Seguidores en Twitter</a>
Cambiar color del texto.
Cambiar nombre de usuario en Twitter.
Ejemplo: Seguidores en Twitter
0 comments:
Post a Comment