=== Flickr Viewer === Contributors: nakunakifi Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZAZHU9ERY8W34 Tags: photostream, CDN, flickr, flickr favourites, flickr photostream, image, image gallery, image hosting, lightbox, photo, photos, photo albums, showcase Requires at least: 4.0.1 Tested up to: 4.7.3 Stable tag: 1.1.2 Easily display your Flickr Photostream, Favourites, Galleries and Albums on your website. == Description == Display your Flickr Photostream, Favourites, Galleries and Albums on your website. Comes with lightbox and pagination. More features coming soon! * Use Shortcodes to display your Flickr photostream, favourites, galleries and albums. * The images are displayed using a lightbox. * Admin settings to control size of thumbnail images and visibility settings etc * Just authenticate with your Flickr Account and you are ready to go! * Visit Flickr Viewer Pro Demo Site If you have suggestions for a new add-on, feel free to email me at info@cheshirewebsolutions.com. Want regular updates? follow me on Twitter! https://twitter.com/CheshireWebSol == Prerequisites == 1. PHP v5.5 == Installation == 1. Unzip into your `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Make your settings, Admin->Settings->Flickr Viewer 4. Use the 'Photostream' shortcode [cws_fgp_photostream] on a page of your choice. 5. Use the 'Favourites' shortcode [cws_fgp_favourites] on a page of your choice. == Frequently Asked Questions == = Can it display private images? = The Pro version can display Private images with it's Privacy filter options. == Screenshots == 1. This is where you enter your Flickr API Key and API Secret. 2. This is the default settings page. 3. This is the grid view of you Photostream [cws_fgp_photostream] 4. This is an example of the lightbox displaying photo you clicked on. == Shortcodes == * [cws_fgp_photostream] Will display your Photostream. * [cws_fgp_favourites] Will display your Favourites. == Shortcode Usage == * Display Photostream Example [cws_fgp_photostream theme=grid thumb_size=square_150 show_title=0] * Display Favourites Example [cws_fgp_favourites theme=grid thumb_size=square_150 show_title=1] * Display Gallery Example [cws_fgp_galleries theme=grid gallery_id=72157678104065683 show_title=1 thumb_size=square_150] There are 2 main shortcodes: * [cws_fgp_photostream] * [cws_fgp_favourites] == Credits == * Flickr Viewer - Ian Kennerley, http://nakunakifi.com * Lightbox2 (http://lokeshdhakar.com/projects/lightbox2) * Masonry (http://desandro.github.io/masonry/) * phpFlickr (Dan Coulter (dan@dancoulter.com)) * Justified Image Grid - Miro Mannino * Photoswipe - Dmitry Semenov == Changelog == = 1.1.2 = * Fixed pagination bugs in album shortcode = 1.1.1 = * Fixed bug in album shortcode * Added options num_album_results and num_image_results to [cws_fgp_albums] to limit number of albums returned and number of images. = 1.1.0 = * Added Gallery shortcode. * Added Albums shortcode = 1.0.0 = * Complete Re-write of plugin. = 0.1 = * Beta Release