karmstrong1
07-01-2018
05:51 PM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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?
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
1 REPLY 1
NJRFTF
07-02-2018
04:10 AM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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>