You can embed content generated by third-party tools onto your Quotes.
Important Notes and Limitations:
Embedded iframes will not show on PDFs. If you are sending Quotes via PDF or are configured to automatically send accepted Quotes to your Customers, the area that the iframe takes up will show as blank white-space on the PDF.
Do NOT use iframed content for terms and conditions or any legal clauses. Changing content in the 3rd-party application will affect the web versions of any active or signed Quotes.
MailMerge tokens from Quoter (e.g., customer name, email, etc.) are not supported within iframed content.
In many cases, embedded iframes are not responsive. Test your designs on Quotes in webview at different screen widths and make sure you are happy with the results before sending Quotes with iframes.
Many iframes includes hover controls, such as an ellipsis menu or page navigation controls. These may create a undesired customer experience. Test your designs on Quotes in webview and make sure you are happy with the results before sending Quotes with iframes.
YouTube
Access the video on YouTube and click Share
Select Embed
Copy the embed code
In Quoter, click Source then paste the copied embed code into the content editor area
Remove the frameborder and title parts of the embed code
It should look like this:
Publish the Quote and you'll see the embedded video in webview:
Vimeo
Access the Vimeo video you want to embed and click Share
Click the embed code icon
Copy the embed code
In Quoter, click Source then paste the copied embed code into the content editor area
Remove everything except the iframe tag.
A valid iframe tag should look something like:
<iframe frameborder="0" height="360" src="https://player.vimeo.com/video/783455878?h=46672b3b96&title=0&byline=0&portrait=0" width="640"></iframe>Add a p tag as below to center the video
<p style="text-align:center"><iframe frameborder="0" height="360" src="https://player.vimeo.com/video/783455878?h=46672b3b96&title=0&byline=0&portrait=0" width="640"></iframe></p>
Canva
Pro Tip: When you save a Canva design that is embedded in a Quote or Quote Template, the updates will automatically be applied in Quoter.
See what you can do: https://www.loom.com/share/0c03973751cd4e92a1960df32d87fa6e
Create a single or multi-page proposal, or other content, in Canva (Letter page size is recommended).
Click Share, then More
Click Embed
Copy the HTML embed code
In Quoter, click Source then paste the copied embed code into the content editor area
Remove the div tag, the a href tag, and adjust the iframe tag as per the image below (remove everything in red). Set the height to "1100px".
Your iframe tag should look something like this:
<p><iframe src="https://www.canva.com/design/DAFd3VN_t1c/view?embed" style="border:none; height:1100px; margin:0; padding:0; width:100%"></iframe></p>
Loom
Access the video in your Loom library.
Click Share, then Embed, and then select Fixed size (generally a width of 800px looks good).
Click Copy embed code
In Quoter, click Source then paste the copied embed code into the content editor area
Remove this code from the iframe tag:
frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreenA valid iframe tag will look something like:
<iframe height="467" src="https://www.loom.com/embed/0c03973751cd4e92a1960df32d87fa6e" width="800"></iframe>Add a p tag as below if you want to center the video, and a valid
<p style="text-align:center"><iframe height="467" src="https://www.loom.com/embed/0c03973751cd4e92a1960df32d87fa6e" width="800"></iframe></p>