Jump to content

HTML Widget


Sue Busher

Recommended Posts

Can someone help me with this please? I seem to have this problem a fair amount and it is basically because I am an amateur at HTML. When I get some code to embedd, e.g.

<!-- MSE Search Widget --> <iframe id="mse-search-widget" src="http://mystudentevents.com/widget/" width="100%" height="130" frameborder="0" scrolling="no"></iframe> <!-- end MSE Search Widget -->

It doesn't work. However, I understand that it probably needs some kind of script around it. I just don't know what I should add. Advice please?

Thanks

Link to comment
Share on other sites

Hi @Sue Busher

The code you have here is trying to embed an HTTP webpage inside an HTTPS one.  You can't do this.

I did quickly try:

<!-- MSE Search Widget --> <iframe id="mse-search-widget" src="https://mystudentevents.com/widget/" width="100%" height="130" frameborder="0" scrolling="no"></iframe> <!-- end MSE Search Widget -->

Which loads up after a fashion.  

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...