 #  Content - MiniGlobe 

 

- - Joomla! 4
    - Joomla! 5
    - Joomla! 6

  ![Content - MiniGlobe](https://cdn.richeyweb.com/images/articles/plg_content_miniglobe/5.5.0-meme.webp)    - [JED Extension Page](https://extensions.joomla.org/extension/maps-a-weather/maps-a-locations/content-miniglobe/)
 


Stunning 3D globes without slowing down your site

You want stunning maps on your website, but traditional plugins are bloated, expensive, and murder your site speed. Content - MiniGlobe gives you professional, interactive 3D globes that are 89% smaller than other solutions—no speed penalty, no premium price tag. Your site stays fast, looks incredible, and you get the visual impact you need without the performance nightmare.

  Overview---

## Proof

There are far too many options to demonstrate on one page, so we've distilled it down to two that almost show everything it can do. First, a completely default globe using an included NASA surface and cloud image. Next, a globe with a fully controllable data-driven surface and some cool features you can use right away. Touch it, drag it - you can view it from any angle.

### Give it a Spin



Textured GlobeProfessional globe with texture and clouds - 300KB total, zero configuration. This is what you get out of the box.

 

 Simple &amp; beautiful

 

 

Network MonitorReal-time network monitoring with live data - 83KB, no images | pure code. This is what you can do with some extra code.

 

 Advanced &amp; lightweight

 

 

 The advanced demo is actually lighter because it draws everything procedurally instead of loading images. Start with beautiful defaults, customize later if you want.

## How It Works

MiniGlobe turns a simple {miniglobe} tag into a fully interactive 3D globe that visitors can spin with their mouse or finger. Instead of downloading giant ready-made graphics, it draws the globe fresh on each device using built-in graphics technology—like having an artist paint your globe on-the-spot instead of shipping a massive pre-painted sculpture. Other mapping plugins force you to load 700KB+ of code that slows everything down, but MiniGlobe delivers the same professional look in just 76KB—that's 89% smaller and loads almost instantly.

## FEATURE LIST

- **Lightning-fast loading** - Entire globe loads in under a second, keeping visitors on your site instead of bouncing
- **Works on every device** - Looks stunning and runs smoothly on phones, tablets, and desktops without special setup
- **No coding required** - Just type {miniglobe} in your article and you're done—that's it
- **Real-time updates** - Show live data like server locations or sales regions that update automatically without page refreshes
- **Drag to explore** - Visitors can spin the globe with their mouse or finger to see different parts of the world
- **Pinpoint any location** - Drop markers anywhere on Earth with custom colors and sizes to match your brand
- **Show connections visually** - Draw curved lines between locations to display routes, relationships, or data flow
- **Free customization tools** - Change globe colors, textures, and appearance to match your website design
- **No monthly fees** - Download once, use forever—no subscriptions, no usage limits, no surprise charges
- **Privacy-friendly** - No external services, no tracking, no data collection—just works on your site
- **Automatic rotation** - Globe spins gently on its own to catch attention, or lock it to show a specific region
- **Add clouds and atmosphere** - Optional realistic effects make your globe look like a professional weather service
- **Multiple globes per page** - Show different data sets side-by-side for comparisons
- **Update from anywhere** - Feed in data from spreadsheets, databases, or live sources to keep maps current
 
## Frequently Asked Questions:

Will this slow down my site?The entire plugin is 76KB—smaller than a single photo on most websites. Compare that to other globe plugins at 700KB+. Your page loads faster, your Google rankings improve, and visitors never wait.



Is this hard to set up?Type {miniglobe} anywhere in your article. That's it. No API keys, no external accounts, no complicated configuration screens. If you can type a curly brace, you can use MiniGlobe.



What if I need custom colors or my own map design?Every color, texture, and visual element is customizable—you can even use our free texture editor to create globes that match your brand colors exactly. Or just use the included professional designs out of the box.



It's free - what's the catch?No catch. Download it, use it forever, no subscriptions, no usage limits, no premium upsells. I'd rather see it on thousands of Joomla sites than charge for it and watch it collect dust.



Will this work with my Joomla version?Works perfectly on Joomla 4, 5, and 6. Install it once, update Joomla worry-free—MiniGlobe keeps working.





## Download

[  Content - MiniGlobe 5.5.4649](/extension-repository/content-miniglobe/plg_content_miniglobe-5.5.4)

[  Report a Bug](/bugs) [  Documentation](/software/documentation/content-miniglobe)

 

   Technical Details---

## Technical Specifications

### For the Technically Curious

#### Rendering Engine

- Pure WebGL2 implementation (no Three.js dependency as of v5.2+)
- Equirectangular projection texture mapping
- Real-time procedural rendering for land/ocean/nations
- GPU-accelerated sphere geometry generation
- Atmospheric glow shader effects
- Optional graticule overlay (latitude/longitude grid)
 
#### Performance Architecture

- 83KB minified core JavaScript (89% reduction from v5.1)
- Shared Web Worker for AJAX/KML marker loading
- Intelligent marker update system (add/update/remove only changed elements)
- No external CDN dependencies
- Optimized for mobile/desktop rendering
 
#### Data Format Support

- JSON marker arrays with lat/lon/size/color/name/group properties
- KML placemark parsing for geographic data
- AJAX auto-refresh with configurable intervals (milliseconds)
- Dynamic JavaScript API for programmatic control
 
#### Marker System

- Two marker types: spheres and cylinders
- Custom positioning via latitude/longitude coordinates
- Per-marker color (hex or RGB), size, and unique ID
- Group-based organization for batch operations
- Intelligent update logic prevents flickering
 
#### Arc System (New in 5.4)

- Great circle arc rendering between any two points
- Custom color (hex or RGB) and thickness per arc
- Dynamic add/remove/update via JavaScript API
- Bezier curve approximation for smooth rendering
 
#### Geopolitical Features

- 195 nations with individual color control via API
- Procedural land/ocean coloring without textures
- Nation-level data visualization support
 
#### Customization Options

- Custom equirectangular texture support (any resolution)
- Optional cloud layer with independent rotation speed
- Configurable brightness, rotation speed, and auto-rotation
- Lock rotation to specific longitude (pairs with speed=0 for fixed views)
- Camera controls: drag-to-rotate with momentum and auto-rotation resume
 
#### Browser Compatibility

- Requires WebGL2 support (all modern browsers)
- Graceful degradation for older browsers
- Mobile-optimized touch controls
- Responsive canvas sizing
 
#### Joomla Integration

- Simple {miniglobe} tag syntax
- Inline parameter configuration via tag attributes
- Plugin-level default settings
- Compatible with Joomla 4.x, 5.x, 6.x
- Works with com\_content articles, and any module/component that processes content plugins
 
#### JavaScript API Methods

javascript

`canvas.MiniGlobe.addMarker(type, lat, lon, color, size, name, group, length);<br></br>canvas.MiniGlobe.updateMarker(id, properties);<br></br>canvas.MiniGlobe.removeMarker(id);<br></br>canvas.MiniGlobe.addArc(lat1, lon1, lat2, lon2, color, thickness, id);<br></br>canvas.MiniGlobe.updateArc(id, updates);<br></br>canvas.MiniGlobe.removeArc(id);<br></br>canvas.MiniGlobe.landColor = [r, g, b];<br></br>canvas.MiniGlobe.oceanColor = [r, g, b];<br></br>canvas.MiniGlobe.nationColors["ISO_CODE"] = [r, g, b];`

#### File Size Breakdown

- Core JavaScript: 83KB (minified)
- Optional globe texture (1024x512): ~200KB
- Optional cloud texture (1024x512): ~100KB
- Total typical deployment with globe &amp; cloud images: &lt;400KB in 3 HTTP requests
- Minimal deployment: 83KB in 1 HTTP request
 
 

   More Examples---

Coming Soon

  



- [      email ](mailto:?subject=Content+-+MiniGlobe&body=https%3A%2F%2Fwww.richeyweb.com%2Fsoftware%2Fjoomla%2Fplugins%2Fcontent-miniglobe)
- [      facebook ](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.richeyweb.com%2Fsoftware%2Fjoomla%2Fplugins%2Fcontent-miniglobe)
- [      x-twitter ](https://twitter.com/intent/tweet?text=Content+-+MiniGlobe%3A+https%3A%2F%2Fwww.richeyweb.com%2Fsoftware%2Fjoomla%2Fplugins%2Fcontent-miniglobe)
- [      linkedin ](http://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fwww.richeyweb.com%2Fsoftware%2Fjoomla%2Fplugins%2Fcontent-miniglobe&title=Content+-+MiniGlobe&summary=Stunning+3D+globes+without+slowing+down+your+site...)
- [      pinterest ](http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fwww.richeyweb.com%2Fsoftware%2Fjoomla%2Fplugins%2Fcontent-miniglobe&media=https%3A%2F%2Fcdn.joomla.org%2Fimages%2Fjoomla-org-og.jpg&description=Content+-+MiniGlobe)
 


 

   [  Previous article: System - X Autopost   System - X Autopost ](/software/joomla/plugins/system-x-autopost) [  Next article: Content - InterLinked  Content - InterLinked  ](/software/joomla/plugins/content-interlinked)  

##### We Value Your Privacy

 

We use cookies to enhance your experience and for traffic analysis. By continuing to visit this site you agree to our use of cookies.

[Privacy Policy](/privacy-policy)

 Details 

###### Google Tag Manager Items

- Ad Storage
- Ad User Data
- Ad Personalization
- Analytics Storage
- Functionality Storage
- Personalization Storage
- Security Storage
 
 

 

 

 

 

 Decline Accept
```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.richeyweb.com/#organization","name":"RicheyWeb","url":"https://www.richeyweb.com/","logo":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/logo/richeyweb.svg","contentUrl":"https://www.richeyweb.com/images/logo/richeyweb.svg","width":{"@type":"QuantitativeValue","value":38,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":38,"unitCode":"PX"},"@id":"https://www.richeyweb.com/#logo"},"image":{"@id":"https://www.richeyweb.com/#logo"},"sameAs":["https://x.com/ComRicheyweb","https://www.facebook.com/RicheyWebDev/","https://www.youtube.com/channel/UCxnVG8BwOvQRO7hVqNX7T2g","https://community.joomla.org/service-providers-directory/listings/115:richeyweb.html"],"description":"RicheyWeb is a custom software developer specializing in Joomla extensions.","ContactPoint":[{"@type":"ContactPoint","url":"https://www.richeyweb.com/contact-us","telephone":"903-873-8460","contactType":"Owner/Administrator","areaServed":["United States",{"@type":"Country","name":"United States","sameAs":["https://en.wikipedia.org/wiki/United_States","https://www.wikidata.org/wiki/Q30","https://g.co/kg/m/09c7w0"]},"European Union",{"@type":"AdministrativeArea","name":"European Union","sameAs":["https://en.wikipedia.org/wiki/European_Union","https://www.wikidata.org/wiki/Q458","https://g.co/kg/m/0_6t_z8"]},"United Kingdom",{"@type":"Country","name":"United Kingdom","sameAs":["https://en.wikipedia.org/wiki/United_Kingdom","https://www.wikidata.org/wiki/Q145","https://g.co/kg/m/07ssc"]},"Australia",{"@type":"Country","name":"Australia","sameAs":["https://en.wikipedia.org/wiki/Australia","https://www.wikidata.org/wiki/Q408","https://g.co/kg/m/0chghy"]},"Canada",{"@type":"Country","name":"Canada","sameAs":["https://en.wikipedia.org/wiki/Canada","https://www.wikidata.org/wiki/Q16","https://g.co/kg/m/0d060g"]},"Russia",{"@type":"Country","name":"Russia","sameAs":["https://en.wikipedia.org/wiki/Russia","https://www.wikidata.org/wiki/Q159","https://g.co/kg/m/06bnz"]},"China",{"@type":"Country","name":"China","sameAs":["https://en.wikipedia.org/wiki/China","https://www.wikidata.org/wiki/Q148","https://g.co/kg/m/0d05w3"]}],"availableLanguage":"en"},{"@type":"ContactPoint","url":"https://www.richeyweb.com/bugs","telephone":"903-873-8460","contactType":"Technical Support","areaServed":["United States",{"@type":"Country","name":"United States","sameAs":["https://en.wikipedia.org/wiki/United_States","https://www.wikidata.org/wiki/Q30","https://g.co/kg/m/09c7w0"]},"European Union",{"@type":"AdministrativeArea","name":"European Union","sameAs":["https://en.wikipedia.org/wiki/European_Union","https://www.wikidata.org/wiki/Q458","https://g.co/kg/m/0_6t_z8"]},"United Kingdom",{"@type":"Country","name":"United Kingdom","sameAs":["https://en.wikipedia.org/wiki/United_Kingdom","https://www.wikidata.org/wiki/Q145","https://g.co/kg/m/07ssc"]},"Australia",{"@type":"Country","name":"Australia","sameAs":["https://en.wikipedia.org/wiki/Australia","https://www.wikidata.org/wiki/Q408","https://g.co/kg/m/0chghy"]},"Canada",{"@type":"Country","name":"Canada","sameAs":["https://en.wikipedia.org/wiki/Canada","https://www.wikidata.org/wiki/Q16","https://g.co/kg/m/0d060g"]},"Russia",{"@type":"Country","name":"Russia","sameAs":["https://en.wikipedia.org/wiki/Russia","https://www.wikidata.org/wiki/Q159","https://g.co/kg/m/06bnz"]},"China",{"@type":"Country","name":"China","sameAs":["https://en.wikipedia.org/wiki/China","https://www.wikidata.org/wiki/Q148","https://g.co/kg/m/0d05w3"]}],"availableLanguage":"en"}],"knowsAbout":["Computer programming",{"@type":"Thing","name":"Computer programming","sameAs":["https://en.wikipedia.org/wiki/Computer_programming","https://www.wikidata.org/wiki/Q80006","https://g.co/kg/m/01mf_"]},"PHP",{"@type":"Thing","name":"PHP","sameAs":["https://en.wikipedia.org/wiki/PHP","https://www.wikidata.org/wiki/Q59","https://g.co/kg/m/060kv"]},"JavaScript",{"@type":"Thing","name":"JavaScript","sameAs":["https://en.wikipedia.org/wiki/JavaScript","https://www.wikidata.org/wiki/Q2005","https://g.co/kg/m/02p97"]},"arduino","Computer forensics",{"@type":"Thing","name":"Computer forensics","sameAs":["https://en.wikipedia.org/wiki/Computer_forensics","https://www.wikidata.org/wiki/Q878553","https://g.co/kg/m/02wxbd"]},"White hat",{"@type":"Thing","name":"White hat","sameAs":["https://en.wikipedia.org/wiki/White_hat_(computer_security)","https://www.wikidata.org/wiki/Q7995625","https://g.co/kg/m/03ns_5"]},"Search engine optimization",{"@type":"Thing","name":"Search engine optimization","sameAs":["https://en.wikipedia.org/wiki/Search_engine_optimization","https://www.wikidata.org/wiki/Q180711","https://g.co/kg/m/019qb_"]},"Search engine marketing",{"@type":"Thing","name":"Search engine marketing","sameAs":["https://en.wikipedia.org/wiki/Search_engine_marketing","https://www.wikidata.org/wiki/Q846132","https://g.co/kg/m/06mw8r"]},"Digital marketing",{"@type":"Thing","name":"Digital marketing","sameAs":["https://en.wikipedia.org/wiki/Digital_marketing","https://www.wikidata.org/wiki/Q1323528","https://g.co/kg/g/122hcnps"]},"Web hosting service",{"@type":"Thing","name":"Web hosting service","sameAs":["https://en.wikipedia.org/wiki/Web_hosting_service","https://www.wikidata.org/wiki/Q5892272","https://g.co/kg/m/014pz4"]},"Email hosting service",{"@type":"Thing","name":"Email hosting service","sameAs":["https://en.wikipedia.org/wiki/Email_hosting_service","https://www.wikidata.org/wiki/Q5368818","https://g.co/kg/m/09w60m"]},"Internet hosting service",{"@type":"Thing","name":"Internet hosting service","sameAs":["https://en.wikipedia.org/wiki/Internet_hosting_service","https://www.wikidata.org/wiki/Q1210425","https://g.co/kg/m/09w5yw"]},"Virtual hosting",{"@type":"Thing","name":"Virtual hosting","sameAs":["https://en.wikipedia.org/wiki/Virtual_hosting","https://www.wikidata.org/wiki/Q588365","https://g.co/kg/m/024mvh"]},"Web performance",{"@type":"Thing","name":"Web performance","sameAs":["https://en.wikipedia.org/wiki/Web_performance","https://www.wikidata.org/wiki/Q7978612","https://g.co/kg/m/0gfj3f1"]},"Web content management system",{"@type":"Thing","name":"Web content management system","sameAs":["https://en.wikipedia.org/wiki/Web_content_management_system","https://www.wikidata.org/wiki/Q45211","https://g.co/kg/m/0615s2"]},"Content management system",{"@type":"Thing","name":"Content management system","sameAs":["https://en.wikipedia.org/wiki/Content_management_system","https://www.wikidata.org/wiki/Q131093","https://g.co/kg/m/0k23c"]},"General Data Protection Regulation",{"@type":"Thing","name":"General Data Protection Regulation","sameAs":["https://en.wikipedia.org/wiki/General_Data_Protection_Regulation","https://www.wikidata.org/wiki/Q1172506","https://g.co/kg/m/0pk_7xs"]},"SERP",{"@type":"Thing","name":"SERP","sameAs":["https://en.wikipedia.org/wiki/SERP","https://www.wikidata.org/wiki/Q2205811","https://g.co/kg/g/11c5szp7kc"]},"Artificial intelligence",{"@type":"Thing","name":"Artificial intelligence","sameAs":["https://en.wikipedia.org/wiki/Artificial_intelligence","https://www.wikidata.org/wiki/Q11660","https://g.co/kg/m/0mkz"]},"Prompt engineering",{"@type":"Thing","name":"Prompt engineering","sameAs":["https://en.wikipedia.org/wiki/Prompt_engineering","https://www.wikidata.org/wiki/Q108941486","https://g.co/kg/g/11p6kpgt_n"]},"E-learning",{"@type":"Thing","name":"E-learning","sameAs":["https://en.wikipedia.org/wiki/E-learning_(theory)","https://www.wikidata.org/wiki/Q182250","https://g.co/kg/g/122czm1f"]},"Sharable Content Object Reference Model",{"@type":"Thing","name":"Sharable Content Object Reference Model","sameAs":["https://en.wikipedia.org/wiki/Sharable_Content_Object_Reference_Model","https://www.wikidata.org/wiki/Q827811","https://g.co/kg/m/06_40"]},"Experience API",{"@type":"Thing","name":"Experience API","sameAs":["https://en.wikipedia.org/wiki/Experience_API","https://www.wikidata.org/wiki/Q7807728","https://g.co/kg/g/1yw9ktxr8"]},"Joomla",{"@type":"Thing","name":"Joomla","sameAs":["https://en.wikipedia.org/wiki/Joomla","https://www.wikidata.org/wiki/Q13167","https://g.co/kg/m/07qb81"]},"Nginx",{"@type":"Thing","name":"Nginx","sameAs":["https://en.wikipedia.org/wiki/Nginx","https://www.wikidata.org/wiki/Q306144","https://g.co/kg/m/02qft91"]},"MySQL",{"@type":"Thing","name":"MySQL","sameAs":["https://en.wikipedia.org/wiki/MySQL","https://www.wikidata.org/wiki/Q850","https://g.co/kg/m/04y3k"]}],"areaServed":["United States",{"@type":"Country","name":"United States","sameAs":["https://en.wikipedia.org/wiki/United_States","https://www.wikidata.org/wiki/Q30","https://g.co/kg/m/09c7w0"]},"European Union",{"@type":"AdministrativeArea","name":"European Union","sameAs":["https://en.wikipedia.org/wiki/European_Union","https://www.wikidata.org/wiki/Q458","https://g.co/kg/m/0_6t_z8"]},"United Kingdom",{"@type":"Country","name":"United Kingdom","sameAs":["https://en.wikipedia.org/wiki/United_Kingdom","https://www.wikidata.org/wiki/Q145","https://g.co/kg/m/07ssc"]},"Australia",{"@type":"Country","name":"Australia","sameAs":["https://en.wikipedia.org/wiki/Australia","https://www.wikidata.org/wiki/Q408","https://g.co/kg/m/0chghy"]},"Canada",{"@type":"Country","name":"Canada","sameAs":["https://en.wikipedia.org/wiki/Canada","https://www.wikidata.org/wiki/Q16","https://g.co/kg/m/0d060g"]},"Russia",{"@type":"Country","name":"Russia","sameAs":["https://en.wikipedia.org/wiki/Russia","https://www.wikidata.org/wiki/Q159","https://g.co/kg/m/06bnz"]},"China",{"@type":"Country","name":"China","sameAs":["https://en.wikipedia.org/wiki/China","https://www.wikidata.org/wiki/Q148","https://g.co/kg/m/0d05w3"]}],"memberOf":["Mensa International",{"@type":"Organization","name":"Mensa International","sameAs":["https://en.wikipedia.org/wiki/Mensa_International","https://www.wikidata.org/wiki/Q184194","https://g.co/kg/m/0140pf"]},"National Rifle Association",{"@type":"Organization","name":"National Rifle Association","sameAs":["https://en.wikipedia.org/wiki/National_Rifle_Association","https://www.wikidata.org/wiki/Q863259","https://g.co/kg/m/0j6f9"]},"CompTIA",{"@type":"Organization","name":"CompTIA","sameAs":["https://en.wikipedia.org/wiki/CompTIA","https://www.wikidata.org/wiki/Q597534","https://g.co/kg/m/040shq"]},"ISFCE LLC",{"@type":"Organization","name":"ISFCE LLC","sameAs":["https://isfce.com","https://g.co/kg/g/11wxm5r0rg"]}],"hasCredential":[{"@type":"EducationalOccupationalCredential","name":"Joomla 3 Certified Administrator","credentialCategory":"Certification","description":"Administrator Exam is the first available Joomla! certification exam","recognizedBy":{"@type":"Organization","name":"Open Source Matters, Inc.","sameAs":["https://en.wikipedia.org/wiki/Open_Source_Matters,_Inc.","https://g.co/kg/g/11f00wvjhz"]},"url":"https://certification.joomla.org/certified-user-directory/michael-richey","about":["Content management system",{"@type":"Thing","name":"Content management system","sameAs":["https://en.wikipedia.org/wiki/Content_management_system","https://www.wikidata.org/wiki/Q131093","https://g.co/kg/m/0k23c"]},"Web content management system",{"@type":"Thing","name":"Web content management system","sameAs":["https://en.wikipedia.org/wiki/Web_content_management_system","https://www.wikidata.org/wiki/Q45211","https://g.co/kg/m/0615s2"]},"Joomla",{"@type":"Thing","name":"Joomla","sameAs":["https://en.wikipedia.org/wiki/Joomla","https://www.wikidata.org/wiki/Q13167","https://g.co/kg/m/07qb81"]}],"educationalLevel":"expert","image":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/contact/badge.webp","contentUrl":"https://www.richeyweb.com/images/contact/badge.webp","width":{"@type":"QuantitativeValue","value":300,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":86,"unitCode":"PX"},"caption":"Joomla 3 Certified Administrator"}},{"@type":"EducationalOccupationalCredential","name":"Certified Computer Examiner","credentialCategory":"Certification","description":"Internationally recognized computer forensics certifiecation","recognizedBy":{"@type":"Organization","name":"ISFCE LLC","sameAs":["https://en.wikipedia.org/wiki/ISFCE_LLC","https://g.co/kg/g/11wxm5r0rg"]},"url":"https://isfce.com/","about":["Digital forensics",{"@type":"Thing","name":"Digital forensics","sameAs":["https://en.wikipedia.org/wiki/Digital_forensics","https://www.wikidata.org/wiki/Q3246940","https://g.co/kg/m/0cnxzfx"]},"Computer forensics",{"@type":"Thing","name":"Computer forensics","sameAs":["https://en.wikipedia.org/wiki/Computer_forensics","https://www.wikidata.org/wiki/Q878553","https://g.co/kg/m/02wxbd"]},"Mobile device forensics",{"@type":"Thing","name":"Mobile device forensics","sameAs":["https://en.wikipedia.org/wiki/Mobile_device_forensics","https://www.wikidata.org/wiki/Q6887097","https://g.co/kg/m/06zp3tp"]},"Network forensics",{"@type":"Thing","name":"Network forensics","sameAs":["https://en.wikipedia.org/wiki/Network_forensics","https://www.wikidata.org/wiki/Q7001032","https://g.co/kg/m/05pb280"]},"Database forensics",{"@type":"Thing","name":"Database forensics","sameAs":["https://en.wikipedia.org/wiki/Database_forensics","https://www.wikidata.org/wiki/Q5227405","https://g.co/kg/m/0cgqsy"]}],"educationalLevel":"expert","image":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/contact/isfce-cce.webp","contentUrl":"https://www.richeyweb.com/images/contact/isfce-cce.webp","width":{"@type":"QuantitativeValue","value":150,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":150,"unitCode":"PX"},"caption":"Certified Computer Examiner"}}],"hasOfferCatalog":{"@type":"OfferCatalog","name":"Web Services","itemListElement":[{"@type":"Offer","itemOffered":{"@type":"Service","name":"Hosting"}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Development"}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Search Engine Optimization"}}]}},{"@type":"WebSite","@id":"https://www.richeyweb.com/#website","url":"https://www.richeyweb.com/","name":"RicheyWeb","publisher":{"@id":"https://www.richeyweb.com/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.richeyweb.com/search?q={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string","valueMaxLength":256,"valueMinLength":2,"valuePattern":"^[A-Za-z0-9\\s]+$"}},"creator":{"@id":"https://www.richeyweb.com/#organization"},"copyrightHolder":{"@id":"https://www.richeyweb.com/#organization"}},{"@type":"WebPage","@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#webpage","url":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe","name":"Content - MiniGlobe","description":"MiniGlobe: stunning, interactive 3D globes for your site with lightning-fast loading, geopolitical map control, Great Circle routes, and no speed penalty.","isPartOf":{"@id":"https://www.richeyweb.com/#website"},"about":{"@id":"https://www.richeyweb.com/#organization"},"inLanguage":"en-GB"},{"@type":"SoftwareApplication","name":"Content - Mini-Globe","offers":{"@type":"Offer","priceCurrency":"USD"},"about":["Content management system",{"@type":"Thing","name":"Content management system","sameAs":["https://en.wikipedia.org/wiki/Content_management_system","https://www.wikidata.org/wiki/Q131093","https://g.co/kg/m/0k23c"]},"Three-dimensional space",{"@type":"Thing","name":"Three-dimensional space","sameAs":["https://en.wikipedia.org/wiki/Three-dimensional_space","https://www.wikidata.org/wiki/Q34929","https://g.co/kg/g/122wtj3c"]},"Joomla",{"@type":"Thing","name":"Joomla","sameAs":["https://en.wikipedia.org/wiki/Joomla","https://www.wikidata.org/wiki/Q13167","https://g.co/kg/m/07qb81"]},"Globe",{"@type":"Thing","name":"Globe","sameAs":["https://en.wikipedia.org/wiki/Globe","https://www.wikidata.org/wiki/Q133792","https://g.co/kg/m/01q_cy"]},"Plug-in",{"@type":"Thing","name":"Plug-in","sameAs":["https://en.wikipedia.org/wiki/Plug-in_(computing)","https://www.wikidata.org/wiki/Q3906765","https://g.co/kg/m/05x35"]}],"mentions":["HTML5 Canvas",{"@type":"Thing","name":"HTML5 Canvas","sameAs":["https://en.wikipedia.org/wiki/HTML5_Canvas","https://g.co/kg/g/113s7t0v_"]},"Ajax",{"@type":"Thing","name":"Ajax","sameAs":["https://en.wikipedia.org/wiki/Ajax_(programming)","https://www.wikidata.org/wiki/Q169527","https://g.co/kg/m/05gj6g"]},"JavaScript",{"@type":"Thing","name":"JavaScript","sameAs":["https://en.wikipedia.org/wiki/JavaScript","https://www.wikidata.org/wiki/Q2005","https://g.co/kg/m/02p97"]},"Infographic",{"@type":"Thing","name":"Infographic","sameAs":["https://en.wikipedia.org/wiki/Infographic","https://www.wikidata.org/wiki/Q845734","https://g.co/kg/m/03xc_j"]},"WebGL",{"@type":"Thing","name":"WebGL","sameAs":["https://en.wikipedia.org/wiki/WebGL","https://www.wikidata.org/wiki/Q375913","https://g.co/kg/m/07s89rs"]},"Graticule",{"@type":"Thing","name":"Graticule","sameAs":["https://en.wikipedia.org/wiki/Graticule_(cartography)","https://www.wikidata.org/wiki/Q5597681","https://g.co/kg/g/120pgwb8"]},"Great-circle navigation",{"@type":"Thing","name":"Great-circle navigation","sameAs":["https://en.wikipedia.org/wiki/Great-circle_navigation","https://www.wikidata.org/wiki/Q2197597","https://g.co/kg/m/0blxb0"]}],"@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe/#softwareapplication","isPartOf":{"@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#webpage"},"hasPart":[{"@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#articleindex-toc-proof_2_1"},{"@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#articleindex-toc-give-it-a-spin_3_2"},{"@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#articleindex-toc-how-it-works_2_3"},{"@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#articleindex-toc-feature-list_2_4"},{"@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#articleindex-toc-download_2_5"},{"@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#articleindex-toc-technical-specifications_2_6"},{"@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#articleindex-toc-for-the-technically-curious_3_7"},{"@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#faqpage"}]},{"@type":"FAQPage","@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#faqpage","url":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe","isPartOf":{"@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#article"},"mainEntityOfPage":{"@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#webpage"},"mainEntity":[{"@type":"Question","@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#question-0","name":"Will this slow down my site?","acceptedAnswer":{"@type":"Answer","@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#answer-0","text":"The entire plugin is 76KB—smaller than a single photo on most websites. Compare that to other globe plugins at 700KB+. Your page loads faster, your Google rankings improve, and visitors never wait."}},{"@type":"Question","@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#question-1","name":"Is this hard to set up?","acceptedAnswer":{"@type":"Answer","@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#answer-1","text":"Type {miniglobe} anywhere in your article. That's it. No API keys, no external accounts, no complicated configuration screens. If you can type a curly brace, you can use MiniGlobe."}},{"@type":"Question","@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#question-2","name":"What if I need custom colors or my own map design?","acceptedAnswer":{"@type":"Answer","@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#answer-2","text":"Every color, texture, and visual element is customizable—you can even use our free texture editor to create globes that match your brand colors exactly. Or just use the included professional designs out of the box."}},{"@type":"Question","@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#question-3","name":"It's free - what's the catch?","acceptedAnswer":{"@type":"Answer","@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#answer-3","text":"No catch. Download it, use it forever, no subscriptions, no usage limits, no premium upsells. I'd rather see it on thousands of Joomla sites than charge for it and watch it collect dust."}},{"@type":"Question","@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#question-4","name":"Will this work with my Joomla version?","acceptedAnswer":{"@type":"Answer","@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#answer-4","text":"Works perfectly on Joomla 4, 5, and 6. Install it once, update Joomla worry-free—MiniGlobe keeps working."}}]},{"@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#articleindex","@type":"ItemList","name":"Content - MiniGlobe","numberOfItems":7,"itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#articleindex-toc-proof_2_1","name":"Proof","url":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#toc-proof_2_1"}},{"@type":"ListItem","position":2,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#articleindex-toc-give-it-a-spin_3_2","name":"Give it a Spin","url":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#toc-give-it-a-spin_3_2"}},{"@type":"ListItem","position":3,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#articleindex-toc-how-it-works_2_3","name":"How It Works","url":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#toc-how-it-works_2_3"}},{"@type":"ListItem","position":4,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#articleindex-toc-feature-list_2_4","name":"FEATURE LIST","url":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#toc-feature-list_2_4"}},{"@type":"ListItem","position":5,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#articleindex-toc-download_2_5","name":"Download","url":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#toc-download_2_5"}},{"@type":"ListItem","position":6,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#articleindex-toc-technical-specifications_2_6","name":"Technical Specifications","url":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#toc-technical-specifications_2_6"}},{"@type":"ListItem","position":7,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#articleindex-toc-for-the-technically-curious_3_7","name":"For the Technically Curious","url":"https://www.richeyweb.com/software/joomla/plugins/content-miniglobe#toc-for-the-technically-curious_3_7"}}]}]}
```
