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
Very simplistic implementation: recognizes raw URLs as supported oEmbeddable objects. Doesn't allow any parameter setting. Also tweaked README a little.
Affects #16Closes#8
Copy file name to clipboardExpand all lines: readme.txt
+2-3
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Embed DocumentCloud resources in WordPress content.
9
9
10
10
== Description ==
11
11
12
-
[DocumentCloud](https://www.documentcloud.org/) is a free service allowing journalists to analyze, annotate and publish documents, funded by the Knight Foundation. Initial development of this plugin supported by [NPR](http://www.npr.org) as part of [StateImpact](http://stateimpact.npr.org) project.
12
+
[DocumentCloud](https://www.documentcloud.org/) is a service that allows journalists to analyze, annotate and publish documents, hosted by Investigative Reporters & Editors. Initial development of this plugin supported by [NPR](http://www.npr.org) as part of [StateImpact](http://stateimpact.npr.org) project.
13
13
14
14
DocumentCloud's normal embed code looks like this:
15
15
@@ -43,5 +43,4 @@ This will use default height and width settings, which you can update in the Wor
43
43
44
44
1. Upload the documentcloud directory to `wp-content/plugins/documentcloud`
45
45
2. Activate the plugin
46
-
3. In your posts, add documents using the DocumentCloud button, or the `[documentcloud]` shortcode.
47
-
46
+
3. In your posts, add documents using the DocumentCloud button or the `[documentcloud]` shortcode
0 commit comments