Requests BETA

You can embed any request on your site and give it your own customizable look and feel.

To embed the request in your site please use the following URL configuration:

https://vudy.me/embed/request/<REQUEST_ID>

Customization

To enable customizable look and feel we enable the following search params:

type ThemeConfig = {
    background?: string;
    primaryColor?: string;
    secondaryColor?: string;
    textColor?: string;
    cardBackground?: string;
    borderColor?: string;
};
Property
Where does it apply
Configuration

background

Main background of the iframe

Any valid CSS that can be placed on the background style of the page.

primaryColor

  • FROM highlight

  • Badge background

  • Button background

any HEX color

textColor

Main card header text Note text

any HEX color

cardBackground

Main color for the card that will appear in the center

any HEX color

borderColor

Main border color for the card

any HEX color

Dashboard Configurations

The following must be editted on your own Vudy Profile

  • Avatar Image

  • FROM username

Last updated