Changeset 1376689
- Timestamp:
- 03/22/2016 11:14:40 PM (10 years ago)
- Location:
- interact-quiz-embed/trunk
- Files:
-
- 2 edited
-
interact-quiz-embed.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
interact-quiz-embed/trunk/interact-quiz-embed.php
r1376546 r1376689 5 5 Description: Use this plugin to embed your Interact quiz into your Wordpress site. 6 6 Author: Matthew Clark 7 Version: 2.0 7 Version: 2.0.1 8 8 Author URI: https://www.tryinteract.com 9 9 … … 45 45 } else { 46 46 $app_id = $atts['id']; 47 return ' 48 <link type="text/css" href="https://www.tryinteract.com/css/interact.css"> 49 <iframe src="https://quiz.tryinteract.com/#/'.$app_id.'" class="interact-embed" width="'.$width.'" height="'.$height.'" frameborder="0"></iframe> 50 '; 47 return '<iframe src="https://quiz.tryinteract.com/#/'.$app_id.'" class="interact-embed" width="'.$width.'" height="'.$height.'" frameborder="0" style="margin:0;max-width:100%;"></iframe>'; 51 48 } 52 49 } -
interact-quiz-embed/trunk/readme.txt
r1376546 r1376689 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.4 6 Stable tag: 2.0 6 Stable tag: 2.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 == Changelog == 48 48 49 = 2.0.1 = 50 * Bug fixes. Removes link tag for shortcodes. 51 49 52 = 2.0 = 50 53 * Support for new quiz URLs using the quiz ID.
Note: See TracChangeset
for help on using the changeset viewer.