Editing google embed codes
I came across a google video that had no embed code and after going through the source I got this:
<div class="mediaHolder">
<a rel="nofollow" style="left: 730px ! important; top: 0px ! important;" title="Click here to block this object with Adblock Plus" class="abp-objtab-05720776422757138 visible ontop" href="http://video.google.com/googleplayer.swf?docId=7142228799109763496&hl=en"><embed style="width: 730px; height: 400px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=7142228799109763496&hl=en" flashvars="autoPlay=true">
</div>
which I edited down to this:
<embed style="width: 540px; height: 295px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=7142228799109763496&hl=en">
which worked:
http://www.videosift.com/video/Why-Dogs-Smile-and-Chimpanzees-Cry
but I wanted to add the fullscreen button to it. Is that possible?
Obviously I'm not even formatting this sift talk post right because it is adding tags etc to the code I'm pasting here.
<div class="mediaHolder">
<a rel="nofollow" style="left: 730px ! important; top: 0px ! important;" title="Click here to block this object with Adblock Plus" class="abp-objtab-05720776422757138 visible ontop" href="http://video.google.com/googleplayer.swf?docId=7142228799109763496&hl=en"><embed style="width: 730px; height: 400px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=7142228799109763496&hl=en" flashvars="autoPlay=true">
</div>
which I edited down to this:
<embed style="width: 540px; height: 295px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=7142228799109763496&hl=en">
which worked:
http://www.videosift.com/video/Why-Dogs-Smile-and-Chimpanzees-Cry
but I wanted to add the fullscreen button to it. Is that possible?
Obviously I'm not even formatting this sift talk post right because it is adding tags etc to the code I'm pasting here.
Load Comments...
Discuss...
Enable JavaScript to submit a comment.