Plugin Directory

Changeset 1376689


Ignore:
Timestamp:
03/22/2016 11:14:40 PM (10 years ago)
Author:
tryinteract
Message:

Bug fixes: removes link tagfor shortcodes

Location:
interact-quiz-embed/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • interact-quiz-embed/trunk/interact-quiz-embed.php

    r1376546 r1376689  
    55Description: Use this plugin to embed your Interact quiz into your Wordpress site.
    66Author: Matthew Clark
    7 Version: 2.0
     7Version: 2.0.1
    88Author URI: https://www.tryinteract.com
    99
     
    4545    } else {
    4646        $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>';
    5148    }
    5249}
  • interact-quiz-embed/trunk/readme.txt

    r1376546 r1376689  
    44Requires at least: 3.0.1
    55Tested up to: 3.4
    6 Stable tag: 2.0
     6Stable tag: 2.0.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747== Changelog ==
    4848
     49= 2.0.1 =
     50* Bug fixes. Removes link tag for shortcodes.
     51
    4952= 2.0 =
    5053* Support for new quiz URLs using the quiz ID.
Note: See TracChangeset for help on using the changeset viewer.