Social Media Fetch

UNIX name Owner Status
socialfetch Håvard Bergersen beta
Version Compatible with
0.1 4.x
This extension introduces a new fetch function for you to use in your template/php code. It only supports fetching flickr images for now, but it is also planned to fetch tweets, facebook wall posts etc etc... It's a way to easy implement social media to your sites..

This extension is based on the phpFlickr class from http://phpflickr.com/

You need:

  1. A Flickr username
  2. A Flickr API key – you can get this from http://www.flickr.com/services/api/key.gne.
  3. Your Flickr ‘secret’ – you will be given this when you receive your API key.

Useage:

{def $img = fetch( 'socialFetch', 'flickr', hash(
'flickrUsername', 'yourusername',
'flickrApiKey', 'yourapikeyhere',
'flickrSecret', 'youapisecret',
'limit', 5

)
)
}

{foreach $img as $i}




{/foreach}

No news yet.

This project has no reviews yet. Be the first one to review it!