Hi ,
I have created a page name(Video).I wrote following code in it
<video width="320" height="240" controls>
<source src="http://localhost/wordpress/wp-content/uploads/2015/02/Shortest-Video-on-Youtube.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
Now if i select this page in Horse Services Widget video is not displaying.If i write same code in other page and open seperately its showing correctly.
My question is how to show video in theme horse service widget?