I’ve spent a bit of time working on getting some plugins working under Blogsome. In particular, TineMCE-Wordpress and WYSI-Wordpress. Neither of them worked too well, and they both just removed the Quicktags.
I’ve also downloaded the TinyMCE source: I may implement a subset of that in a single file, and get that working with Blogsome.
I also tried getting the Gravatar plugin to work, but this fails, as the Post Editor seems to screw up the tags, putting in a close tag. And self-closing the tag fails.
<gravatar matt@schinckel.net> becomes <gravatar matt@schinckel.net></gravatar>
And <gravatar matt@schinckel.net /> gets changed into <img class=“postgrav” src=“wp-content/gravatars/blank_gravatar.png” alt=“a gravatar image”> by the plugin, not what it should look like. Which, by the way, isn’t Valid XHTML!
Note: these are not installed on the actual Blogsome server, but a Test one.
The More I See You • Chris Montez • Room Service ★★
Hello… To make TinyMCE work correctly in Wordpress (using permanent links) I’ve found this trick: TinyMCE With a Permalink based Wordpress Blog
Have a look.
Thanks
14 hours, 48 minutes after the fact.
Thanks for the tip. This looks to be the right direction, but still does not work with Blogsome - perhaps it’s because of the WP-µ issue - often there is an extra argument to stuff, the blog database id/name.
3 days after the fact.