Update: I’ve now written a plugin that’ll automatically add the (basic) lightbox code for you in Wordpress itself.
Update 2: Use the Wordpress Plugin wp-lightbox to do all this (and more) for you automaticly.
Well, after a successful test just now, I have to agree with a lot of the commentary out there: Live Writer is actually really cool.
I’m not saying anything new by saying that someone needs to build a plugin for it to enable automagic Lightbox code embedding.
Sure, I can go and add the HTML manually (Yeah, Live Writer actually lets me do that easily enough), but given how slick the rest of the app is – it’s a shame, really that I need to do that.
The addition of drop shadows to the photo by default is interesting, but I’d prefer that it remembered my last selection (Photo paper, in this instance).
C’mon, don’t make me do it… *whine*
Oh, and yeah – you can customise the HTML, but that’s only specific elements – like URL, or Image, etc – not a combination of them.
Meanwhile… here’s more photos (just ’cause I can)
Write a plugin!
/i’, ”, $bar);
}
add_action(“the_content”,”foo”);
?>
Well…that works for default wordpress imageness images
Okay…I see the my post was stripped to high hell.
function foo ($bar)
{
return preg_replace(‘//i’, ”, $bar);
}
add_action(“the_content”,”foo”);
Something like that anyway.
Okay, I’m going to give up, my regex was stripped from the post
Hehe… HTML Encode it
But, hrm… interesting idea…