Advanced iFrame
New website: advanced-iframe.com Demo Include content the way YOU like in an iframe that can hide and modify elements, does auto height, forward parameters and does many, many more… Main features of advanced iframe By entering the shortcode ‘[advanced_iframe]’ you can include any webpage to any page or article. Advanced iFrame now has out of the box support for embedded 3D models using the p3d 3D viewer. Go to https://p3d.in/b/24 and download a pre-configured plugin where the model does scale already nicely on all devices. Get started for free! If you need more storage or access to the Premium features of p3d.in, you can get a 50% discount on your first payment with the coupon AIFRAME on checkout. The following cool features compared to a normal iframe are implemented: Hide areas of the layout to give the iframe more space (see screenshot) Show only specific areas of the iframe when the iframe is on a same domain (The Pro version supports this on different domains) or include parts directly by jQuery Modify css styles in the parent and the iframe to e.g. change the width of the content area (see screen-shot) Forward parameters to the iframe Resize the iframe to the content height or width on loading, AJAX or click Responsive videos (moved from the pro to the the free version in v2022) Scroll the parent to the top when the iframe is loaded Hide the content until it is fully loaded Add a css and js file to the parent page Security code: You can only insert the shortcode with a valid security code from the administration. Many additional cool features are available the pro version – see https://www.advanced-iframe.com/advanced-iframe/advanced-iframe-comparison-chart In the free version you can update to the pro version directly or test all features in the 30 days trial! Please note: Modification inside the iframe are only possible if you are on the same domain or use a workaround like described in the settings. So please check first if the iframe page and the parent page are one the same domain. www.example.com and text.example.com are different domains! Please check in the documentation if you can use the feature you like A free iframe checker is available at https://www.advanced-iframe.com/advanced-iframe/free-iframe-checker. This tool does check if a page is allowed to be included! All settings can be set with shortcode attributes as well. If you only use one iframe please use the settings in the administration because there each parameter is explained in detail and also the defaults are set there. Limitations of the free version The free version has no functional restrictions and is for personal and small non-commercial sites. After 10.000 views/month you have to opt-in to get unlimited views. If you do not opt-in the iframe is still working 100% and at the bottom of the iframe a small notice to opt-in is shown. Upgrading to Advanced IFrame Pro It’s quick and painless to get Advanced iFrame Pro. Simply sign up for the 30 days trail or buy directly in the plugin. You can than use the plugin on commercial, business, and professional sites and blogs. You furthermore get: Show only specific areas of the iframe even when the iframe is on different domain Graphical content selector: https://www.mdempfle.de/demos/configurator/advanced-iframe-area-selector.html External workaround supports iframe modifications Widget support No view limit Hide areas of an iframe Browser detection Change link targets URL forward parameter mapping. Zoom iframe content Accordion menu jQuery help Advanced lazy load Standalone version – can be used in ANY php page! And much more… You can find the comparison chart here: https://www.advanced-iframe.com/advanced-iframe/advanced-iframe-comparison-chart See the pro demo here: https://www.advanced-iframe.com/advanced-iframe/advanced-iframe-pro-demo Administration Go to Settings -> Advanced iFrame Quick start guide The quickstart guide is also available as video: https://www.advanced-iframe.com/advanced-iframe/advanced-iframe-video-tutorials To include a webpage to your page please check the following things first: Check if your page page is allowed to be included https://www.advanced-iframe.com/advanced-iframe/free-iframe-checker! Check if the iframe page and the parent page are one the same domain. www.example.com and text.example.com are different domains! Can you modify the page that should be included? Most likely you have one of the following setups: iframe cannot be included: You cannot include the content because the owner does not allow this. iframe can be included and you are on a different domain: See the feature comparison chart: https://www.advanced-iframe.com/advanced-iframe/advanced-iframe-comparison-chart and the feature overview https://www.advanced-iframe.com/advanced-iframe/advanced-iframe-features-availability-overview. To resize the content to the height/width or modify css you need to modify the remote iframe page by adding one line of Javascript to enable the provided workaround. iframe can be included and you are on the same domain: All features of the plugin can be used. If you mix http and https read https://www.advanced-iframe.com/iframe-do-not-mix-http-and-https. Parent https and iframe http does not work on all mayor browsers! Advanced iframe attributes Below you find all possible shortcode attributes. If you only use one iframe please use the settings in the administration because there each parameter is explained in detail and also the defaults are set there. Setting an attribute does overwrite the setting in the administration. [advanced_iframe securitykey=”” src=”” id=”” name=”” width=”” height=”” marginwidth=”” marginheight=”” scrolling=”” frameborder=”” class=”” style=”” content_id=”” content_styles=”” hide_elements=”” url_forward_parameter=”” onload=”” onload_resize=”” onload_scroll_top=”” onload_show_element_only=”” store_height_in_cookie=”” additional_height=”” additional_js=”” additional_css=”” iframe_content_id=”” iframe_content_styles=”” iframe_hide_elements=”” hide_page_until_loaded=”” include_hide_page_until_loaded=”” include_url=”” include_content=”” include_height=”” include_fade=”” onload_resize_width=”” resize_on_ajax=”” resize_on_ajax_jquery=”” resize_on_click=”” resize_on_click_elements=”” use_shortcode_attributes_only=”” onload_resize_delay=”” ]
Top keywords
- iframe38×3.81%
- advanced-iframe18×1.80%
- page15×1.50%
- com14×1.40%
- content13×1.30%
- https13×1.30%
- www12×1.20%
- advanced-iframe com10×1.00%
- https www10×1.00%
- include10×1.00%
- advanced9×0.90%
- https www advanced-iframe9×0.90%
Insert Pages
Insert Pages lets you embed any WordPress content (e.g., pages, posts, custom post types) into other WordPress content using the Shortcode API. It also includes a widget for inserting pages into any widget area. The real power of Insert Pages comes when you start creating custom post types, either programmatically in your theme, or using another plugin like Custom Post Type UI. You can then abstract away common data types (like videos, quizzes, due dates) into their own custom post types, and then show those pieces of content within your normal pages and posts by Inserting them as a shortcode. Advanced Tutorial Contributor Wes Modes has graciously written an updated tutorial for the Gutenberg era, focused on creating a custom post type with custom fields and a custom template for rendering content. Read it here: https://medium.com/@wesmodes/using-wordpress-insert-pages-plugin-with-your-custom-post-types-and-custom-templates-535c141f9635 Example: Normal Use Case Say you teach a course and you’re constantly referring to an assignment due date in your course website. The next semester the due date changes, and you have to go change all of the locations you referred to it. Instead, you’d rather just change the date once! With Insert Pages, you can do the following: Create a custom post type called Due Date. Create a new Due Date called Assignment 1 Due Date with Fri Nov 22, 2013 as its content. Edit all the pages where the due date occurs and use the Insert Pages toolbar button to insert a reference to the Due Date you just created. Be sure to set the Display to Content so Fri Nov 22, 2013 shows wherever you insert it. The shortcode you just created should look something like this: [insert page='assignment-1-due-date' display='content'] That’s it! Now, when you want to change the due date, just edit the Assignment 1 Due Date custom post you created, and it will automatically be updated on all the pages you inserted it on. Example: Advanced Use Case Say your site has a lot of video content, and you want to include video transcripts and video lengths along with the videos wherever you show them. You could just paste the transcripts into the page content under the video, but then you’d have to do this on every page the video showed on. (It’s also just a bad idea, architecturally!) With Insert Pages, you can use a custom post type and create a custom theme template to display your videos+transcripts+lengths just the way you want! Create a custom post type called Video. Use a plugin like Advanced Custom Fields to add extra fields to your new Video custom post type. Add a Video URL field, a Transcript field, and a Video Length field. Create a new Video called My Awesome Video with the following values in its fields: Video URL: http://www.youtube.com/watch?v=oHg5SJYRHA0 Transcript: We’re no strangers to love, You know the rules and so do I… Video Length: 3:34 Create a template in your theme so we can display the video content as we want. I won’t cover this step here since it’s pretty involved, but you can find more help in the WordPress Codex. Let’s assume you created a template called Video with transcript (video-with-transcript.php) that shows the youtube video in a fancybox, and includes a button that shows the text transcript when a user clicks on it. Edit the pages where you want the video to show up and use the Insert Pages toolbar button to insert a reference to the Video you just created. Be sure to set the Display to Use a custom template, and select your new template Video with transcript. The shortcode you just created should look something like this: [insert page='my-awesome-video' display='video-with-transcript.php'] That’s it! Now you can create all sorts of video content and know that it’s being tracked cleanly in the database as its own custom post type, and you can place videos all over your site and not worry about lots of duplicate content. The possibilities are endless!