public marks

PUBLIC MARKS from srcmax with tag iframe

17 March 2014

easyXDM - Cross-domain messaging made easy

easyXDM is a Javascript library that enables you as a developer to easily work around the limitation set in place by the Same Origin Policy, in turn making it easy to communicate and expose javascript API’s across domain boundaries.

Porthole by ternarylabs

Porthole is a small Javascript library that makes it safe and easy to communicate with cross domain iFrames. Porthole relies on hidden iFrames (later referred to a as proxy) to exchange information. The caller sets a url fragment with the message to pass. The proxy by virtue of being served from the same origin as the callee, invokes a callback method with an event object that contains the message read from the url fragment. The message signaling mechanism is based on a resize event.

26 February 2014

Iframe-resizer by davidjbradshaw

Size cross domain iFrames to content with support for window/content resizing, and multiple iFrames.

srcmax's TAGS related to tag iframe

cross-domain +   embed +   js +   messaging +