Tuesday, September 7, 2010

Article | Blogger Feed displaying Customized

Blogger provides a fanstatic widget named "Feed" allows add Feed from ours favourites websites to the blog. But it's display quite simple and the same overall. It's great if we customizing the displaying of Feed to make sense our blog's layout.
I add an "@" at the title and index image to seperate feed item.


to install this feed layout:
- first: create your Feed like original.
- second: in Blogger "Layout" tab, select "Edit HTML", backup your current templete (for safe)
- third: select "Expand Widget Templates", and find the snippet contains your Feed ( search by your Feed title ;) ). The snippet begin like this



  1. <b:widget id='Feed7' locked='false' title='Thanhnien.com.vn' type='Feed'>

  2. ........< script inside >

  3. </widget>





just replate "< script inside >" by the following snippet below. Save templates and view result of your work ;).



  1. <b:includable id='main'>

  2. <br/>

  3. <div><span style='float:left;color:#FF0000;'><h2>@</h2></span><h2>&#160;<data:title/></h2></div>

  4. <div class='widget-content'>

  5. <ul expr:id='data:widget.instanceId + &quot;_feedItemListDisplay&quot;'>

  6. <b:loop values='data:feedData.items' var='i'>

  7. <li>

  8. <div style='float:left;'>&#160;&#160;&#160;&#160;&#160;<img src='http://www.blogblog.com/rounders3/icon_arrow_sm.gif'/>&#160;&#160;</div>

  9. <div style='overflow:auto;'>

  10. <span class='item-title'>

  11. <a expr:href='data:i.alternate.href'>

  12. <data:i.title/>

  13. </a>

  14. </span>

  15. <b:if cond='data:showItemDate'>

  16. <b:if cond='data:i.str_published != &quot;&quot;'>

  17. <span class='item-date'>

  18. &#160;-&#160;<data:i.str_published/>

  19. </span>

  20. </b:if>

  21. </b:if>

  22. <b:if cond='data:showItemAuthor'>

  23. <b:if cond='data:i.author != &quot;&quot;'>

  24. <span class='item-author'>

  25. &#160;-&#160;<data:i.author/>

  26. </span>

  27. </b:if>

  28. </b:if>

  29. </div>

  30. </li>

  31. </b:loop>

  32. </ul>


  33. </div>

  34. </b:includable>


Loading...

Comments :

0 comments to “ Blogger Feed displaying Customized ”

Top Views

BloggerTipsTemplates

CHICKLETS

Enter your email address:

Delivered by FeedBurner

Followers