Documentation is minimal for now. It will be completed with the feedback from early users.
Template functions
bm_the_mark
Description
Display a bookmark.
Usage
Simple
<?php bm_the_mark() ?>
Advanced
<?php bm_the_mark(array( 'h-level' => 'h3', 'the_screenshot' => false, 'the_title' => true, 'the_author' => false, 'others' => false, 'the_content' => true, 'the_tags' => true, 'actions' => false )); ?>
Parameters
- h-level: the heading level used to display the bookmark title
- the_screenshot: display the website thumbnail?
- the_title: display the bookmark title?
- the_author: display the bookmark author?
- others: display the bookmark popularity? (& X others)
- the_content: display the bookmark content?
- the_tags: display the bookmark tags?
- actions: display the action bar? (edit, delete, comment)