Download
Get the latest version: bmpress-latest.zip
Installation
- With FTP, upload the 'bmpress' folder to the '/wp-content/plugins/' directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Configure the plugin through the 'Options' section of the 'Blogmarks' menu
Template
Get a dedicated theme:
If you want to create a small social bookmarking community and dedicate your WP install to bmPress, you can run our dedicated theme:
- get the bmpress-minimal theme
Or get a compatible theme:
- for example, get the wp-minimal theme from h6e
Or tweak an existing theme:
For example, default (kubrick) Wordpress theme.
In index.php/archive.php/single.php/search.php you should find something like the following:
<div <?php post_class() ?> id="post-<?php the_ID(); ?>"> <h2>...</h2> <small>...</small> <div class="entry"> ... </div> <p class="postmetadata">...</p> </div>
Customise the three files (index.php/archive.php/single.php/search.php) like this:
<div <?php post_class() ?> id="post-<?php the_ID(); ?>"> <?php if (function_exists('bm_is_a_mark') && bm_is_a_mark()) : ?> <?php bm_the_mark() ?> <?php else : ?> <h2>...</h2> <small>...</small> <div class="entry"> ... </div> <p class="postmetadata">...</p> <?php endif; ?> </div>
Bookmarklet
- Install the bookmarklet from the 'Tools' section of the 'Blogmarks' menu
Import
- Import existing bookmarks from the 'Import' section of the 'Blogmarks' menu