<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress Plugins &#187; Tag: likebox - Recent Posts</title>
		<link>http://wordpress.org/plugins/tags/likebox</link>
		<description>WordPress Plugins &#187; Tag: likebox - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 22:36:39 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://wordpress.org/plugins/rss/tags/likebox" rel="self" type="application/rss+xml" />

		<item>
			<title>Best Facebook Like Box widget</title>
			<link>http://wordpress.org/plugins/best-facebook-like-box-widget/#post-46279</link>
			<pubDate>Tue, 27 Nov 2012 19:29:37 +0000</pubDate>
			<dc:creator>lamb5rifle</dc:creator>
			<guid isPermaLink="false">46279@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Best Facebook Like Box widget

Best Facebook Like Box widget  for WordPress is a social plugin that enables Facebook Page  owners to attract and gain]]></description>
					</item>
		<item>
			<title>Facebook Likebox Widget</title>
			<link>http://wordpress.org/plugins/facebook-likebox-widget/#post-40784</link>
			<pubDate>Fri, 20 Jul 2012 14:44:42 +0000</pubDate>
			<dc:creator>plugin-master</dc:creator>
			<guid isPermaLink="false">40784@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Easily add a Facebook Like Box to your site using a widget. [FR] : Ajouter une Facebook Like Box &#224; votre site gr&#226;ce &#224; un widget.

<!--plugin-data-description-->
<p>Easily add a Facebook Like Box to your site using a widget.</p>

<h4>Fran&#231;ais</h4>

<p>Ajoutez facilement une Facebook Like Box &#224; votre site gr&#226;ce &#224; un widget.</p>

<h4>Deutsch</h4>

<p>Einfaches Hinzuf&#252;gen eines Facebook Like Box auf Ihre Website durch ein Widget.</p>

<h4>Italiano</h4>

<p>Facilmente aggiungere un Facebook Like Box al tuo sito tramite un widget.</p>

<h4>Portugu&#234;s</h4>

<p>Facilmente adicionar um Facebook como caixa ao seu site atrav&#233;s de um widget.</p>

<h4>Espag&#241;ol</h4>

<p>A&#241;ade f&#225;cilmente a Facebook como la caja a su sitio a trav&#233;s de un widget.</p>

<!--plugin-data-installation-->
<p>=English=</p>

<ol>
<li>Unzip the file.</li>
<li>Copy  'facebook-likebox-widget' folder in your worpress insatallation pligins folder (/wp-content/plugins/). </li>
<li>Go to 'Plugins' and activate  'Facebook LikeBox Widget'. </li>
<li>Go to  'Appearence' then 'Widgets' and find the 'Facebook LikeBox Widget' widget.</li>
<li>Drag and drop it intto the sidbar.</li>
</ol>

<h4>Fran&#231;ais</h4>

<ol>
<li>D&#233;zippez le fichier.</li>
<li>Copiez le dossier 'facebook-likebox-widge'  dans le dossier des plugins de votre site Web (/wp-content/plugins/).</li>
<li>Allez &#224; 'Extensions' et activez  'Facebook LikeBox Widget'. </li>
<li>Allez &#224; 'Apparences' puis 'Widgets' et retrouvez le widget 'Facebook LikeBox Widget'.</li>
<li>Glissez le widget dans une des zones de widgets, et configurez le &#224; votre choix .</li>
</ol>

<!--plugin-data-faq-->
<h4>Question 1</h4>

<p>Reponse 1</p>

<!--plugin-data-screenshots-->
<ol class='screenshots'>
	<li>
		<img class='screenshot' src='screenshot-1.png' alt='facebook-likebox-widget screenshot 1' />
		<p>Facebook Likebox Widget</p>
	</li>
	<li>
		<img class='screenshot' src='screenshot-2.png' alt='facebook-likebox-widget screenshot 2' />
		<p>Configurate the widget</p>
	</li>
</ol>

<!--plugin-data-changelog-->
<h4>2.0</h4>

<ul>
<li>Added German translation</li>
<li>Added Italian translation</li>
<li>Added Spanish translation</li>
<li>Added Portuguese translation</li>
<li>Fixed some bugs</li>
</ul>

<h4>1.1</h4>

<ul>
<li>Improved speed</li>
</ul>

<h4>1.0</h4>

<ul>
<li><p>Added a Facebook Like Box Widget</p></li>
<li><p>Added French language support</p></li>
</ul>]]></description>
					</item>
		<item>
			<title>Cool FB Likebox</title>
			<link>http://wordpress.org/plugins/bliss-facebook-likebox/#post-40148</link>
			<pubDate>Thu, 05 Jul 2012 20:11:47 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">40148@http://wordpress.org/plugins/</guid>
			<description><![CDATA[<p>Emailed Author: Your .php file says your license is License: GPL2</p>
<p>However you included a license.txt of GPL3</p>
<p>These need to match ;) Either remove the GPL3 license (which you can only do if all the code in the plugin actually is GPLv3) or change the bliss-facebook-likebox.php file to say the plugin is GPLv3.</p>
<p>In addition, your 'credits' being hidden are not acceptable.</p>
<p>function display_credits(){</p>
<p>	$get_opt = get_option("bfbl_options");</p>
<p>	if($get_opt['displaycredit'] =="1") {</p>
<p>		echo '&#60;div align="center"&#62;&#60;small&#62;Facebook Like Box provided by <a href="http://www.yizhantech.com/">technology news</a>&#60;/small&#62;&#60;/div&#62;';</p>
<p>	} else{</p>
<p>		echo '&#60;small class="credits_off";&#62;Facebook Like Box provided by <a href="http://www.yizhantech.com/">technology news</a>&#60;/small&#62;';}</p>
<p>}</p>
<p>That's not okay. If the credits are off, remove the code from the html output.</p>
<p>Please fix that and send a link (or attach in email) the corrected code.</p>
<p>This also needs to be removed in bd-hit-counter (which has been closed to the public, pending that change).</p>
<p>You can comment the code out:<br />
echo '&#60;!-- Facebook Like Box provided by technology news - <a href="http://www.yizhantech.com/" rel="nofollow">http://www.yizhantech.com/</a> --&#62;`;</p>
<p>But you may not display a hidden link. That is considered blackhat SEO.
</p>]]></description>
					</item>
		<item>
			<title>Cool FB Likebox</title>
			<link>http://wordpress.org/plugins/bliss-facebook-likebox/#post-40110</link>
			<pubDate>Thu, 05 Jul 2012 01:37:43 +0000</pubDate>
			<dc:creator>yizhan</dc:creator>
			<guid isPermaLink="false">40110@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Create a Facebook fan pages with the Facebook pop out tab. The Tab sits at the side, top, and bottom of your site and pops out to reveal a like box fo]]></description>
					</item>
		<item>
			<title>Facebook Likebox Widget</title>
			<link>http://wordpress.org/plugins/facebook-likebox-widget/#post-39292</link>
			<pubDate>Sun, 17 Jun 2012 16:29:59 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">39292@http://wordpress.org/plugins/</guid>
			<description><![CDATA[<p>Emailed Author: Hi,</p>
<p>All plugins are expected to be submitted with the code complete and ready to go, including a valid readme.txt file.  Could you please reply with a link so the plugin can be downloaded? Alternately you can reply to this and attach your .zip or .rar file.</p>
<p>Please reply with 7 days. If a reply is not received the submission will be rejected and you will have to submit the plugin again, with code, should you want your plugin hosted.</p>
<p>Thanks.
</p>]]></description>
					</item>
		<item>
			<title>Facebook Likebox Widget</title>
			<link>http://wordpress.org/plugins/facebook-likebox-widget/#post-39247</link>
			<pubDate>Sat, 16 Jun 2012 13:12:07 +0000</pubDate>
			<dc:creator>Edmond TIENDREBEOGO</dc:creator>
			<guid isPermaLink="false">39247@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Easily add a Facebook Like Box to your site using a widget. [FR] : Ajouter une Facebook Like Box &#224; votre site gr&#226;ce &#224; un widget.]]></description>
					</item>
		<item>
			<title>RA-FB Like Box</title>
			<link>http://wordpress.org/plugins/ra-fb-like-box/#post-34316</link>
			<pubDate>Fri, 27 Jan 2012 15:41:23 +0000</pubDate>
			<dc:creator>thewarlog</dc:creator>
			<guid isPermaLink="false">34316@http://wordpress.org/plugins/</guid>
			<description><![CDATA[RA-FB Like Box enables you to display the facebook page likes in your website.]]></description>
					</item>
		<item>
			<title>Social Facebook All In One</title>
			<link>http://wordpress.org/plugins/social-facebook-all-in-one/#post-33054</link>
			<pubDate>Sat, 17 Dec 2011 18:35:06 +0000</pubDate>
			<dc:creator>donimedia</dc:creator>
			<guid isPermaLink="false">33054@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Customizable jQuery accordion for Wordpress which gathers Facebook social plugins together .]]></description>
					</item>
		<item>
			<title>SN Facebook Like</title>
			<link>http://wordpress.org/plugins/sn-facebook-like/#post-31352</link>
			<pubDate>Fri, 21 Oct 2011 11:50:28 +0000</pubDate>
			<dc:creator>retio</dc:creator>
			<guid isPermaLink="false">31352@http://wordpress.org/plugins/</guid>
			<description><![CDATA[SN Facebook Like it&#039;s a advanced slider (retioSlider) with Facebook Like Box or Like Button.]]></description>
					</item>
		<item>
			<title>Lazy Widget Loader</title>
			<link>http://wordpress.org/plugins/lazy-widget-loader/#post-27610</link>
			<pubDate>Sun, 19 Jun 2011 18:57:31 +0000</pubDate>
			<dc:creator>itthinx</dc:creator>
			<guid isPermaLink="false">27610@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Lazy Widget Loader provides lazy loading for widgets to improve page loading. Use on slow widgets with content from Facebook, Twitter, AdSense ...]]></description>
					</item>
		<item>
			<title>Facebook AWD All in one</title>
			<link>http://wordpress.org/plugins/facebook-awd/#post-27179</link>
			<pubDate>Sat, 04 Jun 2011 16:14:29 +0000</pubDate>
			<dc:creator>AHWEBDEV</dc:creator>
			<guid isPermaLink="false">27179@http://wordpress.org/plugins/</guid>
			<description><![CDATA[All in one Facebook capabilities for wordpress. Keep your users and your blog sync with facebook using api and plugins from facebook.]]></description>
					</item>
		<item>
			<title>GL Facebook Likebox</title>
			<link>http://wordpress.org/plugins/gl-facebook-likebox/#post-23769</link>
			<pubDate>Sun, 16 Jan 2011 21:24:35 +0000</pubDate>
			<dc:creator>Simivar</dc:creator>
			<guid isPermaLink="false">23769@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Adds a great-lookin&#039; Facebook Likebox to Your site.]]></description>
					</item>
		<item>
			<title>Facebook Fanbox (with CSS Support)</title>
			<link>http://wordpress.org/plugins/facebook-fanbox-with-css-support/#post-23573</link>
			<pubDate>Tue, 11 Jan 2011 08:16:04 +0000</pubDate>
			<dc:creator>H.-Peter Pfeufer</dc:creator>
			<guid isPermaLink="false">23573@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Add a sidebarwidget with a fully css-customisable facebook fanbox to your WordPress-Blog.]]></description>
					</item>

	</channel>
</rss>
