<?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>GSONLY.COM&#62;WordPress Plugins für Jedermann</title>
	<atom:link href="http://gsonly.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gsonly.com</link>
	<description>Ein weiteres tolles WordPress-Blog</description>
	<lastBuildDate>Sun, 04 Jul 2010 06:25:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple Facebook Share Button</title>
		<link>http://gsonly.com/2010/07/simple-facebook-share-button/</link>
		<comments>http://gsonly.com/2010/07/simple-facebook-share-button/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 06:25:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Soziale Netzwerke Plugins]]></category>

		<guid isPermaLink="false">http://gsonly.com/?p=216</guid>
		<description><![CDATA[Dieses Plugin fügt euren Artikeln einen Facebook Share-Button zu.  Läuft mit der aktuellen Version von Wordpress.
Anleitung:
Inhalt des zip-Ordners in wordpress&#62;content&#62;plugins Ordner           hochladen und Plugin aktivieren.
Bilder:


Download
]]></description>
			<content:encoded><![CDATA[<p>Dieses Plugin fügt euren Artikeln einen Facebook Share-Button zu.  Läuft mit der aktuellen Version von Wordpress.</p>
<p><span style="text-decoration: underline;"><strong>Anleitung:</strong></span></p>
<p>Inhalt des zip-Ordners in wordpress&gt;content&gt;plugins Ordner           hochladen und Plugin aktivieren.</p>
<p><strong><span style="text-decoration: underline;">Bilder:</span></strong></p>
<p><strong><span style="text-decoration: underline;"><a href="http://gsonly.com/wp-content/uploads/2010/07/simple-fb-share-button.jpg"><img class="alignnone size-full wp-image-218" title="simple fb share button" src="http://gsonly.com/wp-content/uploads/2010/07/simple-fb-share-button.jpg" alt="" width="738" height="502" /></a><br />
</span></strong></p>
<p><a href="http://downloads.wordpress.org/plugin/simple-facebook-share-button.1.0.4.zip">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gsonly.com/2010/07/simple-facebook-share-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Recent Comments</title>
		<link>http://gsonly.com/2010/07/get-recent-comments/</link>
		<comments>http://gsonly.com/2010/07/get-recent-comments/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 20:04:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sidebar Plugins]]></category>

		<guid isPermaLink="false">http://gsonly.com/?p=209</guid>
		<description><![CDATA[Get Recent Comments ermöglicht das Anzeigen der letzten Kommentare in  eurer Sidebar. Kompatibel mit allen Wordpress Versionen.
Anleitung:
Inhalt des zip-Ordners in wordpress&#62;content&#62;plugins Ordner           hochladen und Plugin aktivieren.  Anschließend folgenden Code in der Sidebar an gewünschter Stelle einbinden:
&#60;?php if (function_exists(&#8216;get_recent_comments&#8217;)) {  ?&#62;
&#60;li&#62;&#60;h2&#62;&#60;?php _e(&#8216;Recent Comments:&#8217;); ?&#62;&#60;/h2&#62;
&#60;ul&#62;
&#60;?php [...]]]></description>
			<content:encoded><![CDATA[<p>Get Recent Comments ermöglicht das Anzeigen der letzten Kommentare in  eurer Sidebar. Kompatibel mit allen Wordpress Versionen.</p>
<p><span style="text-decoration: underline;"><strong>Anleitung:</strong></span></p>
<p>Inhalt des zip-Ordners in wordpress&gt;content&gt;plugins Ordner           hochladen und Plugin aktivieren.  Anschließend folgenden Code in der Sidebar an gewünschter Stelle einbinden:</p>
<blockquote><p>&lt;?php if (function_exists(&#8216;get_recent_comments&#8217;)) {  ?&gt;<br />
&lt;li&gt;&lt;h2&gt;&lt;?php _e(&#8216;Recent Comments:&#8217;); ?&gt;&lt;/h2&gt;<br />
&lt;ul&gt;<br />
&lt;?php get_recent_comments();  ?&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;?php } ?&gt;</p>
<p>&lt;?php if (function_exists(&#8216;get_recent_trackbacks&#8217;)) {  ?&gt;<br />
&lt;li&gt;&lt;h2&gt;&lt;?php _e(&#8216;Recent Trackbacks:&#8217;); ?&gt;&lt;/h2&gt;<br />
&lt;ul&gt;<br />
&lt;?php get_recent_trackbacks();  ?&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;</p></blockquote>
<blockquote><p>&lt;?php } ?&gt;</p></blockquote>
<p><span style="text-decoration: underline;"><strong>Bilder:</strong></span></p>
<p><span style="text-decoration: underline;"><strong><a href="http://gsonly.com/wp-content/uploads/2010/07/get-recent-comments.jpg"><img class="alignnone size-full wp-image-211" title="get recent comments" src="http://gsonly.com/wp-content/uploads/2010/07/get-recent-comments.jpg" alt="" width="220" height="160" /></a><br />
</strong></span></p>
<p><a href="http://downloads.wordpress.org/plugin/get-recent-comments.2.0.6.zip">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gsonly.com/2010/07/get-recent-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wp Page Numbers</title>
		<link>http://gsonly.com/2010/06/wp-page-numbers/</link>
		<comments>http://gsonly.com/2010/06/wp-page-numbers/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 22:16:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemeine Plugins]]></category>

		<guid isPermaLink="false">http://gsonly.com/?p=194</guid>
		<description><![CDATA[Eine Alternative zum Page Navi-Plugin mit dem ihr eure Artikel-Seiten numerieren könnt.
Anleitung:
Inhalt des zip-Ordners in wordpress&#62;content&#62;plugins Ordner           hochladen und Plugin aktivieren.  Anschließend in der index.php folgenden Code finden:

&#60;?php  posts_nav_link(&#8216; &#38;#8212;  &#8216;, __(&#8216;&#38;laquo; Previous Page&#8217;), __(&#8216;Next  Page &#38;raquo;&#8217;)); ?&#62;

und durch diesen Code ersetzen:
&#60;?php [...]]]></description>
			<content:encoded><![CDATA[<p>Eine Alternative zum Page Navi-Plugin mit dem ihr eure Artikel-Seiten numerieren könnt.</p>
<p><span style="text-decoration: underline;"><strong>Anleitung:</strong></span></p>
<p>Inhalt des zip-Ordners in wordpress&gt;content&gt;plugins Ordner           hochladen und Plugin aktivieren.  Anschließend in der index.php folgenden Code finden:</p>
<blockquote>
<div>&lt;?php  posts_nav_link(&#8216; &amp;#8212;  &#8216;, __(&#8216;&amp;laquo; Previous Page&#8217;), __(&#8216;Next  Page &amp;raquo;&#8217;)); ?&gt;</div>
</blockquote>
<p>und durch diesen Code ersetzen:</p>
<blockquote><p>&lt;?php if(function_exists(&#8216;wp_page_numbers&#8217;)) {  wp_page_numbers(); } ?&gt;</p></blockquote>
<p>Konfigurationen können über Dashboard&gt;Einstellungen&gt;Page Numbers durchgenommen werden.</p>
<p><strong><span style="text-decoration: underline;">Bilder:</span></strong></p>
<p><strong><span style="text-decoration: underline;"><a href="http://gsonly.com/wp-content/uploads/2010/06/pagenumber.jpg"><img class="alignnone size-full wp-image-205" title="pagenumber" src="http://gsonly.com/wp-content/uploads/2010/06/pagenumber.jpg" alt="" width="274" height="178" /></a><br />
</span></strong></p>
<p><a href="http://wordpress.org/extend/plugins/wp-page-numbers/download/">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gsonly.com/2010/06/wp-page-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comments Vote</title>
		<link>http://gsonly.com/2010/06/comments-vote/</link>
		<comments>http://gsonly.com/2010/06/comments-vote/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 22:16:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kommentar Plugins]]></category>

		<guid isPermaLink="false">http://gsonly.com/?p=192</guid>
		<description><![CDATA[Comments Vote ermöglicht es euren Besuchern Kommentare mit einem + oder &#8211; zu bewerten.
Anleitung:
Inhalt des zip-Ordners in wordpress&#62;content&#62;plugins Ordner           hochladen und Plugin aktivieren.
Bilder:


Download
]]></description>
			<content:encoded><![CDATA[<p>Comments Vote ermöglicht es euren Besuchern Kommentare mit einem + oder &#8211; zu bewerten.</p>
<p><span style="text-decoration: underline;"><strong>Anleitung:</strong></span></p>
<p>Inhalt des zip-Ordners in wordpress&gt;content&gt;plugins Ordner           hochladen und Plugin aktivieren.</p>
<p><strong><span style="text-decoration: underline;">Bilder:</span></strong></p>
<p><strong><span style="text-decoration: underline;"><a href="http://gsonly.com/wp-content/uploads/2010/06/commentsvote.jpg"><img class="alignnone size-full wp-image-202" title="commentsvote" src="http://gsonly.com/wp-content/uploads/2010/06/commentsvote.jpg" alt="" width="281" height="106" /></a><br />
</span></strong></p>
<p><a href="http://wordpress.org/extend/plugins/commentsvote/">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gsonly.com/2010/06/comments-vote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starbox Voting</title>
		<link>http://gsonly.com/2010/06/starbox-voting/</link>
		<comments>http://gsonly.com/2010/06/starbox-voting/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 22:16:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bewertungs Plugins]]></category>

		<guid isPermaLink="false">http://gsonly.com/?p=152</guid>
		<description><![CDATA[Ein schönes Bewertungs-Plugin. Artikel können in Form von Sternen bewertet werden. Für Wordpress Version 2.7 oder höher geeignet.
Anleitung:
Inhalt des zip-Ordners in wordpress&#62;content&#62;plugins Ordner           hochladen und Plugin aktivieren. Anschließend folgenden Code in die index.php oder single.php einsetzen:

&#60;?php if(function_exists(&#8217;starbox_voting&#8217;)){starbox_voting(get_the_ID());} ?&#62;

Bilder:


Download
]]></description>
			<content:encoded><![CDATA[<p>Ein schönes Bewertungs-Plugin. Artikel können in Form von Sternen bewertet werden. Für Wordpress Version 2.7 oder höher geeignet.</p>
<p><span style="text-decoration: underline;"><strong>Anleitung:</strong></span></p>
<p>Inhalt des zip-Ordners in wordpress&gt;content&gt;plugins Ordner           hochladen und Plugin aktivieren. Anschließend folgenden Code in die index.php oder single.php einsetzen:</p>
<blockquote>
<div>&lt;?php if(function_exists(&#8217;starbox_voting&#8217;)){starbox_voting(get_the_ID());} ?&gt;</div>
</blockquote>
<p><strong><span style="text-decoration: underline;">Bilder:</span></strong></p>
<p><strong><span style="text-decoration: underline;"><a href="http://gsonly.com/wp-content/uploads/2010/06/starbox.jpg"><img class="alignnone size-full wp-image-199" title="starbox" src="http://gsonly.com/wp-content/uploads/2010/06/starbox.jpg" alt="" width="524" height="400" /></a><br />
</span></strong></p>
<p><a href="http://downloads.wordpress.org/plugin/starbox-voting.zip">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gsonly.com/2010/06/starbox-voting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP-PostViews</title>
		<link>http://gsonly.com/2010/06/wp-postviews/</link>
		<comments>http://gsonly.com/2010/06/wp-postviews/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 07:08:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemeine Plugins]]></category>

		<guid isPermaLink="false">http://gsonly.com/2010/06/wp-postviews/</guid>
		<description><![CDATA[Mit diesem Plugin könnt ihr anzeigen, wie oft ein Artikel aufgerufen wurde. Läuft mit der aktuellen Version von Wordpress.
Anleitung:
Inhalt des zip-Ordners in wordpress&#62;content&#62;plugins Ordner            hochladen und Plugin aktivieren. Anschließend folgenden Code in  die index.php bzw. single.php an geeigneter Stelle einfügen:
&#60;?php if(function_exists(&#8216;the_views&#8217;)) {  [...]]]></description>
			<content:encoded><![CDATA[<p>Mit diesem Plugin könnt ihr anzeigen, wie oft ein Artikel aufgerufen wurde. Läuft mit der aktuellen Version von Wordpress.</p>
<p><span style="text-decoration: underline;"><strong>Anleitung:</strong></span></p>
<p>Inhalt des zip-Ordners in wordpress&gt;content&gt;plugins Ordner            hochladen und Plugin aktivieren. Anschließend folgenden Code in  die index.php bzw. single.php an geeigneter Stelle einfügen:</p>
<blockquote><p>&lt;?php if(function_exists(&#8216;the_views&#8217;)) {  the_views(); } ?&gt;</p></blockquote>
<p>Mit diesem Code kann man den meistgelesenen Artikel anzeigen:</p>
<blockquote>
<div>&lt;?php if (function_exists(&#8216;get_most_viewed&#8217;)):  ?&gt;<br />
&lt;ul&gt;<br />
&lt;?php get_most_viewed(); ?&gt;<br />
&lt;/ul&gt;<br />
&lt;?php endif; ?&gt;</div>
</blockquote>
<p><strong><span style="text-decoration: underline;">Bilder:</span></strong></p>
<p><a href="http://gsonly.com/wp-content/uploads/2010/06/postviews.png"><img class="alignnone size-full wp-image-189" title="postviews" src="http://gsonly.com/wp-content/uploads/2010/06/postviews.png" alt="" width="316" height="68" /></a></p>
<p><a href="http://wordpress.org/extend/plugins/wp-postviews/">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gsonly.com/2010/06/wp-postviews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just a Quote</title>
		<link>http://gsonly.com/2010/06/181/</link>
		<comments>http://gsonly.com/2010/06/181/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 21:36:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sidebar Plugins]]></category>

		<guid isPermaLink="false">http://gsonly.com/?p=181</guid>
		<description><![CDATA[Mit diesem Plugin könnt ihr Zitate in eure Sidebar einfügen. Läuft mit der aktuellen Version von Wordpress.
Anleitung:
Inhalt des zip-Ordners in wordpress&#62;content&#62;plugins Ordner           hochladen und Plugin aktivieren.
Bilder:


Download
]]></description>
			<content:encoded><![CDATA[<p>Mit diesem Plugin könnt ihr Zitate in eure Sidebar einfügen. Läuft mit der aktuellen Version von Wordpress.</p>
<p><span style="text-decoration: underline;"><strong>Anleitung:</strong></span></p>
<p>Inhalt des zip-Ordners in wordpress&gt;content&gt;plugins Ordner           hochladen und Plugin aktivieren.</p>
<p><strong><span style="text-decoration: underline;">Bilder:</span></strong></p>
<p><strong></strong><a href="http://gsonly.com/wp-content/uploads/2010/06/Just-a-Quote.jpg"><img class="alignnone size-full wp-image-182" title="Just a Quote" src="http://gsonly.com/wp-content/uploads/2010/06/Just-a-Quote.jpg" alt="" width="303" height="402" /></a></p>
<p><a href="http://gsonly.com/wp-content/uploads/2010/06/Just-a-Quote.jpg"></a><a href="http://gsonly.com/wp-content/uploads/2010/06/Just-a-Quote2.jpg"><img class="alignnone size-full wp-image-183" title="Just a Quote2" src="http://gsonly.com/wp-content/uploads/2010/06/Just-a-Quote2.jpg" alt="" width="308" height="187" /></a></p>
<p><a href="http://wordpress.org/extend/plugins/just-a-quote-widget/download">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gsonly.com/2010/06/181/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Article Templates</title>
		<link>http://gsonly.com/2010/06/article-templates/</link>
		<comments>http://gsonly.com/2010/06/article-templates/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 07:55:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Artikel Plugins]]></category>

		<guid isPermaLink="false">http://gsonly.com/?p=149</guid>
		<description><![CDATA[Mit diesem Plugin könnt ihr Artikel-Gerüste bzw. Vorlagen erstellen und verwenden. Könnte sehr hilfreich sein, wenn eure Artikel bestimmte Grundgerüste haben. Für Wordpress Version 2.7 oder höher geeignet.
Anleitung:
Inhalt des zip-Ordners in wordpress&#62;content&#62;plugins Ordner           hochladen und Plugin aktivieren. Vorlagen über Dashboard&#62;Werkzeuge&#62;Manage Template erstellen und anschließend beim [...]]]></description>
			<content:encoded><![CDATA[<p>Mit diesem Plugin könnt ihr Artikel-Gerüste bzw. Vorlagen erstellen und verwenden. Könnte sehr hilfreich sein, wenn eure Artikel bestimmte Grundgerüste haben. Für Wordpress Version 2.7 oder höher geeignet.</p>
<p><span style="text-decoration: underline;"><strong>Anleitung:</strong></span></p>
<p>Inhalt des zip-Ordners in wordpress&gt;content&gt;plugins Ordner           hochladen und Plugin aktivieren. Vorlagen über Dashboard&gt;Werkzeuge&gt;Manage Template erstellen und anschließend beim Erstellen eines Artikels auswählen (ganz unten).</p>
<p><strong><span style="text-decoration: underline;">Bilder:</span></strong></p>
<p><strong><span style="text-decoration: underline;"><a href="http://gsonly.com/wp-content/uploads/2010/06/article_templates.jpg"><img class="alignnone size-full wp-image-169" title="article_templates" src="http://gsonly.com/wp-content/uploads/2010/06/article_templates.jpg" alt="" width="603" height="70" /></a><br />
</span></strong></p>
<p><strong><span style="text-decoration: underline;"><a href="http://gsonly.com/wp-content/uploads/2010/06/article_templates1.jpg"><img class="alignnone size-full wp-image-168" title="article_templates1" src="http://gsonly.com/wp-content/uploads/2010/06/article_templates1.jpg" alt="" width="611" height="107" /></a><br />
</span></strong></p>
<p><a href="http://downloads.wordpress.org/plugin/article-templates.zip">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gsonly.com/2010/06/article-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SexyBookmarks</title>
		<link>http://gsonly.com/2010/06/sexybookmarks/</link>
		<comments>http://gsonly.com/2010/06/sexybookmarks/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 07:46:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Soziale Netzwerke Plugins]]></category>

		<guid isPermaLink="false">http://gsonly.com/?p=154</guid>
		<description><![CDATA[Ein optisch sehr ansprechendes SHARE-Plugin für alle gängigen sozialen Netzwerke. Läuft mit der aktuellsten Version von Wordpress.
Anleitung:
Inhalt des zip-Ordners in wordpress&#62;content&#62;plugins Ordner           hochladen und Plugin aktivieren. Falls die Bookmarks nicht selbstständig unter den Artikeln erscheinen, folgenden Code in die single.php kopieren:

&#60;?php if(function_exists(&#8217;selfserv_sexy&#8217;)) {  selfserv_sexy(); [...]]]></description>
			<content:encoded><![CDATA[<p>Ein optisch sehr ansprechendes SHARE-Plugin für alle gängigen sozialen Netzwerke. Läuft mit der aktuellsten Version von Wordpress.</p>
<p><span style="text-decoration: underline;"><strong>Anleitung:</strong></span></p>
<p>Inhalt des zip-Ordners in wordpress&gt;content&gt;plugins Ordner           hochladen und Plugin aktivieren. Falls die Bookmarks nicht selbstständig unter den Artikeln erscheinen, folgenden Code in die single.php kopieren:</p>
<blockquote>
<div>&lt;?php if(function_exists(&#8217;selfserv_sexy&#8217;)) {  selfserv_sexy(); } ?&gt;</div>
</blockquote>
<p><strong><span style="text-decoration: underline;">Bilder:<br />
</span></strong></p>
<p><strong><span style="text-decoration: underline;"><a href="http://gsonly.com/wp-content/uploads/2010/06/sexybookmarks.jpg"><img class="alignnone size-full wp-image-163" title="sexybookmarks" src="http://gsonly.com/wp-content/uploads/2010/06/sexybookmarks.jpg" alt="" width="633" height="395" /></a><br />
</span></strong></p>
<p><a href="http://gsonly.com/wp-content/uploads/2010/06/sexybookmarks1.jpg"><img class="alignnone size-full wp-image-164" title="sexybookmarks1" src="http://gsonly.com/wp-content/uploads/2010/06/sexybookmarks1.jpg" alt="" width="585" height="114" /></a></p>
<p><a href="http://wordpress.org/extend/plugins/sexybookmarks/">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gsonly.com/2010/06/sexybookmarks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Youtube With Fancy Zoom</title>
		<link>http://gsonly.com/2010/06/youtube-with-fancy-zoom/</link>
		<comments>http://gsonly.com/2010/06/youtube-with-fancy-zoom/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 09:31:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sidebar Plugins]]></category>

		<guid isPermaLink="false">http://gsonly.com/?p=124</guid>
		<description><![CDATA[Mit Youtube With Fancy Zoom könnt ihr YouTube Videos in eure Sidebar integrieren. Das YouTube-Fenster ist zunächst klein, öffnet sich beim Anklicken mit dem FancyZoom-Effekt.
Anleitung:
Inhalt des zip-Ordners in wordpress&#62;content&#62;plugins Ordner          hochladen und Plugin aktivieren. Gewünschte Einstellungen können über Dashboard&#62;Einstellungen&#62;Youtube with fancy zoom durchgenommen weden.
Bilder:


Download
]]></description>
			<content:encoded><![CDATA[<p>Mit Youtube With Fancy Zoom könnt ihr YouTube Videos in eure Sidebar integrieren. Das YouTube-Fenster ist zunächst klein, öffnet sich beim Anklicken mit dem FancyZoom-Effekt.</p>
<p><span style="text-decoration: underline;"><strong>Anleitung:</strong></span></p>
<p>Inhalt des zip-Ordners in wordpress&gt;content&gt;plugins Ordner          hochladen und Plugin aktivieren. Gewünschte Einstellungen können über Dashboard&gt;Einstellungen&gt;Youtube with fancy zoom durchgenommen weden.</p>
<p><span style="text-decoration: underline;"><strong>Bilder:</strong></span></p>
<p><a href="http://gsonly.com/wp-content/uploads/2010/06/Unbenannt-4.jpg"><img class="alignnone size-full wp-image-129" title="Youtube With Fancy Zoom 1" src="http://gsonly.com/wp-content/uploads/2010/06/Unbenannt-4.jpg" alt="" width="534" height="362" /></a></p>
<p><a href="http://gsonly.com/wp-content/uploads/2010/06/Unbenannt-5.jpg"><img class="alignnone size-full wp-image-130" title="Youtube With Fancy Zoom 2" src="http://gsonly.com/wp-content/uploads/2010/06/Unbenannt-5.jpg" alt="" width="619" height="427" /></a></p>
<p><a href="http://wordpress.org/extend/plugins/youtube-with-fancy-zoom/download">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gsonly.com/2010/06/youtube-with-fancy-zoom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
