The iframe plugin

The iframe plugin allows inserting IFrames to the page.

../_images/iframe-admin.png

The frame is displayed at the website:

../_images/iframe-html.png

Generally, such feature is useful for large web sites where a specific service or contact form needs to be embedded. In case a variation is needed, this plugin can easily be used as starting point for writing a custom plugin.

Installation

Add the following settings to settings.py:

INSTALLED_APPS += (
    'fluent_contents.plugins.iframe',
)

The plugin does not provide additional configuration options, nor does it have dependencies on other packages.

The appearance of the <iframe> tag depends on the CSS style of the web site. Generally, at least a border should be defined.