Skip to content

Instantly share code, notes, and snippets.

@wwerner
Forked from Albert-W/embed gist.md
Created April 14, 2021 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wwerner/cee2f4bc78c73ee17b8ea919a7fef3d4 to your computer and use it in GitHub Desktop.
Save wwerner/cee2f4bc78c73ee17b8ea919a7fef3d4 to your computer and use it in GitHub Desktop.
embed gist in iframe

Embed gist in iframe

it is used to embed gist to an asynchronously-loaded web pages.

<iframe 
    width="100%"
    height="350"    
    src="data:text/html;charset=utf-8,
    <head><base target='_blank' /></head>
    <body><script src='https://gist.github.com/Albert-W/e37d1c4fa30c430c37d7b1b1fe9b60d8.js'></script>
    </body>">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment