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. Share your own thoughts and experience, accounts may be terminated for violations.
  • Welcome to AcornDomains.co.uk, a friendly community for UK domain investors, developers and anyone interested in domain names.

    Whether you're looking to buy or sell domains, learn more about the UK domain market, get feedback on your names, or simply chat with other domainers, you're in the right place. AcornDomains has been bringing together people from across the UK domain industry for many years, from complete beginners to experienced investors.

    Have a look around, join the discussions and, if you haven't already, create a free account and introduce yourself.

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