Title: Insert html5 video
Last modified: August 22, 2016

---

# Insert html5 video

 *  [andyi](https://wordpress.org/support/users/andyi/)
 * (@andyi)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/insert-html5-video/)
 * Hi there – I would like to include a video on my page and have tried HTML5 code–
   have tried the following code but the video appears but the all other page elements
   disappear!
 * any advice?
    (would prefer not to use YouTube/Vimeo embedding)
 * Thanks Andy
 * This code in functions .php
 * function html5_video($atts, $content = null) {
    extract(shortcode_atts(array(“
   src” => ”, “width” => ”, “height” => ” ), $atts)); return ‘<video src=”‘.$src.'”
   width=”‘.$width.'” height=”‘.$height.'” controls autobuffer>’; } add_shortcode(‘
   video5’, ‘html5_video’);
 * This following shortcode in page:
 * [video5 src=”[http://your-site/videos/your-video.mp4&#8243](http://your-site/videos/your-video.mp4&#8243);
   width=”720″ height=”480″]

Viewing 1 replies (of 1 total)

 *  Theme Author [Access Keys](https://wordpress.org/support/users/access-keys/)
 * (@access-keys)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/insert-html5-video/#post-5780587)
 * Hi there,
    Sorry for the delay in reply. Are you still having this problem. Please
   let us know. Thanks,

Viewing 1 replies (of 1 total)

The topic ‘Insert html5 video’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/accesspress-lite/2.93/screenshot.
   png)
 * AccessPress Lite
 * [Support Threads](https://wordpress.org/support/theme/accesspress-lite/)
 * [Active Topics](https://wordpress.org/support/theme/accesspress-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/accesspress-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/accesspress-lite/reviews/)

## Tags

 * [embedding](https://wordpress.org/support/topic-tag/embedding/)
 * [html5 video](https://wordpress.org/support/topic-tag/html5-video/)
 * [video](https://wordpress.org/support/topic-tag/video/)

 * 1 reply
 * 2 participants
 * Last reply from: [Access Keys](https://wordpress.org/support/users/access-keys/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/insert-html5-video/#post-5780587)
 * Status: not resolved