We’ve included a simple way to display Flickr photo streams to your DNN website(s). Just follow these simple instructions:
- Add an HTML module to a content pane
- Apply the FlickerContainer via Module Settings -> Page Settings -> Module Container
- Hover over your HTML module’s Manage button and select Edit Content.
- Click on the HTML tab at the bottom of the HTML editor and add a non-breaking space ( )
- Click Save
To display the latest photo streams from your Flickr account, follow these easy steps
- After installing the Vivid skins, open the FlickerContainer.aspx file (/Portals/_default/Containers/VividBlueSkins/FlickerContainer.ascx)
- Look for lines 8 and 9:
limit: 9, <- where 9 is the limit of Flickr images to display qstrings: {set: '72157633161468534', nsid: '52229347@N06'}, <- where '72157633161468534' is the ID of your Flickr Set – just replace this number with the ID of the Flickr Set of images you want to display.
- Save and replace the FlickerContainer.aspx file on your website.
That’s all there is to it!