code-embed
code-embed copied to clipboard
WordPress plugin to make embedding of code in posts really, really easy
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 ```
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...
Both `` is concerting to `//`. See https://wordpress.org/support/topic/script-not-shown-on-website/ for an example.
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...
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...
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...
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...
When using code search option, it finds code embeds from deleted posts - clicking on them causes a 500 error.