TinyPortal
Development => Support => Topic started by: njtweb on June 18, 2021, 11:58:36 AM
Have any TP users leveraged pages for videos similar to a youtube type environment? I have a ton of videos from high school hockey over the last 40 years and I'd like to do something similar. This is the closest I've gotten, it's a ton of work and very tedious to say the least and as you can see I haven't listed them all because it takes so long. I'm looking for options.
Thanks to all for any input.
youthhockeyinfo.com/index.php?page=214#fcmain
Sorry for delay in replying.
Not exactly sure what you're looking for, but I was looking at a tutorial a while back where someone was creating a YT clone layout. You might be able to glean some helpful info from that, https://www.youtube.com/watch?v=rhPSo4_Tgi0
This can be done in an HTML article.
Choose an HTML article from your TinyPortal menu, and add the code below..
Adjust sizes to suit your needs.
<video controls="" style="width: 400px;"><source src="video/your-video.mp4" type="video/mp4" /> Your browser does not support HTML video.</video>
if you wish you can add other text below..
<p>
Video courtesy of
<a href="https://www.link-to-other-page. com/" target="_blank">My video</a>.
</p>
Upload the video to a folder within your forum directory.
Tested with chrome and edge :)
(https://tinypix.top/images/2021/06/26/ihe4b.png) (https://tinypix.top/i/ihe4b)
Did anyone try this?
I haven't Les, sorry, it's not something I've needed tbf. Not sure if the OP has tried it though, or perhaps found a different solution.
Maybe he has found a different solution, someone may find it useful :)