exp:eeflickr:tags_getListUserPopular

Get the popular tags for a given user. used for Tag Cloud's

Params

    {params}
  • {col_1}: {col_2}
  • {/params}
  • sign: "yes" set to yes if you are requesting your (private,friends,family) data if this is not set only public data is returned for this tag. (about Authentication)
  • refresh: (cache time in minutes) this overrides the default time eeFlickr stores Flickr API data before requesting new data from Flickr

Full Tag

{exp:eeflickr:tags_getListUserPopular count="150" sort="count-desc" ignore="akumal" mincount="10" max_size="44" min_size="8" color_offset="20"}
    {tag}
    {tag_count}
    {font_size}
    {color_low}
    {color_hi}
{
/exp:eeflickr:tags_getListUserPopular} 


Sample Usage

     

{exp:eeflickr:tags_getListUserPopular count="150" sort="alpha-desc" ignore="akumal" mincount="50" min_size="8" max_size="40" color_offset="2"}
 
<a style="font-size:{font_size}px; color: rgb({color_low},0,{color_hi}); text-decoration:none;" href="#">{tag}</a>
{/exp:eeflickr:tags_getListUserPopular} 


     



Sample Above Will Output