WordPress-oEmbed-Plus icon indicating copy to clipboard operation
WordPress-oEmbed-Plus copied to clipboard

Plugin maintenance

Open rafaucau opened this issue 2 years ago • 6 comments

The plugin looks abandoned, so I decided to create a fork and develop it. I'm leaving the PR here in case the author ever comes back.

Resolves #15, resolves #12

rafaucau avatar Jun 19 '22 21:06 rafaucau

Embedding new Facebook posts does not work, but this is a problem on the Facebook side. New links that start with pfbid do not work. https://developers.facebook.com/support/bugs/378759864067709/?comment_id=394516252492070

rafaucau avatar Jul 04 '22 11:07 rafaucau

@Ayesh please merge.

rmens avatar Aug 10 '22 12:08 rmens

I rolled your changes into a version that incremented the Facebook APIs. Pushing that as a pull request as well.

scorpionmit01 avatar Dec 26 '22 17:12 scorpionmit01

It doesn't change anything and might as well be in that pull request

rafaucau avatar Dec 27 '22 03:12 rafaucau

I tried to contact the author of the plugin two months ago. I have no answer. I will try to release a fork of this plugin in the next few days

rafaucau avatar Feb 20 '23 21:02 rafaucau

If someone uses Composer to manage WordPress, this fork can now be installed:

Add a repository to composer.json file:

  "repositories": [
    ...
    {
      "type": "vcs",
      "url": "[email protected]:android-com-pl/WordPress-oEmbed-Plus.git"
    }
   ...
  ],

Run command composer require ayesh/oembed-plus:dev-maintenance

rafaucau avatar Feb 20 '23 21:02 rafaucau