You don't need a plugin for this - unless you really want to preview the video in the backend first (which I highly doubt).
The way I would approach it, would be to ADD a custom property to my DocType (i.e. videoEmbedCode), this can be the full iframe embed code OR just the VideoID etc. and then you can pull it through on you template.
@CurrentPage.VideoEmbedCode
OR if you went with the video code only option, then see the example below:
Adding video
Hello,
I can't ad a new video with a YouTube or Vimeo link. Is there an other way to ad a video?
Hi Lisa,
I have used the following plugin a handful of times when using 7.5 and had no issues.
https://our.umbraco.org/projects/website-utilities/insert-video-youtube-vimeo/
I would suggest testing the plugin on a dummy 7.6 site first in case this plugin is not compatible with 7.6.
Failing that, there are a few video plugins you can use that you can search for at: https://our.umbraco.org/projects/
Thanks, Lewis
Hi Lisa,
You don't need a plugin for this - unless you really want to preview the video in the backend first (which I highly doubt).
The way I would approach it, would be to ADD a custom property to my DocType (i.e. videoEmbedCode), this can be the full iframe embed code OR just the VideoID etc. and then you can pull it through on you template.
OR if you went with the video code only option, then see the example below:
Good luck!
Let us know how it goes.
Thanks
Craig
is working on a reply...