An awesome jQuery plugin that unleashes a Raptor of Jurassic proportions on your WordPress site!
You're sitting at your desk, coding up a 500 page site, knee-deep in Extreme Cheddar Doritos sipping on a liter of Code Red Mountain Dew when you realize... this page would be so much more awesome with a VELOCIRAPTOR.
- Konami Code Activation: Type ↑ ↑ ↓ ↓ ← → ← → B A to unleash the raptor
- Click Activation: Add raptor fun to any button or link
- Timer Activation: Automatically trigger after a set delay
- Full audio support with the classic raptor screech
- Upload
raptorize-itto the/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Visit your site and try the Konami Code (↑ ↑ ↓ ↓ ← → ← → B A)
- Enjoy the raptor!
- WordPress 5.0 or higher
- PHP 8.0 or higher
Install dependencies:
# Install PHP dependencies
composer install
# Install Node dependencies (if developing JavaScript)
npm installRun PHP CodeSniffer to check code standards:
# Check PHP code
composer lint
# or
npm run lint:php
# Auto-fix PHP code
composer format
# or
npm run format:php
# Check JavaScript code
npm run lint:js
# Check all code
npm run lintOpen index.html in your browser to test the plugin standalone without WordPress.
This plugin follows the WordPress Coding Standards.
PHP code is checked with:
- WordPress-Core
- WordPress-Docs
- PHPCompatibilityWP (PHP 7.0+)
- Original jQuery plugin by ZURB
- WordPress plugin by Jake Spurlock
MIT License - Free to use under the MIT license.