• I added this plugin to an existing WordPress site and if I use the shortcode to add it to a page, it works wonderfully as always: The big play button shows, but the controls don’t display until you start the Play button. Exactly what I want. BUT when I try to copy the code from that page

    <!-- Begin Video.js -->
    	<video id="example_video_id_888907456" class="video-js vjs-default-skin" width="720" height="405" poster="http://website.com/video/video-poster.jpg" controls preload="none" data-setup='[]'>
    		<source src="http://website.com/video/video.mp4" type='video/mp4' />
    		<source src="http://website.com/video/video.webm" type='video/webm; codecs="vp8, vorbis"' />
    
    	</video>
    	<!-- End Video.js -->

    The video is there, but the big play button is gone and the controls at the bottom of the video show, which is not what I’m aiming for. I am assuming I’m missing some portion of code but can’t figure out what. Can anyone assist? Because of the layout of this specific page, it needs to be built into the template not as part of the page content. Thanks for your time, folks.

    https://wordpress.org/plugins/videojs-html5-video-player-for-wordpress/

Viewing 1 replies (of 1 total)
  • Thread Starter Lockhart

    (@muldari)

    Has support for this plugin been discontinued? I’m seeing a lot of posts with no replies over the last few months. Anyone know of an answer to my problem or if support for this plugin still exists? I love this thing and would hate to have to look for a replacement.

Viewing 1 replies (of 1 total)
  • The topic ‘Adding video to page template’ is closed to new replies.