Embedding Guide
Welcome to our application! This guide provides information on how to embed our application in your own website or application using an iframe.
Basic iFrame Embedding#
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=john.doe@example.com" width="100%" height="500"></iframe>For a comprehensive list of the parameters you can use, please refer to our Query Parameters Documentation inside. Do not forget
Whitelisting#
Please contact us at support@glede.app to whitelist your domain for embedding.