API Reference

To display our application in an iframe, you can include the following HTML in your webpage:

<iframe src="https://www.send.glede.app" style={{ width: "100vw", height: "100vh" }}> </iframe>

In this example, the iframe that loads our application will be 500 pixels high. Feel free to adjust the width and height values to best suit your needs.

Using Query Parameters

Our application accepts certain query parameters that can customize the user experience. You can append these parameters to the application URL. Here's an example:

<iframe
  src="https://www.send.glede.app?first_name=John&last_name=Doe&[email protected]"
  width="100%"
  height="500"
></iframe>

For a comprehensive list of the parameters you can use, please refer to our Query Parameters Documentation.

Whitelisting

Please contact us at [email protected] to whitelist your domain for embedding.