Formulario de Comentario Incrustado en Blogger (Con Correccion)


/ Published in: XML
Save to your folder(s)

Tercera correccion


Copy this code and paste it in your HTML
  1. <p class='comment-footer'> <!-- Segundo que hay en el código -->
  2. <b:if cond='data:post.embedCommentForm'>
  3. <b:include data='Post' name='comment-form'/>
  4. <b:else/>
  5. <b:if cond='data:post.allowComments'>
  6. <a expr:href='data:post.addCommentUrl'
  7. expr:onclick='data:post.addCommentOnclick'>
  8. <data:postCommentMsg/>
  9. </a>
  10. </b:if>
  11. </b:if>

URL: http://egoblogo.blogspot.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.