Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Para agregarlos vamos a Diseño,Edicion HTML,Expandir plantillas de artilugio y buscas el siguiente codigo:
- </body>
- Justo arriba de el codigo anterior pega lo siguiente:
- <b:if cond='data:blog.pageType == "item"'>
- <script src='http://dl.dropbox.com/u/28164309/Resources/Emoticones%20Ayuda%20Bloggers.js' type='text/javascript'/>
- <script type='text/javascript'>
- emoticonComentario();
- </script>
- </b:if>
- Ahora buscamos lo siguiente:
- <data:postCommentMsg/>
- Si el codigo se repite entonces busca uno similar a este
- <h4><data:postCommentMsg/></h4>
- Si usas una plantilla clásica el código será muy similar a este:
- <h4 id='comment-post-message'><data:postCommentMsg/></h4>
- Debajo de el anterior codigo (depende de cual sea tu caso) pega lo siguiente:
- <a href='' onclick='openpopup(); return false' style='font-size: 14px;'>Mostrar Emotícones</a>
- <script type='text/javascript'>
- function openpopup(){
- var winpops=window.open("http://dl.dropbox.com/u/28164309/Resources/Lista%20Emoticones%20Ayuda%20Bloggers/emoticones.php.htm","","width=180px,height=500px,scrollbars,resizable");}
- </script>
- Por ultimo guardas los cambios y listo.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement