RactiveJS
This plugin registers the RactiveJS Framework library as part of Wordpress. This means that Ractive scripts can be included in your plugins by just e …
Next Milestone 20
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Rank Changes
Downloads Growth
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
Tracked Keywords
Showing 1 of 1| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| lib | 148 | — | Tag | 15 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.3
- Last Updated
- Mar 15, 2017
- Requires WP
- 3.8+
- Tested Up To
- 4.8
- PHP Version
- N/A
- Author
- Benjamin Guy
Support & Rating
- Rating
- ★ ☆ ☆ ☆ ☆ 1
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Frequently Asked Questions
Common questions about RactiveJS
Activate the plugin through the 'Plugins' menu in WordPress
How to use RactiveJS in my plugin?
This plugin is just a helper plugin to register the RactiveJS framework scripts into wordpress and allow them to be enqueued and utilized by other plugins. Below is an explaination of the script handlers you have to enqueue to activate RactiveJS and to activate any of the ractive-plugins used in conjunction RactiveJS.
wp_enqueue_script('ractive-hover'); Ractive.js hover event plugin
wp_enqueue_script('ractive-keys'); Ractive.js keys event plugin
wp_enqueue_script('ractive-mousewheel'); Ractive.js mousewheel event plugin
wp_enqueue_script('ractive-resize'); Ractive.events.resize
wp_enqueue_script('ractive-tap'); Ractive.js tap event plugin
wp_enqueue_script('ractive-touch-hammer'); ractive-touch
wp_enqueue_script('ractive-touch'); ractive-touch
wp_enqueue_script('ractive-typing'); ractive-events-typing
wp_enqueue_script('ractive-viewport'); ractive-event-viewport
wp_enqueue_script('ractive-fade'); Ractive.js fade transition plugin
wp_enqueue_script('ractive-fly'); Ractive.js fly transition plugin
wp_enqueue_script('ractive-scale'); Ractive.js scale transition plugin
wp_enqueue_script('ractive-slide'); Ractive.js slide transition plugin
wp_enqueue_script('ractive-slide-horizontal'); Horizontal slide transition plugin for Ractive
wp_enqueue_script('ractive-typewriter'); Ractive.js typewriter transition plugin
Script Dependancies
Each of the scripts have dependancies. They are all queued as dependancies in the plugin. So if you forget to load the dependancy it will be automatically loaded for you.
ractive-js No Depenancies
ractive-hover ractive-js
ractive-keys ractive-js
ractive-mousewheel ractive-js
ractive-resize ractive-js
ractive-tap ractive-js
ractive-touch-hammer ractive-js
ractive-touch ractive-js, ractive-touch-hammer
ractive-typing ractive-js
ractive-viewport ractive-js
ractive-fade ractive-js
ractive-fly ractive-js
ractive-scale ractive-js
ractive-slide ractive-js
ractive-slide-horizontal ractive-js
ractive-typewriter ractive-js