Advertisement
jarckol

codigy

Aug 22nd, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. Para agregarlos vamos a Diseño,Edicion HTML,Expandir plantillas de artilugio y buscas el siguiente codigo:
  2.  
  3. </body>
  4.  
  5. Justo arriba de el codigo anterior pega lo siguiente:
  6.  
  7. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  8. <script src='http://dl.dropbox.com/u/28164309/Resources/Emoticones%20Ayuda%20Bloggers.js' type='text/javascript'/>
  9. <script type='text/javascript'>
  10. emoticonComentario();
  11. </script>
  12. </b:if>
  13.  
  14. Ahora buscamos lo siguiente:
  15.  
  16. <data:postCommentMsg/>
  17.  
  18. Si el codigo se repite entonces busca uno similar a este
  19.  
  20. <h4><data:postCommentMsg/></h4>
  21.  
  22. Si usas una plantilla clásica el código será muy similar a este:
  23.  
  24. <h4 id='comment-post-message'><data:postCommentMsg/></h4>
  25.  
  26. Debajo de el anterior codigo (depende de cual sea tu caso) pega lo siguiente:
  27.  
  28. <a href='' onclick='openpopup(); return false' style='font-size: 14px;'>Mostrar Emotícones</a>
  29. <script type='text/javascript'>
  30. function openpopup(){
  31. var winpops=window.open(&quot;http://dl.dropbox.com/u/28164309/Resources/Lista%20Emoticones%20Ayuda%20Bloggers/emoticones.php.htm&quot;,&quot;&quot;,&quot;width=180px,height=500px,scrollbars,resizable&quot;);}
  32. </script>
  33.  
  34.  
  35. Por ultimo guardas los cambios y listo.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement