Insert iframe into SourceJS spec.
SourceJS plugin.
To install plugin, run npm command in sourcejs/user
folder:
npm install sourcejs-contrib-iframe --save
Then run Grunt update in SourceJS root:
cd ..
grunt update
After restarting your app, plugin will be loaded automatically. To disable it, remove npm plugin and run grunt update
again.