not save @ https
-
Plugin-Data: widget.php
Just add an ‘s’ at the youtube url in the widget.php (at line 35) of this plugin and everything is fine.
Example:
<iframe width=”<?php echo $width; ?>” height=”<?php echo $height; ?>” src=”https://www.youtube.com/embed/<?php echo $url; ?>?<?php if($options[‘autoplay’]==1){?>rel=0&autoplay=1<?php } ?>” frameborder=”0″ allowfullscreen=”allowfullscreen”></iframe>
Greating
- The topic ‘not save @ https’ is closed to new replies.