This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Change OG URL To HTTP

Description

When you shift your blog from HTTP to HTTPS, all your posts/pages lose facebook likes/share count. The only way to regain these likes/share counts is to add a ‘OG URL’ tag that points back to the older ‘HTTP’ urls as described here by Facebook.

This plugin helps you do just that.

For example, if you use a SEO plugin like Yoast, the OG URL tag automatically reflects the HTTPS version for HTTPS URLs. This plugin adds a filter to the ‘OG URL’ output and changes it back to ‘HTTP’ for all existing posts/pages. New posts that you add after this plugin is activated will not be affected.

Similary, the canonical URL tag remains unchanged as ‘HTTPS’. Canonical tag is used by search engines like Google. So you are good when it comes to SEO.

This plugin changes the OG URL output for the following popular plugins:

  • Yoast SEO Plugin
  • ALL In One SEO Pack
  • WP facebook open graph protocol by Chuck Reynolds
  • Facebook Open Graph, Google+ and Twitter Card Tags plugin by Webdados

Note

This plugin only changes the ‘OG URL’ tags for posts that existed when this plugin is first installed. This way all new posts will have the regular OG URL tags with ‘HTTPS’.

Steps to make this work

You need to follow these steps in order for the plugin to work:

Step 1: Install and activate the plugin.

Step 2: If you are using a Cache plugin (eg: WP Super Cache), delete the cache.

Step 3: Exclude facebook bot from the HTTP to HTTPS redirection in your HTaccess file. Here’s an example:

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteCond %{HTTP_USER_AGENT} !facebookexternalhit/[0-9]
RewriteRule ^(.*)$ https://sitename.com/$1 [R=301,L]

The above rewrite rule excludes facebook bots from the redirect.

Step 4: Wait for 30 days for facebook to rescrape your pages. Your ‘share count’ will return when facebook rescrapes your page.

Test to see if this works

You can instantly check to see if you did everything right by forcing facebook to rescrape one or many of your pages. Here’s how you can do that:

  • Login to your facebook account and go to Facebook debugger tool
  • Enter the ‘HTTPS’ url of one of your pages/posts and click the ‘Debug’ button.
  • If you get the “This URL hasn’t been shared on Facebook before.” message,click on the ‘Fetch New Information’ button.
  • Now click ‘Scrap Again’. You should now be able to see all your ‘likes’ to the page. You would also see two URLs under the ‘Redirect path’
    heading which reflects your og:url meta tag and your original HTTPS URL.

Even if you do not manually rescrape your URLs, facebook will automatically rescape your URLs within 30 days. So all your ‘share counts’ will return within 30 days.

For detailed information on these steps, check out this article

Want any new features?

Want any new features added to this plugin? Just send me an email. You can find my email here.

Screenshots

  • HTML souce of the page shows OG URL tag changed to HTTP

Installation

Manually installing the plugin

  1. Download the plugin zip file from WordPress.org
  2. Upload the zip file of the plugin by logging into your wordpress dashboard and going to ‘Plugins > Add New > Upload Plugin’.
  3. Click on the ‘install’ now button.
  4. After the installation is complete, click the ‘Activate’ button.
  5. Once activated, the plugin automatically adds a filter to the OG:URL output.

Installing from WordPress dashboard

  1. Login to your wordpress dashboard and go to ‘Plugins > Add New’.
  2. Search for ‘Quick And Easy SEO’ and click on the ‘Install’ button.
  3. Once the installation is complete, click on the ‘Activate’ button.
  4. Once activated, the plugin automatically adds a filter to the OG:URL output.
  5. Check your HTML source to see if all tags are being added properly.

FAQ

Installation Instructions

Manually installing the plugin

  1. Download the plugin zip file from WordPress.org
  2. Upload the zip file of the plugin by logging into your wordpress dashboard and going to ‘Plugins > Add New > Upload Plugin’.
  3. Click on the ‘install’ now button.
  4. After the installation is complete, click the ‘Activate’ button.
  5. Once activated, the plugin automatically adds a filter to the OG:URL output.

Installing from WordPress dashboard

  1. Login to your wordpress dashboard and go to ‘Plugins > Add New’.
  2. Search for ‘Quick And Easy SEO’ and click on the ‘Install’ button.
  3. Once the installation is complete, click on the ‘Activate’ button.
  4. Once activated, the plugin automatically adds a filter to the OG:URL output.
  5. Check your HTML source to see if all tags are being added properly.
What does the plugin do?

The plugin changes the OG URL output of popular plugins from HTTPS to HTTP URLs.

eg: https://example.com/article/ to http://example.com/article/

How do I check if the plugin works?

Simply check the HTML source of one of your posts/pages to see if the OG URL tag has been changed to ‘HTTP’.

Does the plugin change OG URL tags for all posts?

The plugin only changes the OG URL tags for posts that existed when the plugin was installed.
This way new posts will have OG URL tags with HTTPS.

Reviews

এপ্রিল 29, 2020
It works. If you have SEO plugin other than listed here, you need to disable or add your own code (to enable og:url = "http://...")
নভেম্বর 4, 2018
Entering 'how to recover facebook likes after https' in Google your article only the 7th hit. The first 6 result were not helpful for me; either it contains incomprehensible instruction or paid plugins. I was getting desperate, but I found your article and with your plugin I successfully managed to solve this issue! Thank you very much! Really great job!
Read all 2 reviews

Contributors & Developers

“Change OG URL To HTTP” is open source software. The following people have contributed to this plugin.

Contributors