iframe page

Component ID

712782

Component name

iframe page

Component type

module

Development status

Component security advisory coverage

not-covered

Downloads

6006

Component created

Component changed

Component body

A custom node type for creating a page where the main content is an iframe.

This can be used to let external pages be content objects inside Drupal.

Features

  • Provides a simple node type that allows the user to specify iframe URL, height and width.
  • Option to add the Drupal session ID as a parameter on the iframe URL, allowing external apps to use Drupal’s session data if they have access to the database.
  • Option to add the GET-parameters received by Drupal as parameters on the iframe URL
  • Has no dependencies.
  • Has no configuration settings outside of permissions.

There are several other modules that deals with iframes. This one was made to avoid all the complexity and dependencies for the other modules had. This module will keep it simple.