<?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>TabMgr - Facebook Tab Manager for WordPress</title>
	<atom:link href="http://tabmgr.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tabmgr.com</link>
	<description>Use WordPress to Create and Edit Facebook Content - Documentation, Showcase and Hosting</description>
	<lastBuildDate>Sat, 14 Apr 2012 12:48:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Page Tab Resize Code Updated in Facebook Tab Manager 3.3</title>
		<link>http://tabmgr.com/blog/2012/04/14/page-tab-resize-code-updated-in-facebook-tab-manager-3-3/</link>
		<comments>http://tabmgr.com/blog/2012/04/14/page-tab-resize-code-updated-in-facebook-tab-manager-3-3/#comments</comments>
		<pubDate>Sat, 14 Apr 2012 12:30:26 +0000</pubDate>
		<dc:creator>David F. Carr</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://tabmgr.com/?p=142</guid>
		<description><![CDATA[The latest release of Facebook Tab Manager alters the JavaScript code generated to resize page tabs. I&#8217;ve been getting intermittent reports of users tabs not resizing correctly for the last few weeks, apparently because Facebook is phasing out support for the code I have been using. The new version makes it necessary to specify the App [...]]]></description>
			<content:encoded><![CDATA[<p>The latest release of Facebook Tab Manager alters the JavaScript code generated to resize page tabs. I&#8217;ve been getting intermittent reports of users tabs not resizing correctly for the last few weeks, apparently because Facebook is phasing out support for the code I have been using.</p>
<p>The new version makes it necessary to specify the App ID assigned by Facebook as part of the object initialization process in JavaScript. That means you must either record the App ID in Facebook Tab Manager or pass that ID as part of the URL you register with Facebook (?appid=123456789).</p>
<p>The code that is generated looks like this:</p>
<p><code><br />
&lt;script type="text/javascript" src="&lt;a target="_blank" href="https://connect.facebook.net/en_US/all.js"&gt;https://connect.facebook.net/en_US/all.js&lt;/a&gt;"&gt;&lt;/script&gt; &lt;script type="text/javascript" charset="utf-8"&gt;<br />
FB.init({<br />
appId : '[APP ID HERE]',<br />
channelUrl : 'https://www.carrcommunications.com/wp-content/plugins/facebook-tab-manager/channel.php',<br />
status : true,<br />
cookie : true,<br />
xfbml : true<br />
});<br />
window.onload = function() {<br />
FB.Canvas.setAutoGrow();<br />
}<br />
&lt;/script&gt;<br />
</code></p>
<p>The channelUrl parameter will point to a file on your own domain. This supposedly solves some cross-domain scripting issues with browsers.</p>
<p>Recording the App ID in Facebook is now part of the routine process of adding your tab to a specific page.</p>
<p>For existing tabs and reveal tabs, it may be easier to pass the information about the app ID to Facebook Tab Manager through a query string. For example, if you have a reveal tab registered as <em>http://www.example.com/</em><wbr><em>fbtab/</em><wbr><em>?fbreveal=1142-1415&amp;resize=</em><wbr><em>1</em> you can add appid= to the end as in <em>http://www.example.com/</em><wbr><em>fbtab/</em><wbr><em>?fbreveal=1142-1415&amp;resize=</em><wbr><em>1&amp;appid=1234586</em></wbr></wbr></wbr></wbr></wbr></wbr></p>
<p>The Reveal Tab Setup utility will now insert that parameter into the string when you record the app ID there, but if you&#8217;re trying to retrofit existing content, it may be easier to make the change in the developer tool. That&#8217;s where you&#8217;ll have to go to look up the app ID anyway.</p>
<p><del>Note: I am still seeing some issues with this code not working in Firefox.</del></p>
<p>The 3.3.1 update tweaks the code for compatibility with Firefox.</p>
<span class="fb_share"><fb:like href="http://tabmgr.com/blog/2012/04/14/page-tab-resize-code-updated-in-facebook-tab-manager-3-3/" layout="box_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://tabmgr.com/blog/2012/04/14/page-tab-resize-code-updated-in-facebook-tab-manager-3-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook Tab Manager Update for Timeline Pages</title>
		<link>http://tabmgr.com/blog/2012/03/17/facebook-tab-manager-update-for-timeline-pages/</link>
		<comments>http://tabmgr.com/blog/2012/03/17/facebook-tab-manager-update-for-timeline-pages/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 14:32:28 +0000</pubDate>
		<dc:creator>David F. Carr</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://tabmgr.com/?p=133</guid>
		<description><![CDATA[The 3.2 release of Facebook Tab Manager for WordPress adds support for the Timeline for Pages 810-pixel-wide tab layout introduced at the beginning of March. I had previously published some workarounds but this is the first update to bake support for the new tab layout into the plugin. There is now a Tab Layout dropdown [...]]]></description>
			<content:encoded><![CDATA[<p>The <a title="Facebook Tab Manager for WordPress Timeline support" href="http://wordpress.org/extend/plugins/facebook-tab-manager/">3.2 release</a> of Facebook Tab Manager for WordPress adds support for the Timeline for Pages 810-pixel-wide tab layout introduced at the beginning of March. I had previously published some workarounds but this is the first update to bake support for the new tab layout into the plugin.</p>
<p>There is now a Tab Layout dropdown menu under options. For existing tabs, it defaults to the 520-pixel layout. For new tabs, it defaults to 810 pixels. Facebook Tab Manager sets this width on the HTML &lt;body&gt; tag for your tab content to prevent it from overflowing the width of the iFrame that contains it and causing scroll bars to appear.</p>
<div id="attachment_134" class="wp-caption alignnone" style="width: 610px"><a href="http://tabmgr.com/wp-content/uploads/2012/03/fb_layout.jpg"><img class="size-full wp-image-134" title="fb_layout" src="http://tabmgr.com/wp-content/uploads/2012/03/fb_layout.jpg" alt="" width="600" height="210" /></a><p class="wp-caption-text">Layout option</p></div>
<p>When you record the parameters for your app in Facebook, you must also specify the 810-pixel width there. The new tabs (which Facebook now also refers to as &#8220;page apps&#8221;) also seem to require you to record the canvas URL parameters under &#8220;App on Facebook&#8221; in addition to the tab url parameters under &#8220;Page Tab.&#8221;</p>
<div id="attachment_135" class="wp-caption alignnone" style="width: 610px"><a href="http://tabmgr.com/wp-content/uploads/2012/03/fbdev_settings.jpg"><img class="size-full wp-image-135" title="fbdev_settings" src="http://tabmgr.com/wp-content/uploads/2012/03/fbdev_settings.jpg" alt="" width="600" height="441" /></a><p class="wp-caption-text">Facebook developer utility</p></div>
<p>You should also take the time to edit the large icon associated with your app, which will be used as the source for the image used to advertise your tab on the Timeline.</p>
<div id="attachment_8" class="wp-caption alignnone" style="width: 193px"><a href="http://tabmgr.com/thebrainyard/files/2012/02/app_icon.jpg"><img class="size-full wp-image-8 " title="app_icon" src="http://tabmgr.com/thebrainyard/files/2012/02/app_icon.jpg" alt="" width="183" height="111" /></a><p class="wp-caption-text">The larger icon must be set</p></div>
<p>You can see the results here. You can run this test yourself by creating a fbtab post containing the shortcode <span class="test">[</span>fbtab_width_test]. Note that the border of the 810-pixel width box is clipped off because it&#8217;s right at the limits of the body width.</p>
<p><a href="http://tabmgr.com/wp-content/uploads/2012/03/width_test.jpg"><img class="alignnone size-full wp-image-138" title="width_test" src="http://tabmgr.com/wp-content/uploads/2012/03/width_test.jpg" alt="" width="600" height="377" /></a></p>
<p>&nbsp;</p>
<span class="fb_share"><fb:like href="http://tabmgr.com/blog/2012/03/17/facebook-tab-manager-update-for-timeline-pages/" layout="box_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://tabmgr.com/blog/2012/03/17/facebook-tab-manager-update-for-timeline-pages/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How Timeline for Facebook Pages Impacts Page Tabs</title>
		<link>http://tabmgr.com/blog/2012/02/29/how-timeline-for-pages-impacts-page-tabs/</link>
		<comments>http://tabmgr.com/blog/2012/02/29/how-timeline-for-pages-impacts-page-tabs/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 17:38:43 +0000</pubDate>
		<dc:creator>David F. Carr</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://tabmgr.com/?p=117</guid>
		<description><![CDATA[Note: portions of this post (minus the details specific to Facebook Tab Manager) were published as a report for Information Week&#8217;s The BrainYard. Facebook has just officially announced Timeline for Facebook Pages, giving developers and designers 30 days to make adjustments before the change becomes mandatory. Having recently been tinkering with The BrainYard page at https://www.facebook.com/thebyard, [...]]]></description>
			<content:encoded><![CDATA[<p><em>Note: portions of this post (minus the details specific to Facebook Tab Manager) were published as a <a href="http://www.informationweek.com/thebrainyard/commentary/social_networking_consumer/232601762/timeline-for-facebook-pages-takes-getting-used-to">report for Information Week&#8217;s The BrainYard</a>.</em></p>
<p>Facebook has just officially announced Timeline for Facebook Pages, giving developers and designers 30 days to make adjustments before the change becomes mandatory.</p>
<p>Having recently been tinkering with The BrainYard page at <a href="https://www.facebook.com/thebyard">https://www.facebook.com/thebyard</a>, trying to build it into the community resource it ought to be for readers, I took the jump and activated the new Timeline today, after scrambling to make some quick changes. Although existing page tabs will display under the new layout, they are displayed differently, and there are several design and setup changes to be made.</p>
<p>Timeline for Pages looks great in the <a href="https://www.facebook.com/photo.php?v=3346293894451">video</a> Facebook released celebrating the change, and on some of the pages whose designers got an early heads-up such as those for <a href="https://www.facebook.com/nytimes">The New York Times</a>, Lance Armstrong&#8217;s <a href="https://www.facebook.com/livestrong">Livestrong</a> organization, and the NBC&#8217;s <a href="https://www.facebook.com/today">Today Show</a>. However, the Facebook Developers <a href="https://www.facebook.com/groups/fbdevelopers/340104042699783/">discussion thread on the changes</a> is filled with more complaints than praise.</p>
<p>One of the ways Facebook Page owners used to entice people to click the Like button on their pages was by defining a default page tab, usually displaying an image and message urging people to like the page in order to get access to subscribers-only content. After the visitor clicked the button, the page would refresh, displaying that special content.</p>
<p>With the new design, those welcome pages are no longer supported.</p>
<p>You can still set a tab to show different content to people who have and have not liked a page. However, if they click the like button, the page does not automatically refresh to show the fan content. There is a <a href="https://developers.facebook.com/bugs/228778937218386?browse=search_4f4e5bcf191725240135406">bug report</a> that&#8217;s been filed on this. <del datetime="2012-03-02T20:03:05+00:00">, but I&#8217;m not sure Facebook will acknowledge this as a bug or if it&#8217;s how they want things to work now. Or maybe it will emerge that there&#8217;s some bit of JavaScript you can add to your page to get the refresh-on-like behavior. No one seems to have the answer on this yet.</del> <strong>Update March 2, 2pm ET:</strong> FB developer relations now says: &#8220;This is a bug and the fix should be in soon. Thanks for your patience!&#8221; So it wasn&#8217;t intentional after all, or if so they changed their minds.</p>
<p>Adjusting to the new design requires some other changes.</p>
<p>Here is how the BrainYard page looked pre-Timeline:</p>
<div id="attachment_9" class="wp-caption alignnone" style="width: 610px"><a href="http://tabmgr.com/thebrainyard/files/2012/02/by_home_old.jpg"><img class="size-full wp-image-9 " title="by_home_old" src="http://tabmgr.com/thebrainyard/files/2012/02/by_home_old.jpg" alt="" width="600" height="513" /></a><p class="wp-caption-text">The BrainYard page pre-Timeline</p></div>
<p>And after I initially turned on the preview:</p>
<div id="attachment_14" class="wp-caption alignnone" style="width: 610px"><a href="http://tabmgr.com/thebrainyard/files/2012/02/bytimeline11.jpg"><img class="size-full wp-image-14 " title="bytimeline1" src="http://tabmgr.com/thebrainyard/files/2012/02/bytimeline11.jpg" alt="" width="600" height="497" /></a><p class="wp-caption-text">The BrainYard Page with Timeline layout</p></div>
<p>Note that the menu of tabs on the left hand side of the page is gone. Instead, tabs are represented by the row of four icons at the top of the page. Photos is always shown as the first icon, but you can rearrange or select the others.</p>
<p>Note that I now have a generic icon for the BrainYard Stories tab, where before I had a small image of the colored ball icon used in our logo next to the tab. Fixing this required adding a larger image (which previously only used to be used for content displayed as an &#8220;app&#8221; rather than as a tab).</p>
<p>For example, the screen shot below is from a custom tab I registered to display clips of my work. Note that the small scissors icon is set, but the larger one isn&#8217;t &#8211; until now, it didn&#8217;t need to be.</p>
<div id="attachment_8" class="wp-caption alignnone" style="width: 193px"><a href="http://tabmgr.com/thebrainyard/files/2012/02/app_icon.jpg"><img class="size-full wp-image-8 " title="app_icon" src="http://tabmgr.com/thebrainyard/files/2012/02/app_icon.jpg" alt="" width="183" height="111" /></a><p class="wp-caption-text">The larger icon must be set</p></div>
<p><strong>IMPORTANT:</strong> Another thing you will need to set through the developers utility &#8212; which didn&#8217;t necessarily used to be important, but now is &#8212; would be the urls for the app or canvas display of your content. When I first turned on the Timeline preview for the BrainYard page, which included a tab for which I hadn&#8217;t provided the parameters, the tab did not display when I clicked on the icon for it. Then, when I tried to turn off Timeline preview, I found that the tab was no longer displayed on the menu in the old layout. Adding the canvas url parameters on the form and saving my app again cleared up that problem.</p>
<p>There is some history here. When Facebook introduced the current iframe-based incarnation of page tabs, you were always required to specify the url for the app canvas first because the tab content was registered as if it were a file or a directory beneath the level of the canvas. So the url to your tab content had to be something like site.com/fbtab/canvas/tab/. A few months later, the app registration tool was redesigned to allow the app and the tab to be defined as two independent urls.</p>
<p>Facebook Tab Manager was designed to support the same content being displayed as either an app or a tab, and the instructions displayed in WordPress always provide the parameters for registering an app canvas version. However, I personally have gotten out of the habit of entering those parameters when I&#8217;m not specifically planning to display the content as anything other than a tab. It just wasn&#8217;t important. Now, it is.</p>
<p>Here is what that custom tab for displaying a list of headlines looked like, pre-Timeline:</p>
<div id="attachment_10" class="wp-caption alignnone" style="width: 610px"><a href="http://tabmgr.com/thebrainyard/files/2012/02/by_tab_old.jpg"><img class="size-full wp-image-10" title="by_tab_old" src="http://tabmgr.com/thebrainyard/files/2012/02/by_tab_old.jpg" alt="" width="600" height="503" /></a><p class="wp-caption-text">A custom tab in the old layout</p></div>
<p>Here is what it looked like after activating Timeline, before making any other changes:</p>
<div id="attachment_122" class="wp-caption alignnone" style="width: 610px"><a href="http://tabmgr.com/wp-content/uploads/2012/02/by_tab600.jpg"><img class="size-full wp-image-122" title="by_tab600" src="http://tabmgr.com/wp-content/uploads/2012/02/by_tab600.jpg" alt="" width="600" height="515" /></a><p class="wp-caption-text">Existing tab in the new layout</p></div>
<p>Note that must of the wrap-around Facebook content is gone, leaving the app floating centered in the middle of the page with a lot of white space all around. Facebook tabs used to be limited to a 520-pixel width, but now they can be displayed as wide as 810 pixels. Designers will probably welcome having more room for larger images and other custom content, but initially the transition could be awkward.</p>
<p>The technology Facebook uses to embed apps and page tabs is the HTML iframe, a technique for embedding one web page inside another. Apps and page tabs are registered using a <a href="https://developers.facebook.com/apps">developer tool</a> on the Facebook website where the developer records the urls of the web pages that will be referenced. When a Facebook user navigates to a tab, the website generates an iframe to contain the content from that external application.</p>
<p>There is now a radio button setting in the app registration tool that lets you toggle between the 520 and 810-pixel widths for the iFrame. Initially, your tab will still be displayed within a 520-pixel wide iframe, with that frame centered on the page. Here is the same tab in the 810-pixel layout.</p>
<div id="attachment_12" class="wp-caption alignnone" style="width: 610px"><a href="http://tabmgr.com/thebrainyard/files/2012/02/by_tab2.jpg"><img class="size-full wp-image-12" title="by_tab2" src="http://tabmgr.com/thebrainyard/files/2012/02/by_tab2.jpg" alt="" width="600" height="516" /></a><p class="wp-caption-text">A custom tab with initial CSS tweaks</p></div>
<p>Because Facebook Tab Manager sets a width on the body element to prevent scroll bars from being displayed, I had to override the default css by adding this code in the CSS styles field of the Facebook Tab Manager post editor.</p>
<p><code>body { width: 810px;}</code></p>
<p><strong>Update 3/17/2012:</strong> <a href="http://tabmgr.com/blog/2012/03/17/facebook-tab-manager-update-for-timeline-pages/">Wider tabs are supported without this workaround in version 3.2</a>.</p>
<p>Here is what my initial redesign of this Facebook page came out, with the tab icon fixed and a cover image added.</p>
<div id="attachment_15" class="wp-caption alignnone" style="width: 610px"><a href="http://tabmgr.com/thebrainyard/files/2012/02/bytimeline2.jpg"><img class="size-full wp-image-15" title="bytimeline2" src="http://tabmgr.com/thebrainyard/files/2012/02/bytimeline2.jpg" alt="" width="600" height="515" /></a><p class="wp-caption-text">Initial redesign</p></div>
<p>This could still use some love from a professional designer, but it&#8217;s workable for now.</p>
<p>References:</p>
<ul>
<li>A good summary of the <a href="https://www.facebook.com/notes/christian-winther/facebook-timeline-for-pages-changes/10150592232311566">technical and design changes</a></li>
<li><a href="http://www.scribd.com/doc/83187932/Facebook-Timeline-For-Pages-Product-Guide-from-TechCrunch">Style guide from Facebook</a></li>
</ul>
<span class="fb_share"><fb:like href="http://tabmgr.com/blog/2012/02/29/how-timeline-for-pages-impacts-page-tabs/" layout="box_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://tabmgr.com/blog/2012/02/29/how-timeline-for-pages-impacts-page-tabs/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Facebook Tab Manager Ranks #5 on WordPress Aisle List</title>
		<link>http://tabmgr.com/blog/2012/02/29/facebook-tab-manager-ranks-5-on-wordpress-aisle-list/</link>
		<comments>http://tabmgr.com/blog/2012/02/29/facebook-tab-manager-ranks-5-on-wordpress-aisle-list/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 13:27:55 +0000</pubDate>
		<dc:creator>David F. Carr</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://tabmgr.com/?p=115</guid>
		<description><![CDATA[Facebook Tab Manager came in at #5 on WordPress Aisle&#8217;s list of the 20 Best WordPress Facebook Plugins for WP Websites. Looks like a pretty good list. Tab Manager comes in behind some of the plugins for promoting your blog through Facebook.]]></description>
			<content:encoded><![CDATA[<p>Facebook Tab Manager came in at #5 on WordPress Aisle&#8217;s list of the <a href="http://wpaisle.com/wordpress-plugins/best-wordpress-facebook-plugins/">20 Best WordPress Facebook Plugins for WP Websites</a>. Looks like a pretty good list. Tab Manager comes in behind some of the plugins for promoting your blog through Facebook.</p>
<span class="fb_share"><fb:like href="http://tabmgr.com/blog/2012/02/29/facebook-tab-manager-ranks-5-on-wordpress-aisle-list/" layout="box_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://tabmgr.com/blog/2012/02/29/facebook-tab-manager-ranks-5-on-wordpress-aisle-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mstore.de</title>
		<link>http://tabmgr.com/blog/2012/02/29/mstore-de/</link>
		<comments>http://tabmgr.com/blog/2012/02/29/mstore-de/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 02:40:23 +0000</pubDate>
		<dc:creator>David F. Carr</dc:creator>
				<category><![CDATA[Showcase]]></category>

		<guid isPermaLink="false">http://tabmgr.com/?p=110</guid>
		<description><![CDATA[https://www.facebook.com/mstore.de This page for a computer services / computer store business in Hamburg, Germany uses Facebook Tab Manager for this promotional welcome screen and several other page tabs. From the creator: Julian Hutabarat The Newsletter tab is the most complex tab so far. I embedded the subscription form via the &#8220;Post Snippets&#8221; plugin to prevent [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.facebook.com/mstore.de">https://www.facebook.com/mstore.de</a></p>
<p>This page for a computer services / computer store business in Hamburg, Germany uses Facebook Tab Manager for this promotional welcome screen and several other page tabs.</p>
<div id="attachment_111" class="wp-caption alignnone" style="width: 310px"><a href="http://tabmgr.com/wp-content/uploads/2012/02/mstore.de_.png"><img class="size-medium wp-image-111 " title="mstore.de" src="http://tabmgr.com/wp-content/uploads/2012/02/mstore.de_-300x188.png" alt="mstore.de" width="300" height="188" /></a><p class="wp-caption-text">mstore.de on Facebook</p></div>
<p>From the creator: <a href="https://www.facebook.com/hudihoo" data-ft="{&quot;type&quot;:35}" data-hovercard="/ajax/hovercard/user.php?id=100002611498556">Julian Hutabarat</a> The Newsletter tab is the most complex tab so far. I embedded the subscription form via the &#8220;Post Snippets&#8221; plugin to prevent possible conversion errors by WP. I will let you know, when I&#8217;ll build more advanced tabs and fan gate tabs.</p>
<p>&nbsp;</p>
<span class="fb_share"><fb:like href="http://tabmgr.com/blog/2012/02/29/mstore-de/" layout="box_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://tabmgr.com/blog/2012/02/29/mstore-de/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: Create a Welcome Page with Facebook Tab Manager for WordPress</title>
		<link>http://tabmgr.com/blog/2012/02/27/video-create-a-welcome-page-with-facebook-tab-manager-for-wordpress/</link>
		<comments>http://tabmgr.com/blog/2012/02/27/video-create-a-welcome-page-with-facebook-tab-manager-for-wordpress/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 01:02:25 +0000</pubDate>
		<dc:creator>David F. Carr</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://tabmgr.com/?p=96</guid>
		<description><![CDATA[One of the recent posts on the WordPress.org support forum was from someone asking for a better tutorial on the process for creating a &#8220;reveal tab&#8221; or &#8220;gate tab&#8221; that displays a different message to newcomers, enticing them to click that Like button so they can access whatever special content you make available for page [...]]]></description>
			<content:encoded><![CDATA[<p>One of the recent posts on the WordPress.org support forum was from someone asking for a better tutorial on the process for creating a &#8220;reveal tab&#8221; or &#8220;gate tab&#8221; that displays a different message to newcomers, enticing them to click that Like button so they can access whatever special content you make available for page fans only. In the process of thinking about how to explain it, I realized it would help if I tried to simplify the process with a little redesign of the software. That&#8217;s part of the story behind version 3.1, which reworks the &#8220;Reveal Tab Setup&#8221; utility to make it easier to record a Facebook App ID associated with your content.</p>
<p>The video below walks you through the process. It ends abruptly because I recorded it using Jing (the poor man&#8217;s Camtasia, limited to 5 minutes). Still, I think it covers the essentials, ending right as I show how to register a Reveal Tab URL in Facebook, record the App ID provided by Facebook in WordPress, and then follow the Add to Page link that allows you to add this tab to a specific Facebook page for your business or organization.</p>
<p>This video can also be viewed at <a href="http://www.screencast.com/t/7UsV5XryV" title="Reveal Tab Tutorial for Facebook Tab Manager" target="_blank">http://www.screencast.com/t/7UsV5XryV</a></p>
<p><!-- copy and paste. Modify height and width if desired. --> <object id="scPlayer"  width="607" height="426" type="application/x-shockwave-flash" data="http://content.screencast.com/users/davidfcarr/folders/Jing/media/5460e002-86ef-40ed-9be5-31448433dbdc/jingswfplayer.swf" ><param name="movie" value="http://content.screencast.com/users/davidfcarr/folders/Jing/media/5460e002-86ef-40ed-9be5-31448433dbdc/jingswfplayer.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="thumb=http://content.screencast.com/users/davidfcarr/folders/Jing/media/5460e002-86ef-40ed-9be5-31448433dbdc/FirstFrame.jpg&#038;containerwidth=1215&#038;containerheight=852&#038;content=http://content.screencast.com/users/davidfcarr/folders/Jing/media/5460e002-86ef-40ed-9be5-31448433dbdc/2012-02-26_2002.swf&#038;blurover=false" /><param name="allowFullScreen" value="true" /><param name="scale" value="showall" /><param name="allowScriptAccess" value="always" /><param name="base" value="http://content.screencast.com/users/davidfcarr/folders/Jing/media/5460e002-86ef-40ed-9be5-31448433dbdc/" />Unable to display content. Adobe Flash is required.</object></p>
<span class="fb_share"><fb:like href="http://tabmgr.com/blog/2012/02/27/video-create-a-welcome-page-with-facebook-tab-manager-for-wordpress/" layout="box_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://tabmgr.com/blog/2012/02/27/video-create-a-welcome-page-with-facebook-tab-manager-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Tab Manager 3.03 &#8211; Simplifying &#8220;Add to Page,&#8221; Adding Custom Capabilities</title>
		<link>http://tabmgr.com/blog/2012/02/17/facebook-tab-manager-3-03/</link>
		<comments>http://tabmgr.com/blog/2012/02/17/facebook-tab-manager-3-03/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 03:21:35 +0000</pubDate>
		<dc:creator>David F. Carr</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://tabmgr.com/?p=91</guid>
		<description><![CDATA[With the release of Facebook Tab Manager 3.0, I introduced a more flexible scheme for assigning user editing capabilities. A couple of bug fixes later, we&#8217;re now at 3.03, which also puts the the Add to Page link (for adding your tabs to one or more page) to the overview screen that shows all the [...]]]></description>
			<content:encoded><![CDATA[<p>With the release of Facebook Tab Manager 3.0, I introduced a more flexible scheme for assigning user editing capabilities. A couple of bug fixes later, we&#8217;re now at 3.03, which also puts the the Add to Page link (for adding your tabs to one or more page) to the overview screen that shows all the tabs available for posting. If you haven&#8217;t recorded the required App ID # Facebook assigns, you will instead see a link back to the editor, prompting you to enter that information.</p>
<div id="attachment_92" class="wp-caption alignnone" style="width: 869px"><a href="http://tabmgr.com/wp-content/uploads/2012/02/listing-addtopage.png"><img class="size-full wp-image-92 " title="listing-addtopage" src="http://tabmgr.com/wp-content/uploads/2012/02/listing-addtopage.png" alt="" width="859" height="251" /></a><p class="wp-caption-text">Add to Page / Sett App ID links</p></div>
<p>I&#8217;m doing my best to make this as convenient as possible.</p>
<p><strong>Setting Editing Capabilities</strong></p>
<p>Previously, I made the assumption that Facebook tab content (fbtabs) should be treated like pages, rather than posts, meaning that you had to be an editor or administrator to create or edit them. At least one user contacted me to say he also wanted authors to have access. So now there is a checkbox on the Settings screen asking if you want authors and contributors to have the same sort of rights to create and edit fbtabs as they would for posts.</p>
<p>It&#8217;s also possible for website owners to assign their own custom capabilities / permissions schemes, either using custom PHP code or a plugin such as <a href="http://wordpress.org/extend/plugins/members/">Members</a> or <a href="http://wordpress.org/extend/plugins/role-scoper/">Role Scoper</a>. For example, you could expand the fbtab editing capabilities of an author (one of the standard WordPress roles), or create a custom role such as &#8220;Facebook Tab Editor&#8221; with the capabilities you assign. For example, someone with this role might have full rights to edit fbtab content but not have access to the editor for pages.</p>
<p>The relevant roles are:</p>
<ul>
<li>delete_fbtabs</li>
<li>edit_fbtabs</li>
<li>edit_published_fbtabs</li>
<li>publish_fbtabs</li>
<li>delete_others_fbtabs</li>
<li>edit_others_fbtabs</li>
<li>edit_private_fbtabs</li>
<li>read_private_fbtabs</li>
</ul>
<p>Other capabilities might have to be set for a custom role &#8212; for example, the &#8220;upload_files&#8221; capability applies across pages, posts, custom post types, and the media tab on the site administration screens. The WordPress.org site offers more details on the <a dir="ltr" href="http://codex.wordpress.org/Roles_and_Capabilities">Roles and Capabilities</a> scheme. Took me a while to wrap my head around it, I confess.</p>
<span class="fb_share"><fb:like href="http://tabmgr.com/blog/2012/02/17/facebook-tab-manager-3-03/" layout="box_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://tabmgr.com/blog/2012/02/17/facebook-tab-manager-3-03/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Incorporating RSS Feeds</title>
		<link>http://tabmgr.com/blog/2012/01/22/incorporating-rss-feeds/</link>
		<comments>http://tabmgr.com/blog/2012/01/22/incorporating-rss-feeds/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 23:17:16 +0000</pubDate>
		<dc:creator>David F. Carr</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://tabmgr.com/?p=37</guid>
		<description><![CDATA[Activate the &#8220;WordPress RSS shortcode&#8221; to include headlines from an RSS feed. This works the same as it would in a WordPress post or page. Example: [rsstag url="http://www.informationweek.com/thebrainyard/rss/" show_summary=1 show_date=1 show_author=1] Renders as:]]></description>
			<content:encoded><![CDATA[<p>Activate the &#8220;WordPress RSS shortcode&#8221; to include headlines from an RSS feed. This works the same as it would in a WordPress post or page.</p>
<p>Example:</p>
<p><strong>[</strong>rsstag url="http://www.informationweek.com/thebrainyard/rss/" show_summary=1 show_date=1 show_author=1<strong>]</strong></p>
<p>Renders as:</p>
<ul><li><a class='rsswidget' href='http://www.informationweek.com/thebrainyard/news/240000630/twitter-adds-do-not-track-capability' title='FTC and Mozilla applaud as Twitter gives consumers tools to opt out of tracking. [&hellip;]'>Twitter Adds Do Not Track Capability</a> <span class="rss-date">May 18, 2012</span><div class='rssSummary'>FTC and Mozilla applaud as Twitter gives consumers tools to opt out of tracking. [&hellip;]</div> <cite>Mathew J. Schwartz</cite></li><li><a class='rsswidget' href='http://www.informationweek.com/thebrainyard/commentary/social_networking_consumer/240000644/how-facebook-ipo-impacts-social-business-space' title='Facebook&#039;s $16 billion IPO will have direct and indirect effects on companies evaluating and deploying social business solutions. [&hellip;]'>How Facebook IPO Impacts Social Business Space</a> <span class="rss-date">May 18, 2012</span><div class='rssSummary'>Facebook&#039;s $16 billion IPO will have direct and indirect effects on companies evaluating and deploying social business solutions. [&hellip;]</div> <cite>Debra Donston-Miller</cite></li><li><a class='rsswidget' href='http://www.informationweek.com/thebrainyard/commentary/social_networking_consumer/240000616/how-facebook-ignores-its-users' title='Facebook consulted with users on Timeline more than on any previous product change. Users hated it, but Facebook gave it to them anyway. [&hellip;]'>How Facebook Ignores Its Users</a> <span class="rss-date">May 18, 2012</span><div class='rssSummary'>Facebook consulted with users on Timeline more than on any previous product change. Users hated it, but Facebook gave it to them anyway. [&hellip;]</div> <cite>David F. Carr</cite></li><li><a class='rsswidget' href='http://www.informationweek.com/thebrainyard/news/240000582/weather-channel-flipboard-updates-gain-social-power' title='Significant updates to The Weather Channel iPhone app and Flipboard app for iPhones and iPads tap into the social reach of Facebook and Twitter. [&hellip;]'>Weather Channel, Flipboard Updates Gain Social Power</a> <span class="rss-date">May 17, 2012</span><div class='rssSummary'>Significant updates to The Weather Channel iPhone app and Flipboard app for iPhones and iPads tap into the social reach of Facebook and Twitter. [&hellip;]</div> <cite>Eric Zeman</cite></li><li><a class='rsswidget' href='http://www.informationweek.com/thebrainyard/news/strategy/240000547/chuck-e-cheeses-charts-careful-social-expansion' title='With its Facebook presence growing, Chuck E. Cheese&#039;s sets its sights on Foursquare and Pinterest. [&hellip;]'>Chuck E. Cheese&#039;s Charts Careful Social Expansion</a> <span class="rss-date">May 17, 2012</span><div class='rssSummary'>With its Facebook presence growing, Chuck E. Cheese&#039;s sets its sights on Foursquare and Pinterest. [&hellip;]</div> <cite>Debra Donston-Miller</cite></li><li><a class='rsswidget' href='http://www.informationweek.com/thebrainyard/news/social_networking_private_platforms/240000501/sap-streamwork-one-customers-story' title='Prototype system helps Applied Materials organize approvals on complex custom product specs, but not without tradeoffs. [&hellip;]'>SAP Streamwork: One Customer&#039;s Story</a> <span class="rss-date">May 16, 2012</span><div class='rssSummary'>Prototype system helps Applied Materials organize approvals on complex custom product specs, but not without tradeoffs. [&hellip;]</div> <cite>David F. Carr</cite></li><li><a class='rsswidget' href='http://www.informationweek.com/thebrainyard/news/240000488/zeus-malware-seeks-facebook-users-debit-card-data' title='Latest Botnet-backed fraud compaign also has variations targeting Google Mail, Hotmail, and Yahoo users. [&hellip;]'>Zeus Malware Seeks Facebook Users&#039; Debit Card Data</a> <span class="rss-date">May 16, 2012</span><div class='rssSummary'>Latest Botnet-backed fraud compaign also has variations targeting Google Mail, Hotmail, and Yahoo users. [&hellip;]</div> <cite>Mathew J. Schwartz</cite></li><li><a class='rsswidget' href='http://www.informationweek.com/thebrainyard/news/social_networking_private_platforms/240000451/successfactors-leading-sap-cloud-away-from-business-bydesign' title='SuccessFactors founder Dalgaard, now leading SAP cloud strategy, wants to move toward &quot;independent but super-integrated&quot; apps. [&hellip;]'>SuccessFactors Leading SAP Cloud Away From Business ByDesign</a> <span class="rss-date">May 16, 2012</span><div class='rssSummary'>SuccessFactors founder Dalgaard, now leading SAP cloud strategy, wants to move toward &quot;independent but super-integrated&quot; apps. [&hellip;]</div> <cite>David F. Carr</cite></li><li><a class='rsswidget' href='http://www.informationweek.com/thebrainyard/news/social_networking_private_platforms/240000454/globoforce-maps-top-employee-performers' title='Talent Maps puts social media analytics behind recognizing the staffers doing the most to drive a company&#039;s economic value. [&hellip;]'>Globoforce Maps Top Employee Performers</a> <span class="rss-date">May 16, 2012</span><div class='rssSummary'>Talent Maps puts social media analytics behind recognizing the staffers doing the most to drive a company&#039;s economic value. [&hellip;]</div> <cite>David F. Carr</cite></li><li><a class='rsswidget' href='http://www.informationweek.com/thebrainyard/news/240000447/facebooks-11-biggest-technology-bets' title='When Facebook stock goes on sale later this week, investors will be banking on open source. What other key technology pieces will Facebook use to grow its business? [&hellip;]'>Facebook&#039;s 11 Biggest Technology Bets</a> <span class="rss-date">May 16, 2012</span><div class='rssSummary'>When Facebook stock goes on sale later this week, investors will be banking on open source. What other key technology pieces will Facebook use to grow its business? [&hellip;]</div> <cite>Thomas Claburn</cite></li></ul>
<span class="fb_share"><fb:like href="http://tabmgr.com/blog/2012/01/22/incorporating-rss-feeds/" layout="box_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://tabmgr.com/blog/2012/01/22/incorporating-rss-feeds/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TabMgr.com Or Facebook Tab Manager On Your Own Site: Which Is Right For You?</title>
		<link>http://tabmgr.com/blog/2012/01/22/tabmgr-com-or-facebook-tab-manager-on-your-own-site-which-is-right-for-you/</link>
		<comments>http://tabmgr.com/blog/2012/01/22/tabmgr-com-or-facebook-tab-manager-on-your-own-site-which-is-right-for-you/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 16:08:16 +0000</pubDate>
		<dc:creator>David F. Carr</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://tabmgr.com/?p=27</guid>
		<description><![CDATA[A TabMgr.com subscription promises to be simpler for some users who do not currently have SSL configured on their own websites. Here are the trade-offs. Choose Facebook Tab Manager on your own site if &#8230; You want the convenience of editing web and blog content, as well as Facebook tabs on your own dashboard. You [...]]]></description>
			<content:encoded><![CDATA[<p>A TabMgr.com subscription promises to be simpler for some users who do not currently have SSL configured on their own websites. Here are the trade-offs.</p>
<p>Choose <a title="Facebook Tab Manager for WordPress" href="http://facebooktabmanager.com">Facebook Tab Manager</a> on your own site if &#8230;</p>
<ul>
<li>You want the convenience of editing web and blog content, as well as Facebook tabs on your own dashboard.</li>
<li>You will be taking advantage of the tab manager shortcodes for listing WordPress blog content headlines or articles within a tab.</li>
<li>You have other reasons for wanting to SSL-secure your website.</li>
</ul>
<p>Choose TabMgr.com if &#8230;</p>
<ul>
<li>You want a simple way of creating and Facebook page tabs, or landing pages, using WordPress editing tools.</li>
<li>You want to avoid conflicts with other plugins or theme-related functions unrelated to your Facebook content.</li>
<li>Upgrading your self-hosted website to support SSL is more trouble than it is worth to you.</li>
</ul>
<span class="fb_share"><fb:like href="http://tabmgr.com/blog/2012/01/22/tabmgr-com-or-facebook-tab-manager-on-your-own-site-which-is-right-for-you/" layout="box_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://tabmgr.com/blog/2012/01/22/tabmgr-com-or-facebook-tab-manager-on-your-own-site-which-is-right-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New &#8220;Add to Page&#8221; method in Facebook Tab Manager 2.9.6</title>
		<link>http://tabmgr.com/blog/2011/12/14/new-add-to-page-method-in-facebook-tab-manager-2-9-6/</link>
		<comments>http://tabmgr.com/blog/2011/12/14/new-add-to-page-method-in-facebook-tab-manager-2-9-6/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 01:54:10 +0000</pubDate>
		<dc:creator>David F. Carr</dc:creator>
		
		<guid isPermaLink="false">http://tabmgr.com/?p=193</guid>
		<description><![CDATA[Download the latest version of Facebook Tab Manager for a smoother experiencing adding your tabs to one or more Facebook pages. Facebook’s decision to eliminate the automatically created profile pages for apps invalidates the instructions I previously supplied, which relied on clicking an “Add to Page” link on the profile page for your app. Hard [...]]]></description>
			<content:encoded><![CDATA[<p>Download the <a href="http://wordpress.org/extend/plugins/facebook-tab-manager/">latest version</a> of Facebook Tab Manager for a smoother experiencing adding your tabs to one or more Facebook pages.</p>
<p>Facebook’s decision to <a title="Facebook kills app profile pages" href="https://developers.facebook.com/blog/post/611/">eliminate the automatically created profile pages for apps</a> invalidates the instructions I previously supplied, which relied on clicking an “Add to Page” link on the profile page for your app. Hard to do that if the app profile page isn&#8217;t there!</p>
<p>Instead, Facebook is providing new instructions for apps to add tabs to pages. I&#8217;ve tried to simplify this process by modifying the documentation and tools displayed within the editor for Facebook Tab Manager. If you record the App ID provided by Facebook, Facebook Tab Manager will now display its own Add to Page link.</p>
<p>Look for the App ID field under the &#8220;Install This as a Facebook Tab&#8221; section of the documentation.</p>
<div id="attachment_194" class="wp-caption alignnone" style="width: 580px"><a href="http://tabmgr.com/wp-content/uploads/2011/12/addtopage_id.png"><img class="size-full wp-image-194" title="addtopage_id" src="http://tabmgr.com/wp-content/uploads/2011/12/addtopage_id.png" alt="" width="570" height="293" /></a><p class="wp-caption-text">Record the App ID here</p></div>
<p>Then click the Add to Page link that will be displayed &#8230;</p>
<div id="attachment_195" class="wp-caption alignnone" style="width: 584px"><a href="http://tabmgr.com/wp-content/uploads/2011/12/add_to_page_link.png"><img class="size-full wp-image-195" title="add_to_page_link" src="http://tabmgr.com/wp-content/uploads/2011/12/add_to_page_link.png" alt="" width="574" height="161" /></a><p class="wp-caption-text">Add to Page link</p></div>
<p>And you will get the dialog for adding the tab associated with that App ID to one or more pages.</p>
<p><a href="http://tabmgr.com/wp-content/uploads/2011/12/add_to_page_dialog.png"><img class="alignnone size-full wp-image-197" title="add_to_page_dialog" src="http://tabmgr.com/wp-content/uploads/2011/12/add_to_page_dialog.png" alt="" width="566" height="227" /></a></p>
<p><strong>Update 12/20/2011:</strong> There is now an Add to Page admin screen in Facebook Tab Manager (version 2.9.7) that allows you to register the App IDs associated with a reveal tab URL or another custom URL (for example, re-purposing an existing page or blog post with the ?fb=tab query string).</p>
<p>The utility creates a link in the format:</p>
<p>https://www.facebook.com/dialog/pagetab?app_id=APP_ID_GOES_HERE&#038;redirect_uri=https%3A%2F%2Fwww.facebook.com</p>
<p>&nbsp;</p>
<span class="fb_share"><fb:like href="http://tabmgr.com/blog/2011/12/14/new-add-to-page-method-in-facebook-tab-manager-2-9-6/" layout="box_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://tabmgr.com/blog/2011/12/14/new-add-to-page-method-in-facebook-tab-manager-2-9-6/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

