- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
Facebook. How to activate Flickr plugin
July 9, 2012
This tutorial will show you how to enable Flickr Plugin in Facebook Templates.
First of all, make sure to specify your appId and secret in facebook_site\index.php file.

After that is done, login to your Flickr account to find our your personal Flick ID.

Lastly, locate jflickrfeed.js file in facebook_site\js folder and open it using any text editor.
Find the following code:
qstrings: { lang: ‘en-us’, format: ‘json’, jsoncallback: ‘?’ },
Here, we should add our flickr ID:
qstrings: { id: ‘78694396@N02′, lang: ‘en-us’, format: ‘json’, jsoncallback: ‘?’ }

Save all your files and upload to the server, replacing original/default files.

Feel free to check the detailed video tutorial below:
Facebook. How to activate Flickr plugin