toastnz / socialposter
Integration with Social Poster API service
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- guzzlehttp/guzzle: ^6 || ^7
- silverstripe/framework: ^4 || ^5
- silverstripe/vendor-plugin: ^1 || ^2
- unclecheese/display-logic: ~2 || ~3
README
Social Poster API service integration.
Get in touch with https://toast.co.nz to get an access token.
Requirements
See composer.json
Installation
composer require toastnz/socialposter
Configuration
Page: # This will add a tab to the page in the CMS extensions: - Toast\SocialPoster\Extensions\SocialPosterExtension # Mapping is optional and will be used to pre-populate the fields in the CMS social_poster: fields: Title: Title Content: PageSummary Image: SummaryImage Link: AbsoluteLink Schedule: PublishDate # Required # Alternatively you can set SOCIAL_POSTER_TOKEN in your .env file Toast\SocialPoster\Helpers\SocialPoster: access_token: YOUR-ACCESS-TOKEN-HERE