Forums

Embed Forum on site

I am trying to embed a forum on my site by pasting code below. But it is not working. Can someone tell me what am I doing wrong? The frame shows up on the webpage but it's blank.

Link: https://www.cryptonerdz.com/products/lumens/

<iframe src="http://cryptonerdz.76159.n8.nabble.com" style="border:1px #000000 solid;" name="" scrolling="auto" align="bottom" height="500" width="1200"> </iframe>

When I visit https://www.cryptonerdz.com/products/lumens/ and look at the web developer console, I see the following error:

Mixed Content: The page at 'https://www.cryptonerdz.com/products/lumens/' was loaded over HTTPS, but requested an insecure resource 'http://cryptonerdz.76159.n8.nabble.com/'. This request has been blocked; the content must be served over HTTPS.

So it looks like you need to use https in the src for your iframe.

I added the s but still no luck.

When I look at the page, I see

The web page at https://cryptonerdz.76159.n8.nabble.com/ might be temporarily down or it may have moved permanently to a new web address.

Visiting the page at https://cryptonerdz.76159.n8.nabble.com gives a security error, because the site doesn't have a valid certificate. So either you need to load your page over HTTP only, or get the forum updated with a valid HTTPS certificate.

Thank you so much for your help I switched with google groups it works perfectly.

Excellent -- glad we could help!