symbiote / silverstripe-microblog
Provides microblog type functionality for creating interactive sites like Facebook, Twitter and Reddit.
Installs: 615
Dependents: 3
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 7
Open Issues: 6
Type:silverstripe-vendormodule
Requires
- dev-master / 3.0.x-dev
- 3.0.1
- 3.0.0
- 2.13.0
- 2.12.0
- 2.10.2
- 2.10.1
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.1
- 2.6.0
- 2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.0
- 2.2.x-dev
- 2.2.0
- 2.1.x-dev
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.10.x-dev
- 1.10.2
- 1.10.1
- 1.10.0
- 1.9.x-dev
- 1.9.5
- 1.9.4
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.x-dev
- 1.8.0
- 1.7.x-dev
- 1.7.1
- 1.7.0
- 1.6.x-dev
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.x-dev
- 1.5.0
- 1.4.x-dev
- 1.3.x-dev
- 1.2.x-dev
- 1.1.x-dev
- 1.0.x-dev
- dev-upgrade-ss4
- dev-feature-public-replies
- dev-feature-multilines
- dev-post_permission_editing
This package is auto-updated.
Last update: 2024-10-26 20:37:50 UTC
README
An alternative for providing blog-like functionality, following the direction of Reddit/Twitter/Facebook, but also allowing forum-like structures.
For full instructions, please see docs/en/index.md - or
composer require silverstripe/microblog
A summary of features
- Markdown parsing of content
- Auto-inspection of URLs for OpenGraph / OEmbed ability
- Drag/drop file upload
- @mentions of users
- Threaded replies
- Edit posts in-place
- Can be used for comment/discussion threads on individual pages (timeline?target=Page,11)
- Can be embedded in other pages using an iframe (timeline?embed=1)
- Notifications (with the silverstripe-australia/notifications module installed)
- Can be configured to resemble a forum, or left as a twitter / facebook style feed of posts
- Create isolated blogs using the MicroBlogPage that allows direct configuring of how posts will appear / can be interacted with
- /timeline provides a site-wide twitter-like stream of posts