Atm we’re not displaying the iframe for debugging reasons, which is why it’s styled as display: none.
Unfortunately I hit the following error:
Referer:https://blog.neverlocal.com/xxx
The referer was either not sent, or did not match any of the following hosts:
blog.neverlocal.com.*
Also, no posts are created on our forum.
BTW, you can check all this yourself by going on the blog, open any post, and inspecting the situation with developer tools. I’m a bit at a loss and I don’t know what to do, I’ve scouted the forum but no solution seems to work.
Ok, I’ve made some progress. Basically I didn’t change anything aside from the fact that we confirmed our subscription (we were at the end of the trial period before). Could it be that embedding doesn’t work unless the subscription is active?
Aside from this, I have still a problem, namely that the comment section iframe is stuck at 150px and doesn’t want to dynamically update in any way. This means that the comment section gets cut and the ‘continue discussion’ button is not visible. I’ve searched everywhere in the forum but I can’t seem to find anything pointing me to a fix.
Then it’s really weird! I almost went mad trying to understand what I was doing wrong 15 days ago. Then I check today and I find out that 7 days ago all the topics were automatically created, and i-frames were embedding. The blog didn’t have any change pushed in this period of time.
Yes, this is exactly how we’d like it. In our case instead the i-frame height is capped at 150px. May it have something to do with how we style the i-frame itself and the div that contains it?
I don’t know and I have no clue as to how to debug it! What I noticed using the developer tools is that the iframe gets first embedded without any height attribute. After a second or so it receives an height attribute of 150px. I imagine there’s some javascript function or whatnot passing around this data, but I do not know where to find it nor how this data gets fetched, which makes it very hard to debug in the first place.