textagroup / social-media-page
A SilverStripe module to share content to Facebook, Linkedin and Twitter'
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:silverstripe-module
Requires
- facebook/php-sdk-v4: ^5.0@dev
- happyr/linkedin-api-client: 0.6.3
- jublonet/codebird-php: 2.5.0
This package is not auto-updated.
Last update: 2024-11-09 19:22:49 UTC
README
Introduction
This module is still currently in Beta but it used for posting Social media updates to Facebook, LinkedIn and Twitter.
Maintainer Contact
- Kirk Mayo (Nickname: textagroup) kirk.mayo@solnet.co.nz
Features
- Store tokens for posting to Facebook, LinkedIn and Twitter
- Adds the base functionality to post to Facebook, LinkedIn and Twitter
- Created a Social Media Page type where you can post updates to Facebook, LinkedIn and Twitter
Composer Installation
composer require textagroup/social-media-page
Installation Manual
- Download the module from GitHub
- Extract the file (if you are on windows try 7-zip for extracting tar.gz files)
- Make sure the folder after being extracted is named something like SocialMediaPage
- Place this directory in your sites root directory. This is the one with framework and cms in it.
- Run in your browser -
/dev/build
to rebuild the database.
TODO
- Internationalisation
- Testing
- Improving modulisation so if you want to post to another Social Media channel like Google + (hey lets get really funky and post to MySpace why were at it) it is easy enough to add the functionality.
- Remove any sarcastic comments
- Add Flickr support