<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:media="http://search.yahoo.com/mrss"
	>

<channel>
	<title>WordPress Development Updates &#187; shortcodes</title>
	<atom:link href="http://wpdevel.wordpress.com/tag/shortcodes/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpdevel.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<pubDate>Mon, 05 May 2008 00:54:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Went a different way with shortcodes.  N &#8230;</title>
		<link>http://wpdevel.wordpress.com/2008/04/25/went-a-different-way-with-shortcodes-n/</link>
		<comments>http://wpdevel.wordpress.com/2008/04/25/went-a-different-way-with-shortcodes-n/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 04:45:02 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[2.5.1]]></category>

		<category><![CDATA[shortcodes]]></category>

		<category><![CDATA[trunk]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2008/04/25/went-a-different-way-with-shortcodes-n/</guid>
		<description><![CDATA[Went a different way with shortcodes.  Now they all run at priority 11.  Shortcodes that have a buffer line between them and surrounding code aren&#8217;t given a paragraph tag wrapper, so you can roll your own formatting for block-level shortcodes.  Anyone who has developed a shortcode plugin for 2.5 should see what [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Went a different way with shortcodes.  Now they all run at priority 11.  Shortcodes that have a buffer line between them and surrounding code aren&#8217;t given a paragraph tag wrapper, so you can roll your own formatting for block-level shortcodes.  Anyone who has developed a shortcode plugin for 2.5 should see what their output looks like on <code>/branches/2.5/</code> now.</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wpdevel.wordpress.com/130/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wpdevel.wordpress.com/130/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpdevel.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpdevel.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpdevel.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpdevel.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpdevel.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpdevel.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpdevel.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpdevel.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpdevel.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpdevel.wordpress.com/130/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&blog=2812357&post=130&subd=wpdevel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wpdevel.wordpress.com/2008/04/25/went-a-different-way-with-shortcodes-n/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/markjaquith-128.jpg" medium="image">
			<media:title type="html">Mark</media:title>
		</media:content>
	</item>
		<item>
		<title>With the help of AaronCampbell, the shor &#8230;</title>
		<link>http://wpdevel.wordpress.com/2008/04/16/with-the-help-of-aaroncampbell-the-shor/</link>
		<comments>http://wpdevel.wordpress.com/2008/04/16/with-the-help-of-aaroncampbell-the-shor/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 21:16:15 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[bugs]]></category>

		<category><![CDATA[plugins]]></category>

		<category><![CDATA[shortcodes]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2008/04/16/with-the-help-of-aaroncampbell-the-shor/</guid>
		<description><![CDATA[With the help of AaronCampbell, the shortcode HTML issues have been fixed in a flexible way. Now add_shortcode() takes a third (optional) parameter that allows you to have your shortcode be expanded after wpautop() and texturize() are run.  Default is before for compatibility with 2.5.  For &#8220;block-level&#8221; shortcodes, you should probably make them [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>With the help of AaronCampbell, the shortcode HTML issues have been fixed in a flexible way. Now <code>add_shortcode()</code> takes a third (optional) parameter that allows you to have your shortcode be expanded <strong>after</strong> <code>wpautop()</code> and <code>texturize()</code> are run.  Default is before for compatibility with 2.5.  For &#8220;block-level&#8221; shortcodes, you should probably make them run after.  For &#8220;inline&#8221; shortcodes, you should probably make them run before.</p>
<p><ins datetime="00"><strong>Update:</strong> We went a different way with this, for the time being.  Now everything runs at 11, but shortcodes with a buffer line separating them from other content will be recognized as block level and won&#8217;t get paragraph-wrapped.</ins></p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wpdevel.wordpress.com/122/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wpdevel.wordpress.com/122/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpdevel.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpdevel.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpdevel.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpdevel.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpdevel.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpdevel.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpdevel.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpdevel.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpdevel.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpdevel.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&blog=2812357&post=122&subd=wpdevel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wpdevel.wordpress.com/2008/04/16/with-the-help-of-aaroncampbell-the-shor/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/markjaquith-128.jpg" medium="image">
			<media:title type="html">Mark</media:title>
		</media:content>
	</item>
	</channel>
</rss>