Dominican Airways Posted December 22, 2011 Report Share Posted December 22, 2011 Can someone please tell were do I go to add pictures and videos to my website for example in the home page Quote Link to comment Share on other sites More sharing options...
Jeff Posted December 22, 2011 Report Share Posted December 22, 2011 Images <img src="http://www.mysite.com/images/myimage.jpg"> YouTube Videos <iframe width="455" height="300" src="http://www.youtube.com/embed/lnHHelsfXYE" frameborder="0" allowfullscreen></iframe> The above video code is an example code to embed on your site. You can find the code on the YouTube page of the video. This video shows a Extreme 747 landing in crosswinds. You can change the size of the video by changing the width and height. Quote Link to comment Share on other sites More sharing options...
Dominican Airways Posted December 22, 2011 Author Report Share Posted December 22, 2011 Images <img src="http://www.mysite.com/images/myimage.jpg"> YouTube Videos <iframe width="455" height="300" src="http://www.youtube.com/embed/lnHHelsfXYE" frameborder="0" allowfullscreen></iframe> The above video code is an example code to embed on your site. You can find the code on the YouTube page of the video. This video shows a Extreme 747 landing in crosswinds. You can change the size of the video by changing the width and height. Were I go to add the video? Quote Link to comment Share on other sites More sharing options...
Jeff Posted December 22, 2011 Report Share Posted December 22, 2011 Anywhere you want. I created a new page called Videos (in the Admin Panel) and added it there. Then I created a link in my navigation menu to go to the page www.yoursite.com/index.php/pages/videos Here is an example table I have in my Videos page to show the videos on my site: <table> <thead width="100%" align="center"> <th>Video 1</th> <th>Extreme Crosswind Landing</th> //THIS IS AN EXAMPLE VIDEO NAME THAT WILL SHOW ABOVE THE VIDEO </thead> <tbody> <td>YOUR IFRAME CODE GOES HERE</td> <td><iframe width="455" height="300" src="http://www.youtube.com/embed/lnHHelsfXYE" frameborder="0" allowfullscreen></iframe></td> //THIS IS HOW YOUR IFRAME SHOULD LOOK </tbody> </table> <table> <thead width="100%" align="center"> <th>Video 3</th> <th>Video 4</th> </thead> <tbody> <td>YOUR IFRAME CODE GOES HERE</iframe></td> <td>YOUR IFRAME CODE GOES HERE</iframe></td> </tbody> </table> Quote Link to comment Share on other sites More sharing options...
Dominican Airways Posted December 22, 2011 Author Report Share Posted December 22, 2011 Anywhere you want. I created a new page called Videos (in the Admin Panel) and added it there. Then I created a link in my navigation menu to go to the page www.yoursite.com/index.php/pages/videos Here is an example table I have in my Videos page to show the videos on my site: <table> <thead width="100%" align="center"> <th>Video 1</th> <th>Extreme Crosswind Landing</th> //THIS IS AN EXAMPLE VIDEO NAME THAT WILL SHOW ABOVE THE VIDEO </thead> <tbody> <td>YOUR IFRAME CODE GOES HERE</td> <td><iframe width="455" height="300" src="http://www.youtube.com/embed/lnHHelsfXYE" frameborder="0" allowfullscreen></iframe></td> //THIS IS HOW YOUR IFRAME SHOULD LOOK </tbody> </table> <table> <thead width="100%" align="center"> <th>Video 3</th> <th>Video 4</th> </thead> <tbody> <td>YOUR IFRAME CODE GOES HERE</iframe></td> <td>YOUR IFRAME CODE GOES HERE</iframe></td> </tbody> </table> thank you it worked thanks ALOT Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.