Iframe popup plugin(弹出一个框架url页面)

Check official website for live demo http://www.gopiplus.com/work/2014/04/13/iframe-popup-wordpress-plugin/

Iframe popup plugin is specially developed to display any webpage in the popup window using web URL. Iframe popup uses JQuery fancybox extension to display popup in iframe window. This plugin will help you to display popup window easily in your blog. You can easily customize the fancybox popup attributes in the plugin admin page.

Plugin Features:
  • Lightweight JQuery (fancybox extension).

  • Timeout to open popup.

  • Option to configure once per session.

  • Responsive.

Frequently Asked Questions:
  • How to show popup in specific page/post?

  • How to show popup in entire website?

  • How to show popup only on home page?

  • How to show popup in entire website except home page?

  • How to display iframe popup window once per session?

  • What is CATEGORY and ID in the plugin short code?

  • How to set/modify popup window size?

  • How to hide/disable popup temporarily?

Configuration option:
How to show popup in specific page/post?

Use plugin short code to display the popup in specific posts or pages. Just copy and paste the available short code in your post.

How to show popup in entire website?

Go to widget page and drag and drop the widget IFrame popup into your sidebar, so that popup will display in entire website. (or) Just copy plugin PHP code in footer.php file.

How to show popup only on home page?

Add the plugin PHP code in your theme footer.php file.

Iframe popup plugin is specially developed to display any webpage in the popup window using web URL. Iframe popup uses JQuery fancybox extension to display popup in iframe window. This plugin will help you to display popup window easily in your blog. You can easily customize the fancybox popup attributes in the plugin admin page.

Live demo

Live popup will open in 10 second (10 sec after page load). Please refresh the page to view the demo again. It supports all latest browsers versions IE, Firefox, Chrome.

Plugin Feature

  • Lightweight JQuery (fancybox extension).

  • Timeout to open popup.

  • Option to configure once per session.

  • Responsive.

Configuration option

How to show popup in specific page/post?

Use plugin short code to display the popup in specific posts or pages. Just copy and paste the available short code in your post.

Short code 1 : [iframe-popup id="1"]

Short code 2 : [iframe-popup category="Category1"]

If you use the category in the short code, plugin will display one random url in the popup (In the admin you can add more records for the same category, In the front end plugin will display random).

How to show popup in entire website?

Go to widget page and drag and drop the widget IFrame popup into your sidebar, so that popup will display in entire website. (or) Just copy the below PHP code in footer.php file.

<?php iframepopup( $id = "", $category = "" );  ?>

How to show popup only on home page?

Add the below PHP code in your theme footer.php file.

<?php if (is_home()) { iframepopup( $id = "", $category = "" ); }  ?>

How to show popup in entire website except home page?

Add the below PHP code in your theme footer.php file.

<?php if (!is_home()) { iframepopup( $id = "", $category = "" ); }  ?>


转载于:https://my.oschina.net/ajian2014/blog/301191

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值