Hey,
I’m attempting to embed an iframe from an unique source but I can’t get the iframe to show when previewing the page.
Src link: Impel | 360° WalkArounds®
Example embed:
<script type='text/javascript' charset='utf-8'>
var iframe = document.createElement('iframe');
document.body.appendChild(iframe);
iframe.src = 'http://spins.spincar.com/motorious/mcg-1991-ferrari-f40';
iframe.width = '600';
iframe.height = '400';
</script>
Here’s a link to the post preview:
Preview Link
Here’s a screenshot of the editor:
Is there a limit to the src I can use in the ghost editor for an iframe?