Text 20 Feb 917 notes Theme designers: Notes are now available in tumblelogs

staff:

We’re about to start rolling out a bunch of features focused on interaction between tumblelog authors and their readers.  Post notes are going to be the glue for all of this interaction, so we’d like to ask all theme designers (and anyone with custom themes) to incorporate this new tag:

{PostNotes}

This will render the post’s notes (including reblogs and likes) on their permalink pages.  Check out an example on my tumblelog.

Unlike our other theme tags, this outputs generic HTML markup, so all you need to do is style it with CSS.  Here’s a basic stylesheet to get you started:

ol.notes {
    padding: 0px;
    margin: 25px 0px;
    list-style-type: none;
    border-bottom: solid 1px #ccc;
}

ol.notes li.note {
    border-top: solid 1px #ccc;
    padding: 10px;
}

ol.notes li.note img.avatar {
    vertical-align: -4px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

ol.notes li.note span.action {
    font-weight: bold;
}

ol.notes li.note .answer_content {
    font-weight: normal;
}

ol.notes li.note blockquote {
    border-color: #eee;
    padding: 4px 10px;
    margin: 10px 0px 0px 25px;
}

ol.notes li.note blockquote a {
    text-decoration: none;
}

You can get the full documentation (including complementary tags like {NoteCount}) on the Custom Themes page.

  1. almadvie reblogged this from staff
  2. diabetes-a1c reblogged this from staff
  3. how-to-debt-settlement reblogged this from staff
  4. debt-settlement-today reblogged this from staff
  5. dui1-attorney-san-diego reblogged this from staff
  6. bernhardt-sofa reblogged this from staff
  7. gehirngerecht reblogged this from staff
  8. taylorlautnerworkoutroutine reblogged this from staff
  9. wedding-speechess reblogged this from staff
  10. cloudmkt reblogged this from staff
  11. goal-setting-programs reblogged this from staff
  12. engineering-guides reblogged this from staff
  13. website-designing-company-delhi reblogged this from staff
  14. fujimogn reblogged this from staff
  15. repostr reblogged this from staff
  16. ellenpage2 reblogged this from staff
  17. bestiphone3lebanon reblogged this from staff
  18. online-werbeagentur reblogged this from staff
  19. dunia-digital reblogged this from paulgiacherio

Design crafted by Prashanth Kamalakanthan. Powered by Tumblr.