Paste this into any website — WordPress, Squarespace, Wix, static HTML, whatever you run. No accounts. No API keys. No cost. Live research-grade pollinator data shows up on your page.
Works anywhere you can paste HTML.
<script src="https://ojarim.com/assets/js/embed.js"></script> <ojarim-map height="500px"></ojarim-map>
Every embed is optional and configurable. Use one or use all of them.
Interactive observation map with species filters.
<ojarim-map height="600px" groups="bumble-bees,solitary-bees,butterflies" lat="39" lng="-98" zoom="4" theme="dark" ></ojarim-map>
| Attribute | Default | Description |
|---|---|---|
height | "500px" | Map height. Any CSS value. |
groups | "all" | Comma-separated: bumble-bees, honey-bees, solitary-bees, butterflies, hoverflies, moths, beetles, wasps, hummingbirds |
lat, lng | 20, 0 | Initial map center. |
zoom | 3 | Initial zoom (1–18). |
theme | "dark" | "dark" or "light" |
Browsable species cards with conservation status.
<ojarim-species></ojarim-species> <!-- Or filtered --> <ojarim-species group="bumble-bees" limit="12"></ojarim-species>
What's blooming by region and which pollinators it supports.
<ojarim-bloom></ojarim-bloom> <!-- Pre-select a region --> <ojarim-bloom region="southeast"></ojarim-bloom>
Works everywhere. WordPress (Custom HTML block), Squarespace (Code block), Wix (HTML embed), Webflow, Hugo, Jekyll, plain HTML. If you can paste HTML, it works.
Style isolation. Each component uses Shadow DOM. Your site's styles won't break the embeds. The embeds won't break your site.
Open data. Everything pulls from the open Ojarim dataset on Codeberg. AGPL-3.0. Attribution is built into each component.
Want to contribute data? Read the VODS protocol.