Coder Social home page Coder Social logo

jekyll_flickr_set_tag's Introduction

Flickr Set Tag

Generates image galleries from a Flickr set or a Flickr tag.

Usage:

{% flickr_set flickr_set_id %}

or: {% flickr_set set: flickr_set_id %} or: {% flickr_set tag: flickr_tag %}

Examples:

{% flickr_set 72157625102245887 %}
{% flickr_set set: 72157625102245887 %}
{% flickr_set tag: birds %}

There are two ways of specifying a set for reasons of backwards compatibility.

Default Configuration (override in _config.yml):

flickr_set:  
  gallery_tag:   'p'  
  gallery_class: 'gallery'  
  a_href:        nil  
  a_target:      '_blank'  
  image_rel:     ''  
  image_size:    's'  
  api_key:       ''  
  user:          ''  
  user_id:       ''  

By default, thumbnails are linked to their corresponding Flickr page. If you override a_href with a size ('s', 'm', etc), the thumbnail will link to that size image. This is useful in combination with the image_rel parameter and a lightbox gallery.

You must provide an API Key in order to query Flickr. It must be configured in _config.yml.

To correctly provide a link to the Flickr page for each photo, your username is required, i.e. the one that appears in the url of your photos.

To correctly search for tags within your account, your user_id or NSID is required; use http://idgettr.com to find it if necessary.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.