NextGEN Facebook works great "right out of the box" — and you can keep the default plugin settings as-is — but taking a few minutes to review some basic options can help maximize your social presence and click-through rate. ;-)
If you haven't already done so, create a Facebook Page, Twitter account, and Google+ account (or Page) for your website / business. You can enter your website / business social account information on the WordPress Settings > Website Social Pages and Accounts settings page. The social account URLs are used by NextGEN Facebook for Open Graph, Schema, and other meta tag values — including the Organization social profiles in Schema JSON-LD markup (which may appear in Google Search results to highlight your website / business social pages).
Related information:
Ask your authors to enter their Facebook, Google+, and Twitter contact information on their WordPress user profile page. Each author's contact information can appear in various meta tag values and Schema JSON-LD markup — but only if they complete their user profile. All URLs found in the author's contact methods will be listed in the author / Person social profile markup for Google.
Related information:
Authors should take a moment to update their Facebook Follower Settings to enable a Follow button on Facebook. In this way, authors can publish both private (for friends) and public (for friends and followers) content on their Facebook wall. When an author allows followers, Facebook will also link an author's name in shares to their profile page.
Review the site description on the NGFB SSO > Essential Settings page and select a default / fallback image ID or URL. The default image is used for index / archive pages, and as a fallback for Posts and Pages that do not have a suitable image featured, attached, or in their content.
On most WordPress admin pages you'll find a Screen Options drop-down tab on the upper right-hand side of the page. You can use these options to include/exclude certain NextGEN Facebook metaboxes and columns from the current page. For example, when viewing the Posts or Pages list you can use the Screen Options drop-down tab to hide / view the "SSO Schema" and "SSO Image" columns. You can also enable / disable these columns globally under the NGFB SSO > Advanced > Custom Meta tab.
When editing a Post, Page, category, tag, etc., you'll find a Social and Search Optimization metabox at the bottom of the page, where you can edit various social texts and image values. The "Preview" tab shows how this webpage might look like when shared on Facebook, the "Head Tags" tab shows a complete listing of meta tags created by NGFB, including additional Schema markup and LD+JSON for Google, and the "Validate" tab allows you to submit the current webpage URL to a number of test and validation tools.
Review the WordPress Settings > Social and Search Image Dimensions values. If your original images are large enough, you should set the Open Graph image dimensions to 1200x630px cropped or larger. Images that are 600px and wider are displayed more prominently on Facebook, and 1200px or better is required to avoid upscaling (stretching) images for retina / high-PPI displays — so it's worth taking the time to make sure all your original images are at least 1200px wide, along with setting an Open Graph image dimension of 1200x630px cropped.
|
|
|
Submit a few sample Posts, Pages, etc. to the Facebook Debugger to verify your Open Graph meta tags. A link to the Facebook Debugger is available under the Validate tab in the Social and Search Optimization metabox (on post, term, and user editing pages). Submitting a URL to the Facebook Debugger can also be used to clear Facebook's cache (after clicking the "Fetch new scrape information" button a few times). If you're validating older posts / pages, pre-dating the activation of NGFB, Facebook may continue to use the old meta tag values from its cache even after fetching the new scrape information.
Submit a Post / Page to the Pinterest Rich Pin Validator and request approval for Rich Pins. Pinterest Rich Pins are an extension of Open Graph (and Schema) meta tags, but the Rich Pin Validator can be a little buggy, so double check any errors with the Facebook Debugger to make sure they are actual / real errors.
Submit index / archive and Post / Page URLs to the W3C Markup Validation Service to verify the HTML of your theme templates. Social crawlers expect properly coded HTML markup that conforms to current HTML / XHTML standards. If your webpages contain serious markup errors, social and/or search engine crawlers may be unable to parse your webpage content. Fix and/or report any template markup issues with your theme author.
Related information:
NextGEN Facebook is a powerful tool and social framework that detects images and videos from a variety of sources (attached, featured, content, etc.), along with 3rd party plugins and e-commerce product information. It's worth noting some of the most common questions, to get an idea of what NextGEN Facebook can do, and some of the issues that may come up. Some of the most relevant / popular frequently asked questions are:
BuddyPress is not well integrated with the WordPress core functions, so there is a specific BuddyPress Integration guide available to help you overcome some of its limitations.
Comments and suggestions to improve the plugin are always welcome — please open a ticket if you have any ideas you would like to share with us. ;-)
Website developers / designers will probably want to consider a few additional settings...
If your site uses shortcodes, you'll want to enable the "Apply WordPress Content Filters" option to expand shortcodes in the content for description text and/or image meta tags (the content can be searched for images).
NextGEN Facebook may display warning notices if images are too small for the dimensions required. If you are using WordPress v4.2 or better, these notices can be dismissed individually. You can also define the NGFB_HIDE_ALL_WARNINGS
constant as true to auto-hide all dismissable warnings.
Users can hide / unhide the "SSO Image" and "SSO Desc" columns using the Screen Options drop-down tab, but you can also enable / disable these columns globally under the NGFB SSO > Advanced > Custom Meta tab.
If your theme uses custom fields to manage additional image and video URLs (and embed video HTML), you can enter those custom field (aka post meta) names under the NGFB SSO > Advanced > Custom Meta tab.
If you know that your theme header templates do not include any social meta tags, and no other plugin is adding social meta tags to your webpages, then you could disable the "Check for Duplicate Meta Tags" option.
NextGEN Facebook modifies the <head>
element attributes to add a Schema item type for the <head>
section only. To apply the Schema item type for the whole page instead, change the "<head> Attributes Filter Hook" value from 'head_attributes' to 'language_attributes'.
You can simulate the NextGEN Facebook image upscaling feature, to generate all the necessary success / failure notice messages, without having WordPress actually save the resulting images — define the NGFB_IMAGE_UPSCALE_TEST
constant as true, or hook the 'ngfb_image_upscale_test' filter and return true. Other constants and filters are also available to upscale all images (not just the NextGEN Facebook image sizes) and adjust the maximum percentage.