Plugin info

Total downloads: 3,994
Active installs: 30
Total reviews: 2
Average rating: 4.5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 8 language(s)
Contributors: 2
Last updated: 12/10/2018 (2578 days ago)
Added to WordPress: 11/3/2015 (10 years old)
Minimum WordPress version: 4.4
Tested up to WordPress version: 5.0.22
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2578 days ago • 2 reviews

22/100

Is Easy Post Embed Code abandoned?

Possibly abandoned (last update 2578 days ago).

Compatibility

Requires WordPress: 4.4
Tested up to: 5.0.22
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

All-in-One WP Migration and Backup
Rating 4.5/5 (7,597 reviews)Active installs 5,000,000
Yoast Duplicate Post
Rating 4.7/5 (523 reviews)Active installs 4,000,000
Migrate Guru – Site Migration & Cloning
Rating 4.9/5 (1,578 reviews)Active installs 100,000
Duplicate Menu
Rating 4.6/5 (102 reviews)Active installs 100,000
WP-CopyProtect [Protect your blog posts]
Rating 4.2/5 (38 reviews)Active installs 20,000
Duplicate Post Page Menu & Custom Post Type
Rating 4.9/5 (91 reviews)Active installs 10,000

Description

WordPress allows you to embed your content in any other site easily. This is great if the site in which you are embedding your content supports oEmbed, but in many cases it does not. In these cases you will need to paste the full embed code on the site in question. This plugin provides that embed code for you directly on the post edit screen.

You can also choose to display the post embed code on the frontend, allowing other people to share your content more easily, with the built-in shortcode or content block. The shortcode can be customised to include default width and height options, as well as show the embed code for any other post by optionally specifying the post ID.

Features

  • Find your embed code directly on the post edit screen
  • Customise the width and height of the embed before copying the code
  • Add the embed code to your content with a shortcode or content block
  • Fully 5.0 compatible with meta box and custom block type
  • Fully backwards compatible with the current Classic Editor

How to contribute

If you want to contribute to Easy Post Embed Code, you can fork the GitHub repository – all pull requests will be reviewed and merged if they fit into the goals for the plugin.

Installation

Installing “Easy Post Embed Code” can be done either by searching for “Easy Post Embed Code” via the “Plugins > Add New” screen in your WordPress dashboard, or by using the following steps:

  1. Download the plugin via WordPress.org
  2. Upload the ZIP file through the ‘Plugins > Add New > Upload’ screen in your WordPress dashboard
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

Frequently Asked Questions

The meta box is not showing for me – what gives?

The embed code meta box will only show for posts that have a status of ‘published’ – it will not show for drafts or private posts as those cannot be embedded externally anyway.

No really – the meta box is *still* not showing for me!

That’s not even a question, but the answer is most likely that you are using a WordPress version older than 4.4 – the oEmbed feature is only available in WordPress 4.4 and above, so you need to be more up to date in order to use this plugin.

How do I use the shortcode?

The shortcode to display the embed code for a post is [embed_code]. If used in the context of a post it will show the embed code for that post, but you can also specify a different post using the ID in the post paramter. Additionally, you can also set a custom width and height for the size attributes of the embed code, with the default being 500 and 350 respectively.

A shortcode with all the available parameters being used will look like this:

[embed_code post=36 width=800 height=400]

How do I remove the styling that comes with the plugin?

There is some very minor CSS included for the frontend display of the embed code (mostly for spacing and alignment), but if you would like to remove that and handle it yourself then simply add this line to your theme’s functions.php file or a custom plugin:

add_filter( 'easy_post_embed_code_use_css', '__return_false' );

Review feed

No reviews available

Screenshots

  1. The embed code meta box on the Classic Editor post edit screen.

    The embed code meta box on the Classic Editor post edit screen.

  2. The full Classic Editor post edit screen (so you can see the meta box in context).

    The full Classic Editor post edit screen (so you can see the meta box in context).

  3. The content block after being added to the post content.

    The content block after being added to the post content.

  4. The embed code meta box on the block editor post edit screen.

    The embed code meta box on the block editor post edit screen.

  5. The embed code being displayed on the frontend inside the post content.

    The embed code being displayed on the frontend inside the post content.

  6. The standard appearance of a WordPress post embed (this comes from WordPress core itself and not this plugin).

    The standard appearance of a WordPress post embed (this comes from WordPress core itself and not this plugin).

Changelog

1.1.1

  • 2018-12-10
  • Improving compatibility with WordPress 5.0+

1.1

  • 2018-09-19
  • Adding shortcode and Gutenberg block for displaying embed code on the frontend.

1.0

  • 2015-11-03
  • Initial release.