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

v2.0.1-alpha 2021-12-03 10:45 UTC

This package is auto-updated.

Last update: 2024-04-11 16:59:11 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