Books

Markup any content that talks about a book or other print publication.

Usage scenarios

  • A user could use operator to add the book to his wishlist on his online bookstore of choice.

Markup

<div class="poshZone">
    <span class="poshZoneDescription">Book: Cold Mountain</span>
    <div class="book">
        <span class="bookTitle">Cold Mountain</span>. 
    <p>In the waning days of the American Civil War, a wounded soldier embarks on 
    a perilous journey back home to Cold Mountain, North Carolina to reunite with his 
    sweetheart. Based on the novel by <span class="bookAuthor">Charles Frazier</span>.
        </p>
    </div>
</div>

Custom scope definition

['book']['bookTitle']

Available user scripts

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License