Coder Social home page Coder Social logo

helpfulrobot / taitava-silverstripe-socialmedia Goto Github PK

View Code? Open in Web Editor NEW

This project forked from taitava/silverstripe-socialmedia

0.0 2.0 0.0 42 KB

This module provies a basic interface for fetching/pushing content to/from Twitter, Facebook and LinkedIn.

License: MIT License

PHP 95.50% JavaScript 3.12% Scheme 1.38%

taitava-silverstripe-socialmedia's Introduction

silverstripe-socialmedia

This module provies a basic interface for fetching/pushing content to/from Twitter, Facebook and LinkedIn.

THIS MODULE IS NOT YET STABLE! Use with caution. What works (if works):

  • Twitter: send and receive tweets. Should work ok, may have tiny problems, but building blocks are in palce :).
  • LinkedIn: Incomplete. Sender part has been started, not working though. No clue about whether fetching updates from LinkedIn will be possible. LinkedIn has removed that featrure from their basic API. Need to establish some kind of API partnership with them.
  • Facebook: Not even started developing.

Sample config file

Put this to mysite/_config/socialmedia.yml:

---
Name: socialmedia
---
SocialMediaTwitter:
  title_length: 5
  username: username
  consumer_key: key
  consumer_secret: secret
  oauth_token: token
  oauth_token_secret: secret

SocialMediaLinkedIn:
  app_key: key
  app_secret: secret
  user_token: token
  user_token_secret: secret

BlogPost:
  extensions:
    - SocialMediaExtension

taitava-silverstripe-socialmedia's People

Contributors

taitava avatar

Watchers

James Cloos avatar helpfulrobot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.