iframe issue with embed timer

Hi,

 I'm currently experiencing an issue with displaying this timer using an iframe: http://free.timeanddate.com/countdown/i6b4pkvl/n64/cf111/cm0/cu4/ct0/cs0/ca0/co0/cr0/ss0/cac000/cpc0...

My code:

<iframe src="http://free.timeanddate.com/countdown/i6b4pkvl/n64/cf111/cm0/cu4/ct0/cs0/ca0/co0/cr0/ss0/cac000/cpc0..." allowTransparency="true" frameborder="0" width="320px" height="135px"></iframe>

However, when I enter this code into the embed code widget and publish, nothing displays. What is wrong with my code?

404 Views
Message 1 of 2
Report
1 REPLY 1

@karmstrong

Your code starts with   iframe src="http://free.timeandd......  Assuming that you have SSL enabled on your website then your code should be amended by changing the http:// to https:// - thus your correct code will be:

<iframe src="https://free.timeanddate.com/countdown/i6b4pkvl/n64/cf111/cm0/cu4/ct0/cs0/ca0/co0/cr0/ss0/cac000/cpc0..." allowTransparency="true" frameborder="0" width="320px" height="135px"></iframe>
387 Views
Message 3 of 2
Report