Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfefferle/wordpress-activitystream-extension
An ActivityStrea.ms extension for WordPress
https://github.com/pfefferle/wordpress-activitystream-extension
activity-stream feed json plugin wordpress wordpress-plugin
Last synced: 2 days ago
JSON representation
An ActivityStrea.ms extension for WordPress
- Host: GitHub
- URL: https://github.com/pfefferle/wordpress-activitystream-extension
- Owner: pfefferle
- License: mit
- Created: 2012-10-09T07:14:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T20:59:10.000Z (6 months ago)
- Last Synced: 2024-10-20T02:48:00.792Z (3 months ago)
- Topics: activity-stream, feed, json, plugin, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/activitystream-extension/
- Size: 306 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ActivityStream extension #
**Contributors:** [pfefferle](https://profiles.wordpress.org/pfefferle/)
**Donate link:** https://notiz.blog/donate/
**Tags:** ActivityStreams, feed, RSS, Atom, JSON-LD
**Requires at least:** 4.2
**Tested up to:** 6.5
**Stable tag:** 1.3.8ActivityStrea.ms feeds for WordPress (Atom and JSON(-LD))
## Description ##
ActivityStreams ([activitystrea.ms](http://www.activitystrea.ms)) support for your WordPress-blog
ActivityStreams is an open format specification for activity stream protocols, which are used to syndicate activities taken in social web applications and services, similar to those in Facebook's Newsfeed, FriendFeed, the Movable Type Action Streams plugin, etc.
## Installation ##
* Upload the whole folder to your `wp-content/plugins` folder
* Activate it at the admin interfaceThats it
## Changelog ##
Project maintined on github at
[pfefferle/wordpress-activitystream-extension](https://github.com/pfefferle/wordpress-activitystream-extension/).### 1.3.8 ###
* CI/CD changes
* optimized "flash rewrite rules"### 1.3.7 ###
* fix "Non-static method" warning
### 1.3.6 ###
* Updated WebSub support
### 1.3.4 ###
* version bump
### 1.3.4 ###
* version bump
### 1.3.3 ###
* update dependencies
### 1.3.2 ###
* added missing enclosure mime-type
### 1.3.1 ###
* replaced json_encode with wp_json_encode
* added enclosures to Atom ``### 1.3.0 ###
* Added enclosure support
* Fixed summary js-summary### 1.2.3 ###
* added WebFinger and host-meta discovery
### 1.2.2 ###
* updated requirement
* fixed licenses### 1.2.1 ###
* removed charset
### 1.2.0 ###
* updated to latest spec:
* fixed comment feed### 1.1.0 ###
* initial AS2 feed (beta)
* WordPress coding standard### 1.0.0 ###
* changes based on the 7B plugin
* json-feed for comments
* cleanup### 0.8 ###
* some JSON changes to match spec 1.0
* changed the HTML discovery-links
* added post_thumbnail support### 0.7.1 ###
* updated to new JSON-Activity changes
### 0.7 ###
* deprecated ``
* enriched Atom ``### 0.6 ###
* added json feed
* pubsubhubbub for json### 0.5 ###
* some OStatus compatibility fixes
* added ``
* added ``### 0.3 ###
* Fixed a namespace bug
* Added autodiscovery link