This release adds OpenGraph support for social media sites to have a preview. It allows for the following Django settings to be used:
python
WAGTAIL_SITE_NAME = "PyPhilly: Home of Tim Allen, aka FlipperPA"
WAGTAIL_SITE_DESCRIPTION = "PyPhilly is the website of Tim Allen, a web developer living in Philadelphia. Tim has a wide range of interests, but mostly writes about Python, Django, and virtual reality."
WAGTAIL_SITE_URL = "https://PyPhilly.org/"
On pages and posts, it will override those settings to use the contents of the specific page or post.