Embed API parent parameter: not working for specific domain

The & is an XML escape – technically putting “&parent” into an HTML string would be incorrect markup. If you inspect element on the rendered page, you will see the literal string of the src is “&parent” – the “&parent” is just the way that needs to be encoded in the page source in order to produce correct HTML.

However, just to be sure, I’ve updated the page source to the literal URL you provided and the effect is the same (same error).