WordPress-oEmbed-Plus
WordPress-oEmbed-Plus copied to clipboard
Plugin maintenance
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
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
@Ayesh please merge.
I rolled your changes into a version that incremented the Facebook APIs. Pushing that as a pull request as well.
It doesn't change anything and might as well be in that pull request
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
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