ExploreXR
ExploreXR — Free 3D Model Viewer for WordPress. ExploreXR brings interactive 3D models to your WordPress site using Google’s element. Upload GLB / GLTF / USDZ files, embed them anywhere with a shortcode, and pair the viewer with one Premium Addon of your choice (AR Addon, Animation Addon, or Loading Options Addon). For multi-addon production setups, upgrade to ExploreXR Premium for 3, 5, or unlimited addons. Live Demo | Documentation | Pricing Free Version — The 3D Viewer + One Premium Addon ExploreXR Free gives you a clean, capable 3D viewer you can embed anywhere on your WordPress site, plus one Premium Addon of your choice: Display interactive GLB, GLTF, and USDZ 3D models in any post, page, or widget Embed with shortcode: [explorexr_model id="123"] Fully responsive — scales correctly on desktop, tablet, and mobile with per-breakpoint sizing Camera controls: rotation, zoom, pan, and touch gestures Auto-rotation with configurable speed, delay, and direction Poster image support with lazy loading and “click to load” mode Per-model load behavior: direct, poster + button, or lazy via IntersectionObserver Customizable Load Model button with configurable text, colors, and radius Bundled Draco geometry, KTX2/Basis Universal texture, and Meshopt decoders — no CDN needed Drag-and-drop model upload through the WordPress admin Conditional asset loading — scripts only enqueue on pages with a model shortcode Nonce-protected admin actions and strict file upload validation Full WordPress Coding Standards compliance, tested on WordPress 5.8 through 7.0 Choose Your Included Premium Addon: AR Addon — iOS Quick Look, Android Scene Viewer, and WebXR augmented reality Animation Addon — Play, pause, loop, and ping-pong glTF animation clips with crossfade transitions Loading Options Addon — Custom loading bars, percentage counters, and loading overlays Each addon installs as a separate plugin from WordPress.org via the ExploreXR → Addons page. You can only activate one at a time. To use multiple addons simultaneously, upgrade to ExploreXR Premium. Who Uses ExploreXR E-commerce stores — let shoppers rotate and inspect products before buying (AR available via included addon) Product designers and manufacturers — present technical models with precision and clarity Architecture and real estate teams — browser-based model presentations without external tools Agencies — a repeatable system for delivering 3D capability across multiple client sites Education and training teams — interactive 3D models embedded directly into course content ExploreXR Premium — The Add-On Platform Premium is not just “more features” — it is a different architecture. Where the free version gives you one addon, Premium is a structured add-on system: a lean core with optional capability modules you activate individually. Your site only loads the code you actually use. Performance-Aware Architecture Conditional asset loading, multiple loading strategies (direct, lazy, or poster-driven), and built-in Draco, Basis Universal, and Meshopt compression decoders ensure heavy 3D assets do not slow your site down. Heavy models, clean Core Web Vitals. Modular Add-On System A lean core with optional premium add-ons — AR, material variants, animation controls, WooCommerce integration, and more. Activate only the exact capabilities you need. Nothing else loads. No bloat. Broad Ecosystem Compatibility Complies strictly with WordPress coding standards and works natively with the Block Editor, Classic Editor, and major page builders — Elementor, Divi, and Avada. Tested against every WordPress release including WordPress 7. Premium Plans: Pro — 3 addon slots Plus — 5 addon slots Ultra — Unlimited addons All plans include priority support and multi-site licensing options (1 / 5 / 25 site plans). Available Add-Ons: AR (Augmented Reality) — iOS Quick Look, Android Scene Viewer, and WebXR in one add-on Animation Control — Multi-clip playback with configurable crossfade transitions Annotations — Interactive hotspots, labels, dimension lines, and camera-targeted explanations Material Variants — Real-time color, finish, and model state switching without page reload Camera & Lighting — Expert camera constraints and HDRI environment lighting Post-Processing — Cinematic visual effects and filters applied directly to the viewer Loading Options — Custom loading bars, percentage counters, and loading overlays WooCommerce Integration — Attach 3D models directly to product pages Elementor Widget — Native drag-and-drop 3D viewer block inside the Elementor editor Divi Module — Native integration within the Divi visual builder Avada Integration — Fusion Element for Avada-based sites Draggable Viewer — User-repositionable viewer for advanced editorial layouts Mouse3D Cursor — 3D-aware pointer for interactive presentation experiences All add-ons are included in ExploreXR Premium plans. Try Premium Free For 14 Days — No Credit Card Required. Request your free trial Supported Page Builders ExploreXR works with: WordPress Block Editor (Gutenberg) Classic Editor Elementor (free version: shortcode; Premium: native widget) Divi (free version: shortcode; Premium: native module) Avada / Fusion Builder (free version: shortcode; Premium: native element) Any shortcode-compatible builder Resources Plugin Documentation Tutorial: Build an Interactive 3D Design Live Demo View All Add-Ons Pricing and Plans Free Trial Request Support Forum Premium Support Third-Party Libraries Google Model Viewer License: Apache 2.0 Source: https://github.com/google/model-viewer Purpose: Core 3D rendering engine used to display GLB, GLTF, and USDZ files in the browser Draco Geometry Compression License: Apache 2.0 Source: https://github.com/google/draco Purpose: Decoding support for Draco-compressed 3D geometry — reduces model file size significantly Basis Universal Texture Compression License: Apache 2.0 Source: https://github.com/BinomialLLC/basis_universal Purpose: Decoding support for Basis Universal compressed textures — improves texture loading performance Meshoptimizer License: MIT Source: https://github.com/zeux/meshoptimizer Purpose: Decoding support for meshopt-compressed geometry and attributes All libraries are GPL-compatible and bundled locally. No CDN dependency or external request is required to render 3D models. Privacy Policy ExploreXR does not collect, store, or transmit any personal data. All 3D rendering occurs entirely within the visitor’s browser using locally bundled libraries. No external tracking, analytics, or user data collection is performed by this plugin. For premium license validation, only a license key is transmitted to ExpoXR servers. No personal user data is included. See the ExpoXR Privacy Policy for full details. Support Free support via the WordPress.org support forum: https://wordpress.org/support/plugin/explorexr/ Premium support and documentation: https://expoxr.com/support/ Credits Powered by Google Model Viewer and open-source contributors. Built by Ayal Othman — ExpoXR.
Top keywords
- premium19×1.94%
- 3d15×1.53%
- addon15×1.53%
- explorexr13×1.33%
- support13×1.33%
- wordpress13×1.33%
- loading12×1.22%
- viewer12×1.22%
- model10×1.02%
- models7×0.71%
- https6×0.61%
- interactive6×0.61%
Threepress
Easily embed three.js in WordPress What you can do: Create three.js galleries anywhere Create galleries using the shortcode generator in the Threepress admin, and then paste the shortcode wherever you want – the javascript that renders the shortcodes is loaded on all public pages. A gallery renders one three.js Scene. To customize the layout or dimensions of your gallery, use CSS. An id tag of form #threepress-gallery-[gallery name] is put on the wrapper of the element, or use class .threepress-gallery / .threepress-gallery canvas to target all galleries. The gallery renderer (three.js object) should adjust to match your given dimensions automatically to prevent skewing or blurring. If you want to custom code your own gallery, scroll down to ‘javascript devs’. Notes All models must be in “.glb” format – most 3d programs can export to this. They are stored in the Media Library like everything else, but can be found easily through the Threepress library, which simply filters for “.glb” extensions. For javascript devs: All the galleries on a given page will be available in the global variable THREEPRESS, in the galleries property. See the Gallery class (static/js/ThreepressGallery.js) for insight on interacting with these.
Top keywords
- gallery6×3.03%
- js6×3.03%
- galleries5×2.53%
- three4×2.02%
- three js4×2.02%
- javascript3×1.52%
- threepress3×1.52%
- class2×1.01%