English dictionary, thesaurus, translations & etymology
FreeDict.com

iframe

3 synonyms and 0 antonyms for iframe, grouped by meaning and by how common each one is.

Noun — An element of a web page that embeds a second, separate web page inside a rectangle on the first, so that things such as a video player, a map or a payment form can appear within a page while actually being served by another site.

Synonyms

Rare, literary or technical

Precise, but they will stand out — check the sense before using one.

inline frame embedded frame embed

Synonyms by Meaning

1. noun technical

An element of a web page that embeds a second, separate web page inside a rectangle on the first, so that things such as a video player, a map or a payment form can appear within a page while actually being served by another site.

“The video is in an iframe, so it loads from the video service rather than from us.”

inline frame embedded frame embed

2. verb informal

To embed one page inside another using such an element.

“We iframed the pricing calculator into the partner's site.”

embed

How to Use Iframe

The word patterns that sound natural to a native speaker.

embed an iframe iframe height cross-domain iframe sandboxed iframe

Technical; written iframe or i-frame after the HTML tag name.

Etymology

A shortening of inline frame, the name of the HTML element.

Full origin of iframe →

Frequently Asked Questions

What is the difference between an iframe and a frame?

Old frames divided the whole browser window into sections, each loading a different document, and that approach is obsolete. An iframe sits inside the flow of a normal page like an image would, and remains in everyday use.

Why do payment forms use iframes?

Putting the form in an iframe served by the payment provider means the card details are entered into the provider's page rather than the shop's, so the shop's own code never handles them.

Can a page inside an iframe control the page around it?

Not by default. Browsers block interaction between pages from different sites, so an embedded page generally cannot read or alter its host, and the host cannot read it.

Nearby Words

← Back to the full definition of iframe
Synonyms and antonyms from Wiktionary, CC BY-SA.