Forum for discussing general topics related to Couch.
5 posts Page 1 of 1
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:
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 :)
n
There is no couch-way of this, so you'll need some php skills.
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
I load frameworks and write bugs on top of them, after that I rearrange the code so that it looks like a cool product.
Tomarnst wrote: hi,

you could try http://codepen.io/markmurray/pen/FIHrq/


Code: Select all
<cms:editable type=text name=flicker_id label=Flicker ID />


Code: Select all
http://api.flickr.com/services/feeds/photos_public.gne?id=<cms:show flicker_id />&size=b&lang=en-us&format=json&jsoncallback=?


Maybe
As soon as possible!

Touch me up : abada[dot]zulma[at]gmail[dot]com
5 posts Page 1 of 1