Where do I find an embed code to add file to website

How do I get an embed code to put Principle files on a website?

You can use an iframe to embed a share-to-web link (looks like principle.app/share?id=ā€¦) in an HTML page:

<iframe width="300" height="200"
src="YOUR SHARE LINK GOES IN HERE">
</iframe>

You can set the width and height numbers to whatever you want

2 Likes

Great, thanks! Iā€™m new to Principle and have very little coding experience.
Again, thank you so much for responding!!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.