Would be nice to be able to embed pastes in other sites/pages using iframe tags.
This would be a nice feature to have as it would allow for easy embedding into blogs and sites similar to how GitHub Gists are.
An alternitive to iframes would be to copy how GitHub Gist work with a JS script that gets loaded on the site that then renders the content of the Gist
<script type="application/javascript" src="https://gist.github.com/spf13/7896402.js"></script>