TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 29, 2024, 05:55:01 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,106
  • Total Topics: 21,213
  • Online today: 358
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 305
  • Total: 306
  • @rjen

Video pages

Started by njtweb, June 18, 2021, 11:58:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

njtweb

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

lurkalot

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

Lesmond

#2
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 :)


Lesmond


lurkalot

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.

Lesmond

Maybe he has found a different solution, someone may find it useful :)