Emoticonos en Blogger

Emoticonos en Blogger
Facebook Twitter Flipboard E-mail

De entre las carencias de Blogger podemos echar en falta los emoticonos. Si es tu caso, te vamos a facilitar un código que permitirá el reemplazo de distintas combinaciones de caracteres por su equivalente emoticono, de modo que ya puedas disfrutar de estas divertidas caras amarillas:

Para ello deberás de editar el código de tu web siguiendo los pasos, que son pocos, que te ofrecemos a continuación:

Dentro de la etiqueta head deberemos de poner lo siguiente:

'); theText = theText.replace(/;-)/g,'

;-)

'); theText = theText.replace(/:D/g,'

D

'); theText = theText.replace(/:-D/g,'

-D

'); theText = theText.replace(/B)/g,'

B)

'); theText = theText.replace(/B-)/g,'

B-)

'); theText = theText.replace(/:x/g,'

x

'); theText = theText.replace(/:X/g,'

X

'); theText = theText.replace(/:-x/g,'

-x

'); theText = theText.replace(/:-X/g,'

-X

'); theText = theText.replace(/:-(/g,'

-(

'); theText = theText.replace(/:(/g,'

(

'); theText = theText.replace(/:o/g,'

o

'); theText = theText.replace(/:O/g,'

O

'); theText = theText.replace(/:-o/g,'

-o

'); theText = theText.replace(/:-O/g,'

-O

'); theText = theText.replace(/:p/g,'

p

'); theText = theText.replace(/:-p/g,'

-p

'); theText = theText.replace(/:-P/g,'

-P

'); theText = theText.replace(/:P/g,'

P

'); theText = theText.replace(/:-)/g,'

-)

'); theText = theText.replace(/:)/g,'

)

');

bodyText.innerHTML = theText; }

-->

Luego dentro de body:

y ya tienes emoticonos en tu blog. Evidentemente hemos tenido que separar "3spots Enlace | Free Blog Templates

Comentarios cerrados
Inicio