Reviews from Trustpilot. Display consumer reviews from Trustpilot on your iFrame site. Google Maps. Add map to your iFrame website for your audience easily find your office or nearest store. Event Calendar. Present events, timetable, agenda, schedule, and more on your iFrame website.
Facebook Chat. Allow users to contact you on Facebook Messenger from your iFrame website. Audio Player. Embed a player for people to listen, buy and download your tracks from your iFrame website. Photo Gallery. Numerous ways to showcase your photos: grids, sliders, carousels and more.
Twitter Feed. Embed tweets from your Twitter account or by hashtag to your iFrame website. Amazon Reviews. Share reviews about your products or store from Amazon on your iFrame site. Social Share Buttons. Let your iFrame website visitors easily share your content in social media. Number Counter.
Boast your marvelous achievements and impressive numbers to your users. Logo Showcase. Showcase logos of your clients, partners, brands and vendors on your iFrame website. Create image, video and text sliders for your iFrame website. Before and After Slider. Showcasing how your offers work through before and after photos. TikTok Feed. Get TikTok content on your iFrame website and boost engagement. Subscription Form.
Collect emails with a subscription form on your iFrame website. Create and display promotion banners on your iFrame website. Create buttons for various targeted actions on your iFrame website. Reviews from Tripadvisor.
Show reviews on your place from TripAdvisor right on your iFrame site. Social Media Icons. Add social icons to your iFrame website for instant access to your social profiles. PDF Embed. Let people view and download PDF files right from your iFrame website. Click to Call. Provide users with the fastest way to call you directly from your iFrame website.
Update href. The username getter steps are:. Return this 's url 's username. The username setter steps are:. Set the username , given url and the given value. The password getter steps are:. If url is null, then return the empty string.
Return url 's password. The password setter steps are:. Set the password , given url and the given value. The host getter steps are:. If url or url 's host is null, return the empty string. If url 's port is null, return url 's host , serialized. Return url 's host , serialized , followed by " : " and url 's port , serialized.
The host setter steps are:. If url is null or url has an opaque path , then return. Basic URL parse the given value, with url as url and host state as state override. The hostname getter steps are:. Return url 's host , serialized. The hostname setter steps are:. Basic URL parse the given value, with url as url and hostname state as state override.
The port getter steps are:. If url or url 's port is null, return the empty string. Return url 's port , serialized. The port setter steps are:. If the given value is the empty string, then set url 's port to null. Otherwise, basic URL parse the given value, with url as url and port state as state override. The pathname getter steps are:. Return the result of URL path serializing url. The pathname setter steps are:.
Set url 's path to the empty list. Basic URL parse the given value, with url as url and path start state as state override. The search getter steps are:. If url is null, or url 's query is either null or the empty string, return the empty string. Return "? The search setter steps are:. If url is null, terminate these steps. If the given value is the empty string, set url 's query to null.
Let input be the given value with a single leading "? Set url 's query to the empty string. Basic URL parse input , with null, this element's node document 's document's character encoding , url as url , and query state as state override. The hash getter steps are:.
If url is null, or url 's fragment is either null or the empty string, return the empty string. Return " ", followed by url 's fragment. The hash setter steps are:. If url is null, then return. If the given value is the empty string, set url 's fragment to null. Let input be the given value with a single leading " " removed, if any. Set url 's fragment to the empty string. Basic URL parse input , with url as url and fragment state as state override. This is also used by form submission for the form element.
The exception for a elements is for compatibility with web content. To get an element's noopener , given an a , area , or form element element and a string target :. If element 's link types include the noopener or noreferrer keyword, then return true. Return false. To follow the hyperlink created by an element subject , given an optional hyperlinkSuffix default null :. If subject cannot navigate , then return. Let replace be false. Let source be subject 's node document 's browsing context.
Let targetAttributeValue be the empty string. If subject is an a or area element, then set targetAttributeValue to the result of getting an element's target given subject. Let noopener be the result of getting an element's noopener with subject and targetAttributeValue. Let target and windowType be the result of applying the rules for choosing a browsing context given targetAttributeValue , source , and noopener. If target is null, then return. Parse a URL given subject 's href attribute, relative to subject 's node document.
Otherwise, if parsing the URL failed, the user agent may report the error to the user in a user-agent-specific manner, may queue an element task on the DOM manipulation task source given subject to navigate the target browsing context to an error page to report the error, or may ignore the error and do nothing. In any case, the user agent must then return. If hyperlinkSuffix is non-null, then append it to URL. Let request be a new request whose URL is URL and whose referrer policy is the current state of subject 's referrerpolicy content attribute.
If subject 's link types includes the noreferrer keyword, then set request 's referrer to " no-referrer ". Let historyHandling be " replace " if windowType is not " existing or none "; otherwise, " default ". Unlike many other types of navigations, following hyperlinks does not have special " replace " behavior for when documents are not completely loaded.
This is true for both user-initiated instances of following hyperlinks, as well as script-triggered ones via, e. Queue an element task on the DOM manipulation task source given subject to navigate target to request with historyHandling set to historyHandling and the source browsing context set to source. To indicate that a resource is intended to be downloaded for use later, rather than immediately used, the download attribute can be specified on the a or area element that creates the hyperlink to that resource.
The attribute can furthermore be given a value, to specify the filename that user agents are to use when storing the resource in a file system. This is to protect users from being made to download sensitive personal or confidential information without their full understanding.
The following allowed to download algorithm takes an initiator browsing context and an instantiator browsing context , and returns a boolean indicating whether or not downloading is allowed:.
If the initiator browsing context 's sandboxing flags has the sandboxed downloads browsing context flag set, then return false. If the instantiator browsing context is non-null, and its sandboxing flags has the sandboxed downloads browsing context flag set, then return false. Optionally, the user agent may return false, if it believes doing so would safeguard the user from a potentially hostile download. Return true. To download the hyperlink created by an element subject , given an optional hyperlinkSuffix default null :.
Run the allowed to download algorithm with the subject 's node document 's browsing context and null. If the algorithm returns false, then return.
If parsing the URL fails, the user agent may report the error to the user in a user-agent-specific manner, may navigate to an error page to report the error, or may ignore the error and do nothing. In either case, the user agent must return. Run these steps in parallel :. Let request be a new request whose URL is URL , client is entry settings object , initiator is " download ", destination is the empty string, and whose synchronous flag and use-URL-credentials flag are set.
Handle the result of fetching request as a download. When a user agent is to handle a resource obtained from a fetch as a download , it should provide the user with a way to save the resource for later use, if a resource is successfully obtained.
Otherwise, it should report any problems downloading the file to the user. If the user agent needs a filename for a resource being handled as a download , it should select one using the following algorithm. This algorithm is intended to mitigate security dangers involved in downloading files from untrusted sites, and user agents are strongly urged to follow it. Let filename be the undefined value. Let resource origin be the origin of the URL of the resource being downloaded, unless that URL's scheme component is data , in which case let resource origin be the same as the interface origin , if any.
If there is no interface origin , then let trusted operation be true. Otherwise, let trusted operation be true if resource origin is the same origin as interface origin , and false otherwise. Let proposed filename have the value of the download attribute of the element of the hyperlink that initiated the download at the time the download was initiated.
If trusted operation is true, let filename have the value of proposed filename , and jump to the step labeled sanitize below. Let filename be set to the user's preferred filename or to a filename selected by the user agent, and jump to the step labeled sanitize below. If the algorithm reaches this step, then a download was begun from a different origin than the resource being downloaded, and the origin did not mark the file as suitable for downloading, and the download was not initiated by the user.
This could be because a download attribute was used to trigger the download, or because the resource in question is not of a type that the user agent supports. This could be dangerous, because, for instance, a hostile server could be trying to get a user to unknowingly download private information and then re-upload it to the hostile server, by tricking the user into thinking the data is from the hostile server. Thus, it is in the user's interests that the user be somehow notified that the resource in question comes from quite a different source, and to prevent confusion, any suggested filename from the potentially hostile interface origin should be ignored.
Sanitize : Optionally, allow the user to influence filename. For example, a user agent could prompt the user for a filename, potentially providing the value of filename as determined above as a default value. Adjust filename to be suitable for the local file system. For example, this could involve removing characters that are not legal in filenames, or trimming leading and trailing whitespace.
If the platform conventions do not in any way use extensions to determine the types of file on the file system, then return filename as the filename. Let claimed type be the type given by the resource's Content-Type metadata , if any is known. Let named type be the type given by filename 's extension , if any is known. For the purposes of this step, a type is a mapping of a MIME type to an extension.
If named type is consistent with the user's preferences e. If claimed type and named type are the same type i. If the claimed type is known, then alter filename to add an extension corresponding to claimed type.
Otherwise, if named type is known to be potentially dangerous e. This last step would make it impossible to download executables, which might not be desirable. As always, implementers are forced to balance security and usability in this matter. Return filename as the filename. For the purposes of this algorithm, a file extension consists of any part of the filename that platform conventions dictate will be used for identifying the type of the file. For example, many operating systems use the part of the filename following the last dot ".
User agents should ignore any directory or path information provided by the resource itself, its URL , and any download attribute, in deciding where to store the resulting file in the user's file system. If a hyperlink created by an a or area element has a ping attribute, and the user follows the hyperlink, and the value of the element's href attribute can be parsed , relative to the element's node document , without failure, then the user agent must take the ping attribute's value, split that string on ASCII whitespace , parse each resulting token relative to the element's node document , and then run these steps for each resulting URL record ping URL , ignoring tokens that fail to parse:.
Optionally, return. For example, the user agent might wish to ignore any or all ping URLs in accordance with the user's expressed preferences. Fetch request. This may be done in parallel with the primary fetch, and is independent of the result of that fetch. Based on the user's preferences, UAs may either ignore the ping attribute altogether, or selectively ignore URLs in the list e.
User agents must ignore any entity bodies returned in the responses. User agents may close the connection prematurely once they start receiving a response body. When the ping attribute is present, user agents should clearly indicate to the user that following the hyperlink will also cause secondary requests to be sent in the background, possibly including listing the actual target URLs.
For example, a visual user agent could include the hostnames of the target ping URLs along with the hyperlink's actual URL in a status bar or tooltip. The ping attribute is redundant with pre-existing technologies like HTTP redirects and JavaScript in allowing web pages to track which off-site links are most popular or allowing advertisers to track click-through rates.
However, the ping attribute provides these advantages to the user over those alternatives:. Thus, while it is possible to track users without this feature, authors are encouraged to use the ping attribute so that the user agent can make the user experience more transparent. This table is non-normative; the actual definitions for the link types are given in the next few sections.
In this section, the term referenced document refers to the resource identified by the element representing the link, and the term current document refers to the resource within which the element representing the link finds itself. To determine which link types apply to a link , a , area , or form element, the element's rel attribute must be split on ASCII whitespace.
The resulting tokens are the keywords for the link types that apply to that element. Except where otherwise specified, a keyword must not be specified more than once per rel attribute. Some of the sections that follow the table below list synonyms for certain keywords. The indicated synonyms are to be handled as specified by user agents, but must not be used in documents for example, the keyword " copyright ". Keywords that are body-ok affect whether link elements are allowed in the body.
The body-ok keywords are dns-prefetch , modulepreload , pingback , preconnect , prefetch , preload , prerender , and stylesheet. New link types that are to be implemented by web browsers are to be added to this standard. The remainder can be registered as extensions. Chrome Android? WebView Android? Samsung Internet? Opera Android? The alternate keyword may be used with link , a , and area elements.
The alternate keyword modifies the meaning of the stylesheet keyword in the way described for that keyword. The alternate keyword does not create a link of its own. Here, a set of link elements provide some style sheets:. The keyword creates a hyperlink referencing a syndication feed though not necessarily syndicating exactly the same content as the current page.
If the user agent has the concept of a default syndication feed, the first such element in tree order should be used as the default. The following link elements give syndication feeds for a blog:. Such link elements would be used by user agents engaged in feed autodiscovery, with the first being the default where applicable. The following example offers various different syndication feeds to the user, using a elements:.
The keyword creates a hyperlink referencing an alternate representation of the current document. The nature of the referenced document is given by the hreflang , and type attributes.
If the alternate keyword is used with the hreflang attribute, and that attribute's value differs from the document element 's language , it indicates that the referenced document is a translation.
If the alternate keyword is used with the type attribute, it indicates that the referenced document is a reformulation of the current document in the specified format. The hreflang and type attributes can be combined when specified with the alternate keyword. The following example shows how you can specify versions of the page that use alternative formats, are aimed at other languages, and that are intended for other media:. This relationship is transitive — that is, if a document links to two other documents with the link type " alternate ", then, in addition to implying that those documents are alternative representations of the first document, it is also implying that those two documents are alternative representations of each other.
The author keyword may be used with link , a , and area elements. This keyword creates a hyperlink. For a and area elements, the author keyword indicates that the referenced document provides further information about the author of the nearest article element ancestor of the element defining the hyperlink, if there is one, or of the page as a whole, otherwise.
For link elements, the author keyword indicates that the referenced document provides further information about the author for the page as a whole. The "referenced document" can be, and often is, a mailto: URL giving the email address of the author.
Synonyms : For historical reasons, user agents must also treat link , a , and area elements that have a rev attribute with the value " made " as having the author keyword specified as a link relationship. The bookmark keyword may be used with a and area elements. The bookmark keyword gives a permalink for the nearest ancestor article element of the linking element in question, or of the section the linking element is most closely associated with , if there are no ancestor article elements.
The following snippet has three permalinks. A user agent could determine which permalink applies to which part of the spec by looking at where the permalinks are given.
The canonical keyword may be used with link element. That helps search engines reduce duplicate content, as described in more detail in The Canonical Link Relation. The dns-prefetch keyword may be used with link elements.
This keyword creates an external resource link. This keyword is body-ok. The dns-prefetch keyword indicates that preemptively performing DNS resolution for the origin of the specified resource is likely to be beneficial, as it is highly likely that the user will require resources located at that origin , and the user experience would be improved by preempting the latency costs associated with DNS resolution. User agents must implement the processing model of the dns-prefetch keyword described in Resource Hints.
There is no default type for resources given by the dns-prefetch keyword. The external keyword may be used with a , area , and form elements. This keyword does not create a hyperlink , but annotates any other hyperlinks created by the element the implied hyperlink, if no other keywords create one. The external keyword indicates that the link is leading to a document that is not part of the site that the current document forms a part of.
The help keyword may be used with link , a , area , and form elements. For a , area , and form elements, the help keyword indicates that the referenced document provides further help information for the parent of the element defining the hyperlink, and its children.
In the following example, the form control has associated context-sensitive help. The user agent could use this information, for example, displaying the referenced document if the user presses the "Help" or "F1" key. For link elements, the help keyword indicates that the referenced document provides help for the page as a whole. For a and area elements, on some browsers, the help keyword causes the link to use a different cursor. The specified resource is an icon representing the page or site, and should be used by the user agent when representing the page in the user interface.
Icons could be auditory icons, visual icons, or other kinds of icons. If multiple icons are provided, the user agent must select the most appropriate icon according to the type , media , and sizes attributes. If there are multiple equally appropriate icons, user agents must use the last one declared in tree order at the time that the user agent collected the list of icons.
If the user agent tries to use an icon but that icon is determined, upon closer examination, to in fact be inappropriate e. User agents are not required to update icons when the list of icons changes, but are encouraged to do so.
There is no default type for resources given by the icon keyword. However, for the purposes of determining the type of the resource , user agents must expect the resource to be an image. The sizes keywords represent icon sizes in raw pixels as opposed to CSS pixels. An icon that is 50 CSS pixels wide intended for displays with a device pixel density of two device pixels per CSS pixel 2x, dpi would have a width of raw pixels.
This feature does not support indicating that a different resource is to be used for small high-resolution icons vs large low-resolution icons e. To parse and process the attribute's value, the user agent must first split the attribute's value on ASCII whitespace , and must then parse each resulting keyword to determine what it represents.
The any keyword represents that the resource contains a scalable icon, e. Return for that keyword. Let width string be the string before the " x " or " X ". Let height string be the string after the " x " or " X ". Apply the rules for parsing non-negative integers to width string to obtain width. Apply the rules for parsing non-negative integers to height string to obtain height. The keyword represents that the resource contains a bitmap icon with a width of width device pixels and a height of height device pixels.
The keywords specified on the sizes attribute must not represent icon sizes that are not actually available in the linked resource. The linked resource fetch setup steps for this type of linked resource, given a link element el and request request , are:. Set request 's destination to " image ". Let response be the result of fetching request. Use response 's unsafe response as an icon as if it had been declared using the icon keyword.
The following snippet shows the top part of an application with several icons. For historical reasons, the icon keyword may be preceded by the keyword " shortcut ". The license keyword may be used with link , a , area , and form elements. The license keyword indicates that the referenced document provides the copyright license terms under which the main content of the current document is provided.
This specification does not specify how to distinguish between the main content of a document and content that is not deemed to be part of that main content. The distinction should be made clear to the user. Consider a photo sharing site. A page on that site might describe and show a photograph, and the page might be marked up as follows:.
In this case the license applies to just the photo the main content of the document , not the whole document. In particular not the design of the page itself, which is covered by the copyright given at the bottom of the document. This could be made clearer in the styling e. Synonyms : For historical reasons, user agents must also treat the keyword " copyright " like the license keyword. Firefox Android? Safari iOS? There you can then see if you use the latest version or maybe see a cached one!
Fix: Added overflow:auto to the wrapper div. Fix: [ and ] in the security error message where not html encoded. Fix: The max-width for the sourounding div when responsive iframes are enabled where missing a ; which leads to a invalid css value. Fix: Added missing links in the documentation at the responsive iframe settings. This url does than also load this iframe content again. Supported on the same domain and with the external workaround Pro.
Therefore it is now possible to add areas with custom links. New: Support for pdfs inside the iframe Pro. If you include a pdf google doc is used to include the pdf. This solution looks the same on all browsers. New: Extract parts from the parent url and adds it to the iframe url Pro. New: Add css directly to an iframe on the same domain Pro.
This does than support! It is than now possible to apply different changes to different pages in the iframe. Simply type for a search term and only the matching settings are shown. New: The dependeny to jQuery is now optional. This avoids double loading of jQuery if e. New: Auto zoom by ratio if the height cannot be measured but the ratio is known Pro. New allowfullscreen is now also available in the free version as this is a default html element.
New: Width in the external workaround is now first checking if a width style is set and only if not found the measuring is done. This can solve problems with hidden elements! Also if you hide elements you should also set the width to 0 to avoid such issues. If you use the internal hide function hidden elements are set to a height and width of 0.
New: Tested up to WordPress 4. The theme and the plugin where using the same variable for the options. Now a unique variable name is used. Now this works fine again ;. Pro Fix: Show one element on the local domain was fixed. Fix: position:absolute is added to the iframe at zoom to fix issues on some pages.
Now they work fine together. Fix: Standalone version was working fine in the standalone folder. The internal path handling was improved to make is easier to include it anywhere. Pro Fix:! Fix: All iframe attributes are trimmed now.
This avoids errors because of spaces e. Fix: Better error message if the security key was not found because of wrong quotes. The css is fixed now. Fix: Menu anchor fixed Fix: Save caused a php warning when normal save buttons where used. See example 7 Pro New: Create, view, edit and remove of config files added Pro New: hide elements does now set! New: Internal version check as WordPress only checks the free version.
Pro New: Reset to default settings was added. Pro New: Settings are shown in the main menu now also. Can be turned off in the config. New: strtolower was added when css styles are applyed on the same domain. This fixes problems if e.
New: Improved documentation New: Hide elements is now used with! Make sure to save the config as this is also implemented for the external workaround. Everything below is expected that the height is not measured correctly. The was removed as in the external workaround the was not set. But the old way has caused that misconfguration was showing a blank page. So this reduces the memory usage of the plugin if these features are not used Pro.
Now this works there too. It was always working in the shortcode attribute src. When using a different one the callback with the size failed. Fix: Browser detection needs at least php 5. Fix: Plugin needed at least php 5. Now this check is only done if php 5. This feature does automatically calculates the needed zoom factor to fit the iframe page into the parent page.
Works on the same and with the external workaround. See example Pro. New: Lazy load with hidden elements. So this is a very good alternative for hidden tabs. See example 28 Pro. New: You can define the element that should trigger manual lazy load. See example 25 Pro. New: Static save button in a transparent footer Pro. New: Support for an alternative shortcode. So you can use e. This is sometimes needed for some themes where e.
New: Show only one element does now also clones attached event listeners Pro. New: Browser detection now supports tablets, android, androidtablet and browsecap version , 23 Sep was added Pro. Fix: transparent border of the wrapper div removed as it is not needed anymore. Now this is added to the documentation and also the script does not fail anymore if you do set this wrong.
Fix: Removed the detection at resize if the iframe width has changed because at auto zoom the detection was wrong Pro. This enables you to resize the iframe if e.
Now lazy loaded iframes can be shown manually. See the lazy load demo for an example. Pro New: Write css as script directly to the header.
See the description Write css directly of the external workaround for details. Pro New: Support of shortcodes in the src attribute. Please note. Needed encodings have to be done in the shortcode! Pro New: Dynamic src parameters. You can define placeholders for the site, host and port.
This is useful if you e. This feature adds the id of the iframe to the iframe url. The id is than extracted on the iframe and used as value for the callback to find the right iframe on the parent side.
The advantage using this is that the Javascript is only loaded if the page is inside the iframe and is not loaded when accessed directly. The advantage using this is that the file is only loaded if the page is inside the iframe and is not loaded when accessed directly. Please note that the file is loaded asynchronously.
This does simply add all incoming parameters to the iframe url. This is now default. New: Height is only sent by the external workaround when the height does change and not everytime a configured event is triggered.
New: Browscap version lite 17th June is now included. Iframes can be loaded after the parent is done or the iframe is shown in the viewport! Pro New: Better input validation. Avoids configuration errors.
New: WordPress 3. New: Browscap version lite 8th May is now included. Pro Fix: Code improvements found with the plugin checker plugin Fix: Hidden tabs was not working because of the responsive iframe feature. Now both do work independant again. Pro Fix: Improved shortcode generator Pro Fix: Width is now measured without the extra space which was 0 by default anyway ; Fix: Whitelist for params was extended by :,?
Pro 5. In the administration you can now generate a default independent shortcode from the current settings. Pro New: Browscap version lite 24th Apr is now included. Pro Fix: Documentation improvements. New: Zoom and auto height with the external workaround with several iframes on the same page is now supported.
New: Tested with WordPress 3. Before using both where leading to a function redeclaration. Fix: Functions of the old and new workaround had the same name with different parameters. Now this functions have different names and also work properly with several iframes on the same page. This means that if you resize the parent page and the iframe width changes, the height of the iframe is adopted automatically like when loaded the first time! Please note that both pages parent and iframe page needs to be responsive.
Please also read the blog entry about responsive iframes. See the pro demo. Pro New: No output except conguration errors is done in the script function anymore. Everything is returned as return value. New: Added updated browsecap. Fix: Loader is now displayed better for small iframes. See example 2. Before WP 3. Works with e.
This can also be used for simple hidden divs which opens e. Please read the documentation in the settings for details. New: Loading of css and Javascript in the admin section is it only loaded when needed. Before the files are always included to all pages because wordpress api does not allow this differently. Now only when this feature is enabled. Please change the default key to your own to increase security. Older versions of IE are not supported. Please test all the browsers you want to support with your page because not all pages do look good in a zoomed mode!
This feature is also part of the demo. So you can test your browsers there! Pro New: iframe loading icon. You can now show a loding icon while the iframe is loaded. You can use your own image loader. New: Accordeon menu Pro. If the parent has? New: Reading of browser detection file is cached Pro. New: Improved padding and better handling in expert mode Pro New: Input text fields have now dynamic sizes. So if you enlage the screen they should always fit.
Textfields with numbers only are now much shorter as the numbers there never get longer. Fix: Administration was not shown properly on MAC. Fix: Expert mode description fixed Pro Fix: Error message when saving a special setting was fixed 5.
You can now specify browser specific iframes. Also mobile, iphone, ipad can be detected. A modified version of php-browser-detection is used which uses browscap. Pro New: Change link targets on the parent that they open inside the iframe.
Does also add existing parameter to the parent url Pro New: url forward parameter mapping. WordPress has many reserved word in the url so they cannot be used. Now parameters can be mapped to a different one in the confiuration. Fix: Area selector does now enable all disabled radio elements when data is chosen Pro.
Fix: Additional spaces are removed when used in jQuery attributes Fix: Typos in the descriptions where fixed. Extra layers can be placed over the iframe. This enables you to e. See the pro demo for examples Pro New: Try catch is now used at features which could fail when features for the same domain are used on external domains.
Now the exceptions are catched and logged to the console. New: A dynamic auto id is now only generated if several iframes are detected on one page. This makes it possible to include e. See the pro version for a working example. New: Resize can now be delayed. This helps if the onload event is fired but the page is not completely build.
This feature is also possible in the external workaround of the pro version. New: Administration options are grayed out if not available because of another setting.
New: Expert mode. If you enable this the description is only shown if you click on the setting. You see more settings at once but only one description at once. Use this if you are common with the settings.
New: id is now set automatically if a src is set in the shortcode but no id is set. This avoids problems if people forgets to set the id ;.
Fix: The external workaround does now hide the html element until all modifications are done. Before only the body was hidden which was showing the background in some browsers. Now the correct iframe is used and not the top one anymore. Removed not used file. New: Improved external workaround: The iframe can be hidden until al external modifications are done! New: Improved external workaround: The same page can now be included into different wordpress installations. Only one configration is allowed here.
For multiple configurations you need the onclude the different scripts depending on the parent with php. New: Whitelist for url foreward parameters. Improve Article. Like Article. Download File Using.
Download this file. For Downloading, Click. Recommended Articles. Article Contributed By :. Easy Normal Medium Hard Expert.
0コメント