Embeddable Widget
Add live paddleboard conditions to your website. Perfect for surf shops, tourism sites, rental shops, and blogs.
Live Demo
Dark Theme (Default)
Light Theme
How to Use
1. Choose a Location
Find the location slug from any spot on Is It Glassy. It's the part after the slash in the URL:isitglassy.com/manly-beach-nsw
2. Add the Script
Copy and paste this code into your HTML where you want the widget to appear:
<script
src="https://isitglassy.com/widget/embed.js"
data-location="manly-beach-nsw"
data-theme="dark"
data-units="metric">
</script>Configuration Options
| Attribute | Required | Description |
|---|---|---|
data-location | Yes | Location slug (e.g., manly-beach-nsw) |
data-theme | No | dark or light (default: dark) |
data-units | No | metric or imperial (default: metric) |
data-target | No | CSS selector for widget placement |
Perfect For
Surf Shops
Show conditions for nearby spots to help customers plan their sessions.
Tourism Sites
Add real-time conditions to beach and coastal destination pages.
Rental Shops
Help customers decide when to rent paddleboards based on conditions.
Blogs
Enhance paddleboarding guides and spot reviews with live data.
Hotels & Resorts
Add value to guest experience with local water conditions.
Community Sites
Integrate into local paddleboarding community pages and forums.
API Access
Want to build your own integration? Use our widget API endpoint:
GET https://isitglassy.com/api/widget?location=manly-beach-nsw&theme=dark&units=metricReturns JSON with location data, conditions, glassy score, and pre-rendered HTML.
Rate limit: 100 requests per hour per IP.