Skip to content

Instantly share code, notes, and snippets.

@andymithamclarke
Created January 14, 2021 13:42
Show Gist options
  • Save andymithamclarke/6562087ec86ba06f9ec9133186d1ea9b to your computer and use it in GitHub Desktop.
Save andymithamclarke/6562087ec86ba06f9ec9133186d1ea9b to your computer and use it in GitHub Desktop.
HTML snippet to embed a public project in another site
<!-- Insert your published project URL between the " " next to src= EG. src="https://public.graphext.com/myproject" -->
<iframe width="100%" height="600px" style="border: 0px # none;" src="[url]" scrolling="no" frameborder="0" marginheight="0px" marginwidth="0px" allow="fullscreen" allowfullscreen=""></iframe>
<!-- Customise the height and width attributes to fit your needs. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment