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.

KCSpirit

Descripción

KCSpirit allows you to add a secret key combination like the konami code to trigger an easteregg or similar on your site.

Instalación

  1. Create the directories /wp-content/plugins/kcspirit and /wp-content/plugins/kcspirit/images
  2. Upload kcspirit.php to the /wp-content/plugins/kcspirit directory
  3. Upload images/start.png to the /wp-content/plugins/kcspirit/images directory
  4. Activate the plugin through the ‘Plugins’ menu in WordPress

Preguntas frecuentes

How do I change the Key Combination?

In the options page change the comma separated list of javascript keycodes. The new list must be in order the keys should be pressed.

How do I change the what the combination does?

Change the javascript in the Javascript Effect box in the options page. This is the code that will be executed. There are three examples provided by default, two of these are commented out.

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 "KCSpirit" 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

1.0

  • Initial Release