2017 © Pedro Peláez
 

library wba-cms-widgets-social

A collection of social media widgets

image

ride/wba-cms-widgets-social

A collection of social media widgets

  • Tuesday, August 25, 2015
  • by ride-user
  • Repository
  • 11 Watchers
  • 0 Stars
  • 589 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

Ride: Social media widgets

A collection of widgets and REST clients allowing you to implement various social media integrations., (*1)

Widgets

Select various social media services to display links to provided profile pages., (*2)

Social media share widget

Select various social media services allowing the user to share the current page to them., (*3)

Clients

Flickr client

A minimalistic client and model which can ben used to send and handle requests to the Flickr API., (*4)

Usage : Request the first 5 photos of a specific Flickr photoset, (*5)

$flickrModel->setApiAuthentication(API_KEY, API_SECRET_KEY);
$photos = $flickrModel->call('flickr.photosets.getPhotos', array(
    'photoset_id': PHOTOSET_ID,
    'page' => 1,
    'per_page' => 5,
));

The Versions