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

		<item>
			<title>Webloggerz WP Social Media Wigdet</title>
			<link>http://wordpress.org/plugins/webloggerz-wp-social-media-widget/#post-49969</link>
			<pubDate>Mon, 25 Feb 2013 12:07:11 +0000</pubDate>
			<dc:creator>webloggerz</dc:creator>
			<guid isPermaLink="false">49969@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Webloggerz Social Media Wigdet : A beautiful widget to be used in sidebar or footer, it allows you to add your Twitter , Facebook, Google Plus and Fee]]></description>
					</item>
		<item>
			<title>NextGEN Facebook Open Graph</title>
			<link>http://wordpress.org/plugins/nextgen-facebook/#post-46758</link>
			<pubDate>Sat, 08 Dec 2012 21:48:16 +0000</pubDate>
			<dc:creator>plugin-master</dc:creator>
			<guid isPermaLink="false">46758@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Adds Open Graph HTML meta tags for Facebook, G+, LinkedIn, etc. Includes optional FB, G+, Twitter and LinkedIn sharing buttons.

<!--plugin-data-description-->
<p>The NextGEN Facebook OG plugin adds <a href="http://ogp.me/">Open Graph</a> meta tags to all webpage headers, including the "artical" object type for posts and pages. The featured image thumbnails, from a NextGEN Gallery or Media Library, are also correctly listed in the "image" meta tag.  This plugin goes well beyond any other plugins I know in handling various archive-type webpages. It will create appropriate title and description meta tags for category, tag, date based archive (day, month, or year), author webpages and search results. You can also, optionally, add Facebook, Google+, Twitter and LinkedIn sharing buttons to post and page content.</p>

<p>The Open Graph protocol enables any web page to become a rich object in a social graph. For instance, this is used on Facebook to allow any web page to have the same functionality as any other object on Facebook. The Open Graph meta tags are read by almost all social websites, including Facebook, Google (Search and Google+), and LinkedIn.</p>

<p>NextGEN Facebook OG was specifically written to support featured images located in a NextGEN Gallery, but also works just as well with the WordPress Media Library. <strong>The NextGEN Gallery plugin is not required to use this plugin - all features work just as well without it</strong>. The image used in the Open Graph meta tag is chosen in this sequence; a featured image from a NextGEN Gallery or WordPress Media Library, the first NextGEN [singlepic] or IMG HTML tag in the content, a default image defined in the plugin settings. If none of these conditions can be satisfied, then the Open Graph image tag will be left empty.</p>

<p>Here's an example of Open Graph meta tags for a post on my website titled "<a href="http://surniaulula.com/2012/12/01/wordpress-caching-and-plugins-for-performance/">Wordpress Caching and Plugins for Performance</a>":</p>

<pre><code>&#60;!-- NextGEN Facebook OG Meta Tags BEGIN --&#62;
&#60;meta property=&#34;article:author&#34; content=&#34;http://surniaulula.com/author/jsmoriss/&#34; /&#62;
&#60;meta property=&#34;article:modified_time&#34; content=&#34;2012-12-03T12:33:18+00:00&#34; /&#62;
&#60;meta property=&#34;article:published_time&#34; content=&#34;2012-12-01T15:34:56+00:00&#34; /&#62;
&#60;meta property=&#34;article:section&#34; content=&#34;Technology&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;apache&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;apc&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;bandwidth&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;cache&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;caching&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;cdn&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;content delivery network&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;httpd&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;linux&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;memcached&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;opcode&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;performance&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;php&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;plugins&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;rewrite&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;static content&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;wordpress&#34; /&#62;
&#60;meta property=&#34;fb:app_id&#34; content=&#34;525239184171769&#34; /&#62;
&#60;meta property=&#34;og:description&#34; content=&#34;Over the past few weeks I&#039;ve been looking at different solutions to improve the speed of my Wordpress websites. The first step was to mirror and redirect the static content to another server (aka Content Delivery Network or CDN). In the case of PHP and Wordpress, there are several additional&#34; /&#62;
&#60;meta property=&#34;og:image&#34; content=&#34;http://cdn1.static.surniaulula.com/wp-content/gallery/cache/5_crop_200x200_20120814-114043-sbellive-0078.jpg&#34; /&#62;
&#60;meta property=&#34;og:site_name&#34; content=&#34;Surnia Ulula&#34; /&#62;
&#60;meta property=&#34;og:title&#34; content=&#34;Wordpress Caching and Plugins for Performance&#34; /&#62;
&#60;meta property=&#34;og:type&#34; content=&#34;article&#34; /&#62;
&#60;meta property=&#34;og:url&#34; content=&#34;http://surniaulula.com/2012/12/01/wordpress-caching-and-plugins-for-performance/&#34; /&#62;
&#60;!-- NextGEN Facebook OG Meta Tags END --&#62;</code></pre>

<p>NextGEN Facebook OG is being actively developed and supported. You can review the <a href="http://wordpress.org/extend/plugins/nextgen-facebook/faq/">FAQ Page</a> for additional setup notes, and if you have questions or suggestions, post them on the NEXTGEN Facebook OG <a href="http://wordpress.org/support/plugin/nextgen-facebook">Support Page</a>.</p>

<!--plugin-data-installation-->
<p><em>Using the WordPress Dashboard</em></p>

<ol>
<li>Login to your weblog</li>
<li>Go to Plugins</li>
<li>Select Add New</li>
<li>Search for <em>NextGEN Facebook OG</em></li>
<li>Select Install</li>
<li>Select Install Now</li>
<li>Select Activate Plugin</li>
</ol>

<p><em>Manual</em></p>

<ol>
<li>Download and unzip the plugin</li>
<li>Upload the entire nextgen-facebook/ folder to the /wp-content/plugins/ directory</li>
<li>Activate the plugin through the Plugins menu in WordPress</li>
</ol>

<p>Once activated, you don't have to configure any settings for NextGEN Facebook OG to automatically start adding the Open Graph meta tags to your pages.</p>

<p>Some plugin options are available under Settings -&#62; NextGEN Facebook OG to select a default image, include Facebook buttons at the end of Posts and Pages, change the default thumbnail image sizes, etc.</p>

<!--plugin-data-faq-->
<h4>Q. How can I control the social button layout?</h4>

<p><strong>A.</strong> NextGEN Facebook OG uses the "ngfb-buttons" CSS class name to wrap all social buttons, and each button has it's own individual class name as well. Here's an example of the CSS I use on <a href="http://surniaulula.com/">Surnia Ulula</a>:</p>

<pre><code>.ngfb-buttons { 
    text-align:center; 
    margin:30px 0 20px 0;
}
.facebook-button,
.g-plusone-button,
.twitter-share-button, 
.linkedin-button {
    display:inline-block;
    vertical-align:bottom;
    height:20px;
    padding:0;
    margin:0;
}
.facebook-button { margin-right:22px; }
.g-plusone-button { margin-right:-10px; }
.twitter-share-button { margin-right:-10px; }
.linkedin-button { margin-right:22px; }</code></pre>

<h4>Q. How can I exclude social buttons from a post or page?</h4>

<p><strong>A.</strong> You can exclude the social buttons, or pretty much any object, from a page or post by using "display:none" in your CSS stylesheet. For example, if you use the "Inspect Element" feature of Firefox (right-click on the object to inspect), or use "View Source" to see the page's HTML, your content text should be wrapped in a &#60;div&#62; HTML tag similar to this one:</p>

<pre><code>&#60;div class=&#34;post-123 post type-post status-publish format-standard hentry category-test category-wordpress tag-css tag-html&#34; id=&#34;post-123&#34;&#62;
    Content Text
&#60;/div&#62;</code></pre>

<p>You could use any of these class names to hide one or more NextGEN Facebook OG social buttons. For example, the following CSS hides the social buttons for post #123, any page with in category "test", and posts using the Aside and Status formats:</p>

<pre><code>.post-123 .ngfb-buttons,
.category-test .ngfb-buttons,
.format-aside .ngfb-buttons,
.format-status .ngfb-buttons { display:none; }</code></pre>

<h4>Q. Does NextGEN Facebook OG use functions from other plugins?</h4>

<p><strong>A.</strong> Yes, NextGEN Facebook OG can detect and use the following plugins:</p>

<ul>
<li><a href="http://wordpress.org/extend/plugins/wp-wikibox/">WP-WikiBox</a> : If the WP-WikiBox plugin is active, an option will be added to the settings page to use WP-WikiBox for the Open Graph description field (for pages, not posts).</li>

<li><a href="http://wordpress.org/extend/plugins/exclude-pages/">Exclude Pages</a> : If the Exclude Pages plugin is active, social buttons will not be added to excluded pages. An additional option will be available on the settings page to toggle this default behavior on/off.</li>
</ul>

<h4>Q. Why doesn't Facebook show my featured image?</h4>

<p><strong>A.</strong> The first time Facebook accesses your webpage, it will cache the image and text it finds. Facebook then prefers to use that cached information until it has expired. So, before you hit the send / share button for the first time, make sure you've chosen your featured image and (optionally) entered an excerpt text. If you change your mind, and your webpage has not been liked or shared yet, then try using <a href="https://developers.facebook.com/tools/debug">Facebook's Open Graph debugging tool</a>. If your webpage has already been liked or shared on Facebook, then there's nothing you can do to change the image, text, or title that was used.</p>

<h4>Q. How can I see what Facebook sees?</h4>

<p><strong>A.</strong> Facebook has an <a href="https://developers.facebook.com/tools/debug">Open Graph debugging tool</a> where you can enter a URL and view a report of it's findings. Try it with your posts, pages, archive pages, author pages, search results, etc. to see how NextGEN Facebook OG presents your content.</p>

<p>If there are Open Graph Warnings, read them carefully -- usually they explain that the information they <em>already have</em> for this webpage is in conflict with the Open Graph information now being presented. This might be just the published and modified times, or (if the webpage has already been liked or shared) the title and image Facebook has saved previously.</p>

<h4>Q. What about Google Search and Google Plus?</h4>

<p><strong>A.</strong> Google reads the Open Graph meta tags, along with other "structured data markup" on your webpage. You can see what Google picks up from your webpages by using it's <a href="http://www.google.com/webmasters/tools/richsnippets">Rich Snippets Testing Tool</a>. You may also want to link your WordPress authors with their Google+ profiles by using one of the available plugins, like <a href="http://wordpress.org/extend/plugins/google-author-information-in-search-results-wordpress-plugin/">Google Plus Author Information in Search Result (GPAISR)</a> or others like it.</p>

<h4>Q. Does LinkedIn read the Open Graph tags?</h4>

<p><strong>A.</strong> According to LinkedIn's <a href="https://developer.linkedin.com/documents/setting-display-tags-shares">Setting Display Tags for Shares</a> information page, they use three of the Open Graph tags (title, description, and url).</p>

<h4>Q. The <a>W3C Markup Validation Service</a> complains that 'there is no attribute "property"'.</h4>

<p><strong>A.</strong> The Facebook / Open Graph &#60;meta property="" /&#62; attribute is not part of the HTML5 standard, so the W3C validator is correct in throwing up an error. In practice though, this incorrect attribute is completely harmless -- social sites (Facebook, Google+, etc.) look for it and don't care if it's part of the standard or not.</p>

<p>If you want to address the W3C validator error, you'll have to change the DOCTYPE of your website to XHTML+RDFa (an example follows). The DOCTYPE definition is usually located in the header.php file of your theme.</p>

<pre><code>&#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML+RDFa 1.0//EN&#34; &#34;http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd&#34;&#62;</code></pre>

<!--plugin-data-screenshots-->
<ol class='screenshots'>
	<li>
		<img class='screenshot' src='http://s-plugins.wordpress.org/nextgen-facebook/assets/screenshot-1.png?rev=620783' alt='nextgen-facebook screenshot 1' />
		<p>NextGEN Facebook OG v1.7.1 - The Settings Page</p>
	</li>
</ol>

<!--plugin-data-changelog-->
<h4>v.1.7.2</h4>

<ul>
<li>Fixed: Added the missing "data-annotation" field to the Google+ social button.</li>
<li>Fixed: Changed "&#60;/p&#62;" to a space before stripping out all html tags from og:description.</li>
</ul>

<h4>v.1.7.1</h4>

<ul>
<li>Changed the plugin name from "NextGEN Facebook" to "NextGEN Facebook OG" to better describe it's function (adding Open Graph meta tags).</li>
</ul>

<h4>v.1.7</h4>

<ul>
<li>Added LinkedIn social button options.</li>
<li>Added a setting to include hidden debug info above the Open Graph tags.</li>
<li>If the Exclude Pages plugin is installed, a new option will be available on the settings page to turn on/off social buttons on excluded pages (by default, social buttons are not added to excluded pages).</li>
<li>Added the og:video meta tags (including width, height, type, etc.) for youtube iframe embeded videos.</li>
<li>Cleaned-up some PHP code to consolidate the OG variables within a single array.</li>
</ul>

<h4>v.1.6.1</h4>

<ul>
<li>Fixed a bug where some checked options -- those that should be ON by default -- would always stay checked. Thanks to chrisjborg for reporting this one.</li>
<li>Stripped javascript from the_content text so it doesn't make it to the og:description meta tag.</li>
</ul>

<h4>v.1.6</h4>

<ul>
<li>Added the Google+ and Twitter button options.</li>
<li>Added the "Open Graph HTML Meta Tags" options to exclude one or more Facebook and Open Graph HTML meta tags from the webpage headers.</li>
</ul>

<h4>v.1.5.1</h4>

<ul>
<li>Added the "Default Image on Search Page" option.</li>
<li>Added the "WP-WikiBox Tag Prefix" option to identify the WordPress tag names used to retrieve Wikipedia content.</li>
<li>The two WP-WikiBox options ("Use WP-WikiBox for Pages" and "WP-WikiBox Tag Prefix") will not appear on the settings page unless the WP-WikiBox plugin is installed and activated.</li>
<li>Updated the readme's Description and FAQ sections with more information on Open Graph and it's use by Google and LinkedIn.</li>
</ul>

<h4>v.1.5</h4>

<ul>
<li>Added the "Add NextGEN Gallery Tags" option to include the featured (or default) image tags from the NextGEN Gallery.</li>
<li>Added the "Content Begins at a Paragraph" option to ignore all text before the first &#60;p&#62; paragraph in the content (not the excerpt). This might be useful for photography oriented websites that have thumbnails, captions, etc. preceeding their content.</li>
<li>Added the "Use WP-WikiBox for Pages" option. This is an option very few, if any, besides myself will find useful. If you use the WP-WikiBox plugin's function in your theme's templates (and not the shortcode), then you can use the page's tags or title to retrieve content from Wikipedia. This only aplies to pages, not posts. Here's how it works; the plugin will check for the page's tags, and use their names to retrieve content from Wikipedia. If no tags are defined, then the page title will be used. If Wikipedia does not return a summary for your tags or title, then the content of your page will be used.</li>
</ul>

<h4>v1.4.1</h4>

<ul>
<li>Small fixes to the article:tag and article:author after finding additional information on these meta tags.</li>
<li>Changed article:tag by including it once for every WordPress tag, instead only once with an array of values.</li>
<li>Changed article:author to a URL instead of the author's name.</li>
</ul>

<h4>v1.4</h4>

<ul>
<li>Added a website topic setting to choose a value for the article:section meta tag. If defined, the article:section meta tag will be added to all posts and pages. You can leave it blank, if for example, your website covers a wide variety of subjects.</li>
<li>When viewing a tag webpage, added the tag description (if there is one) to the Open Graph description meta tag.</li>
<li>When viewing a author webpage, added the author biographical info (if there is one) to the Open Graph description meta tag.</li>
</ul>

<h4>v1.3</h4>

<ul>
<li>Moved some code out of the meta HTML section to make it cleaner. There's no functional difference, it just looks nicer. ;-)</li>
<li>When viewing a category webpage, added the category description (if there is one) to the Open Graph description meta tag.</li>
<li>When viewing a category webpage, added the category parents (if any) to the Open Graph title meta tag.</li>
<li>Added the following meta tags: article:published_time, article:modified_time, article:author, article:tag.</li>
</ul>

<h4>v1.2</h4>

<ul>
<li>Added the Default Image ID option, in addition to the existing Default Image URL option. Since the plugin can find images by ID number, might as well use it for the default image as well. :)</li>
</ul>

<h4>v1.1</h4>

<ul>
<li>Improved the description and installation texts.</li>
<li>Used a single screenshot image of the settings page, instead of two.</li>
<li>Removed the "NextGEN Gallery Image Size" setting - it was a bit redundant. Instead, I've suggested using an existing Size Name from the Media Library, and if necessary, to create an additional Size Name specifically for NextGEN Facebook. Since NextGEN Gallery doesn't understand these Size Names, I've added some code to get the width, height, and crop from the Size Name, before calling the necessary NextGEN Gallery functions.</li>
<li>Added a "Use Default on Multi-Entry Pages" checkbox to force the default image to be used on the homepage, category page, author page, etc. (instead of the featured image from the first post, for example).</li>
<li>Added extra parsing for author pages, tag pages, category pages, etc., to refine the og:description text.</li>
<li>Also improved the og:title text for archive pages, category pages, etc. </li>
<li>No bugs were reported or fixed from the previous version, which is good news I guess. ;-)</li>
</ul>

<h4>v1.0</h4>

<ul>
<li>Initial release.</li>
</ul>]]></description>
					</item>
		<item>
			<title>NextGEN Facebook Open Graph</title>
			<link>http://wordpress.org/plugins/nextgen-facebook/#post-46754</link>
			<pubDate>Sat, 08 Dec 2012 20:55:46 +0000</pubDate>
			<dc:creator>plugin-master</dc:creator>
			<guid isPermaLink="false">46754@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Adds Open Graph HTML meta tags for Facebook, G+, LinkedIn, etc. Includes optional FB, G+, Twitter and LinkedIn sharing buttons.

<!--plugin-data-description-->
<p>The NextGEN Facebook OG plugin adds <a href="http://ogp.me/">Open Graph</a> meta tags to all webpage headers, including the "artical" object type for posts and pages. The featured image thumbnails, from a NextGEN Gallery or Media Library, are also correctly listed in the "image" meta tag.  This plugin goes well beyond any other plugins I know in handling various archive-type webpages. It will create appropriate title and description meta tags for category, tag, date based archive (day, month, or year), author webpages and search results. You can also, optionally, add Facebook, Google+, Twitter and LinkedIn sharing buttons to post and page content.</p>

<p>The Open Graph protocol enables any web page to become a rich object in a social graph. For instance, this is used on Facebook to allow any web page to have the same functionality as any other object on Facebook. The Open Graph meta tags are read by almost all social websites, including Facebook, Google (Search and Google+), and LinkedIn.</p>

<p>NextGEN Facebook OG was specifically written to support featured images located in a NextGEN Gallery, but also works just as well with the WordPress Media Library. <strong>The NextGEN Gallery plugin is not required to use this plugin - all features work just as well without it</strong>. The image used in the Open Graph meta tag is chosen in this sequence; a featured image from a NextGEN Gallery or WordPress Media Library, the first NextGEN [singlepic] or IMG HTML tag in the content, a default image defined in the plugin settings. If none of these conditions can be satisfied, then the Open Graph image tag will be left empty.</p>

<p>Here's an example of Open Graph meta tags for a post on my website titled "<a href="http://surniaulula.com/2012/12/01/wordpress-caching-and-plugins-for-performance/">Wordpress Caching and Plugins for Performance</a>":</p>

<pre><code>&#60;!-- NextGEN Facebook OG Meta Tags BEGIN --&#62;
&#60;meta property=&#34;article:author&#34; content=&#34;http://surniaulula.com/author/jsmoriss/&#34; /&#62;
&#60;meta property=&#34;article:modified_time&#34; content=&#34;2012-12-03T12:33:18+00:00&#34; /&#62;
&#60;meta property=&#34;article:published_time&#34; content=&#34;2012-12-01T15:34:56+00:00&#34; /&#62;
&#60;meta property=&#34;article:section&#34; content=&#34;Technology&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;apache&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;apc&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;bandwidth&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;cache&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;caching&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;cdn&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;content delivery network&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;httpd&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;linux&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;memcached&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;opcode&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;performance&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;php&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;plugins&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;rewrite&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;static content&#34; /&#62;
&#60;meta property=&#34;article:tag&#34; content=&#34;wordpress&#34; /&#62;
&#60;meta property=&#34;fb:app_id&#34; content=&#34;525239184171769&#34; /&#62;
&#60;meta property=&#34;og:description&#34; content=&#34;Over the past few weeks I&#039;ve been looking at different solutions to improve the speed of my Wordpress websites. The first step was to mirror and redirect the static content to another server (aka Content Delivery Network or CDN). In the case of PHP and Wordpress, there are several additional&#34; /&#62;
&#60;meta property=&#34;og:image&#34; content=&#34;http://cdn1.static.surniaulula.com/wp-content/gallery/cache/5_crop_200x200_20120814-114043-sbellive-0078.jpg&#34; /&#62;
&#60;meta property=&#34;og:site_name&#34; content=&#34;Surnia Ulula&#34; /&#62;
&#60;meta property=&#34;og:title&#34; content=&#34;Wordpress Caching and Plugins for Performance&#34; /&#62;
&#60;meta property=&#34;og:type&#34; content=&#34;article&#34; /&#62;
&#60;meta property=&#34;og:url&#34; content=&#34;http://surniaulula.com/2012/12/01/wordpress-caching-and-plugins-for-performance/&#34; /&#62;
&#60;!-- NextGEN Facebook OG Meta Tags END --&#62;</code></pre>

<p>NextGEN Facebook OG is being actively developed and supported. You can review the <a href="http://wordpress.org/extend/plugins/nextgen-facebook/faq/">FAQ Page</a> for additional setup notes, and if you have questions or suggestions, post them on the NEXTGEN Facebook OG <a href="http://wordpress.org/support/plugin/nextgen-facebook">Support Page</a>.</p>

<!--plugin-data-installation-->
<p><em>Using the WordPress Dashboard</em></p>

<ol>
<li>Login to your weblog</li>
<li>Go to Plugins</li>
<li>Select Add New</li>
<li>Search for <em>NextGEN Facebook OG</em></li>
<li>Select Install</li>
<li>Select Install Now</li>
<li>Select Activate Plugin</li>
</ol>

<p><em>Manual</em></p>

<ol>
<li>Download and unzip the plugin</li>
<li>Upload the entire nextgen-facebook/ folder to the /wp-content/plugins/ directory</li>
<li>Activate the plugin through the Plugins menu in WordPress</li>
</ol>

<p>Once activated, you don't have to configure any settings for NextGEN Facebook OG to automatically start adding the Open Graph meta tags to your pages.</p>

<p>Some plugin options are available under Settings -&#62; NextGEN Facebook OG to select a default image, include Facebook buttons at the end of Posts and Pages, change the default thumbnail image sizes, etc.</p>

<!--plugin-data-faq-->
<h4>Q. Why doesn't Facebook show my featured image?</h4>

<p><strong>A.</strong> The first time Facebook accesses your webpage, it will cache the image and text it finds. Facebook then prefers to use that cached information until it has expired. So, before you hit the send / share button for the first time, make sure you've chosen your featured image and (optionally) entered an excerpt text. If you change your mind, and your webpage has not been liked or shared yet, then try using <a href="https://developers.facebook.com/tools/debug">Facebook's Open Graph debugging tool</a>. If your webpage has already been liked or shared on Facebook, then there's nothing you can do to change the image, text, or title that was used.</p>

<h4>Q. How can I see what Facebook sees?</h4>

<p><strong>A.</strong> Facebook has an <a href="https://developers.facebook.com/tools/debug">Open Graph debugging tool</a> where you can enter a URL and view a report of it's findings. Try it with your posts, pages, archive pages, author pages, search results, etc. to see how NextGEN Facebook OG presents your content.</p>

<p>If there are Open Graph Warnings, read them carefully -- usually they explain that the information they <em>already have</em> for this webpage is in conflict with the Open Graph information now being presented. This might be just the published and modified times, or (if the webpage has already been liked or shared) the title and image Facebook has saved previously.</p>

<h4>Q. What about Google Search and Google Plus?</h4>

<p><strong>A.</strong> Google reads the Open Graph meta tags, along with other "structured data markup" on your webpage. You can see what Google picks up from your webpages by using it's <a href="http://www.google.com/webmasters/tools/richsnippets">Rich Snippets Testing Tool</a>. You may also want to link your WordPress authors with their Google+ profiles by using one of the available plugins, like <a href="http://wordpress.org/extend/plugins/google-author-information-in-search-results-wordpress-plugin/">Google Plus Author Information in Search Result (GPAISR)</a> or others like it.</p>

<h4>Q. Does LinkedIn read the Open Graph tags?</h4>

<p><strong>A.</strong> According to LinkedIn's <a href="https://developer.linkedin.com/documents/setting-display-tags-shares">Setting Display Tags for Shares</a> information page, they use three of the Open Graph tags (title, description, and url).</p>

<h4>Q. How can I control the social button layouts?</h4>

<p><strong>A.</strong> NextGEN Facebook OG uses the 'ngfb-buttons' class name to wrap all buttons, and each social button has it's own individual class name as well. Here's an example of the CSS I use for <a href="http://trtms.com/">trtms.com</a>:</p>

<pre><code>.ngfb-buttons { text-align:center; }
.facebook-button,
.g-plusone-button,
.twitter-share-button, 
.linkedin-button {
    display:inline-block;
    vertical-align:bottom;
    height:20px;
    padding:0;
    margin:0;
}
.facebook-button { margin-right:22px; }
.g-plusone-button { margin-right:-10px; }
.twitter-share-button { margin-right:-10px; }
.linkedin-button { margin-right:22px; }</code></pre>

<h4>Q. The <a>W3C Markup Validation Service</a> complains that 'there is no attribute "property"'.</h4>

<p><strong>A.</strong> The Facebook / Open Graph &#60;meta property="" /&#62; attribute is not part of the HTML5 standard, so the W3C validator is correct in throwing up an error. In practice though, this incorrect attribute is completely harmless -- social sites (Facebook, Google+, etc.) look for it and don't care if it's part of the standard or not.</p>

<p>If you want to address the W3C validator error, you'll have to change the DOCTYPE of your website to XHTML+RDFa (an example follows). The DOCTYPE definition is usually located in the header.php file of your theme.</p>

<pre><code>&#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML+RDFa 1.0//EN&#34; &#34;http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd&#34;&#62;</code></pre>

<!--plugin-data-screenshots-->
<ol class='screenshots'>
	<li>
		<img class='screenshot' src='http://s-plugins.wordpress.org/nextgen-facebook/assets/screenshot-1.png?rev=620783' alt='nextgen-facebook screenshot 1' />
		<p>NextGEN Facebook OG v1.7.1 - The Settings Page</p>
	</li>
</ol>

<!--plugin-data-changelog-->
<h4>v.1.7.2</h4>

<ul>
<li>Fixed: Added the missing "data-annotation" field to the Google+ social button.</li>
<li>Fixed: Changed "&#60;/p&#62;" to a space before stripping out all html tags from og:description.</li>
</ul>

<h4>v.1.7.1</h4>

<ul>
<li>Changed the plugin name from "NextGEN Facebook" to "NextGEN Facebook OG" to better describe it's function (adding Open Graph meta tags).</li>
</ul>

<h4>v.1.7</h4>

<ul>
<li>Added LinkedIn social button options.</li>
<li>Added a setting to include hidden debug info above the Open Graph tags.</li>
<li>If the Exclude Pages plugin is installed, a new option will be available on the settings page to turn on/off social buttons on excluded pages (by default, social buttons are not added to excluded pages).</li>
<li>Added the og:video meta tags (including width, height, type, etc.) for youtube iframe embeded videos.</li>
<li>Cleaned-up some PHP code to consolidate the OG variables within a single array.</li>
</ul>

<h4>v.1.6.1</h4>

<ul>
<li>Fixed a bug where some checked options -- those that should be ON by default -- would always stay checked. Thanks to chrisjborg for reporting this one.</li>
<li>Stripped javascript from the_content text so it doesn't make it to the og:description meta tag.</li>
</ul>

<h4>v.1.6</h4>

<ul>
<li>Added the Google+ and Twitter button options.</li>
<li>Added the "Open Graph HTML Meta Tags" options to exclude one or more Facebook and Open Graph HTML meta tags from the webpage headers.</li>
</ul>

<h4>v.1.5.1</h4>

<ul>
<li>Added the "Default Image on Search Page" option.</li>
<li>Added the "WP-WikiBox Tag Prefix" option to identify the WordPress tag names used to retrieve Wikipedia content.</li>
<li>The two WP-WikiBox options ("Use WP-WikiBox for Pages" and "WP-WikiBox Tag Prefix") will not appear on the settings page unless the WP-WikiBox plugin is installed and activated.</li>
<li>Updated the readme's Description and FAQ sections with more information on Open Graph and it's use by Google and LinkedIn.</li>
</ul>

<h4>v.1.5</h4>

<ul>
<li>Added the "Add NextGEN Gallery Tags" option to include the featured (or default) image tags from the NextGEN Gallery.</li>
<li>Added the "Content Begins at a Paragraph" option to ignore all text before the first &#60;p&#62; paragraph in the content (not the excerpt). This might be useful for photography oriented websites that have thumbnails, captions, etc. preceeding their content.</li>
<li>Added the "Use WP-WikiBox for Pages" option. This is an option very few, if any, besides myself will find useful. If you use the WP-WikiBox plugin's function in your theme's templates (and not the shortcode), then you can use the page's tags or title to retrieve content from Wikipedia. This only aplies to pages, not posts. Here's how it works; the plugin will check for the page's tags, and use their names to retrieve content from Wikipedia. If no tags are defined, then the page title will be used. If Wikipedia does not return a summary for your tags or title, then the content of your page will be used.</li>
</ul>

<h4>v1.4.1</h4>

<ul>
<li>Small fixes to the article:tag and article:author after finding additional information on these meta tags.</li>
<li>Changed article:tag by including it once for every WordPress tag, instead only once with an array of values.</li>
<li>Changed article:author to a URL instead of the author's name.</li>
</ul>

<h4>v1.4</h4>

<ul>
<li>Added a website topic setting to choose a value for the article:section meta tag. If defined, the article:section meta tag will be added to all posts and pages. You can leave it blank, if for example, your website covers a wide variety of subjects.</li>
<li>When viewing a tag webpage, added the tag description (if there is one) to the Open Graph description meta tag.</li>
<li>When viewing a author webpage, added the author biographical info (if there is one) to the Open Graph description meta tag.</li>
</ul>

<h4>v1.3</h4>

<ul>
<li>Moved some code out of the meta HTML section to make it cleaner. There's no functional difference, it just looks nicer. ;-)</li>
<li>When viewing a category webpage, added the category description (if there is one) to the Open Graph description meta tag.</li>
<li>When viewing a category webpage, added the category parents (if any) to the Open Graph title meta tag.</li>
<li>Added the following meta tags: article:published_time, article:modified_time, article:author, article:tag.</li>
</ul>

<h4>v1.2</h4>

<ul>
<li>Added the Default Image ID option, in addition to the existing Default Image URL option. Since the plugin can find images by ID number, might as well use it for the default image as well. :)</li>
</ul>

<h4>v1.1</h4>

<ul>
<li>Improved the description and installation texts.</li>
<li>Used a single screenshot image of the settings page, instead of two.</li>
<li>Removed the "NextGEN Gallery Image Size" setting - it was a bit redundant. Instead, I've suggested using an existing Size Name from the Media Library, and if necessary, to create an additional Size Name specifically for NextGEN Facebook. Since NextGEN Gallery doesn't understand these Size Names, I've added some code to get the width, height, and crop from the Size Name, before calling the necessary NextGEN Gallery functions.</li>
<li>Added a "Use Default on Multi-Entry Pages" checkbox to force the default image to be used on the homepage, category page, author page, etc. (instead of the featured image from the first post, for example).</li>
<li>Added extra parsing for author pages, tag pages, category pages, etc., to refine the og:description text.</li>
<li>Also improved the og:title text for archive pages, category pages, etc. </li>
<li>No bugs were reported or fixed from the previous version, which is good news I guess. ;-)</li>
</ul>

<h4>v1.0</h4>

<ul>
<li>Initial release.</li>
</ul>]]></description>
					</item>
		<item>
			<title>showGplus</title>
			<link>http://wordpress.org/plugins/showgplus/#post-43104</link>
			<pubDate>Thu, 13 Sep 2012 08:23:34 +0000</pubDate>
			<dc:creator>niry</dc:creator>
			<guid isPermaLink="false">43104@http://wordpress.org/plugins/</guid>
			<description><![CDATA[A small plugin whose purpose is to show G+ &#34;Follow us&#34;, using a shortcode.]]></description>
					</item>
		<item>
			<title>NextGEN Facebook Open Graph</title>
			<link>http://wordpress.org/plugins/nextgen-facebook/#post-40409</link>
			<pubDate>Wed, 11 Jul 2012 20:13:22 +0000</pubDate>
			<dc:creator>jsmoriss</dc:creator>
			<guid isPermaLink="false">40409@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Adds complete Open Graph meta tags for Facebook, Google+, Twitter, LinkedIn, etc., plus optional social sharing buttons in content or widget.]]></description>
					</item>
		<item>
			<title>wp max social widget</title>
			<link>http://wordpress.org/plugins/wp-max-social-widget/#post-38530</link>
			<pubDate>Thu, 31 May 2012 14:30:04 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">38530@http://wordpress.org/plugins/</guid>
			<description><![CDATA[<p>Emailed Author: Hi,</p>
<p>Could you send a link so the plugin can be downloaded please. Alternately you can reply to this and send a .zip or .rar file.</p>
<p>Please reply with 7 days. If a reply is not received the submission will be rejected and you will have to submit the plugin again, with code, should you want your plugin hosted.</p>
<p>Thanks.
</p>]]></description>
					</item>
		<item>
			<title>wp max social widget</title>
			<link>http://wordpress.org/plugins/wp-max-social-widget/#post-38514</link>
			<pubDate>Thu, 31 May 2012 07:18:16 +0000</pubDate>
			<dc:creator>Ramandeep Singh</dc:creator>
			<guid isPermaLink="false">38514@http://wordpress.org/plugins/</guid>
			<description><![CDATA[WP Max Social Wigdet : Wordpress Sidebar widget To combine your social media profiles and bookmarks.]]></description>
					</item>
		<item>
			<title>RA-Socialize Button</title>
			<link>http://wordpress.org/plugins/ra-socialize-button/#post-34412</link>
			<pubDate>Mon, 30 Jan 2012 18:08:45 +0000</pubDate>
			<dc:creator>thewarlog</dc:creator>
			<guid isPermaLink="false">34412@http://wordpress.org/plugins/</guid>
			<description><![CDATA[RA-Socialize Button adds a Google+, twitter and facebook button to your blog post.]]></description>
					</item>
		<item>
			<title>WP MashSocial Wigdet</title>
			<link>http://wordpress.org/plugins/wp-mashsocial-wigdet/#post-34282</link>
			<pubDate>Thu, 26 Jan 2012 18:30:22 +0000</pubDate>
			<dc:creator>Ahmad Awais</dc:creator>
			<guid isPermaLink="false">34282@http://wordpress.org/plugins/</guid>
			<description><![CDATA[WP MashSocial Wigdet : A beautiful widget inspired by Mashable to be used in sidebar, it allows you to add your Pinterest, G+ , Twitter , Facebook and]]></description>
					</item>
		<item>
			<title>Multi Social Favicon</title>
			<link>http://wordpress.org/plugins/multi-social-favicon/#post-29740</link>
			<pubDate>Wed, 31 Aug 2011 08:31:53 +0000</pubDate>
			<dc:creator>Patrick Chia</dc:creator>
			<guid isPermaLink="false">29740@http://wordpress.org/plugins/</guid>
			<description><![CDATA[This plugin use social profile image to creating a favicon from social site like G+, MSN Live, Twitter, Friendfeed, Facebook and Gravatar.]]></description>
					</item>
		<item>
			<title>Google Plus Favicon</title>
			<link>http://wordpress.org/plugins/google-plus-favicon/#post-29480</link>
			<pubDate>Sat, 20 Aug 2011 16:50:33 +0000</pubDate>
			<dc:creator>Patrick Chia</dc:creator>
			<guid isPermaLink="false">29480@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Simply add a Google+ account ID to generate a G+ favicon for your blog and admin logo included Apple touch icon.]]></description>
					</item>

	</channel>
</rss>
