2017 © Pedro Peláez
 

symfony-bundle social-media-aggregator-bundle

Combine different social media types into a single feed

image

milosa/social-media-aggregator-bundle

Combine different social media types into a single feed

  • Tuesday, June 26, 2018
  • by milosa
  • Repository
  • 0 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 40 % Grown

The README.md

Social media aggregator

CI Coverage Status, (*1)

Symfony Bundle to combine messages from different social media platforms into one feed., (*2)

Explanation of Milosa Social Media Aggregator, (*3)

Features

  • Easy way to get messages from various social media platforms. Such as:
    • Twitter
    • Facebook*
    • Youtube
  • Twig integration*
  • Sorting of messages*
    • Sorting by date (default)
    • Sorting by platform (e.g. first show youtube items, then show twitter)*
  • Caching
  • Render messages with PHP or React
  • Multiple searches for each platform

*= Not implemented yet., (*4)

Installation

composer require milosa/social-media-aggregator-bundle, (*5)

Configuration

Todo, (*6)

React

To use React:, (*7)

  • Run php bin/console assets:install public in your application, to copy the JS and CSS files from the bundle to your project.
  • Add the following to your applications framework.yaml file: yaml framework: assets: packages: milosasocialmediaaggregator: # this package uses its own manifest (the default file is ignored) json_manifest_path: "%kernel.project_dir%/public/bundles/milosasocialmediaaggregator/build/manifest.json"
  • Add the following tags to your page: html <link rel="stylesheet" type="text/css" href="{{ asset('/bundles/milosasocialmediaaggregator/build/app.css', 'milosasocialmediaaggregator') }}"> <script src="{{ asset('/bundles/milosasocialmediaaggregator/build/app.js', 'milosasocialmediaaggregator') }}"></script> and html <div id="aggregator-app"></div>

The Versions