Plugin info

Total downloads: 932
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 3/1/2021 (1819 days ago)
Added to WordPress: 3/1/2021 (4 years old)
Minimum WordPress version: f
Tested up to WordPress version: f
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1819 days ago

20/100

Is Apithanhtoan Ty gia ngan hang abandoned?

Possibly abandoned (last update 1819 days ago).

Compatibility

Requires WordPress: f
Tested up to: f
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

[iframe src=”https://apithanhtoan.com/iframe/ty-gia-ngan-hang” width=”100%” height=”600″] shortcode

should show something like this:

WordPress removes iframe html tags because of security reasons.

Iframe shortcode is the replacement of the iframe html tag and accepts the same params as iframe html tag does.

You may use iframe shortcode to embed content from YouTube, Vimeo, Google Maps or from any external page.

If you need to embed content from YouTube, Vimeo, SlideShare, SoundCloud, Twitter via direct link, you may use [embed]https://www.youtube.com/watch?v=GS0pWV_WNho[/embed] shortcode.

[embed] shortcode is a core WordPress feature and can embed content from many resources via direct link.

Important: You can not embed HTTP pages into HTTPS pages and vice versa.

So the protocol (http or httpS) for parent and embedded page should match.

iframe params:

  • src – source of the iframe: [iframe src="https://www.youtube.com/watch?v=GS0pWV_WNho"]; by default src=”https://www.youtube.com/watch?v=GS0pWV_WNho”;

  • width – width in pixels or in percents: [iframe width="100%"] or [iframe width="600"]; by default width=”100%”;

  • height – height in pixels: [iframe height="500"]; by default height=”500″;

  • scrolling – with or without the scrollbar: [iframe scrolling="no"]; by default scrolling=”yes”;

  • frameborder – with or without the frame border: [iframe frameborder="0"]; by default frameborder=”0″;

  • marginheight – height of the margin: [iframe marginheight="0"]; removed by default;

  • marginwidth – width of the margin: [iframe marginwidth="0"]; removed by default;

  • allowtransparency – allows to set transparency of the iframe: [iframe allowtransparency="true"]; removed by default;

  • id – allows to add the id of the iframe: [iframe id="custom_id"]; removed by default;

  • class – allows to add the class of the iframe: [iframe class="custom_class"]; by default class=”iframe-class”;

  • style – allows to add the css styles of the iframe: [iframe style="margin-left:-30px;"]; removed by default;

  • same_height_as – allows to set the height of iframe same as target element: [iframe same_height_as="div.sidebar"], [iframe same_height_as="div#content"], [iframe same_height_as="body"], [iframe same_height_as="html"]; removed by default;

  • any_other_param – allows to add new parameter of the iframe [iframe any_other_param="any_value"];

  • any_other_empty_param – allows to add new empty parameter of the iframe (like “allowfullscreen” on youtube) [iframe any_other_empty_param=""];

Installation

  1. install and activate the plugin on the Plugins page

  2. add shortcode [iframe src="https://apithanhtoan.com/iframe/ty-gia-ngan-hang" width="100%" height="600"] to page or post content

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0

  • sanitize URL.

1.0

  • Initial release

1.1

  • Update link youtube