Ejemplo de un widget de Blogger


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



Copy this code and paste it in your HTML
  1. <b:widget id='HTMLxx' locked='true' title='' type='HTML'>
  2. <b:includable id='main'>
  3. <!-- only display title if it's non-empty -->
  4. <b:if cond='data:title != &quot;&quot;'>
  5. <h2 class='title'><data:title/></h2>
  6. </b:if>
  7. <div class='widget-content'>
  8. <data:content/>
  9. </div>
  10. </b:includable>
  11. </b:widget>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.