I was having a problem embedding a slide show from Picasa into my BlogEngine.net editor. Basically, the editor kept stripping the embed html. The trick is to edit \admin\tinyMCE.ascx file. You need to modify the extended_valid_elements entry. Apparently this is used to define valid html tags for the tinyMCE editor. Here are my additions in red:
extended_valid_elements : "hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],
script[charset|defer|language|src|type],code,iframe[src|width|height|frameborder|name|style],
embed[type|src|width|height|flashvars|pluginspage]",
Have fun!
Next is to make this work as an Extension
How did you scape your problem regarding to your BlogEngine.net editor?
You need to change the
extended_valid_elements in the TinyMCE to include
iframe[src|width|height|frameborder|name|style]
I had problems embedding slideshows in too, but I think mine was a different issue than yours by the sounds of it.
Excellent post thanks for sharing
If the blogengine.Net has made of this is used to define valid html tags for the tinyMCE editor can be more embed