jworksuk / Tumblr-Latest-Photos

Really simple class gets the latest photo posts from specified tumblr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tumblr Latest Photos

Really simple class get get the latest photo posts from specified tumblr

Usage

An Example

Gets 12 photos from picturedept.tumblr.com

<?php
    $photos = new Tumblr_Latest_Photos( 'picturedept' );
    $latest_photos = $photos->generate('12');

Demo

http://demo.jworksuk.com/github/tumblrlatestphotos/examples/basic-masonry.php

TODO

Use curl instead of file_get_contents as some servers don't allow file_get_contents

About

Really simple class gets the latest photo posts from specified tumblr


Languages

Language:PHP 96.6%Language:JavaScript 3.4%