Categories

Facebook. How to activate Flickr plugin

Ray Taylor July 9, 2012
Rating: 5.0/5. From 2 votes.
Please wait...

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

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket