You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+9-15Lines changed: 9 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
=== Code Embed ===
2
-
Contributors: dartiss
2
+
Contributors: dartiss
3
+
Donate link: https://artiss.blog/donate
3
4
Tags: code, embed, html, javascript, script
4
5
Requires at least: 4.6
5
-
Tested up to: 4.9.12
6
+
Tested up to: 5.3
6
7
Requires PHP: 5.3
7
8
Stable tag: 2.3.2
8
9
License: GPLv2 or later
@@ -27,16 +28,6 @@ Key features include...
27
28
* Embed an external script directly using just the URL
28
29
* And much, much more!
29
30
30
-
Technical specification...
31
-
32
-
* Licensed under [GPLv2 (or later)](http://wordpress.org/about/gpl/ "GNU General Public License")
33
-
* Designed for both single and multi-site installations
34
-
* PHP7 compatible
35
-
* Passes [WordPress.com VIP](https://vip.wordpress.com) coding standards and fully compatible with their platform
36
-
* Fully internationalized, ready for translations **If you would like to add a translation to this plugin then please head to our [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/simple-embed-code "Translating WordPress") page**
37
-
* GDPR compliant
38
-
* See FAQ for Gutenberg compatibility
39
-
40
31
Please visit the [Github page](https://github.com/dartiss/code-embed "Github") for the latest code development, planned enhancements and known issues.
41
32
42
33
== Getting Started ==
@@ -152,11 +143,14 @@ Voila! It's ready to go.
152
143
153
144
== Frequently Asked Questions ==
154
145
155
-
== Can I use this plugin with the new editor (aka Gutenberg) / WordPress 5.0 and above? ==
146
+
== Can I use this plugin with the new block editor (aka Gutenberg) / WordPress 5.0 and above? ==
156
147
157
-
The new editor (Gutenberg) removes the custom fields meta box and, as a result, you are unable to add or edit existing code embeds. However, the plugin will continue to work, in all other ways.
148
+
Yes, you can. By default, custom fields are hidden inside the block editor but can be revealed.
158
149
159
-
However, a rather smart plugin named [Custom Fields for Gutenberg](https://wordpress.org/plugins/custom-fields-gutenberg/) will add this functionality back in - with that active, you can happily continue to use this plugin, even with WordPress 5.0 or later.
150
+
1. Edit a post
151
+
2. Click the settings button (three dots) in the top, right-hand corner
152
+
3. Go to Options
153
+
4. You will find a tick box to display the 'Custom Fields' meta box
0 commit comments