{"id":17985,"date":"2012-05-05T12:47:47","date_gmt":"2012-05-05T12:47:47","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/flickree\/"},"modified":"2012-11-14T01:01:24","modified_gmt":"2012-11-14T01:01:24","slug":"flickree","status":"publish","type":"plugin","link":"https:\/\/kea.wordpress.org\/plugins\/flickree\/","author":8114201,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.5","stable_tag":"trunk","tested":"","requires":"2.9.1","requires_php":"","requires_plugins":"","header_name":"flickree","header_author":"Ben Cooling","header_description":"","assets_banners_color":"c79ec4","last_updated":"2012-11-14 01:01:24","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/bcooling.com.au","header_plugin_uri":"http:\/\/bcooling.com.au","header_author_uri":"http:\/\/bcooling.com.au","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2288,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"543656","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.2","0.3"],"block_files":[],"assets_screenshots":{"screenshot-5.png":{"filename":"screenshot-5.png","revision":"1539436","resolution":"5","location":"plugin"},"screenshot-6.png":{"filename":"screenshot-6.png","revision":"1539436","resolution":"6","location":"plugin"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1539436","resolution":"4","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1539436","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1539436","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539436","resolution":"1","location":"plugin"}},"screenshots":{"1":"The flickree editor button","2":"The editor dialog for inserting a single photo","3":"The editor dialog for inserting photos from a photoset","4":"The editor dialog for inserting photos from a gallery","5":"The editor dialog for inserting photos from a group","6":"The editor dialog for inserting photos based on a text and or tag search"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1556,1096,210,163,215],"plugin_category":[50,56],"plugin_contributors":[82503],"plugin_business_model":[],"class_list":["post-17985","plugin","type-plugin","status-publish","hentry","plugin_tags-api","plugin_tags-flickr","plugin_tags-gallery","plugin_tags-images","plugin_tags-photo","plugin_category-media","plugin_category-social-and-sharing","plugin_contributors-global_1981","plugin_committers-global_1981"],"banners":{"banner":"https:\/\/ps.w.org\/flickree\/assets\/banner-772x250.png?rev=543656","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/flickree_c79ec4.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/flickree\/trunk\/screenshot-1.png?rev=1539436","caption":"The flickree editor button"},{"src":"https:\/\/ps.w.org\/flickree\/trunk\/screenshot-2.png?rev=1539436","caption":"The editor dialog for inserting a single photo"},{"src":"https:\/\/ps.w.org\/flickree\/trunk\/screenshot-3.png?rev=1539436","caption":"The editor dialog for inserting photos from a photoset"},{"src":"https:\/\/ps.w.org\/flickree\/trunk\/screenshot-4.png?rev=1539436","caption":"The editor dialog for inserting photos from a gallery"},{"src":"https:\/\/ps.w.org\/flickree\/trunk\/screenshot-5.png?rev=1539436","caption":"The editor dialog for inserting photos from a group"},{"src":"https:\/\/ps.w.org\/flickree\/trunk\/screenshot-6.png?rev=1539436","caption":"The editor dialog for inserting photos based on a text and or tag search"}],"raw_content":"<!--section=description-->\n<p>Fickree provides an editor button for simple flickr queries, but feel free to manually add short code attributes for more complex requirements (All flickr API method-specific arguments are available)<\/p>\n\n<p>Control your own markup with mustache-based templating (Comes with 4 templates out of the box - attributed, caption, default and thick box).<\/p>\n\n<p>Standardises:\na) The properties available for each photo regardless of method used\nb) The arguments available for each query (including convenience arguments \"size\" and \"display\")<\/p>\n\n<p>Templates can include all of the data flickr returns for photos including:<\/p>\n\n<p>id, owner, server, title, ispublic, description, dateupload, lastupdate, latitude, tags and many many more!<\/p>\n\n<p>Queries can include any of flickr method attributes as arguments, (all extras are included by default) such as:<\/p>\n\n<p>'privacy_filter', 'text', 'min_upload_date','sort', 'safe_search', 'place_id', 'geo_context' and many many more!<\/p>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<p>e.g.<\/p>\n\n<ol>\n<li>Upload <code>flickree<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Navigate to Settings &gt; flickree and add your Flickr api key<\/li>\n<li>Use the flickree editor button or manually add a shortcode to your pages [flickree type=\"search\" tags=\"starfish\"]<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Why another flickr plugin?<\/dt>\n<dd><p>Most flickr plugins are only good for specific use cases. This plugin provides a more sophisticated \napproach: it can be as simple or as complex as you like.<\/p>\n\n<p>Flickree steers away from elaborate markup, dependencies and full-featured galleries. Instead Flickree\nempowers you to easily integrate flickr with your gallery of choice - orbit, fancybox, lightbox etc.\nHaving said that, flickree is pretty gentle on newcomers, providing a thickbox template out of the box.<\/p>\n\n<p>Flickree also comes with three other templates: default (minimal layout), attributed (for creative \ncommons attribution) and caption (Wordpress caption markup).<\/p><\/dd>\n<dt>My thickbox template isn't working<\/dt>\n<dd><p>As flickree keeps the markup separate from any dependent style and script, we just need to paste \nthe following code into your functions.php file:<\/p>\n\n<pre><code>add_action('wp_enqueue_scripts', 'my_enqueue_scripts');\nfunction my_enqueue_scripts(){\n  wp_enqueue_style('thickbox'); \/\/include thickbox .css\n  wp_enqueue_script('jquery');  \/\/include jQuery\n  wp_enqueue_script('thickbox'); \/\/include Thickbox jQuery plugin\n}\n<\/code><\/pre><\/dd>\n<dt>Where can I get my flickr api key?<\/dt>\n<dd><p>http:\/\/www.youtube.com\/watch?v=r8XmXuMdLWE<\/p><\/dd>\n<dt>How do I get my Flickr photoset_id?<\/dt>\n<dd><p>http:\/\/www.flickr.com\/help\/forum\/74809\/?search=photoset<\/p><\/dd>\n<dt>How do I get my Flickr group id?<\/dt>\n<dd><p>http:\/\/idgettr.com\/<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.1<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>Added readme.txt file adn fixed bug in index.php<\/li>\n<\/ul>\n\n<h4>0.3<\/h4>\n\n<ul>\n<li>Added banner and corrected some issues with plugin presentation<\/li>\n<\/ul>\n\n<h4>0.5<\/h4>\n\n<ul>\n<li>Added reporting capabalities for connection issues with flickr api, stricter validation for type shortcode attribute<\/li>\n<\/ul>","raw_excerpt":"Easily get photos from flickr based on a photo, photoset or group ID, a gallery URL or a search text or tag.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/17985","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=17985"}],"author":[{"embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/global_1981"}],"wp:attachment":[{"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=17985"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=17985"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=17985"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=17985"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=17985"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=17985"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}