Get the popular tags for a given user. used for Tag Cloud's
Params
- user_id: The user id to get the tag list for
- sort: count-desc, count-asc, alpha-desc, alpha-asc
- ignore: cat|dog|cow
- mincount: the tag must have at least
- max_size: the max size output (used for font size)
- min_size: the minimum font size
- color_offset: the color offset from 0 up and 255 down (this prevents solid white or solid black) when mixing colors
- count: The numbe of top tags
- 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