<object data = ... > </object> changes after I save a post
I'm trying to embed an interactive graph by using the code below, and it works great:
object data="https://www.desmos.com/calculator/wr4nht4qbp" width="800" height="600"/object
When I save the post and view it it looks fine. The problem occurs when I go from the Text
tab to the Visual
tab. As soon as I do that it changes from the above code to the shockwave flash code below:
object width="800" height="600" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
param name="src" value="https://www.desmos.com/calculator/oobmwtyhdx" /
embed width="800" height="600" type="application/x-shockwave-flash" src="https://www.desmos.com/calculator/oobmwtyhdx" //object
Is there a way to stop this from happening? Or is there another way to embed this graph so that it stays interactive?