What does it do?
Our Flickr Badge Plugin lets you insert images from Flickr directly into your Joomla! content.
You can display content related images using a tag, one of your Flickr Sets or just randomly.
It's so easy you'll wonder how you lived without it.
The Demo
To demonstrate the
Flickr Badge Plugin I have created a slideshow of images covering the days I wrote this plugin.
The images displayed are created using the string shown in the box below.
{flickrbadge?id=50566068@N00&set=72157594472037332&count=4&link=See the Snow Slideshow}
Using a Tag
By adding
?tag= and then a single word you can limit the images displayed to only those that have been tagged by the word provided.
In the following example only images with the tag
capecode will be shown.
{flickrbadge?tag=capecode}
Using Your Flickr ID
By adding
?id= and then your 'Flickr ID' you can limit the images shown to only those that have been added by you.
In the following example only images with the 'Flickr ID'
50566068@N00 will be shown.
{flickrbadge?id=50566068@N00}
Using Your Flickr ID and a Tag
You can combine both
id= and
tag= to only display images with your 'Flickr ID' and tagged with the word provided.
In the following example only images with the 'Flickr ID'
50566068@N00 and the tag
capecode will be shown.
{flickrbadge?id=50566068@N00&tag=capecode}
Using Your Flickr ID and a Set ID
You can also use
id= and
set= to display images with your 'Flickr ID' that belong to the 'Set ID' provided.
In the following example only images with the 'Flickr ID'
50566068@N00 and the 'Set ID'
72157594472037332 will be shown.
{flickrbadge?id=50566068@N00&set=72157594472037332}
Additional Options to any of the Above
&count=[1,10]
This option specifies the number of images to be shown. The default is five (5).
{flickrbadge?tag=capecode&count=2}
&size=[s,t,m]
This option specifies the size of the images shown. They can be either [s]mall, [t]humbnail or [m]edium. The default is [s]mall (s).
{flickrbadge?tag=capecode&size=m}
&display=[random,latest]
This option specifies if the images shown are [random]ly selected or the [latest] images added. The default is [random] (random).
{flickrbadge?tag=capecode&display=latest}
&align=[left,center,right]
This option specifies the alignment of the images in the content. Either [left], [center] or [right]. The default is [center] (center).
{flickrbadge?tag=capecode&align=right}
&link=[text]
This option creates a link to the images shown. If you have specified a Flickr 'Set ID' the link will open a 'Flickr Slideshow'. The default is empty (null).
{flickrbadge?tag=capecode&link=See all CapecodeHQ images}
How do I install it?
Once you have downloaded the
Flickr Badge Plugin you can follow the simple instructions below.
There are no special instructions for installing this Plugin, the details below describe a standard installation.
- Login to your Joomla Administrator website
- From the main menu select 'Installers' then 'Mambots'
- In the 'Upload Package File' section click the 'Browse' button
- Select the file 'cchq_flickr_badge_v1-0_1-0-x.zip' which you downloaded earlier
- In the 'Upload Package File' section click the 'Upload File & Install' button
- When you see the words 'Upload mambot - Success' click on continue
- From the main menu select 'Mambots' then 'Site Mambots'
- From the list of Mambots find the 'Flickr Badge Plugin'
- Follow the row along to the 'Published' column and click the 'Red Cross'
- Your Flickr Badge Plugin is now installed and ready to use