This plugin use the library:
https://honkify.netlify.com
What does Honkify do?
When activated by pressing the key "Y", all links and buttons on the site will stop working, instead triggering a “honk!” sound effect.
This is not transpiled and not tested on any browsers except Chrome latest and Firefox lasted, because this is a silly joke and therefore honk honk honk!
Options
Honkify support 3 options to be a little flexible.
get_option( 'goose_active', true )
An extra toggle to dynamic toggle the honk, think for pages that 100% you don't want the honk but others you do.
get_option( 'goose_hotkey', 'y' )
Setup your custom hotkey to enable the honk!
get_option( 'goose_loose', 'lock' )
Default value to determine whether the goose is lock or loose by default.
Install honkify from within WordPress
- Visit the plugins page within your dashboard and select ‘Add New’;
- Search for 'Honkify'
- Activate Honkify from the Plugins page
Install honkify manually
- Upload the honkify folder into the
wp-content/plugins/
directory
- Activate Honkify from the Plugins page
Install honkify with composer
- Run in your command line
composer require wpackagist-plugin/honkify
- Activate Honkify from the Plugins page