Code-Snippet-Library
Code-Snippet-Library copied to clipboard
A code snippet library plugin for WordPress.
After installing the Code Snippet Library plugin I noticed that there was no editor showing when creating a new snippet. Looking at the console I got the error "Uncaught ReferenceError:...
changed to cloudflare cdn & https to: 1. work on wordpress installations that are accessed via https 2. fix the broken cloudfront resource link
I was testing my site with IE11 and discovered that the code snippets don't appear. Is this something you could look into? thanks!
I'm trying to get a code snippet loaded within a fancybox, but the snippet is not showiing up at all. First the link to open a fancybox: ``` How do...
I noticed you are missing a jquery enqueue, so your other scripts wont load properly.
Saving the snippets as a taxonomy term and using site options to save the associated data seems like a misuse of taxonomies and site options. These snippets are a perfect...