<?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>ZENVERSE &#187; Facebook</title>
	<atom:link href="http://zenverse.net/category/facebook-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://zenverse.net</link>
	<description>Design and Web Development</description>
	<lastBuildDate>Tue, 15 Jan 2013 15:12:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>How to Remove Facebook Cache of Your Page&#8217;s Metadata</title>
		<link>http://zenverse.net/remove-facebook-cache-of-your-page-matadata/</link>
		<comments>http://zenverse.net/remove-facebook-cache-of-your-page-matadata/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 14:14:21 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://zenverse.net/?p=2506</guid>
		<description><![CDATA[Whenever Facebook visited a page (most probably when someone shared your URL on Facebook), your page's metadata will be cached. I am not sure when the cache expires, but you can actually clear the cache easily by directing your browser to this address below]]></description>
				<content:encoded><![CDATA[<p>Whenever Facebook visited a page (most probably when someone shared your URL on Facebook), your page&#8217;s metadata will be cached. I am not sure when the cache expires, but you can actually clear the cache easily by directing your browser to this address below:</p>
<blockquote><p>http://developers.facebook.com/tools/debug/og/object?q=[YOUR_PAGE_URL]&#038;fbrefresh=any</p></blockquote>
<p>Of course, replace &#8220;[YOUR_PAGE_URL]&#8221; with your page URL and you are good to go.</p>
<p>I also created a quick page for you to <a href="http://tools.zenverse.net/clear-facebook-cache/" title="Clear Facebook Cache Metadata" target="_blank">clear facebook cache of any page</a> in my WebTools Site. You can bookmark this page to use it in future.</p>
<p>Hope this helps :)</p>
]]></content:encoded>
			<wfw:commentRss>http://zenverse.net/remove-facebook-cache-of-your-page-matadata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Legacy Facebook &#8220;Share&#8221; Button Codes (Bubble Count, Box Count and More)</title>
		<link>http://zenverse.net/legacy-facebook-share-button-code/</link>
		<comments>http://zenverse.net/legacy-facebook-share-button-code/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 16:12:32 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://zenverse.net/?p=2329</guid>
		<description><![CDATA[Few months ago, Facebook removed the page that allow us to generate codes for their official "Share" button. They replaced it with <a href="https://developers.facebook.com/docs/reference/plugins/like" target="_blank">"Like" button</a> instead. While "Like" button is fast and easy but we cannot add our comment along with the "Like" action. Therefore, in some cases, we still need the old Share button. Fortunately, the sharer.php still exists, so we can add the Share button using Facebook's official script.]]></description>
				<content:encoded><![CDATA[<p>Few months ago, Facebook removed the page that allow us to generate codes for their official &#8220;Share&#8221; button. They replaced it with <a href="https://developers.facebook.com/docs/reference/plugins/like" target="_blank">&#8220;Like&#8221; button</a> instead. While &#8220;Like&#8221; button is fast and easy but we cannot add our comment along with the &#8220;Like&#8221; action. Therefore, in some cases, we still need the old Share button. Fortunately, the sharer.php still exists, so we can add the Share button using Facebook&#8217;s official script.</p>
<p>Here are the complete codes for all sizes of Facebook share button for those who are interested:</p>
<h3>Box Count</h3>
<p><a name="fb_share" type="box_count" href="http://www.facebook.com/sharer.php">Share</a> &nbsp;*count will only visible when there is at least 1 share</p>
<div class="clear"></div>
<p>Codes:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p2329code1'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p23291"><td class="code" id="p2329code1"><pre class="html" style="font-family:monospace;">&lt;a name=&quot;fb_share&quot; type=&quot;box_count&quot; href=&quot;http://www.facebook.com/sharer.php&quot;&gt;Share&lt;/a&gt;
&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Share&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</pre></td></tr></table></div>

<h3>Button Count</h3>
<p><a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php">Share</a> *count will only visible when there is at least 1 share</p>
<p>Codes:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p2329code2'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p23292"><td class="code" id="p2329code2"><pre class="html" style="font-family:monospace;">&lt;a name=&quot;fb_share&quot; type=&quot;button_count&quot; href=&quot;http://www.facebook.com/sharer.php&quot;&gt;Share&lt;/a&gt;
&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Share&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</pre></td></tr></table></div>

<h3>Button only</h3>
<p><a name="fb_share" type="button" href="http://www.facebook.com/sharer.php">Share</a></p>
<p>Codes:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p2329code3'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p23293"><td class="code" id="p2329code3"><pre class="html" style="font-family:monospace;">&lt;a name=&quot;fb_share&quot; type=&quot;button&quot; href=&quot;http://www.facebook.com/sharer.php&quot;&gt;Share&lt;/a&gt;
&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Share&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</pre></td></tr></table></div>

<h3>Small Icon only</h3>
<p><a name="fb_share" type="icon" href="http://www.facebook.com/sharer.php">Share</a></p>
<p>Codes:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p2329code4'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p23294"><td class="code" id="p2329code4"><pre class="html" style="font-family:monospace;">&lt;a name=&quot;fb_share&quot; type=&quot;icon&quot; href=&quot;http://www.facebook.com/sharer.php&quot;&gt;Share&lt;/a&gt;
&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Share&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</pre></td></tr></table></div>

<h3>Custom URL?</h3>
<p>All codes above &#8220;shares&#8221; the current page. If you want to share another page or a specific page, you need to add a &#8220;share_url&#8221; attribute to the &lt;a> tag. You need this too when you have multiple share buttons in a single page.</p>
<p>Example below shares our main website http://zenverse.net instead of this page.</p>
<p><a name="fb_share" type="button_count" share_url="http://zenverse.net" href="http://www.facebook.com/sharer.php">Share</a></p>
<p>Here&#8217;s how:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p2329code5'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p23295"><td class="code" id="p2329code5"><pre class="html" style="font-family:monospace;">&lt;a name=&quot;fb_share&quot; type=&quot;button_count&quot; share_url=&quot;http://zenverse.net&quot; href=&quot;http://www.facebook.com/sharer.php&quot;&gt;Share&lt;/a&gt;
&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Share&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</pre></td></tr></table></div>

<h3>Multiple Share Buttons</h3>
<p>If you have multiple share buttons in a single page, you just need to include the &lt;script> element <b>once</b>.</p>
<p>Hope this helps.</p>
<p><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://zenverse.net/legacy-facebook-share-button-code/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to Get Rid of The New Annoying Photo Viewer in Facebook</title>
		<link>http://zenverse.net/how-to-get-rid-of-the-new-annoying-photo-viewer-in-facebook/</link>
		<comments>http://zenverse.net/how-to-get-rid-of-the-new-annoying-photo-viewer-in-facebook/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 11:43:57 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://zenverse.net/?p=1781</guid>
		<description><![CDATA[If you are regular Facebook user, which I am sure most of us here are, you will notice a new feature which I believe its known as "theater". When you click on a photo, you will not be brought to photo page anymore, instead, you will stay on the page and a theater-style photo viewer will popup for you to browse and comment on the photo.]]></description>
				<content:encoded><![CDATA[<p>If you are regular Facebook user, which I am sure most of us here are, you will notice a new feature which I believe its known as &#8220;theater&#8221;. When you click on a photo, you will not be brought to photo page anymore, instead, you will stay on the page and a theater-style photo viewer will popup for you to browse and comment on the photo.</p>
<p>A lot of people complaint about the new photo viewer, including my friends too, who said it is ugly and annoying. Anyway, there is actually a way to get rid of that manually.</p>
<h3>Get Rid of The New Annoying Photo Viewer in Facebook</h3>
<p>The most basic method is of course <strong style="color:darkgreen">open the photos in new tab</strong>. For users like me who like to open a new tab for every link I click, the new photo viewer doesn&#8217;t really annoy me.</p>
<p>For now, there is no permanent way to stop the annoying photo viewer since Facebook did not provide us any option to disable it. However, you can get rid of it <strong>after</strong> the photo viewer pops up by <strong style="color:darkgreen">pressing F5 after the photo viewer pops up!</strong></p>
<p><strong>Why would pressing F5 work?</strong><br />
When the photo viewer pops up, the browser address bar will be dynamically updated to something like:</p>
<blockquote><p><code>http://www.facebook.com/photo.php?fbid=XXX&#038;set=a.XXX&#038;theater</code></p></blockquote>
<p>which is equivalent to the URL to the photo. Therefore, by pressing F5, the browser will load the old photo viewer page using that new URL.</p>
]]></content:encoded>
			<wfw:commentRss>http://zenverse.net/how-to-get-rid-of-the-new-annoying-photo-viewer-in-facebook/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
