code-embed icon indicating copy to clipboard operation
code-embed copied to clipboard

WordPress plugin to make embedding of code in posts really, really easy

Results 23 code-embed issues
Sort by recently updated
recently updated
newest added

Considering linking to the code search from the admin bar.

enhancement

Seeing this on my plugin test site... ``` PHP Warning: Undefined array key "excerpt" in /srv/htdocs/wp-content/plugins/simple-embed-code/includes/options-screen.php on line 63 ```

bug

I suspect this is due to WordPress Core but need to investigate further. If it is, is there anywhere else embedding code can go that won't be stripped in this...

bug
broken output

Both `` is concerting to `//`. See https://wordpress.org/support/topic/script-not-shown-on-website/ for an example.

bug
broken output

I'm using version 2.3.4 of the plugin and the page I'm trying to load hangs when using URL embedding codes. Just loading an external page with: {{https://www.example.com/page}} But it does...

bug

At the moment, the plugin can't accept CDATA in the provided script, but this may limit scripts that can be used. Can I find a workaround for this? Maybe encode...

enhancement
broken output

Tried to add bookmarklet code to the post, but WP now blocks the update/add new custom field when there's JS events(?), error 403 in browser console: Postcard Image Address Once...

broken output
Requires investigation

Work around starts at add-embeds.php line 96 $saved_html = $html; // Build the string to search for $search = $options['opening_ident'] . $options['keyword_ident'] . $full_suffix . $options['closing_ident']; // Build the string...

bug
Requires investigation

When using code search option, it finds code embeds from deleted posts - clicking on them causes a 500 error.

bug
search improvement

For example, square brackets

Requires investigation