<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<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/"
	>

<channel>
	<title>WPplugins.info</title>
	<link>http://wpplugins.info</link>
	<description>Wordpress Plugins | Wordpress Themes | Monetize</description>
	<pubDate>Sat, 02 Dec 2006 21:34:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Wordpress Plugin Ideas - Chris Pirillo</title>
		<link>http://wpplugins.info/12/wordpress-plugin-ideas/</link>
		<comments>http://wpplugins.info/12/wordpress-plugin-ideas/#comments</comments>
		<pubDate>Sun, 22 Oct 2006 09:13:24 +0000</pubDate>
		<dc:creator></dc:creator>
		
	<dc:subject>ideas</dc:subject><dc:subject>bookmark</dc:subject><dc:subject>plugin</dc:subject><dc:subject>social bookmark</dc:subject><dc:subject>tagging</dc:subject><dc:subject>tags</dc:subject><dc:subject>ultimate tag warrior</dc:subject><dc:subject>utw</dc:subject><dc:subject>wordpress</dc:subject><dc:subject>wordpress plugins</dc:subject><dc:subject>yahoo api</dc:subject>
		<guid isPermaLink="false">http://wpplugins.info/12/12/</guid>
		<description><![CDATA[The Yahoo API has some limitations. Using UTWs interface atm, quite often you will receive an error stating that a post was too long for the API to handle.

A good way of handling auto tagging (with a plugin) is using Sean's alinks plugin. It can also be achieved by using a specialised desktop application for blogging.]]></description>
			<content:encoded><![CDATA[Tags: <a href="http://wpplugins.info/tag/bookmark/" rel="tag">bookmark</a>, <a href="http://wpplugins.info/tag/plugin/" rel="tag">plugin</a>, <a href="http://wpplugins.info/tag/social_bookmark/" rel="tag">social bookmark</a>, <a href="http://wpplugins.info/tag/tagging/" rel="tag">tagging</a>, <a href="http://wpplugins.info/tag/tags/" rel="tag">tags</a>, <a href="http://wpplugins.info/tag/ultimate_tag_warrior/" rel="tag">ultimate tag warrior</a>, <a href="http://wpplugins.info/tag/utw/" rel="tag">utw</a>, <a href="http://wpplugins.info/tag/wordpress/" rel="tag">wordpress</a>, <a href="http://wpplugins.info/tag/wordpress_plugins/" rel="tag">wordpress plugins</a>, <a href="http://wpplugins.info/tag/yahoo_api/" rel="tag">yahoo api</a><p>An interesting post by <a class="external" href="http://chris.pirillo.com/2006/08/13/wordpress-plugin-ideas/trackback/">Chris Pirillo</a></p>
<blockquote>
<ul>
<li style="margin-bottom: 15px">I’d also like to see a similar WP plugin for Bookmarking the post in the multitude of social engines (on hover, add to <a href="http://del.icio.us" title="http://del.icio.us" target="_blank">del.icio.us</a>, Digg, Reddit, etc.). I don’t wanna clutter my posts with hundreds of icons, and I believe this is plugin is also within the realm of possibility.</li>
</ul>
</blockquote>
<p>There are plenty of solutions to this, I will probably do a roundup over on <a class="external" href="http://andybeard.eu">Andybeard.eu</a> soon. None are complete solutions, but that isn&#8217;t necessarily the plugin author&#8217;s fault.</p>
<blockquote>
<ul>
<li style="margin-bottom: 15px">What about a plugin that takes incoming search terms and auto-tags the post based on those terms (with or without moderation)? So, if a user searches for KeywordXYZ on Google and ultimately visits one of the blog entries, that blog entry will have the KeywordXYZ added to its tag list (via UTW or something).</li>
<li style="margin-bottom: 15px">I also need a WP tool that recursively goes through my posts which have not already been tagged, then tag the posts with keywords it finds most appropriate (either through the Yahoo! API or internal logic) - almost like how the <a class="external" href="http://www.w-a-s-a-b-i.com/archives/2006/02/02/wordpress-related-entries-20/">Related Posts</a> plugin works against the posts database automatically?</li>
</ul>
</blockquote>
<p>The Yahoo API has some limitations. Using UTWs interface atm, quite often you will receive an error stating that a post was too long for the API to handle.</p>
<p>A good way of handling auto tagging (with a plugin) is using Sean&#8217;s alinks plugin. It can also be achieved by using a specialised desktop application for blogging.</p>
<p>Using search for tags is hazardous, as half the terms  are long tail.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wpplugins.info/12/wordpress-plugin-ideas/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Constant problems with plugins and hooks</title>
		<link>http://wpplugins.info/11/constant-problems-with-plugins-and-hooks/</link>
		<comments>http://wpplugins.info/11/constant-problems-with-plugins-and-hooks/#comments</comments>
		<pubDate>Sat, 21 Oct 2006 08:42:29 +0000</pubDate>
		<dc:creator></dc:creator>
		
	<dc:subject>Plugins</dc:subject>
	<dc:subject>ideas</dc:subject>
		<guid isPermaLink="false">http://wpplugins.info/11/constant-problems-with-plugins-and-hooks/</guid>
		<description><![CDATA[No TagsI just asked the following question to the Wordpress Hackers mailing list, and thought it worth publishing it here to a wider audience.
I have constant problems with plugins that hook into all my pages.
Whilst some plugin authors have attempted to add some level of &#8220;selectivity&#8221; to their plugins, so that the plugins only hook [...]]]></description>
			<content:encoded><![CDATA[No Tags<p>I just asked the following question to the Wordpress Hackers mailing list, and thought it worth publishing it here to a wider audience.</p>
<blockquote><p>I have constant problems with plugins that hook into all my pages.</p>
<p>Whilst some plugin authors have attempted to add some level of &#8220;selectivity&#8221; to their plugins, so that the plugins only hook into certain types of posts, or certain page slugs, it rarely works on all pages.</p>
<p>Thus you end up switching off all automatic hooks, and placing the function calls manually in each template.</p>
<p>Is there a need for some kind of universal plugin or feature in the core that can be used by all plugin authors to control exactly which pages or posts a plugin is allowed to hook into?</p>
<p>The ultimate aim would be to have a system such that you can switch theme, and not have to make 100s of modifications to your template for simple plugins for bookmarking etc.</p>
<p>Maybe implement it just as a barrier. Have an interface of active plugins, and currently template files, and allow or disallow the plugin to automatically hook into a certain template.</p>
<p>I am not a programmer, I just uncover problems I need solutions for. If I can&#8217;t find solutions, I feed them through to my programmers.<br />
Whilst I haven&#8217;t looked into this in depth, I have a feeling this would require some form of modification to the core. That is potentially ok for my own sites, but not very suitable for widespread distribution.</p>
<p>It could alternatively be created as an include for future plugin authors to use, but that would require widescale adoption by plugin authors and updates to plugins that already exist, which I feel is a little drastic.</p>
<p>Maybe this is something that is already going to be included in some future version of Widgets, such that maybe  you would have multiple &#8220;widget templates&#8221; that control all code relating to every hook on every template, independant of the templates themselves.</p>
<p>It is possible some of the commercial offerings offer some of this functionality, and if I implemented it, in all honestly it would also have to be a semi-commercial undertaking with some form of pro version for those managing multiple commercial blogs that needed additional functionality. </p></blockquote>
<p><itag>wordpress</itag> <itag>wordpress plugins</itag> <itag>wp plugins</itag><itag>widgets</itag><itag>blog templates</itag>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wpplugins.info/11/constant-problems-with-plugins-and-hooks/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
