[Plugin: VideoJS – HTML5 Video Player for WordPress] Mixed content on HTTPS pages
-
You’re hard-coding
https://
instead of generating it dynamically based on the current page protocal (seeis_ssl()
) or just using protocal-relative URLs. This causes mixed-content warnings on HTTPS pages.<!-- Flash Fallback. Use any flash video player here. Make sure to keep the vjs-flash-fallback class. --> <object class="vjs-flash-fallback" width="{$width}" height="{$height}" type="application/x-shockwave-flash" data="https://releases.flowplayer.org/swf/flowplayer-3.2.1.swf"> <param name="movie" value="https://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" /> <param name="allowfullscreen" value="true" /> <param name="flashvars" value='config={"playlist":[$flow_player_poster{"url": "$mp4" $flow_player_autoplay $flow_player_preload }]}' /> {$image_fallback} </object>
https://www.ads-software.com/extend/plugins/videojs-html5-video-player-for-wordpress/
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[Plugin: VideoJS – HTML5 Video Player for WordPress] Mixed content on HTTPS pages’ is closed to new replies.