<?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:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AutoBlogged™ WordPress Autoblog Plugin &#187; wordpress</title>
	<atom:link href="http://autoblogged.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://autoblogged.com</link>
	<description>WordPress AutoBlog Plugin</description>
	<lastBuildDate>Wed, 01 Feb 2012 20:02:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>All The WordPress Feeds</title>
		<link>http://autoblogged.com/76687/blog/all-the-wordpress-feeds/</link>
		<comments>http://autoblogged.com/76687/blog/all-the-wordpress-feeds/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 01:34:33 +0000</pubDate>
		<dc:creator>MB</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[custom feeds]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[RSS Feeds]]></category>
		<category><![CDATA[sort]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress feeds]]></category>

		<guid isPermaLink="false">http://autoblogged.com/?p=76687</guid>
		<description><![CDATA[Many people know that on a WordPress blog you can add /feed to just about any page to get the RSS feed for that page. There are, in fact, hundreds of different ways that you can create feeds from your WordPress blog. This can be quite helpful to autobloggers who want to pull only specific ...]]></description>
			<content:encoded><![CDATA[<p>Many people know that on a WordPress blog you can add /feed to just about any page to get the RSS feed for that page. There are, in fact, hundreds of different ways that you can create feeds from your WordPress blog. This can be quite helpful to autobloggers who want to pull only specific posts from a WordPress blog.</p>
<p>Below is a big list of most of the ways you can sort and filter WordPress blog feeds. Note that these may not work in all situations, depending on your permalink structure and certain plugins you may be using. You may need to experiment to find the feeds that work on your site. Also, a number of these parameters can be combined create even more specific filters. Again, these don&#8217;t always work in all cases so you will need to experiment some.</p>
<p>If you have discovered any queries to add to this list, please do share in the comments below.</p>
<style type="text/css">
.shaded {
  background-color: #D9DBBB;
  color: #333;
}
.hl {
  color: #777f25;
  background-color: #EFF1CF;
}
.feeds-table {
  font-size: 9pt;
  line-height: 9pt;
  margin: 0px;
  padding: 0px;
  color: #666;
}
tr {
  height: 9px;
  line-height: 9px;
}
td {
  height:9px;
}
td p {
    font-size: 9pt;
  line-height: 9pt;
  margin: 1px;
  padding: 1px;
}
</style>
<h3>General Feeds</h3>
<table class="feeds-table" cellspacing="2" cellpadding="2" width="100%">
<tr>
<td width="200" class="shaded">Main blog RSS 2.0 feed</td>
<td>/feed or /feed/rss2</td>
</tr>
<tr>
<td class="shaded">RSS 0.92 feed</td>
<td>/feed/rss</td>
</tr>
<tr>
<td class="shaded">Atom Feed</td>
<td>/feed/atom</td>
</tr>
<tr>
<td class="shaded">RDF Feed</td>
<td>/feed/rdf</td>
</tr>
<tr>
<td class="shaded">OPML feed for blog links</td>
<td>/wp-links-opml.php</td>
</tr>
<tr>
<td class="shaded">All Posts Comments Feed</td>
<td>/comments/feed</td>
</tr>
<tr>
<td class="shaded">Single Post Comments Feed</td>
<td><span class="hl">&lt;post slug&gt;</span>/feed</td>
</tr>
<tr>
<td class="shaded">Search Term Feed</td>
<td>/?s=<span class="hl">&lt;keyword&gt;</span><br />
      /search/<span class="hl">&lt;keyword&gt;</span>/feed</td>
</tr>
</table>
<h3>Category Feeds</h3>
<table width="100%" cellpadding="2" cellspacing="2" class="feeds-table">
<tr>
<td width="200" class="shaded">Category Feed</td>
<td>/category/<span class="hl">&lt;slug&gt;</span>/feed</td>
</tr>
<tr>
<td class="shaded">Category Feed by ID</td>
<td>/feed/?cat=<span class="hl">&lt;id&gt;</span></td>
</tr>
<tr>
<td class="shaded">Multiple Categories (any)</td>
<td>/feed/?category_name=<span class="hl">&lt;slug&gt;</span>,<span class="hl">&lt;slug&gt;</span></td>
</tr>
<tr>
<td class="shaded">Multiple Categories (all)</td>
<td>/feed/?category_name=<span class="hl">&lt;slug&gt;</span>+<span class="hl">&lt;slug&gt;</span></td>
</tr>
<tr>
<td class="shaded">Multiple Categories by ID (any)</td>
<td>/feed/?cat=<span class="hl">&lt;id&gt;</span>,<span class="hl">&lt;id&gt;</span></td>
</tr>
<tr>
<td class="shaded">Multiple Categories by ID (all)</td>
<td>/feed/?cat=<span class="hl">&lt;id&gt;</span>+<span class="hl">&lt;id&gt;</span></td>
</tr>
<tr>
<td class="shaded">Exclude Categories by ID</td>
<td>/feed/?cat=-<span class="hl">&lt;id&gt;</span></td>
</tr>
<tr>
<td class="shaded">Exclude Multiple Categories by ID</td>
<td>/feed/?cat=-<span class="hl">&lt;id&gt;</span>,-<span class="hl">&lt;id&gt;</span></td>
</tr>
</table>
<h3>Tag Feeds</h3>
<table cellspacing="2" cellpadding="2" width="100%" class="feeds-table">
<tr>
<td width="200" class="shaded">Tag Feed</td>
<td>/tag/<span class="hl">&lt;slug&gt;</span>/feed</td>
</tr>
<tr>
<td class="shaded">Tag Feed by ID</td>
<td>
<p>/feed/?tag_id=<span class="hl">&lt;id&gt;</span></p>
</td>
</tr>
<tr>
<td class="shaded">Multiple Tags (any)</td>
<td>/feed/?tag=<span class="hl">&lt;slug&gt;</span>,<span class="hl">&lt;slug&gt;</span></td>
</tr>
<tr>
<td class="shaded">Multiple Tags (all)</td>
<td>/feed/?tag=<span class="hl">&lt;slug&gt;</span>+<span class="hl">&lt;slug&gt;</span></td>
</tr>
<tr>
<td class="shaded">Multiple Tags by ID (any)</td>
<td>/feed/?tag_id=<span class="hl">&lt;id&gt;</span>,<span class="hl">&lt;id&gt;</span></td>
</tr>
<tr>
<td class="shaded">Multiple Tags by ID (all)</td>
<td>/feed/?tag_id=<span class="hl">&lt;id&gt;</span>+<span class="hl">&lt;id&gt;</span></td>
</tr>
<tr>
<td class="shaded">Exclude Tags by ID</td>
<td>/feed/?tag_id=-<span class="hl">&lt;id&gt;</span></td>
</tr>
<tr>
<td class="shaded">Exclude Multiple Tags by ID</td>
<td>/feed/?tag_id=-<span class="hl">&lt;id&gt;</span>,-<span class="hl">&lt;id&gt;</span></td>
</tr>
</table>
<h3>Author Feeds</h3>
<table cellspacing="2" cellpadding="2" width="100%" class="feeds-table">
<tr>
<td width="200" class="shaded">Author Feed</td>
<td>/author/<span class="hl">&lt;name&gt;</span>/feed</td>
</tr>
<tr>
<td class="shaded">Author Feed by ID</td>
<td>
<p>/feed/?author=<span class="hl">&lt;id&gt;</span></p>
</td>
</tr>
<tr>
<td class="shaded">Multiple Authors (any)</td>
<td>/feed/?author_name=<span class="hl">&lt;name&gt;</span>,<span class="hl">&lt;name&gt;</span></td>
</tr>
<tr>
<td class="shaded">Multiple Authors (all)</td>
<td>/feed/?author_name=<span class="hl">&lt;name&gt;</span>+<span class="hl">&lt;name&gt;</span></td>
</tr>
<tr>
<td class="shaded">Multiple Authors by ID (any)</td>
<td>/feed/?author=<span class="hl">&lt;id&gt;</span>,<span class="hl">&lt;id&gt;</span></td>
</tr>
<tr>
<td class="shaded">Multiple Authors by ID (all)</td>
<td>/feed/?author=<span class="hl">&lt;id&gt;</span>+<span class="hl">&lt;id&gt;</span></td>
</tr>
<tr>
<td class="shaded">Exclude Authors by ID</td>
<td>/feed/?author=-<span class="hl">&lt;id&gt;</span></td>
</tr>
<tr>
<td class="shaded">Exclude Multiple Authors by ID</td>
<td>/feed/?author=-<span class="hl">&lt;id&gt;</span>,-<span class="hl">&lt;id&gt;</span></td>
</tr>
</table>
<h3>Feed Order</h3>
<table cellspacing="2" cellpadding="2" width="100%" class="feeds-table">
<tr>
<td width="200" class="shaded">Order Descending (default)</td>
<td>/feed/?order=DESC</td>
</tr>
<tr>
<td class="shaded">Order Ascending</td>
<td>/feed/?order=ASC</td>
</tr>
<tr>
<td class="shaded">Order by Post Date</td>
<td>/feed/?orderby=date</td>
</tr>
<tr>
<td class="shaded">Order by Post ID</td>
<td>/feed/?orderby=ID</td>
</tr>
<tr>
<td class="shaded">Order by Author</td>
<td>/feed/?orderby=author</td>
</tr>
<tr>
<td class="shaded">Order by Title</td>
<td>/feed/?orderby=title</td>
</tr>
<tr>
<td class="shaded">Order by Date Modified</td>
<td>/feed/?orderby=modified</td>
</tr>
<tr>
<td class="shaded">Order by Parent ID</td>
<td>/feed/?orderby=parent</td>
</tr>
<tr>
<td class="shaded">Order by Comment Count</td>
<td>/feed/?orderby=comment_count</td>
</tr>
<tr>
<td class="shaded">Order by Meta Value</td>
<td>/feed/?orderby=meta_value&amp;meta_key=<span class="hl">&lt;name&gt;</span></td>
</tr>
<tr>
<td class="shaded">Random Order</td>
<td>/feed/?orderby=rand</td>
</tr>
</table>
<h3>Date Filtering</h3>
<table cellspacing="2" cellpadding="2" width="100%" class="feeds-table">
<tr>
<td width="200" class="shaded">Specific Year</td>
<td>/archives/date/<span class="hl">&lt;year&gt;</span>/feed<br />
      /feed/?year=<span class="hl">&lt;year&gt;</span></td>
</tr>
<tr>
<td class="shaded">Specific Month</td>
<td>/archives/date/<span class="hl">&lt;year&gt;</span>/<span class="hl">&lt;month&gt;</span>/feed<br />
      /feed/?monthum=<span class="hl">&lt;month&gt;</span></td>
</tr>
<tr>
<td class="shaded">Specific Day</td>
<td>/archives/date/<span class="hl">&lt;year&gt;</span>/<span class="hl">&lt;month&gt;</span>/<span class="hl">&lt;day&gt;</span>/feed<br />
      /feed/?year=<span class="hl">&lt;year&gt;</span>&amp;monthnum=<span class="hl">&lt;month&gt;</span>&amp;day=<span class="hl">&lt;day&gt;</span></td>
</tr>
</table>
<h3>Custom Types &amp; Taxonomies</h3>
<table cellspacing="2" cellpadding="2" width="100%" class="feeds-table">
<tr>
<td width="200" class="shaded">Custom Post Type</td>
<td>/feed/?post_type=<span class="hl">&lt;post type&gt;</span></td>
</tr>
<tr>
<td class="shaded">Custom Taxonomy</td>
<td>/feed/?<span class="hl">&lt;taxonomy name&gt;</span>=<span class="hl">&lt;value&gt;</span></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://autoblogged.com/76687/blog/all-the-wordpress-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pro Tip: Using an Addon to Filter Video Types</title>
		<link>http://autoblogged.com/63152/blog/using-an-addon-to-filter-video-types/</link>
		<comments>http://autoblogged.com/63152/blog/using-an-addon-to-filter-video-types/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 23:21:46 +0000</pubDate>
		<dc:creator>MB</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[filtering]]></category>
		<category><![CDATA[hook]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://autoblogged.com/?p=63152</guid>
		<description><![CDATA[AutoBlogged Addons While AutoBlogged is a powerful autoblogging plugin, it doesn&#8217;t have nearly as many features as we would like to put in to it. Fortunately, AutoBlogged makes use of the WordPress API that allows anyone to expand on AutoBlogged&#8217;s features. Essentially, you can write plugins for our plugin. AutoBlogged exposes a number of actions ...]]></description>
			<content:encoded><![CDATA[<h3>AutoBlogged Addons</h3>
<p>While AutoBlogged is a powerful autoblogging plugin, it doesn&#8217;t have nearly as many features as we would like to put in to it. Fortunately, AutoBlogged makes use of the WordPress API that allows anyone to expand on AutoBlogged&#8217;s features. Essentially, you can write plugins for our plugin.</p>
<p>AutoBlogged exposes a number of actions and filters that allow a programmer to interact with AutoBlogged while it is processing posts. The most useful of these is the <em>before_autoblogged_post</em> filter which allows you to view and edit all post details right before AutoBlogged creates the post. This filter allows you to do enhanced post filtering, pre-processing, or add additional post details.</p>
<p>To assist others in getting started creating addons, we have created a <a title="AutoBlogged Addons" href="https://github.com/AutoBlogged/AutoBlogged-Addons" target="_blank">GitHub repository of examples</a> that anyone can contribute to.</p>
<p>An AutoBlogged addon is basically a normal WordPress plugin that interacts only with the events that AutoBlogged exposes. The plugin is very simple that can be demonstrated with the following minimal template:</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span><br />
<br />
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #990000;">class_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">' ab_addon'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp;<span style="color: #000000; font-weight: bold;">class</span> &nbsp;ab_addon <span style="color: #009900;">&#123;</span><br />
<br />
&nbsp; <span style="color: #666666; font-style: italic;">// Constructor</span><br />
&nbsp; <span style="color: #000000; font-weight: bold;">function</span> __construct<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp;add_filter<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'before_autoblogged_post'</span><span style="color: #339933;">,</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">&amp;</span><span style="color: #000088;">$this</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'ab_filter_action'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; <span style="color: #009900;">&#125;</span><br />
<br />
&nbsp; <span style="color: #666666; font-style: italic;">// Callback function</span><br />
&nbsp; <span style="color: #000000; font-weight: bold;">function</span> ab_filter_action<span style="color: #009900;">&#40;</span><span style="color: #000088;">$postinfo</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
<br />
&nbsp; &nbsp;<span style="color: #666666; font-style: italic;">// Custom filtering code goes here</span><br />
&nbsp; &nbsp;<span style="color: #666666; font-style: italic;">//</span><br />
&nbsp; &nbsp;<span style="color: #666666; font-style: italic;">//</span><br />
<br />
&nbsp; &nbsp;<span style="color: #b1b100;">return</span> <span style="color: #000088;">$postinfo</span><span style="color: #339933;">;</span><br />
&nbsp; <span style="color: #009900;">&#125;</span><br />
&nbsp;<span style="color: #009900;">&#125;</span><br />
<span style="color: #009900;">&#125;</span><br />
<br />
<span style="color: #666666; font-style: italic;">// Init the class</span><br />
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">class_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">' ab_addon'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp;<span style="color: #000088;">$ab_skip_post</span> <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> &nbsp;ab_addon<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span><br />
<br />
<span style="color: #000000; font-weight: bold;">?&gt;</span></div></td></tr></tbody></table></div>
<p>To make this plugin work, all you need to do is add your own custom filtering code, save it in the /wp-content/plugins folder, and activate it in WordPress.</p>
<h3>Building A Plugin</h3>
<p>To give a real-world example, we recently had a customer request the ability to only include video attachments that are MP4 or M4V formats. The feed they were using had multiple video formats attached, but the site&#8217;s video player was only capable of playing MP4 or M4V videos. </p>
<p>This is a perfect case for an addon, because it is not something we would integrate into the main product, but can be accomplished very easily as a plugin. </p>
<p>In this case we used the following code in the <em>ab_filter_action</em> callback function:</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">function</span> ab_filter_action<span style="color: #009900;">&#40;</span><span style="color: #000088;">$postinfo</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
<br />
&nbsp;<span style="color: #666666; font-style: italic;">// Loop through each attached video</span><br />
&nbsp;<span style="color: #b1b100;">foreach</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$postinfo</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'video_urls'</span><span style="color: #009900;">&#93;</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$video</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; <span style="color: #000088;">$ext</span> <span style="color: #339933;">=</span> <span style="color: #990000;">strtolower</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">substr</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$video</span><span style="color: #339933;">,</span> <span style="color: #339933;">-</span><span style="color: #cc66cc;">3</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">3</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<br />
&nbsp; <span style="color: #666666; font-style: italic;">// Only allow mp4 and m4v</span><br />
&nbsp; <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$ext</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">'mp4'</span> <span style="color: #339933;">||</span> <span style="color: #000088;">$ext</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">'m4v'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp;<span style="color: #000088;">$video_urls</span><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$video</span><span style="color: #339933;">;</span><br />
&nbsp; <span style="color: #009900;">&#125;</span><br />
&nbsp;<span style="color: #009900;">&#125;</span><br />
&nbsp;<br />
&nbsp;<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">count</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$video_urls</span><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; <span style="color: #000088;">$postinfo</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'video_urls'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$video_urls</span><span style="color: #339933;">;</span><br />
&nbsp;<span style="color: #009900;">&#125;</span><br />
&nbsp;<br />
&nbsp;<span style="color: #b1b100;">return</span> <span style="color: #000088;">$postinfo</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span></div></td></tr></tbody></table></div>
<p>The above code is really very simple, in line 4 we loop through each video, then on the next line extract the file extension and save it to the $ext variable. Finally, in line 8 we check to see if the extension is either mp4 or m4v. </p>
<p>Once we know that the video is one that we want, we add that to a new <em>video_urls</em> array in line 9. Note that depending on how you used this you may also want to create the <em>videos</em> which would contain the actual embed codes. </p>
<p>Finally, the most important step here is to return the modified <em>$postinfo</em> variable back to AutoBlogged. You must always return the <em>$postinfo</em> variable, even if you have not modified it. </p>
<p>Once you upload and activate this plugin, it will be called every time AutoBlogged is ready to add a post. This code will go through and extract only the MP4 and M4V videos and return the modified post info that AutoBlogged will use when creating the post. </p>
<p>Our API is an enormously powerful feature that lets you expand on AutoBlogged an endless number of ways. For more examples on creating addons, be sure to visit our <a href="https://github.com/AutoBlogged/AutoBlogged-Addons" title="AutoBlogged Addons" target="_blank">Github repository</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://autoblogged.com/63152/blog/using-an-addon-to-filter-video-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 6/18 queries in 0.013 seconds using disk: basic
Object Caching 666/676 objects using disk: basic

Served from: autoblogged.com @ 2012-02-05 02:36:56 -->
