ActivityStrea.ms syntax for WordPress (Atom and JSON)
An extensions which ActivityStream (activitystrea.ms) support to your WordPress-blog
Atom Example:
<entry>
<id>http://notizblog.org/?p=1775</id>
<author>
<name>Matthias Pfefferle</name>
<uri>http://notizblog.org</uri>
</author>
.
.
.
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
<activity:object>
<activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>
<id>tag:notizblog.org,2009-07-13:/post/1775</id>
<title type="html"><![CDATA[Matthias Pfefferle posted a new blog-entry]]></title>
<link rel="alternate" type="text/html" href="http://notizblog.org/2009/07/14/webstandards-kolumne/" />
</activity:object>
</entry>
JSON Example:
{
items: [{
published: "2011-01-30T21:34:48Z",
verb: "post",
target: {
id: http://notizblog.org/feed/json,
url: http://notizblog.org/feed/json,
objectType: "blog",
displayName: "notizBlog"
},
object: {
id: http://notizblog.org/?p=322
displayName: "wsn?",
objectType: "article",
summary: "wasn?",
url: http://notizblog.org/?p=322
},
.
.
.
}]
}
Requires: 3.2 or higher
Compatible up to: 3.2.1
Last Updated: 2010-2-10
Downloads: 959
Got something to say? Need help?