Skip to content

Instantly share code, notes, and snippets.

@bryanwoods
Created November 22, 2015 20:55
Show Gist options
  • Select an option

  • Save bryanwoods/18cd4df9cb534009dbe6 to your computer and use it in GitHub Desktop.

Select an option

Save bryanwoods/18cd4df9cb534009dbe6 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
jQuery(function() {
var $ = jQuery;
var iframe = $('<iframe />', {
src: 'http://disintegration.herokuapp.com',
frameborder: 0,
scrolling: "auto",
width: 800,
height: 3000
});
$('.entry-content').first().html(iframe);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment