Embed Error
Permalink
Hello guys! I'm new to all of this and I have a question... I want to embed the following piece of code.
But it does not function in my concrete5 installation.
However, it works in the W3Schools TryIt (http://www.w3schools.com/html/tryit.asp?filename=tryhtml_basic)
If I try a YouTube video, it works though :/
Thanks in advance! Rui
<!DOCTYPE html> <html> <body> <iframe width="100%" height="750px" src="http://widget.mibbit.com/?settings=10cb62d69042e12e8dc2e20b49ffc991&server=uevora.ptnet.org&channel=%23RadioOdditiesPortugal"></iframe> </body> </html>
But it does not function in my concrete5 installation.
However, it works in the W3Schools TryIt (http://www.w3schools.com/html/tryit.asp?filename=tryhtml_basic)
If I try a YouTube video, it works though :/
Thanks in advance! Rui
my site has ssl, and that requires me to allow only ssl embeddable content
Thanks guys