Skip to content

Commit d6ee383

Browse files
authored
Update README.md
1 parent 01773c1 commit d6ee383

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
1-
# code-embed
2-
WordPress plugin to make embedding of code in posts really, really easy
1+
# Code Embed
2+
3+
Code Embed allows you to embed code – JavaScript and HTML primarily – in a post. This is incredibly useful for embedding video, etc, when required and is used, amongst other, by Mozilla.
4+
5+
It cannot be used for server side code, such as PHP.
6+
7+
Features include...
8+
* Add HTML or JavaScript to posts or pages – particularly useful for embedding videos!
9+
* Embed in widgets using the Widget Logic plugin
10+
* Global embedding allows you set up some code in one post or page and then access it from another
11+
* Modify the keywords or identifiers used for embedding the code to your own choice
12+
* Search for embedding code via a simple search option
13+
* Add a simple suffix to the embed code to convert videos to responsive output
14+
* Embed an external script directly using just the URL

0 commit comments

Comments
 (0)