Iframe problem for booking system

Hi Guys,

I am having a problem trying to use iframe code to view a booking system on a website. The code I have been provided with is:

<iframe style="width:100%;height:600px;border:0;" src="https://www.sportsinjuryfix.com/business/booking/new/33852?embed=1&hex1=111&hex1i=dedede&hex2=dedede&hex2i=111"></iframe>

I have tried adding it to a html stack and also using stack4stacks embed stack but in each case the frame size shows but with no content and obviously no border. The https link in the iframe works on its own just fine. I am adding it to a https website so there is no conflict between http and https in the iframe. I have also tried formatting the code but that didn’t make any difference.

Any help would be much appreciated.

Your iframe is throwing an error:

I’m far from an iframe expert, so I had to do some googling: frame-ancestors in CSP ⟶ Allowing / Blocking iframes from Loading

I suspect the site you’re trying to iframe may be blocking it purposefully via meta tags in their site. I could be misreading that though. That said, if this iframe is a service the website you’re using provides, you’ll want to contact them directly and ask them to assist.

1 Like

Hi Adam,

You input is gratefully received. I have contacted them with your thoughts on it and they are now looking into it.

Many thanks

Pat

1 Like

Probably cross-site tracking which is now a no-no with Safari default and others following suit.

1 Like

I was not sure what was going on but the company who make the booking system have fixed it after many emails. Here it is working: elevatebodyclinic.com.

1 Like