Hey everyone 👋
I’m using the Fluida theme on a project where I want to show some external data from a Java-based game launcher called Pojavlauncher. Basically, it’s an open-source launcher for Minecraft Java Edition that outputs some status info in JSON format.
What I’d like to do is:
Fetch that JSON data (launcher version, login status, etc.)
Display it dynamically on a page or widget area in Fluida
Keep the site performance smooth without constant reloads
I’m thinking of using a small custom plugin or REST API call, but I’m not sure about the cleanest way to hook that into Fluida — maybe using a child theme or a custom shortcode?
Has anyone tried pulling external JSON data into Fluida before?
Would love any tips on how to:
Safely fetch and refresh external data
Display it nicely using Fluida’s layout options
Avoid slowing down page loads
Any advice, examples, or snippets would be awesome!
Website: pojavlauncherdl.com