by Ayesh Karunaratne
5 (7 reviews)
oEmbed Plus
Adds support for embedding Facebook and Instagram posts in Block Editor (Gutenberg) and Classic Editor.
Tested up to WP 5.6.17 (Current: 6.9.4)
v1.6
Current Version v1.6
Updated 4 years ago
Last Update on 15 Jul, 2021
Refreshed 6 hours ago
Last Refreshed on
Rank
#3,477
—
No change
Active Installs
4K+
-17.5%
KW Avg Position
40.8
+0.3 better
Downloads
109.5K
+4 today
Support Resolved
0%
—
No change
Rating
100%
Review 5 out of 5
5
(7 reviews)
Next Milestone 5K
4K+
5K+
111
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 275 more installs to reach 5K+
Rank Changes
Current
#3,477
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
5.0
7 reviews
Overall
100%
5
7
(100%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 4 of 4| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| oembed | 2 | — | Tag | 1 day ago |
| 36 | — | Tag | 1 day ago | |
| embed | 50 | — | Tag | 1 day ago |
| 75 | — | Tag | 1 day ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.6
- Last Updated
- Jul 15, 2021
- Requires WP
- 4.9+
- Tested Up To
- 5.6.17
- PHP Version
- 7.1 or higher
- Author
- Ayesh Karunaratne
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 7
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,706
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#954
Nextend Social Login and Register
200K+ installs
#255
Firelight Lightbox
200K+ installs
#257
Popup Builder – Create highly converting, mobile friendly marketing popups.
200K+ installs
#263
Frequently Asked Questions
Common questions about oEmbed Plus
Probably not. This plugin is intended to bring back functionality the WordPress core eventually drops.
Go to Settings -> Writing, and you will see a section to enter Facebook App ID and Secret. Alternately, you can set the Facebook App ID and secret in the wp-config.php file. If they are set in the wp-config.php file, the settings form in Settings -> Writing section will be disabled. To enter the Facebook App ID and secret, update the wp-config.php file in root of your WordPress installation, and append the following lines: define('OEMBED_PLUS_FACEBOOK_APP_ID', '<App ID Here>'); define('OEMBED_PLUS_FACEBOOK_SECRET', '<Secret Here>'); Optionally hide the admin UI It is possible to completely hide the administration form added by this plugin in Admin → Settings → Writing page. This can be helpful if you set the configuration values in the wp-config.php file, and keep the administration UI minimal. To hide the administration form, update the wp-config.php file with an extra line: define('OEMBED_PLUS_HIDE_ADMIN_UI', true);