Better Source Code Posting
For the coders among you, you may already know that posting source code is really easy here on WordPress.com thanks to the sourcecode shortcode. You just wrap your code in [sourcecode] and you’re good to go — no code escaping or anything.
If you are one of those code posters, or are looking to become one, then you’ll be happy to know that we’ve updated the feature allowing more flexibility as well as adding support for additional coding languages like Bash and SVN diff.
See for yourself — here’s some HTML with a little bit of PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>WordPress.com Code Example</title> </head> <body> <h1>WordPress.com Code Example</h1> <p><?php echo 'Hello World!'; ?></p> <p>This line is highlighted.</p> <p>This line is very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very long.</p> <div class="foobar"> This is an example of smart tabs. </div> <p><a href="http://wordpress.com/">WordPress.com</a></p> </body> </html>
Besides a completely new, easier to use look, you may notice that line number 12 is highlighted. It’s just one of the many new features offered in the new version which also includes things like first line number control and the much better toolbar (hover over the code block to make it show up).
To see the full list of available languages and configurations parameters as well as some working examples, check out our in-depth support document.
This feature was implemented using Alex Gorbatchev’s SyntaxHighlighter package. It’s also available as a plugin for WordPress.org users.

Publicize: Twitter
We dig Twitter over here at WordPress.com (check us out at @wordpressdotcom). With the launch of our newest Publicize feature, we dig it even more since you can now tweet your WordPress.com posts automatically.
You can stick with the default, automatically generated tweet, or customize it to your heart’s content.
The feature can be enabled from your Dashboard → My Blogs admin page. Once you enable it, you’ll be directed through an authorization procedure to confirm that you want to connect your WordPress.com blog and your Twitter account.
Just like the Yahoo! Updates Publicize feature, these connections are per blog and per user, so those of you with several blogs can choose which ones to connect, and those of you with multiple authors on one blog can each hook up your Twitter accounts separately.
More details can be found on the Publicize support page.

Publicize: Yahoo! Updates
You can now send your WordPress.com posts to your Yahoo! Profile via the Yahoo! Updates service.

Check out that cute WordPress icon!
The feature can be enabled from your Dashboard → My Blogs admin page. Once you enable it, you’ll be directed through an authorization procedure to confirm that you want to connect your WordPress.com blog and your Yahoo! account.
These connections are per blog and per user, so those of you with several blogs can choose which ones to connect, and those of you with multiple authors on one blog can each hook up your Yahoo! accounts separately.
More details can be found on the Publicize support page.
Yahoo! Updates is the prestigious first of a series of Publicize features we’ll be launching or highlighting over the coming months.
