WordPress Release Notes – August 2018

Release Notes

Code Changes (transparent to end-users)

Performance Updates– Updated several plugins and settings to improve overall site performance.

Design Changes (look and feel)

Single Mission Country MegamenuSingle location missions may now link directly to Embassy or Consulate pagination pages. The “Embassy”, “Consulate”, or “Mission” link in the navigation will immediately direct to the pagination instead of the “Locations” Landing page.

New Functionality

Facebook Feed – Sidebar width has been corrected for Facebook page and individual post embeds using the code provided below.

Yoast SEO – Updated version enhances look and feel and adds ability to enter synonyms of Focus Keywords. For more information on how to use Yoast SEO consult the MWP User Guide and https://yoast.com/

Instructions for New Functionality

Facebook Feed

1. Select FACEBOOK FEED in the SIDEBAR OPTIONS to add it to the page.
2. Click FACEBOOK FEED from the left SIDEBAR MENU to edit the item.
a. Facebook Page embed:
Enter the following code in plain text format replacing the “PAGEURL” items with the Facebook page url and Local Title:

<div class=”fb-page” data-href=”PAGEURL” data-tabs=”timeline” data-small-header=”false” data-adapt-container-width=”true” data-hide-cover=”false” data-show-facepile=”true style=”width:100%”><blockquote cite=”PAGE-URL”

class=”fb-xfbml-parse-ignore”><a href=”PAGE-URL”>TITLE</a></blockquote></div>
b. Facebook Individual Post embed:
Enter the following code in plain text format replacing the “PAGEURL” items with the Facebook page url and Local Title:

<div class=”fb-post” data-href=”POST-URL” data-width=”auto” style=”100%” data-show-
text=”true”><blockquote cite=”POST-URL” class=”fb-xfbml-parse-ignore”>Posted by <a

href=”POST-URL”>TITLE</a></blockquote></div>

NOTE: TO ACQUIRE THE FACEBOOK POST URL, RIGHT CLICK ON THE POST DATE AND COPY LINK LOCATION.