Show GroupsAdd the following to the TOP of your wp-config.php, along with the other define statements: define('TANTAN_FLICKR_DISPLAYGROUPS', true);Once done, you'll be able to use the plugin to pull in and display Flickr groups you have joined. Your wp-config.php should look something like this. <?php
define('TANTAN_FLICKR_DISPLAYGROUPS', true);
// ** MySQL settings ** //
define('DB_NAME', '...');
... etc ...Important Make sure you only load photos from groups for which you have permission to re-display photos.
|
Thank you.
Hi,
I added the line of code to my config file, and I do see my groups in the settings page. There is just one problem. I cannot see a Groups tab when inserting pictures from flickr (on the "write post/page" page).
Am I doing something wrong? I am an administrator of one of my groups, so I think I should have rights to re-display for at least that group.
Thanks!
Is there a way to only display images that belong to specific sets? or that are tagged with a specific keyword?
Thanks
up to tientotvier : what's wrong with the group display ? I'm able to display it in the config page but not in a supposed tab when asking to insert a Flickr photo. Is this a bug ? Or if it's not, why display groups in the config page ?
Is there a way to designate specific categories or sets, to avoid displaying photos which are not related to the subject of the blog?