CubeLaunch
by digibrief 1 (0 reviews)

CubeLaunch

Embed interactive, rotatable, pinch and zoom 3D cubes or pyramids with custom faces via Gutenberg blocks, shortcodes, or a site-wide Coming Soon page.

CubeLaunch ranks #27,819 among WordPress.org plugins with 20+ active installations, is #3,283 of 8,590 in the Customization category, a 1/5 rating from 0 reviews, and was last updated Dec 2, 2025. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 6.9 (Current: 7.1.2)
v1.0.3 Current Version v1.0.3
Updated 9 months ago Last Update on 02 Dec, 2025
Refreshed 14 hours ago Last Refreshed on
#3,283 of 8,590 in Customization Top 50% by installs
View on WordPress.org
Rank
#27,819
No change
Active Installs
20+
-4.8%
KW Avg Position
18
1 worse
Downloads
409
+1 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 30

Total Progress 30%
20+ 30+
9,556
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

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
Upgrade to Pro
Need 7 more installs to reach 30+

Rank Changes

27,697 27,799 27,901 28,003 28,105 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
27,625 27,883 28,141 28,399 28,657 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #27,819
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about CubeLaunch

Square images generally work best, especially for cube faces. For pyramid sides, the image will be masked into a triangle. We recommend images around 512x512 pixels to 1024x1024 pixels for a good balance of quality and performance. The built-in cropper helps you get a 1:1 aspect ratio.
We ship CSS variables so you can tune sizes without !important. Defaults (affect embedded cubes only, not Coming Soon): :root{ --cl-mobile-size-default: 85vw; /* shortcodes & blocks with no preset */ --cl-mobile-size-small: 70vw; --cl-mobile-size-medium: 85vw; --cl-mobile-size-large: 90vw; --cl-rail-width: 20%; /* left/right rails (each side) */ --cl-rail-height: 16%; /* top/bottom rails (each edge) */ } Change all cubes (Appearance → Customize → Additional CSS): :root{ --cl-mobile-size-default: 78vw; --cl-mobile-size-medium: 78vw; } Change just one cube (add a class, then override the var): - Block → select the block → Advanced → Additional CSS class(es): my-promo-cube - Shortcode (paste literally): [cubelaunch_shape id="123" class="my-promo-cube"] CSS: @media (max-width:600px){ .my-promo-cube{ --cl-mobile-size: 75vw; } }
On small screens we add slim, invisible strips around the canvas so vertical scrolling remains easy even when your finger starts on the cube. Side rails (left/right) are pseudo‑elements (CSS). Top/bottom rails are tiny overlay elements added by a small JS helper. Per instance: @media (max-width:600px){ .my-promo-cube{ --cl-rail-width: 0; /* disable side rails */ --cl-rail-height: 0; /* disable top/bottom rails */ } } Shipped opt‑out classes (add to the wrapper): - cl-rails-off → turns off both - cl-rails-x-off → turns off side rails only - cl-rails-y-off → turns off top/bottom rails only
Yes (paste literally): [cubelaunch_shape id="123" class="homepage-hero"]
Use the cubelaunch_mobile_css filter to alter the values we inject: add_filter( 'cubelaunch_mobile_css', function( $args ){ $args['sizes']['default'] = '82vw'; $args['sizes']['small'] = '68vw'; $args['sizes']['medium'] = '82vw'; $args['sizes']['large'] = '92vw'; $args['rail_width'] = '18%'; // side rails $args['rail_height'] = '12%'; // top/bottom rails // $args['breakpoint'] = 640; // optional // $args['enable_rails_x'] = true; // optional (side rails) // $args['enable_rails_y'] = true; // optional (top/bottom rails) return $args; });
Image textures are supported in this free version. Video textures, auto-updating stock/crypto charts on faces, clickable URLs, and texture rotation are premium features available in CubeLaunch Pro.
In the CubeLaunch > Coming Soon Settings, there's a field for "Subscription Form Integration". You can paste a shortcode from your favorite forms plugin (like Contact Form 7, Gravity Forms, WPForms) or HTML embed code from services like Mailchimp or ConvertKit.
Yes. Desktop sizing uses vmin presets; on small screens we switch to CSS‑variable widths (above). You can override them per instance.
No, CubeLaunch doesn’t touch your server. Each shape is rendered in the visitor’s browser with WebGL, so the only performance factors are the viewer’s device and how big the images/videos you give it are.
CubeLaunch uses WebGL for rendering the 3D shapes. Most modern desktop and mobile browsers support WebGL. If WebGL is not supported or disabled, a fallback message will be displayed. The admin interface requires a modern browser (no Internet Explorer 11 support).

Sign In / Register

You need to sign in or register to use this feature.