Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted September 6, 20204 yr I uploaded some videos in pages media my problem is how do I use the videos to show on a page? I get these tags {media="1"} to add to a page template but not sure what template to add so they show. 0( to add into a page template but not sure where to find the
September 6, 20204 yr AdminCP -> Pages -> Templates But if you want to use videos in articles, don't use the media function. Use the regular file upload in the editor, or create an upload field.
September 6, 20204 yr Author I want to use the videos I uploaded to media in pages not sure what you mean by file upload in editor I think I tried that but there not showing? Not going to use them in articles Just want to create a page using the videos that I uploaded. But I can't get them to show with the media tags They just keep going to youtube. These are videos I made on youtube but want to take them down and want them to be on my site only. really not sure how to do it.
September 8, 20204 yr You will need to do something like <video> <source src='{media="1"}'> </video> https://www.w3schools.com/html/html5_video.asp