Review my site?

airgame9

New Member
Messages
2
Reaction score
0
Points
0
Now note i'm not a web designer, but a few tips. It's good overall.

Embed the "trailer" (open cPanel, go to File manager (not Legacy File Manager), go to public_html folder, click on index.html, click on code editor up the top, find the following code

HTML:
<div class="trailerBox" style="margin-bottom: 10px; margin-top: 10px;"><a href="http://www.youtube.com/watch?v=5R_BI08E5pA">Trailer</a></div>

and replace it with

HTML:
<iframe width="420" height="315" src="http://www.youtube.com/embed/5R_BI08E5pA?rel=0" frameborder="0" allowfullscreen></iframe>

Now go back to public_html, click on Library.html

Find
HTML:
<div class="trailerBox"><a href="http://www.youtube.com/watch?v=5R_BI08E5pA">Trailer</a></div>
And replace with

HTML:
<iframe width="420" height="315"  src="http://www.youtube.com/embed/5R_BI08E5pA?rel=0" frameborder="0"  allowfullscreen></iframe>


---------- Post added at 06:52 AM ---------- Previous post was at 06:28 AM ----------

Now note i'm not a web designer, but a few tips. It's good overall.

Embed the "trailer" (open cPanel, go to File manager (not Legacy File Manager), go to public_html folder, click on index.html, click on code editor up the top, find the following code

HTML:
<div class="trailerBox" style="margin-bottom: 10px; margin-top: 10px;"><a href="http://www.youtube.com/watch?v=5R_BI08E5pA">Trailer</a></div>

and replace it with

HTML:
<iframe width="420" height="315" src="http://www.youtube.com/embed/5R_BI08E5pA?rel=0" frameborder="0" allowfullscreen></iframe>

Now go back to public_html, click on Library.html

Find
HTML:
<div class="trailerBox"><a href="http://www.youtube.com/watch?v=5R_BI08E5pA">Trailer</a></div>
And replace with

HTML:
<iframe width="420" height="315"  src="http://www.youtube.com/embed/5R_BI08E5pA?rel=0" frameborder="0"  allowfullscreen></iframe>

Now note i'm not a web designer, but a few tips. It's good overall.

Embed the "trailer" (open cPanel, go to File manager (not Legacy File Manager), go to public_html folder, click on index.html, click on code editor up the top, find the following code

HTML:
<div class="trailerBox" style="margin-bottom: 10px; margin-top: 10px;"><a href="http://www.youtube.com/watch?v=5R_BI08E5pA">Trailer</a></div>

and replace it with

HTML:
<iframe width="420" height="315" src="http://www.youtube.com/embed/5R_BI08E5pA?rel=0" frameborder="0" allowfullscreen></iframe>

Now go back to public_html, click on Library.html

Find
HTML:
<div class="trailerBox"><a href="http://www.youtube.com/watch?v=5R_BI08E5pA">Trailer</a></div>
And replace with

HTML:
<iframe width="420" height="315"  src="http://www.youtube.com/embed/5R_BI08E5pA?rel=0" frameborder="0"  allowfullscreen></iframe>

Also make the backround different (maybe a dark marrone?)
Include a "like" button for facebook.
Go to index.html, find

<body>

Put this directly after

<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

And then wherever you want the actual button put this

<div class="fb-like-box" data-href="https://www.facebook.com/pages/Lydia-Scarlet-Swan/101783449880375" data-width="292" data-show-faces="false" data-stream="false" data-header="true"></div>

---------- Post added at 08:44 AM ---------- Previous post was at 06:52 AM ----------

Don't let my one post deceive you :wink:
 

ellescuba27

Member
Messages
273
Reaction score
3
Points
18
Just embed the videos off of Youtube. Click Share under the Youtube video, click embed and copy the code.
 
Top