<?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>Facebook AWD</title>
	<atom:link href="http://facebook-awd.ahwebdev.fr/feed/?post_type=page&#038;parent=220" rel="self" type="application/rss+xml" />
	<link>http://facebook-awd.ahwebdev.fr</link>
	<description>The best Facebook Wordpress plugin</description>
	<lastBuildDate>Fri, 03 May 2013 00:45:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Opengraph Actions</title>
		<link>http://facebook-awd.ahwebdev.fr/documentation/opengraph-actions/</link>
		<comments>http://facebook-awd.ahwebdev.fr/documentation/opengraph-actions/#comments</comments>
		<pubDate>Thu, 27 Sep 2012 23:38:05 +0000</pubDate>
		<dc:creator>AHWEBDEV</dc:creator>
		
		<guid isPermaLink="false">http://facebook-awd.ahwebdev.fr/?page_id=847</guid>
		<description><![CDATA[Activate Social reading on posts / pages This option lets you choose to activate the built in tracking. if disabled, the plugin will not call the default action. (by default news.reads)  Display Social Bar on posts / pages Display or not the social bar at the bottom of posts (custom posts types too) or pages [...]]]></description>
				<content:encoded><![CDATA[<h4><span id="dropcap-counter-1" class="dropcap type-square" ><span>1</span></span> Activate Social reading on posts / pages</h4>
<p>This option lets you choose to activate the built in tracking. if disabled, the plugin will not call the default action. (by default news.reads)</p>
<h4><span id="dropcap-counter-2" class="dropcap type-square" ><span>2</span></span> Display Social Bar on posts / pages</h4>
<p>Display or not the social bar at the bottom of posts (custom posts types too) or pages<br />
<div class="alert alert-warning">If the social bar is not showing, the action will be called, even if the user choose to stop social publishing.</div></p>
<h4><span id="dropcap-counter-3" class="dropcap type-square" ><span>3</span></span> Exclude Post types</h4>
<p>You can choose to exclude post types. Set slug&#8217;s post types separated by comma. example: post, page&#8230;</p>
<h4><span id="dropcap-counter-4" class="dropcap type-square" ><span>4</span></span> Exclude Categories or other terms</h4>
<p>You can choose to exclude Categories or other terms. Set slug&#8217;s post types or ID separated by comma. example: photos,34,50</p>
<h4><span id="dropcap-counter-5" class="dropcap type-square" ><span>5</span></span> Exclude Posts or Pages</h4>
<p>You can choose to exclude Post or Page. Set ID&#8217;s post separated by comma. example: 130,34,50</p>
<h4><span id="dropcap-counter-6" class="dropcap type-square" ><span>6</span></span> User Activity Page</h4>
<p>This is the page where the user can manage facebook activity. if not set, the plugin will hide the activity link in the social bar.</p>
<h4><span id="dropcap-counter-7" class="dropcap type-square" ><span>7</span></span> Default Action</h4>
<p>This is the action used for social reading publish. By default the plugin will use the news.reads action. that is already existing inside facebook. You just have to create it, inside your applications opengraph settings on the facebook developers platform.<br />
This field allow you to set here your own action to be used with social reading.</p>
<h4><span id="dropcap-counter-8" class="dropcap type-square" ><span>8</span></span> Default Object for Action</h4>
<p>This is the object used to work with the social reading action (see above), by default the plugin will use the &#8220;article&#8221; as default object type.</p>
<div class="alert alert-info">
<p>An Object = A post. An action is always related to an Object. The plugin is configured to work with default action &#8220;news.reads&#8221; and with related object type &#8220;article&#8221;. But you can create your own one and configure it in the plugin settings.<br />
If you call an action with an Object on your site, <strong>this Object must have openGraph activated</strong> and configured to match with the action, and the parameter object type.<br />
exemple: if you set object type in shortocde as &#8220;article&#8221;, you must set the openGraph type of the post to article too.<br />
</div>
<h4><span id="dropcap-counter-9" class="dropcap type-square" ><span>9</span></span> Shortcodes and Widgets usage</h4>
<p>To create and add your own action publising workflow, you can add actions button or action event tracker on your posts via shortcodes and widgets.</p>
<p><strong>Shortcode: AWD_opengraph_actions</strong><br />
Options:</p>

<ul class="type-arrow">
<li><strong>html</strong> =&gt; string required (div, span, p, div, li, article and other html tags)</li>
<li><strong>class</strong> =&gt; string (default AWD_facebook_opengraph_actions and should not be removed)</li>
<li><strong>action</strong> =&gt; string (default = news.read)</li>
<li><strong>object</strong> =&gt; string (default = article, this must match with the opengraph object type of the target.)</li>
<li><strong>event</strong> =&gt; string (default = none, can be a jquery event or can be <strong>AWD_facebook_tracker</strong> to be triggered on load.)</li>
<li><strong>post_id</strong> =&gt; int (default = current post id, Must point a page that old the related object in opengraphmeta. (where default type = articles))</li>
<li><strong>response_text</strong> =&gt; string (default = current post url, Must point a page that old the related object in opengraphmeta. (where default type = articles))</li>
<li><strong>callback_js</strong> =&gt; string (Name of a callback JS function, default = none, this function take 2 params : function(element,response)))</li>
</ul>

<h3>Usage:</h3>
<h4>Inside a template</h4>
<script src="https://gist.github.com/3797143.js?file=action.php"></script>
<h4>Inside post content</h4>
<script src="https://gist.github.com/3797143.js?file=action.txt"></script>
<p>You can add actions buttons or actions events  with widgets too. All that settings are present  in the widgets interface.</p>
<h4>Create a button with custom action</h4>
<p>To create a button with your custom actions, you should do it like that in your templates.<br />
<script src="https://gist.github.com/3797143.js?file=usage_button.php"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://facebook-awd.ahwebdev.fr/documentation/opengraph-actions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get Facebook user data</title>
		<link>http://facebook-awd.ahwebdev.fr/documentation/how-to-get-facebook-user-data/</link>
		<comments>http://facebook-awd.ahwebdev.fr/documentation/how-to-get-facebook-user-data/#comments</comments>
		<pubDate>Thu, 27 Sep 2012 23:25:10 +0000</pubDate>
		<dc:creator>AHWEBDEV</dc:creator>
		
		<guid isPermaLink="false">http://facebook-awd.ahwebdev.fr/?page_id=839</guid>
		<description><![CDATA[When a user is connected to Facebook on your site he represent a WordPress user. The plugin Facebook AWD will add facebook user data to the user account. Get current facebook user data. Get facebook user data based on WP_User ID]]></description>
				<content:encoded><![CDATA[<p>When a user is connected to Facebook on your site he represent a WordPress user.</p>
<p>The plugin Facebook AWD will add facebook user data to the user account.</p>

<ul class="type-plus">
<li>The Facebook user ID</li>
<li>The Facebook user Email</li>
<li>The result of the API &#8216;/me&#8217;</li>
</ul>

<h3>Get current facebook user data.</h3>
<script src="https://gist.github.com/3797044.js?file="></script>
<h3>Get facebook user data based on WP_User ID</h3>
<script src="https://gist.github.com/3797062.js?file="></script>
]]></content:encoded>
			<wfw:commentRss>http://facebook-awd.ahwebdev.fr/documentation/how-to-get-facebook-user-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Facebook Api</title>
		<link>http://facebook-awd.ahwebdev.fr/documentation/how-to-use-facebook-api/</link>
		<comments>http://facebook-awd.ahwebdev.fr/documentation/how-to-use-facebook-api/#comments</comments>
		<pubDate>Thu, 27 Sep 2012 22:49:19 +0000</pubDate>
		<dc:creator>AHWEBDEV</dc:creator>
		
		<guid isPermaLink="false">http://facebook-awd.ahwebdev.fr/?page_id=829</guid>
		<description><![CDATA[If you want to use the configured instance of the Facebook api of Facebook AWD you must add this feature to your theme. We will see how to use the api inside your template and your plugins. The code is commented to help you understand what we do. Open your functions.php file in your theme [...]]]></description>
				<content:encoded><![CDATA[<p>If you want to use the configured instance of the Facebook api of Facebook AWD you must add this feature to your theme.</p>
<p>We will see how to use the api inside your template and your plugins. The code is commented to help you understand what we do.</p>
<h4>Open your functions.php file in your theme and paste this function.</h4>
<script src="https://gist.github.com/3796914.js?file=functions.php"></script>
<h4>You can now use the Api in your template like that:</h4>
<script src="https://gist.github.com/3796914.js?file=index.php"></script>
]]></content:encoded>
			<wfw:commentRss>http://facebook-awd.ahwebdev.fr/documentation/how-to-use-facebook-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use comments box</title>
		<link>http://facebook-awd.ahwebdev.fr/documentation/how-to-use-comments-box/</link>
		<comments>http://facebook-awd.ahwebdev.fr/documentation/how-to-use-comments-box/#comments</comments>
		<pubDate>Thu, 27 Sep 2012 21:37:14 +0000</pubDate>
		<dc:creator>AHWEBDEV</dc:creator>
		
		<guid isPermaLink="false">http://facebook-awd.ahwebdev.fr/?page_id=815</guid>
		<description><![CDATA[Introduction Comments Box is a social plugin that enables user commenting on your site. Features include moderation tools and distribution. Social Relevance: Comments Box uses social signals to surface the highest quality comments for each user. Comments are ordered to show users the most relevant comments from friends, friends of friends, and the most liked [...]]]></description>
				<content:encoded><![CDATA[<h2>Introduction</h2>
<p>Comments Box is a social plugin that enables user commenting on your site. Features include moderation tools and distribution.</p>
<p><strong>Social Relevance:</strong> Comments Box uses social signals to surface the highest quality comments for each user. Comments are ordered to show users the most relevant comments from friends, friends of friends, and the most liked or active discussion threads, while comments marked as spam are hidden from view.</p>
<p><strong>Distribution:</strong> Comments are easily shared with friends or with people who like your Page on Facebook. If a user leaves the “Post to Facebook” box checked when she posts a comment, a story appears on her friends’ News Feed indicating that she’s made a comment on your website, which will also link back to your site.</p>
<p>Friends and people who like the Page can then respond to the discussion by liking or replying to the comment directly in the News Feed on Facebook or in the Comments Box on your site. Threads stay synced across Facebook and on the Comments Box on your site regardless of where the comment was made.</p>
<p>The <strong>mobile</strong> version will automatically show up when a mobile device user agent is detected. You can turn this behavior off by setting the mobile parameter to false. Please note: the mobile version ignores the width parameter, and instead has a fluid width of 100% in order to resize well in portrait/landscape switching situations. You may need to adjust your CSS for your mobile site to take advantage of this behavior. If preferred, you can still control the width via a container element. <em>(Doc From Facebook)</em></p>
<p>Facebook AWD will help you creating Comments box from the admin interface of WordPress.</p>
<h2>Usage</h2>
<p>The plugin can be added via widgets, and shortcodes as Iframe, Html5 or Fbml</p>
<script src="https://gist.github.com/3796769.js?file=comments.txt"></script>
<p>With no options, the plugin will use the informations entered in the global settings.</p>
<p>You can also use the shortcode in your themes or plugins with php functions. In the same way that the shortcodes in php you just add a function that translates the code.</p>
<script src="https://gist.github.com/3796769.js?file=comments.php"></script>
<p>You can also add the comments box via widgets.</p>
<div id="heading-counter-1" class="heading heading-2 type-simple" ><h2><span class="inner"><span class="helper-1"></span>Options<span class="helper-2"></span></span></h2></div>

<ul class="type-arrow">
<li>
<h4>href</h4>
<p>the URL for this Comments plugin. News feed stories on Facebook will link to this URL.</li>
<li>
<h4>width</h4>
<p>the width of the plugin in pixels. Minimum recommended width: 400px.</li>
<li>
<h4>colorscheme</h4>
<p>the color scheme for the plugin. Options: &#8216;light&#8217;, &#8216;dark&#8217;</li>
<li>
<h4>num_posts</h4>
<p>the number of comments to show by default. Default: 10. Minimum: 1</li>
<li>
<h4>mobile</h4>
<p>whether to show the mobile-optimized version. Default: auto-detect.</li>
<li>
<h4>type</h4>
<p>html5, xfbml or iframe</li>
</ul>

<a id="button-counter-1" class="btn btn-small type-simple new-window" href="http://developers.facebook.com/docs/reference/plugins/comments/" >Facebook Comments Documentation</a>
]]></content:encoded>
			<wfw:commentRss>http://facebook-awd.ahwebdev.fr/documentation/how-to-use-comments-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Like Box</title>
		<link>http://facebook-awd.ahwebdev.fr/documentation/how-to-use-like-box/</link>
		<comments>http://facebook-awd.ahwebdev.fr/documentation/how-to-use-like-box/#comments</comments>
		<pubDate>Mon, 30 Jul 2012 14:29:16 +0000</pubDate>
		<dc:creator>AHWEBDEV</dc:creator>
		
		<guid isPermaLink="false">http://facebook-awd.ahwebdev.fr/?page_id=737</guid>
		<description><![CDATA[Introduction The Like Box is a social plugin that enables Facebook Page owners to attract and gain Likes from their own website. The Like Box enables users to: The minimum supported plugin width is 292px. Facebook AWD will help you creating likebox from the admin interface of WordPress. Usage The plugin can be added via [...]]]></description>
				<content:encoded><![CDATA[<h2>Introduction</h2>
<p>The Like Box is a social plugin that enables <a href="https://www.facebook.com/advertising/?pages">Facebook Page</a> owners to attract and gain Likes from their own website. The Like Box enables users to:</p>

<ul class="type-check">
<li>See how many users already like this Page, and which of their friends like it too</li>
<li>Read recent posts from the Page</li>
<li>Like the Page with one click, without needing to visit the Page</li>
</ul>

<p>The minimum supported plugin width is 292px.</p>
<p>Facebook AWD will help you creating likebox from the admin interface of WordPress.</p>
<h2>Usage</h2>
<p>The plugin can be added via widgets, and shortcodes as Iframe, Html5 or Fbml</p>
<script src="https://gist.github.com/3796824.js?file=likebox.txt"></script>
<p>With no options, the plugin will use the informations entered in the global settings.</p>
<p>You can also use the shortcode in your themes or plugins with php functions. In the same way that the shortcodes in php you just add a function that translates the code.</p>
<script src="https://gist.github.com/3796824.js?file=likebox.php"></script>
<p>You can also add the like box via widgets.</p>
<div id="heading-counter-2" class="heading heading-2 type-simple" ><h2><span class="inner"><span class="helper-1"></span>Options<span class="helper-2"></span></span></h2></div>

<ul class="type-arrow">
<li>
<h4>url <mark id="flag-counter-1" class="flag" style="color: #ffffff; background: #bb0000; " >required</mark></h4>
<p>Url of the <a href="https://www.facebook.com/advertising/?pages">facebook page</a> (string)</li>
<li>
<h4>width</h4>
<p>Width in pixels of the frame</li>
<li>
<h4>colorscheme</h4>
<p>Color of the button (&#8216;light&#8217; or &#8216;dark&#8217;)</li>
<li>
<h4>faces</h4>
<p>0 or 1</li>
<li>
<h4>border_color</h4>
<p>hexadecimal code color</li>
<li>
<h4>recommendations</h4>
<p>0 or 1 (to show recommendations)</li>
<li>
<h4>height</h4>
<p>Height in pixels</li>
<li>
<h4>type</h4>
<p>iframe or html5 or xfbml</li>
<li>
<h4>header</h4>
<p>0 or 1 (to show facebook header)</li>
<li>
<h4>force_wall</h4>
<p>0 or 1 (for Places, specifies whether the stream contains posts from the Place&#8217;s wall or just checkins from friends. Default value: false.)</li>
<li>
<h4>stream</h4>
<p>0 or 1 (specifies whether to display a stream of the latest posts from the Page&#8217;s wall.)</li>
</ul>

<a id="button-counter-2" class="btn btn-small type-simple new-window" href="https://developers.facebook.com/docs/reference/plugins/like-box/" >Facebook Like Box Documentation</a>
]]></content:encoded>
			<wfw:commentRss>http://facebook-awd.ahwebdev.fr/documentation/how-to-use-like-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Activity Feed</title>
		<link>http://facebook-awd.ahwebdev.fr/documentation/how-to-use-activity-feed/</link>
		<comments>http://facebook-awd.ahwebdev.fr/documentation/how-to-use-activity-feed/#comments</comments>
		<pubDate>Mon, 30 Jul 2012 13:26:49 +0000</pubDate>
		<dc:creator>AHWEBDEV</dc:creator>
		
		<guid isPermaLink="false">http://facebook-awd.ahwebdev.fr/?page_id=713</guid>
		<description><![CDATA[Introduction The Activity Feed plugin displays the most interesting recent activity taking place on your site. Since the content is hosted by Facebook, the plugin can display personalized content whether or not the user has logged into your site. The activity feed displays stories when users interact with content on your site, such as like, [...]]]></description>
				<content:encoded><![CDATA[<h2>Introduction</h2>
<p>The Activity Feed plugin displays the most interesting recent activity taking place on your site. Since the content is hosted by Facebook, the plugin can display personalized content whether or not the user has logged into your site. The activity feed displays stories when users interact with content on your site, such as <a href="https://developers.facebook.com/docs/reference/plugins/like/">like</a>, <a href="https://developers.facebook.com/docs/opengraph/videos/">watch</a>, <a href="https://developers.facebook.com/docs/opengraph/news/">read</a>, <a href="https://developers.facebook.com/docs/opengraph/games/">play</a> or any <a href="https://developers.facebook.com/docs/opengraph/custom/">custom action</a>. Activity is also displayed when users share content from your site in Facebook or if they comment on a page on your site in the <a href="https://developers.facebook.com/docs/reference/plugins/comments/">Comments box</a>. If a user is logged into Facebook, the plugin will be personalized to highlight content from their friends. If the user is logged out, the activity feed will show recommendations from across your site, and give the user the option to log in to Facebook.</p>
<p>The plugin is filled with activity from the user&#8217;s friends. If there isn&#8217;t enough friend activity to fill the plugin, it is backfilled with recommendations. If you set the recommendations param to true, the plugin is split in half, showing friends activity in the top half, and recommendations in the bottom half. If there is not enough friends activity to fill half of the plugin, it will include more recommendations.</p>
<p>The Activity Feed plugin can be configured in the following ways:</p>

<ul class="type-check">
<li><del>App ID</del></li>
<li><del>One or more action types</del></li>
<li>Domain</li>
</ul>

<h2>Usage</h2>
<p>The plugin can be added via widgets, and shortcodes as Iframe, Html5 or Fbml</p>
<pre class="brush: xml; title: ; notranslate">[ AWD_activitybox option=&quot;value&quot; otheroption=&quot;othervalue&quot;]</pre>
<p>With no options, the plugin will use the informations entered in the global settings.</p>
<p>You can also use the shortcode in your themes or plugins with php functions. In the same way that the shortcodes in php you just add a function that translates the code.</p>
<pre class="brush: php; title: ; notranslate">echo do_shortcode('[ AWD_activitybox option=&quot;value&quot; otheroption=&quot;othervalue&quot; ]');</pre>
<p>You can also add the activity box via widgets.</p>
<div id="heading-counter-3" class="heading heading-2 type-simple" ><h2><span class="inner"><span class="helper-1"></span>Options<span class="helper-2"></span></span></h2></div>

<ul class="type-arrow">
<li>
<h4>domain <mark id="flag-counter-2" class="flag" style="color: #ffffff; background: #bb0000; " >required</mark></h4>
<p>Domain of activity (string)</li>
<li>
<h4>width</h4>
<p>Width in pixels of the frame</li>
<li>
<h4>colorscheme</h4>
<p>Color of the button (&#8216;light&#8217; or &#8216;dark&#8217;)</li>
<li>
<h4>faces</h4>
<p>0 or 1</li>
<li>
<h4>fonts</h4>
<p>(Arial, Lucida Grande, Tahoma, Segoe UI, trebuchet ms, verdana)</li>
<li>
<h4>border_color</h4>
<p>hexadecimal code color</li>
<li>
<h4>recommendations</h4>
<p>0 or 1 (to show recommendations)</li>
<li>
<h4>height</h4>
<p>Height in pixels</li>
<li>
<h4>type</h4>
<p>iframe or html5 or xfbml</li>
<li>
<h4>header</h4>
<p>0 or 1 (to show facebook header)</li>
<li>
<h4>ref</h4>
<p>Ref string for tracking</li>
<li>
<h4>filter</h4>
<p>string for filter</li>
<li>
<h4>linktarget</h4>
<p>target of link (_blank, _top, _parent)</li>
</ul>

<a id="button-counter-3" class="btn btn-small type-simple new-window" href="https://developers.facebook.com/docs/reference/plugins/activity/" >Facebook Activity feed Documentation</a>
]]></content:encoded>
			<wfw:commentRss>http://facebook-awd.ahwebdev.fr/documentation/how-to-use-activity-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Like Button</title>
		<link>http://facebook-awd.ahwebdev.fr/documentation/how-to-use-like-button/</link>
		<comments>http://facebook-awd.ahwebdev.fr/documentation/how-to-use-like-button/#comments</comments>
		<pubDate>Thu, 17 May 2012 22:02:51 +0000</pubDate>
		<dc:creator>AHWEBDEV</dc:creator>
		
		<guid isPermaLink="false">http://facebook-awd.ahwebdev.fr/?page_id=527</guid>
		<description><![CDATA[Learn how to use like button with the Facebook AWD plugin]]></description>
				<content:encoded><![CDATA[<h2>Introduction</h2>
<p>The Like button lets a user share your content with friends on Facebook. When the user clicks the Like button on your site, a story appears in the user&#8217;s friends&#8217; News Feed with a link back to your website.</p>
<p>When your Web page represents a real-world entity, things like movies, sports teams, celebrities, and restaurants, use the <a title="OpenGraph" href="http://facebook-awd.ahwebdev.fr/features/opengraph/">Open Graph protocol</a> to specify information about the entity. If you include Open Graph tags on your Web page, your page becomes equivalent to a Facebook page. This means when a user clicks a Like button on your page, a connection is made between your page and the user. Your page will appear in the &#8220;Likes and Interests&#8221; section of the user&#8217;s profile, and you have the ability to publish updates to the user. Your page will show up in same places that Facebook pages show up around the site (e.g. search), and you can target ads to people who like your content. <strong>Note:</strong> The count on the Like button will include all likes and shares whereas the like connection on the <a href="https://developers.facebook.com/docs/reference/api/">Graph API</a> includes only the number of likes for the object.</p>
<p>You can define to embed or not the like button on your pages/posts/custom posts type at top/botrom/both<br />
You can exclude specific post by category, post types, slug or post id.</p>
<p>This interface is not creating a special like button&#8230; It will use the default like button provided by Facebook. (Html5, Fbml and Iframe).<br />
This interface will help you to auto embed and create like buttons shortcuts in your wordpress site.</p>
<div class="grid"><div class="c-one-half ">
<h2>Configuration</h2>
<h3><div id="heading-counter-4" class="heading heading-3 type-simple" ><h3><span class="inner"><span class="helper-1"></span>How to embed the like button<span class="helper-2"></span></span></h3></div></h3>

<ul class="type-check">
<li><strong>Automatically:</strong> Facebook menu -&gt; plugins, you can choose to automatically add the button like on your pages, your items and your custom post types. Content above, below, or both.</li>
<li><strong>With widgets:</strong> You can use the widget from the Like button interface widgets. You can override the settings, or leave the default preferences.</li>
<li><strong>With shotcodes:</strong> In the editor of articles, you can use shortcodes.</li>
</ul>

</div>
<div class="c-one-half ">
<span id="frame-counter-1" class="frame type-easel alignleft" ><span class="decorator"><span class="outer"><span class="inner"><img class="alignnone size-medium wp-image-540" title="Facebook-like" src="http://facebook-awd.ahwebdev.fr/files/2012/05/facebook-like-300x225.jpg" alt="" width="203" height="152" /></span><span class="hlp-1"></span><span class="hlp-2"></span></span></span></span>
</div></div>
<div id="heading-counter-5" class="heading heading-3 type-simple" ><h3><span class="inner"><span class="helper-1"></span>Settings<span class="helper-2"></span></span></h3></div>
<p>In general settings you can define the options for displaying the like button on your posts/pages<br />
You can define when the plugin should add the like button. Depending on type of posts.<br />
You can exclude posts, some types of posts, or some categories by entering slug or id in the corresponding field.</p>
<div id="heading-counter-6" class="heading heading-3 type-simple" ><h3><span class="inner"><span class="helper-1"></span>Usage<span class="helper-2"></span></span></h3></div>
<p>If you need to add like buttons by your own way, you can use it where you need:<br />
<script src="https://gist.github.com/3796839.js?file=likebutton.txt"></script><br />
With no options, the plugin will use the informations entered in the global settings.</p>
<p>You can also use the shortcode in your themes or plugins with php functions. In the same way that the shortcodes in php you just add a function that translates the code.<br />
<script src="https://gist.github.com/3796839.js?file=likebutton.php"></script><br />
You can also add the like button via widgets.</p>
<div id="heading-counter-7" class="heading heading-2 type-simple" ><h2><span class="inner"><span class="helper-1"></span>Options<span class="helper-2"></span></span></h2></div>

<ul class="type-arrow">
<li>
<h4>href <mark id="flag-counter-3" class="flag" style="color: #ffffff; background: #bb0000; " >required</mark></h4>
<p>Url to like (if empty plugin use the url of the article or the URL specified in the global settings)</li>
<li>
<h4>send</h4>
<p>0 or 1 (to activate the send button and more)</li>
<li>
<h4>width</h4>
<p>Width in pixels of the frame</li>
<li>
<h4>colorscheme</h4>
<p>Color of the button (&#8216;light&#8217; or &#8216;dark&#8217;)</li>
<li>
<h4>faces</h4>
<p>0 or 1</li>
<li>
<h4>fonts</h4>
<p>(Arial, Lucida Grande, Tahoma, Segoe UI, trebuchet ms, verdana)</li>
<li>
<h4>action</h4>
<p>recommend or like</li>
<li>
<h4>layout</h4>
<p>box_count or button_count or standard</li>
<li>
<h4>height</h4>
<p>Height in pixels</li>
<li>
<h4>type</h4>
<p>iframe or html5 or xfbml</li>
<li>
<h4>ref</h4>
<p>Ref string for tracking</li>
</ul>

<div class="alert alert-warning">Do not forget to activate and define opengraph objects for your posts. Opengraph meta will add required custom meta tags about your posts to help facebook to get more informations about them. (Post thumbnail to display in feed, title, description and more&#8230; <a title="Documentation" href="http://facebook-awd.ahwebdev.fr/documentation/">Read more about Opengrah documentation</a>)</div>
<a id="button-counter-4" class="btn btn-small type-simple new-window" href="https://developers.facebook.com/docs/reference/plugins/like/" >Facebook Like Button Documentation</a>
]]></content:encoded>
			<wfw:commentRss>http://facebook-awd.ahwebdev.fr/documentation/how-to-use-like-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure the plugin base</title>
		<link>http://facebook-awd.ahwebdev.fr/documentation/configure-the-plugin-base/</link>
		<comments>http://facebook-awd.ahwebdev.fr/documentation/configure-the-plugin-base/#comments</comments>
		<pubDate>Tue, 08 May 2012 19:55:42 +0000</pubDate>
		<dc:creator>AHWEBDEV</dc:creator>
		
		<guid isPermaLink="false">http://facebook-awd.ahwebdev.fr/?page_id=420</guid>
		<description><![CDATA[Facebook APP ID This is the numeric id of your application on facebook, you can find it in your application settings on facebook. Facebook APP Secret KEY This is the Secret Key of your application on facebook, you can find it in your application settings on facebook. Facebook Admins ID This is your personnal Facebook [...]]]></description>
				<content:encoded><![CDATA[<div class="grid"><div class="c-one-half "><br />
We will see the basic configuration of the plugin.<br />
All the parameters that we will treat are required for optimal operation.</p>
<p>You must <a title="Create an App on Facebook" href="http://facebook-awd.ahwebdev.fr/documentation/create-an-app-on-facebook/">create a facebook application</a>, the informations provided by facebook will be necessary to configure the application in the plugin.<br />
</div>
<div class="c-one-half "><br />
<a href="http://facebook-awd.ahwebdev.fr/files/2012/05/fcbk_settings.png" rel="prettyPhoto" id="frame-counter-2" class="frame type-board alignleft" ><span class="decorator"><span class="outer"><span class="inner">
<p><img class="alignnone size-medium wp-image-812" title="fcbk_settings" src="http://facebook-awd.ahwebdev.fr/files/2012/05/fcbk_settings-300x244.png" alt="" width="300" height="244" /></p>
<span class="indicator indicator-zoom"><span></span><span></span></span></span><span class="hlp-1"></span><span class="hlp-2"></span><span class="hlp-3"></span><span class="hlp-4"></span><span class="hlp-5"></span><span class="hlp-6"></span></span></span></a><br />
</div></div>
<h3><span id="dropcap-counter-10" class="dropcap type-square" ><span>1</span></span> Facebook APP ID <mark id="flag-counter-4" class="flag" style="color: #ffffff; background: #bb0000; " >required</mark></h3>
<p>This is the numeric id of your application on facebook, you can find it in your application settings on facebook.</p>
<h3><span id="dropcap-counter-11" class="dropcap type-square" ><span>2</span></span> Facebook APP Secret KEY <mark id="flag-counter-5" class="flag" style="color: #ffffff; background: #bb0000; " >required</mark></h3>
<p>This is the <strong>Secret Key</strong> of your application on facebook, you can find it in your application settings on facebook.<br />
<div class="alert alert-warning">Your secret key Facebook is private and should never be disclosed.<br />
Do not enable debug mode if you do not know what you do</div></p>
<h3><span id="dropcap-counter-12" class="dropcap type-square" ><span>3</span></span> Facebook Admins ID <mark id="flag-counter-6" class="flag" style="color: #ffffff; background: #bb0000; " >required</mark></h3>
<p>This is your personnal Facebook ID. The plugin need it for opengraph.</p>
<h3><span id="dropcap-counter-13" class="dropcap type-square" ><span>4</span></span> Locale</h3>
<p>This is Locale to use in default facebook library language. If you let it empty, the plugin will use the default value of WP.</p>
<h3><span id="dropcap-counter-14" class="dropcap type-square" ><span>5</span></span> Mode Debug</h3>
<p>This is the mode Debug and should be activated with caution. It show all the objects instanced in the plugin.<br />
Can be useful for developers or debug tools.</p>
<p>The plugin is ready for basic use.</p>
]]></content:encoded>
			<wfw:commentRss>http://facebook-awd.ahwebdev.fr/documentation/configure-the-plugin-base/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create an App on Facebook</title>
		<link>http://facebook-awd.ahwebdev.fr/documentation/create-an-app-on-facebook/</link>
		<comments>http://facebook-awd.ahwebdev.fr/documentation/create-an-app-on-facebook/#comments</comments>
		<pubDate>Tue, 08 May 2012 19:36:50 +0000</pubDate>
		<dc:creator>AHWEBDEV</dc:creator>
		
		<guid isPermaLink="false">http://facebook-awd.ahwebdev.fr/?page_id=411</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<div class="grid"><div class="c-one-half ">
<a id="button-counter-5" class="btn  type-simple new-window" href="https://developers.facebook.com/apps/" >Create an Application</a>
<p>Then you must set your Site Domain and a namespace.</p>
<p>With Facebook AWD you can use wordpress to create:</p>

<ul class="type-plus">
<li>Applications</li>
<li>A tab page</li>
<li>A website linked with facebook.</li>
</ul>

<p>An example, to help you configure it.<br />
The important part for Facebook AWD to work, is the Website part.</p>
<p>In the Website field add your website url.<br />
</div><br />
<div class="c-one-half "><br />
<a href="http://facebook-awd.ahwebdev.fr/files/2012/05/exemple_app.png" rel="prettyPhoto" id="frame-counter-3" class="frame type-projector-screen alignleft" ><span class="decorator"><span class="outer"><span class="inner">
<p><img class="alignnone size-medium wp-image-414" title="Exemple Application settings" src="http://facebook-awd.ahwebdev.fr/files/2012/05/exemple_app-300x188.png" alt="" width="300" height="188" /></p>
<span class="indicator indicator-zoom"><span></span><span></span></span></span><span class="hlp-1"></span><span class="hlp-2"></span><span class="hlp-3"></span><span class="hlp-4"></span><span class="hlp-5"></span></span></span></a><br />
</div></div></p>
]]></content:encoded>
			<wfw:commentRss>http://facebook-awd.ahwebdev.fr/documentation/create-an-app-on-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install</title>
		<link>http://facebook-awd.ahwebdev.fr/documentation/install/</link>
		<comments>http://facebook-awd.ahwebdev.fr/documentation/install/#comments</comments>
		<pubDate>Tue, 08 May 2012 19:07:30 +0000</pubDate>
		<dc:creator>AHWEBDEV</dc:creator>
		
		<guid isPermaLink="false">http://facebook-awd.ahwebdev.fr/?page_id=388</guid>
		<description><![CDATA[Download OR  SVN Checkout  OR  GitHub source Extract the zip file and just drop the contents in the wp-content/plugins/ directory Go to admin plugin interface and activate the plugin then create an app then configure the plugin]]></description>
				<content:encoded><![CDATA[<p><span id="dropcap-counter-15" class="dropcap type-square" ><span>1</span></span><a title="Download" href="http://facebook-awd.ahwebdev.fr/download/"> Download</a> <mark id="flag-counter-7" class="flag" style="color: #ffffff; background: #0088b2; " >wp source</mark> OR  <a href="http://plugins.svn.wordpress.org/facebook-awd/trunk/">SVN Checkout</a>  OR  <a href="https://github.com/AHWEBDEV/Facebook-AWD">GitHub source</a> <mark id="flag-counter-8" class="flag" style="color: #ffffff; background: #0088b2; " >master</mark></p>
<p><span id="dropcap-counter-16" class="dropcap type-square" ><span>2</span></span> Extract the zip file and just drop the contents in the wp-content/plugins/ directory</p>
<p><span id="dropcap-counter-17" class="dropcap type-square" ><span>3</span></span> Go to admin plugin interface and activate the plugin then <a title="Create an App on Facebook" href="http://facebook-awd.ahwebdev.fr/documentation/create-an-app-on-facebook/">create an app</a> then <a title="Configure the plugin" href="http://facebook-awd.ahwebdev.fr/documentation/configure-the-plugin-base/">configure the plugin</a></p>
<div class="alert alert-info"><span style="text-decoration: underline;">Required:</span> PHP 5.* and CURL to work</div>
]]></content:encoded>
			<wfw:commentRss>http://facebook-awd.ahwebdev.fr/documentation/install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
