Embedding Levitate Features on Your Site
Embedding your meeting scheduler using iFrame
The basic code is <iframe src="{meetingLink}" frameBorder="0" width/height>. The width and height can be altered to your preference. The meetingLink will be whichever Levitate meeting link you'd like to share, but looks like this: https://go.levitate.ai/yourMeetingLink.
The code below has preset width and height values that look good on most websites.
<iframe src="https://go.levitate.ai/yourMeetingLink" frameborder="0" width="100%" height="900" style="display:block; border:0;"> </iframe>
Here's an example of a meeting link embedded via HTML on a website:

Embedding a survey on your site using iFrame
All types of surveys — satisfaction, custom, donation, and event — can be embedded.
The basic code is <iframe src="{surveyLink}" frameBorder="0" width/height>. The width and height can be altered to your preference. The surveyLink will be whichever Levitate survey link you'd like to share, but looks like this: https://go.levitate.ai/yourSurveyLink.
The code below has preset width and height values that look good on most websites.
<iframe src="https://go.levitate.ai/yourSurveyLink" frameborder="0" width="100%" height="900" style="display:block; border:0;"> </iframe>
Here's an example of a survey embedded via HTML on a website:
