restruct / silverstripe-mediastream
Add a timeline of combined cross-platform updates to your website
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 14
Type:silverstripe-vendormodule
This package is auto-updated.
Last update: 2024-10-11 18:07:47 UTC
README
Add a timeline of combined cross-platform updates (e.g. combine your Facebook + Instagram + News updates into one timeline).
[Works, but work in progress]
Includes code/fragments from: https://github.com/tractorcow/silverstripe-twitter
Requirements
SilverStripe 4.1 or higher
##Setup When creating a Facebook app, the TYPE must be NONE "Create an app with combinations of consumer and business permissions and products."
For Instagram add the "Instagram Basic Display" product
For emoticons work charset must be set to utf8mb4:
SilverStripe\ORM\Connect\MySQLDatabase: connection_charset: utf8mb4 connection_collation: utf8mb4_general_ci charset: utf8mb4 collation: utf8mb4_general_ci