Changeset 2431333
- Timestamp:
- 12/04/2020 08:36:00 AM (5 years ago)
- File:
-
- 1 edited
-
wp-bookwidgets/trunk/wp-bookwidgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-bookwidgets/trunk/wp-bookwidgets.php
r2428759 r2431333 5 5 * Plugin URI: https://github.com/remko/wp-bookwidgets 6 6 * Description: Integrate BookWidgets widgets in your WordPress site 7 * Version: 0. 67 * Version: 0.7 8 8 * Author: Remko Tronçon 9 9 * Author URI: https://el-tramo.be … … 169 169 $bwForms[] = get_lti_launch_form($a['code'], $formName, $frameName); 170 170 $bwForms[] = get_autolaunch_script($formName); 171 $result .= "<iframe allow=\"microphone \" name={$frameName}";171 $result .= "<iframe allow=\"microphone *; microphone;\" name={$frameName}"; 172 172 } 173 173 else { 174 $result = "<iframe allow=\"microphone \" src=\"" . esc_attr(get_play_link($a["code"])) . "\"";174 $result = "<iframe allow=\"microphone *; microphone;\" src=\"" . esc_attr(get_play_link($a["code"])) . "\""; 175 175 } 176 176 $result .= " class=\"bw-widget-frame\"";
Note: See TracChangeset
for help on using the changeset viewer.