Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

numly Numbers

Descripción

numly Numbers was born from a very old plugin called wp-numly which was originally called wp-esbn that was
coded by Cal Evans. But over the years his plugin stopped working and he no longer worked on it. I took the
old plugin and chopped out what wasn’t needed and fixed what was broken which gave birth to numly Numbers.

Electronic Standard Number (numly) is the unique identifier of electronic content and media. numlys are
recognized worldwide by electronic publishing companies and electronic content providers. They serve as branded
identifier or copyright for individuals or companies developing electronic content and media. numlys are
assigned and managed by numly.com.

The plugin registers your copyright with Numly and returns the Numly Number (electronic serial number), barcode,
and verification links to your blog post automatically.

I hope you enjoy numly numbers as much as I do.

*** NOTE *** You must have a active subscription at numly.com for this addon to work.

If you like this plugin please donate.

Visit our Firefox addon for numly Numbers.

Capturas

Instalación

  1. Copy the entire folder numly-numbers/ into wp-content/plugins/ folder on your blog.
  2. Activate the plugin by going to your blog’s Plugin tab and clicking Activate.
  3. Then go to the Settings menu and you’ll see numly numbers listed. Enter your numly username, chose the license you want to use, and whether you want to show the barcode or not.
  4. Some where in the post loop such as in the single.php page paste the following where you want it to show <?php if (function_exists('numly_output')) _e('<strong>ESN Copyright:</strong>'); numly_output($id); ?>

Preguntas frecuentes

I found a bug, have a question or the plugin doesn’t work anymore. What should I do ?

Go here to report it.

Will this plugin generate a ESN for pages.

No. You will have manually create a number at numly.com or install the FF addon and add that number to the Custom Field “numly_key” for the page.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce “numly Numbers” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

2.5

  • Upped the version to support WP 3.3

2.4

  • Upped the version to support WP 3.2.1
  • New pot file

2.3

  • Upped the CC versions from 2.5 to 3.0
  • Better licensing code – PD license displays correctly now

2.2.1

  • Changed abbr ESBN to ESN in the install section and description due to Copyright issues

2.2

  • added bug reporting link under the settings section

2.1

  • new URI’s
  • added screen shot

2.0

  • Code re-write to support wp 3.x

1.0

  • original code by – Cal Evans