Iframe HTML Data URI Generator
This tool takes in full HTML/CSS/JS files, and puts them in a format so they can be pasted in as a Page in Bear Blog. It does this by putting them in an iframe which sits on top of the Page and fully covers it.
Paste the HTML you want to embed in an iframe below. This tool wraps your HTML in an <iframe> tag that uses a data URI in its src attribute. Encoding the HTML as a URL prevents Bear Blog’s sanitization from re-escaping or altering your code.