Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

UK domains
being liquidated

digitaljunkyard.com
buy now

Video hosting and player?

Status
Not open for further replies.
Joined
Nov 26, 2008
Posts
267
Reaction score
12
Hello All,

I have a couple of videos that I want to host on my server and then have in a player within a Wordpress pages.

Can anyone suggest an easy way for me to do this, I do not want to use a third-party system like Youtube, I actually want the videos hosted on my site.

Thanks
 
Could you upload the videos to your server and have them open in a frame on your site pages with code like this, I use this on my site for playing aff TV channels:

Code:
<iframe width="660" height="348" src="http://www.yourvideourlhere.co.uk" scrolling='no' frameborder="0" allowfullscreen> </iframe>

?
 
Status
Not open for further replies.
Top Bottom