url parameters

All colour and style parameters are passed as URL query strings. Values must be URL-encoded (e.g. #0a0a0a%230a0a0a).

Full parameter reference

Parameter
CSS Variable
Description
Default

bg

--bg

Main background colour

#0a0a0a

bg2

--bg2

Secondary background (header, footer)

#111111

bg3

--bg3

Surface colour (cards, inputs)

#1a1a1a

text

--text

Primary text colour

#ffffff

text2

--text2

Secondary text colour

#888888

text3

--text3

Muted text colour

#444444

accent

--accent

Primary accent colour

#ffffff

accent2

--accent2

Secondary accent colour

#e0e0e0

border

--border

Border colour

#2a2a2a

msgbg

--msg-bg

Message bubble background

#1a1a1a

msgownbg

--msg-own-bg

Own message bubble background

#2a2a2a

disclaimer

--disclaimer-color

"Not financial advice" bar colour

#d97706

radius

--radius

Border radius

8px

Built-in presets

Instead of specifying every parameter, you can use one of the built-in presets via the Widget Builder. The presets are:

Dark (Default)

White

Midnight Blue

Forest

Example URLs

Dark theme (default):

White theme:

Custom brand colour (blue accent):

Using the Widget Builder

The easiest way to configure colours is the Widget Builder at yaphub.xyz/integrationarrow-up-right. It provides colour pickers for every parameter and shows a live preview of the widget. The final embed code with all parameters is generated automatically.

Was this helpful?