Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

KCSpirit

Descrizione

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

Installazione

  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

FAQ

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.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“KCSpirit” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “KCSpirit” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.0

  • Initial Release