Cubify WP
Downloads:
Because you always wanted floating 3D cubes in your WordPress content.
Shortcode Instructions
- Use the shortcode in your WordPress content. Something like
[cubify img=/wp-content/plugins/cubify-wp/images/wat.png percentage=50 class=alignright speed=2]
. Note: Only images on the same server can be used, so best to use images in your media library. - Smile
- Share
Shortcode Parameters
- img – Image URL
- color – Box color
- speed – Spin speed
- class – Default is
alignleft
, but feel free to align with:aligncenter
,alignright
, or set your own custom class - percentage – Width of the cube in relation to content
View plugin listing on wordpress.org →
Download
Latest version: Download Cubify WP v0.1.0 [zip]
Installation
Manual Installation
- Upload the entire
/cubify-wp
directory to the/wp-content/plugins/
directory. - Activate Cubify WP through the ‘Plugins’ menu in WordPress.
FAQ
Q. How do I insert cubes into my content?
A. Use a shortcode. [cubify img=/wp-content/plugins/cubify-wp/images/wat.png percentage=50 class=alignright speed=2]
Q. Shortcode Parameters
A.
- img – Image URL
- color – Box color
- speed – Spin speed
- class – Default is
alignleft
, but feel free to align with:aligncenter
,alignright
, or set your own custom class - percentage – Width of the cube in relation to content
Q. Where should I upload images?
A. Cubify-WP only works if the images you upload are on your server. Just use the WordPress media uploader, and then copy/paste the URL into the shortcode.
Q. What makes these magical cubes so beautiful?
A. Three.js A JavaScript 3D Library which makes WebGL simpler.
Q. Does this plugin serve any practical purpose?
A. Cubify-WP is for fun of course! That’s pretty practical, right?
Changelog
0.1.0
- First release
Recent Comments