Docs &
Customization
Everything you need to embed and customize every Widgetify widget. All widgets are free forever — no account needed.
How to embed in Notion
Every widget is a standalone page hosted at chambershr.com/widgets/. Notion embeds any public URL as a live iframe.
1. Copy a widget URL from the GUI builder below.
2. In Notion type
3. Paste the URL → click Embed link.
4. Drag the edges to resize — widgets auto-scale to fill the space.
2. In Notion type
/embed and press Enter.3. Paste the URL → click Embed link.
4. Drag the edges to resize — widgets auto-scale to fill the space.
Tip: Widgets use fluid
vmin-based sizing so they look great at any size.How URL parameters work
Every customization is done through URL parameters — no code needed. Append ?param=value to the widget URL, chain multiple with &.
# One param
chambershr.com/widgets/clock?theme=light
# Multiple params chained with &
chambershr.com/widgets/clock?theme=light&numerals=true&seconds=none
# Colors: encode # as %23
chambershr.com/widgets/clock?face=%23ffffff&hands=%23111111
🕐 Analog Clock
A smooth live clock with a sweeping second hand. Shows the visitor's local time. Auto-scales to any embed size.
Base URL: chambershr.com/widgets/clock
Themes
dark
?theme=dark
light ?theme=light
minimal ?theme=minimal
neon ?theme=neon
All parameters
| Parameter | Values | Default | Description |
|---|---|---|---|
theme | dark light minimal neon | dark | Preset color theme. |
face | Any hex e.g. %23ffffff | Theme default | Clock face background color. |
hands | Any hex | Theme default | Hour and minute hand color. |
seconds | Any hex or none | Theme default | Second hand color. none hides it. |
accent | Any hex | Theme default | Center dot color. |
border | Any hex or none | Theme default | Face border color. |
ticks | true false | true | Show/hide tick marks. |
numerals | true false | false | Show 12, 3, 6, 9 numerals. |
digital | true false | true | Show digital time below clock. |
🔢 Counter
Interactive count up/down. Persists across refreshes via localStorage.
Base URL: chambershr.com/widgets/counter
All parameters
| Parameter | Values | Default | Description |
|---|---|---|---|
start | Any integer e.g. 100 | 0 | Starting value and reset target. Each unique start value saves independently. |
Multiple counters: Use different
?start= values so each embed remembers its own count separately.✦ GUI Builder
Customize any widget visually — the preview updates live as you change settings.
🕐 Clock
🔢 Counter
🔘 Button
Clock options
Live preview
chambershr.com/widgets/clock
Counter options
Remember: The count saves in the browser automatically. Only RESET clears it.
Live preview
chambershr.com/widgets/counter
Button options
Live preview
chambershr.com/widgets/button