WP Manifestindependent plugin directory
manifest / social / og-redirect

Open Graph Redirect

When using Facebook for comments, the data is stored on their servers in an Open Graph object (og_object). Comments, likes, and shares are associated with the original page URL that they were created on, so changing domains, permalink structures, or from http to https can cause problems. This plugin solves these problems.

by Gabe Herbert · github.com/g000m/og-redirect · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/g000m/og-redirect/archive/refs/heads/main.zip

Readme

Open Graph Redirect

A proof-of-concept test for Facebook's instructions for supporting Open Graph after URL changes.

Supports the WP plugin https://wordpress.org/plugins/gs-facebook-comments/

Requires a postmeta 'og_canonical_url' containing the canonical URL for posts that have been redirected.

FB docs

Read the full README on GitHub →