Is there any way to embed video from this site? http://azdrama.net/watch-online-divas-in-distress-episode-01-21600.html
I tried to copy the link in view source mode, but the video address will be change after some period of time.
Appreciated if anyone could help.
<iframe frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="665" height="460" src="http://azdrama.net/getvideo/embed.php?id=MTU2LDIxOCwyMTgsMjEzLDE2MywxNTYsOTksMTAwLDE2MiwxNTksMTU0LDE5OSwyMTcsMTQ4LDE2NywxNTIsMTUxLDE0NiwyMDEsMTYwLDE1OSwyMDIsMTU4LDE0OSw5OSwxOTYsMjEyLDE2MCw5NywxNjQsMTU0LDk3LDE2NCwyMDYsMjEzLDIxNywxNTksMTQ1LDE0OSwxMDQsMTQ5LDE1NywxMzgsMjA4LDE4MywxMTgsMTE5LDExOCwxNjUsMjA1LDE2NSwxNzEsMTQ1LDE1MSwxMzIsOTcsMTIzLDE0NiwyMTQsMTA2LDEwNCwxMzMsMTIxLDExOCwxMjcsMTc1LDIyNCwxNTEsMTY3LDIwMywxMzksMTY4LDE2NiwxNDMsMTA5LDIwMCwyMjMsMTQwLDE2OSwxMDQsMTAxLDE2MywyMDAsMTUwLDE0NSwyMTUsMTExLDE0OCwxNTgsMjExLDIwMiwxNTAsMTY2LDE2NCwxNTUsMTYwLDE1OQ==&w=665&h=435"></iframe>
Related
I want to embed a sound cloud in my html and below is link of the track file.
https://soundcloud.com/aviciiofficial/preview-avicii-vs-lenny
How to make this display in my webpage like embedding YouTube video?
Open the https://soundcloud.com/aviciiofficial/preview-avicii-vs-lenny link in browser and in page there is a share button, click it and popup will load and in there click embed tab and copy the code
use
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/41395010&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
do you mean something like this?
<iframe allowtransparency="true" scrolling="no" frameborder="no" src="https://w.soundcloud.com/icon/?url=http%3A%2F%2Fsoundcloud.com%2Faviciiofficial%2Fpreview-avicii-vs-lenny&color=orange_white&size=32" style="width: 32px; height: 32px;"></iframe>
I used this https://soundcloud.com/pages/embed
I am having a minor problem when using the soundcloud embed code on my wordpress site.
Its working fine, its just it shows the artist username and the track, I just want it to show the track name.
Here is my code
<iframe width="106%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/users/63156530&color=6f0025&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe>
If you see the image below, you can see why I want to do this.
http://gyazo.com/693c03cd588c61a056001eced99952ff
Any help or suggestions are appreciated.
Thanks.
<iframe width="106%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/users/63156530&color=6f0025&auto_play=false&hide_related=true&show_comments=false&show_user=false&show_reposts=false"></iframe>
That should work. For the next time, this is more related with HTML than with Wordpress
I want to show a youtube video in html 4. For that, I am using iframe. But the content of iframe is not showing.
<iframe frameborder="1" width="420" height="345" src="https://www.youtube.com/watch?v=C8kSrkz8Hz8"></iframe>
FYI: I am using Firefox 29.0 and Chrome 35.0. Both browsers are showing the same result.
Change your src with //www.youtube.com/embed/C8kSrkz8Hz8
your code shoud look like this
<iframe frameborder="1" width="420" height="345" src="//www.youtube.com/embed/C8kSrkz8Hz8"></iframe>
Find code under each video on youtoube at Share menu.
When you try to put the whole YouTube page into an iframe, it sends a HTTP header called X-Frame-Options with the SAMEORIGIN value, which tells the browser, that the page can only be displayed in a frame on the same origin as the page itself.
You should use the provided embed code (you can find it below every YouTube video), which is also an iframe, but with a different URL. It will only show the player.
In this case, the embed code would be:
<iframe width="560" height="315" src="//www.youtube.com/embed/C8kSrkz8Hz8" frameborder="0" allowfullscreen></iframe>
replace you Iframe with this one. this works for you.
<iframe width="640" height="390" src="//www.youtube.com/embed/C8kSrkz8Hz8" frameborder="0" allowfullscreen></iframe>
missing attributes are: frameborder="0", allowfullscreen
You should change the youtube URL to remove the "s" so it looks like this:
<iframe width="420" height="345" src="//www.youtube.com/embed/C8kSrkz8Hz8" frameborder="1" allowfullscreen></iframe>
You should also be able to embed a youtube video from the page. Please see the screenshot attached:
I tried it this way and worked for me. Changing your src="https://www.youtube.com/embed/C8kSrkz8Hz8"
following the other parameters.
I have searched high and low for any VEVO documentation, but there does not seems to be some.
Can VEVO video embeds be instructed to autoplay?
I have guessed several parameters like the one below.
<iframe width="575" height="324" src="http://cache.vevo.com/m/html/embed.html?video=GBA320903400" frameborder="0" autoplay="1" allowfullscreen></iframe>
I believe this is possible by adding "&autoplay=1" to the iframe URL.
<iframe width="575" height="324" src="http://cache.vevo.com/m/html/embed.html?video=GBA320903400&autoplay=1" frameborder="0" allowfullscreen></iframe>
you can iframe the embed player url, utm content none will hide the vevo logo and skip the ads showing in the player embed code.
now you will need to find the autostop enable...
<iframe width='480' height='270' src='http://www.vevo.com/watch/GBA320903400?utm_medium=embed_player&utm_content=none' frameborder='0' allowfullscreen scrolling='No'></iframe>
What I would like to do is supply some embed code for a PDF hosted on my website. The purpose is to allow anyone to take this code and slap it on their website ... pretty much exactly like YouTube videos or any other embedable content.
I've seen all forms of code, ranging from EMBED, OBJECT, IFRAME ...
Is is just a case of changing this sample YouTube code to point to my file:
<iframe width="420" height="315" src="http://www.youtube.com/embed/oRdxUFDoQe0" frameborder="0" allowfullscreen></iframe>
<iframe width="420" height="315" src="http://www.domain.com/embed/myfile.pdf" frameborder="0" allowfullscreen></iframe>
What method is the best and most accurate?
My favorite is google docs, extremely reliable and flexible:
<iframe src="http://docs.google.com/gview?url=http://infolab.stanford.edu/pub/papers/google.pdf&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>
replace the url=... with your pdf url
Live example: http://googlesystem.blogspot.com/2009/09/embeddable-google-document-viewer.html