code-embed
code-embed copied to clipboard
WordPress plugin to make embedding of code in posts really, really easy
Right now, activation of Gutenberg will prevent you from using this plugin as the custom fields box has gone. Short term solution - [test this plugin](https://wordpress.org/plugins/custom-fields-gutenberg/) to see if it...
As requested here... https://wordpress.org/support/topic/code-embed-in-woocommerce-shop-page/
One user said it caused performance issues on all pages. Want to confirm that as little occurs as possible when no embed exists.
Create a code embed specific widget, where the user types in the embed name. Look for one associated with the current post (if there is one) first, otherwise go global.
In the Tools -> Code Search, allow for nothing to be entered and then search for ALL code embeds. I will need to display the embed name alongside the results,...
http://ottopress.com/2009/wordpress-settings-api-tutorial/
So, shared code can be added via the admin screens, meaning that it doesn't need to be added via the custom fields screen.
Introduce new shortcode. Then un-convert any converted characters inbetween shortcode and output. If this works, maybe introduce as NEW shortcode, replacing old one.