You are viewing our Forum Archives. To view or take place in current topics click here.
I Need some Help with some coding +REP
Posted:

I Need some Help with some coding +REPPosted:

Super-Fly
  • Christmas!
Status: Offline
Joined: Sep 20, 201310Year Member
Posts: 2,118
Reputation Power: 335
Status: Offline
Joined: Sep 20, 201310Year Member
Posts: 2,118
Reputation Power: 335
So I have started to learn to code...

I am trying to make a basic website...

this is the coding I have done so far...

[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]

I want to know the coding for
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]

I need the coding for those to Videos!

Thank You!
#2. Posted:
DankMemes1337
  • Resident Elite
Status: Offline
Joined: Sep 15, 201211Year Member
Posts: 252
Reputation Power: 10
Status: Offline
Joined: Sep 15, 201211Year Member
Posts: 252
Reputation Power: 10
Depends what you want to do,embed a video player or you could have a photo which is clickable and goes to the video(s)?
#3. Posted:
Super-Fly
  • Blind Luck
Status: Offline
Joined: Sep 20, 201310Year Member
Posts: 2,118
Reputation Power: 335
Status: Offline
Joined: Sep 20, 201310Year Member
Posts: 2,118
Reputation Power: 335
uHGinge wrote Depends what you want to do,embed a video player or you could have a photo which is clickable and goes to the video(s)?


embed please

I couldn't find a code that works

Thanks!
#4. Posted:
Slagveld3
  • Prospect
Status: Offline
Joined: Dec 27, 201112Year Member
Posts: 696
Reputation Power: 35
Status: Offline
Joined: Dec 27, 201112Year Member
Posts: 696
Reputation Power: 35
<iframe id="ytplayer" type="text/html" width="640" height="390"
  src="http://www.youtube.com/embed/M7lc1UVf-VE?autoplay=1&origin=http://example.com"
  frameborder="0"/>


Repleace the youtube url with yours, keep the /embed/

origin=http://yoursite.com

To disable autoplay set autoplay to 0 ( autoplay=0 )

[ Register or Signin to view external links. ]

Google next time.


Last edited by Slagveld3 ; edited 1 time in total
#5. Posted:
DankMemes1337
  • Resident Elite
Status: Offline
Joined: Sep 15, 201211Year Member
Posts: 252
Reputation Power: 10
Status: Offline
Joined: Sep 15, 201211Year Member
Posts: 252
Reputation Power: 10
<iframe width="560" height="315" src="//www.youtube.com/embed/hhQm_QjnRvk" frameborder="0" allowfullscreen></iframe>
Peter Griffin video

<iframe width="420" height="315" src="//www.youtube.com/embed/Zd5M8fOxPFk" frameborder="0" allowfullscreen></iframe>
Intro video

Tell me if it works?
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.