Hi all!
I just wanted to check what would be the easiest way to go about this... I want to pull my latest images from Flickr and simply output them in a list. I looked at PHPflickr and the example there, but nothing happens and I can't get it to work. Is there a couchy way of doing this?
All help is appreciated
For example, here I want below outputed 8 times, with the latest 8 images:
Thanks
I just wanted to check what would be the easiest way to go about this... I want to pull my latest images from Flickr and simply output them in a list. I looked at PHPflickr and the example there, but nothing happens and I can't get it to work. Is there a couchy way of doing this?
All help is appreciated

For example, here I want below outputed 8 times, with the latest 8 images:
- Code: Select all
<li class="col-md-3 col-sm-6" data-type="design" data-id="design-1">
<div class="portfolio-image-block">
<a href=".#"><img src="image-from-flickr.jpg" alt="flickrdescription"></a>
<div class="portfolio-block-hover">
<a href="image-from-flickr-480x400.png" class="portfolio-title" data-lightbox="portfolio" data-title="Image Title 1">flickr title</a>
</div>
</div>
</li>
Thanks
