=== Facebook Tab Manager === Contributors: davidfcarr Tags: facebook, fb, rich text editor, custom post type, social media, facebook tab, iframe Requires at least: 3.0 Tested up to: 3.1 Stable tag: 2.2 Makes WordPress function as an editor for tabs you can embed in a Facebook page for your business, campaign, or organization. == Description == The Facebook Tab Manager allows you to create landing pages and other types of content to be displayed within Facebook, particularly within the tabs that appear on Facebook business pages and pages for other types of organizations. This provides a way of putting more interesting layouts and functionality into your Facebook pages, without the need to get too deep into fancy programming. The Facebook Tab Manager was specifically designed to take advantage of a recent Facebook page redesign that added support for iframe tabs on Facebook pages. Optionally, you can now also specify content to be displayed on an associated canvas page. Tab content can include any WordPress content, including output from Shortcodes and other plugin functions. [__Facebook Tab Manager for WordPress__](http://www.carrcommunications.com/wordpress-plugins/facebook-tab-manager/) [__Live examples at www.facebook.com/carrcomm__](http://www.facebook.com/carrcomm) == Installation == 1. Upload the entire `facebook-tab-manager` folder to the `/wp-content/plugins/` directory. 1. Activate the plugin through the 'Plugins' menu in WordPress. 1. Create/edit content through the Facebook Tabs menu. The editing screen provides guidelines for how to fill in the Facebook Developer form to register your tab content as a Facebook app. = Shortcode Options = * To include a JavaScript widget, such as one of the [Facebook Social Plugins](http://developers.facebook.com/docs/plugins/), paste it into the WordPress editor in `Visual` mode and wrap it with `[fbtab]WIDGET-CONTENT-HERE[/fbtab]`. The shortcode processing function will fix the HTML entities the editor adds on angle brackets and quotation marks. * To include blog post or paste content, you can use `[fbtab query="QUERY-STRING"]` where the query string is something like query="p=1" or query="category_name=facebook-tab-manager" -- see the documentation for the [query_posts function](http://codex.wordpress.org/Function_Reference/query_posts) for possible values. You can also use a format attribute of format="headline" or format="excerpt" -- see the Tab Manager tab at [www.facebook.com/carrcomm](http://www.facebook.com/carrcomm) for an example using `[fbtab query="category_name=facebook-tab-manager" format="excerpt"]` == Frequently Asked Questions == = Where can I get more information about using Facebook Tab Manager? = See the [plugin homepage](http://www.carrcommunications.com/wordpress-plugins/facebook-tab-manager/). == Screenshots == 1. Sample Facebook app configuration screen == Credits == Facebook Tab Manager Copyright (C) 2011 David F. Carr This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. See the GNU General Public License at . == Changelog == = 2.2 = Better handling / explanation for checkboxes to turn off filters and actions that aren't appropriate for a Facebook tab. = 2.1 = Bug fix = 2.0 = Fixing template.php display for canvas pages = 1.9 = Correcting tab/canvas setup code. = 1.8 = * Added checkbox option to set resize / auto resize for tabs taller than 800 pixels * You can now create both a tab and a canvas page for your application. = 1.7 = * Added options page for setting defaults, such as filters to ignore and CSS to apply * Clarified documentation for how to fill out the Facebook Developers form * Flush Rewrite Rules set to run every time on initialization (not supposed to be necessary, according to the documentation, but seems to work better on some configurations) = 1.6 = Refinements to shortcode function = 1.5 = Added `[fbtab]` Shortcode documented on the Installation section of this document. Makes it easier to integrate blog content and JavaScript widgets such as Facebook plugins. = 1.4 = * Added the ability to deactivate content filters when the fbtab template is displayed. This lets you eliminate plugin content modifications that are not appropriate for your Facebook tab. * Updated the instructions for configuration on Facebook. = 1.1, 1.2, 1.3 = Fixes to default styles handling, directory locations = 1.0 = First public release February 2011