https://github.com/jaedb/silverstripe-social-feed
Display a compiled feed from Facebook and Twitter
https://github.com/jaedb/silverstripe-social-feed
Last synced: 22 days ago
JSON representation
Display a compiled feed from Facebook and Twitter
- Host: GitHub
- URL: https://github.com/jaedb/silverstripe-social-feed
- Owner: jaedb
- Created: 2013-07-05T04:09:49.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-07-07T02:47:40.000Z (about 11 years ago)
- Last Synced: 2025-10-28T21:36:20.498Z (9 months ago)
- Language: PHP
- Size: 238 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SilverStripe Social Feed
========================
Compile your social media feeds into one, easy-to-style and customisable block.
**Overview**
- Loads your Twitter and Facebook feeds
- Hook can be placed anywhere in your templates with `$SocialFeed` string.
- Configure the module from within the CMS Settings / Social Feed tab
**Installation**
- Drop `master` branch into a top-level folder called 'social-feed'
- Insert `$SocialFeed` into your template where you wish your feed to appear
- Run a `/dev/build?flush=all`
- Login to the admin and configure your API keys from Settings > Social Feed
**Customising**
- Standard template loops mean you can change the appearance quickly and easily
- Basic styles are built into the module, but these are overwritten by your theme's stylesheets as you deem appropriate
**To-do**
- Load feed using ajax to avoid delaying page load
- Cache individual feed sources for further page load efficiency
- Add consideration for personal Facebook feeds (currently only grabs Pages)
**Support**
- Please email me (james _at_ jamesbarnsley co.nz)