WP-NUMLY Current Version 1.5 Copyright 2006 Cal Evans License GPL 2.0 Download tarball Download zip file
This is a WordPress plugin to automatically request an Electronic Standard Book Number (ESBN) from www.esbn.org.
Numly.com assigns Numly Numbers (Electronic Serial Numbers / ESNs) for all things digital. These unique identifiers provide digital rights management capabilities as well as third-party, non-repudiation measures for proof of copyright via real-time verifications. Numly Numbers are simple and quick to generate. They act as an electronic timestamp for copyright purposes. They can also be used to digitally certify email. They also allow you to track content viewership, monitor ratings, and can be used as permalinks.
UPGRADE INSTRUCTIONS
- View the options panel, write down your numly, userID. Upgrading to 1.5 will erase all of your options.
- Deactive the plugin before attempting to install the new one.
- Remove the existing plugin
- Follow the instructions below.
INSTALLATION INSTRUCTIONS
- Download and uncompress the plugin. This will create a
blogbling directory with all the files needed for the plugin.
- Upload the blogbling directory to your blog's plugins directory. The final destination on most systems should be
/wp-content/plugins/.
- Go to the Wordpress Admin Plugin menu. If installed correctly, you should see the deactivated plugin ready to activate. Activate the plugin
- Go to Options/Numly. Enter your Numly login name. You also need to enter a Publisher name. If you don't have a publisher, enter your name. Check the box if you want the barcode displayed with each ESN.
- Finally, you need to place this code where you want the ESN to appear. This needs to be within the_loop.
<?php if (function_exists('numly_output')) numly_output($id); ?>
That's it. The next post you publish or save that does not have an ESN will request one.

|
|