Tagged Questions
0
votes
0answers
183 views
youtube html5 player fullscreen support that passes the w3c validator [closed]
At the moment i have an embeded youtube video.
<iframe class="video" allowfullscreen=""
src="http://www.youtube.com/embed/1y8dYlBWOh4?html5=1">
</iframe>
as you can see with the ...
4
votes
3answers
5k views
Possible to only load specifiv div of a website?
I have this project i'm working on and id like to add a really small list of nearby places using facebooks places in an iframe feature from touch.facebook.com I can easily just use ...