{"id":45531,"date":"2011-06-19T11:03:52","date_gmt":"2011-06-19T11:03:52","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/instagram-gallery-widget\/"},"modified":"2011-09-20T17:51:23","modified_gmt":"2011-09-20T17:51:23","slug":"instagram-gallery-widget","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/instagram-gallery-widget\/","author":7778722,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.4.1","stable_tag":"1.4.1","tested":"3.2.1","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"Instagram Gallery Widget","header_author":"Luca Grandicelli","header_description":"","assets_banners_color":"","last_updated":"2011-09-20 17:51:23","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=6DXPBEJV5QTNJ","header_plugin_uri":"http:\/\/www.lucagrandicelli.com\/instagram-gallery-widget-wordpress","header_author_uri":"http:\/\/www.lucagrandicelli.com","rating":0,"author_block_rating":0,"active_installs":20,"downloads":14403,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog","other_notes"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.2","1.3","1.4","1.4.1"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1538963","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1538963","resolution":"1","location":"plugin"}},"screenshots":{"1":"The Gallery","2":"The Widget admin panel"}},"plugin_section":[],"plugin_tags":[210,311,205,162],"plugin_category":[43,50,56],"plugin_contributors":[78361],"plugin_business_model":[],"class_list":["post-45531","plugin","type-plugin","status-closed","hentry","plugin_tags-gallery","plugin_tags-instagram","plugin_tags-photos","plugin_tags-widget","plugin_category-customization","plugin_category-media","plugin_category-social-and-sharing","plugin_contributors-lgrandicelli","plugin_committers-lgrandicelli"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/instagram-gallery-widget.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/instagram-gallery-widget\/trunk\/screenshot-1.png?rev=1538963","caption":"The Gallery"},{"src":"https:\/\/ps.w.org\/instagram-gallery-widget\/trunk\/screenshot-2.png?rev=1538963","caption":"The Widget admin panel"}],"raw_content":"<!--section=description-->\n<p>Instagram Gallery Widget (IGW) lets you display your beautiful Instagr.am pictures in a simple and elegant gallery onto your Wordpress website.\nYou can drag multiple widget instances and configure each one with different settings.\nYou can also use custom PHP code to insert the widget in any part of your theme or if you prefer, you can embed the special shortcode.<\/p>\n\n<p><strong>Special features<\/strong>:<\/p>\n\n<ul>\n    <li>Easy-to-install procedure. Just enter one of your Instagr.am pictures URL and you're done<\/li>\n    <li>Nice FancyBox effect when clicking on thumbnails<\/li>\n    <li>Browse your Instagram pictures just like a gallery<\/li>\n    <li>Thumbnails custom sizes option for every widget instance<\/li>\n    <li>Random Display Mode<\/li>\n    <li>Filter images by Effects<\/li>\n    <li>Multiple widgets configurations<\/li>\n    <li>Specific PHP function call for theme customization<\/li>\n    <li>Shortcodes Support<\/li>\n<\/ul>\n\n<p><strong>Plugin's homepage<\/strong><br \/>\nhttp:\/\/www.lucagrandicelli.com\/instagram-gallery-widget-wordpress<\/p>\n\n<p><strong>Credits<\/strong><br \/>\nThis plugin relies on the excellent Instagr.am front-end application http:\/\/instagram.heroku.com\/\nMade by http:\/\/twitter.com\/mislav<\/p>\n\n<!--section=installation-->\n<p>The automatic plugin installer should work for most people. Manual installation is easy and takes fewer than five minutes.<\/p>\n\n<ol>\n<li>Download the plugin, unpack it and upload the '<em>instagram-gallery-widget<\/em>' folder to your wp-content\/plugins directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>On the widgets panel, drag the Instagram Gallery Widget widget onto one of your sidebars and configure its specific settings.<\/li>\n<li>If you need to adjust some CSS to suite your theme layout, go to Settings-&gt;Instagram Gallery Widget page and change the inner stylesheet.<\/li>\n<li>You're done. Enjoy.<\/li>\n<\/ol>\n\n<p>If you wish to use the Instagram Gallery Widget in another part of your theme which is not widget-handled, you can put the following snippet:<\/p>\n\n<pre><code>&lt;?php\n    if(function_exists('instagram_gallery_widget')) {\n        instagram_gallery_widget($args);\n    }\n?&gt;\n<\/code><\/pre>\n\n<p>where $args is an array of the following options:<\/p>\n\n<pre><code>\/\/ Widget Title\nigw_widget_title =&gt; text\n\n\/\/ Max number of pictures to display\nigw_maxnum_photos =&gt; numeric\n\n\/\/ Thumbnail Width\nigw_thumbnail_width =&gt; numeric\n\n\/\/ Thumbnail Height\nigw_thumbnail_height =&gt; numeric\n\n\/\/ Show\/Hide widget title\nigw_widget_title_hide_option =&gt; yes|no\n\n\/\/ Your Instagr.am pictures URL\nigw_photo_url =&gt; text url (one of your instagr.am pictures url (E.G: http:\/\/instagr.am\/p\/FuCsj\/)\n\n\/\/ Randomize pictures option\nigw_randomize_option =&gt; yes|no\n\n\/\/ Enable\/Disable FancyBox Effect\nigw_fancybox_option =&gt; yes|no\n\n\/\/ Filter images by Effect (Available Effects: none, Amaro, Rise, Hudson, Valencia, X-Pro II, Lomo-fi, Earlybird, Sutro, Toaster, Brannan, Inkwell, Walden, Hefe, Apollo, Poprocket, Nashville, Gotham, 1977, Lord Kelvin)\nigw_effect_filter =&gt; name of the effect\n<\/code><\/pre>\n\n<p>Example:<\/p>\n\n<pre><code>&lt;?php\n\/\/ Defining widget options.\n$args = array(\n    'igw_widget_title'        =&gt; 'My Beautiful Gallery',\n    'igw_maxnum_photos'       =&gt; 16,\n    'igw_thumbnail_width'     =&gt; 50,\n    'igw_thumbnail_height'    =&gt; 50,\n    'igw_randomize_option'    =&gt; 'yes',\n    'igw_photo_url'           =&gt; 'http:\/\/instagr.am\/p\/FuCsj\/',\n    'igw_effect_filter'       =&gt; 'X-Pro II'\n);\n\n\n\/\/ Function call.\nif(function_exists('instagram_gallery_widget')) {\n    instagram_gallery_widget($args);\n}\n?&gt;\n<\/code><\/pre>\n\n<p>If you wish to use a shortcode, put the following inside any of your post\/pages:\n    [igw]<\/p>\n\n<p>REMEMBER: When using shortcodes, you must provide the Instagr.am Photo URL.<\/p>\n\n<p>Shortcodes parameters names are the same of direct PHP call ones, but you have to put them with the '=' sign instead of the '=&gt;' arrow.\nString values must be enclosed within single\/double quotes.<\/p>\n\n<p>Example:\n    [igw igw_maxnum_photos='16' igw_photo_url='http:\/\/instagr.am\/p\/FuCsj\/']<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>The Widget doesn't show properly on my sidebar<\/dt>\n<dd><p>In this case, you will have to deal with the custom CSS provided inside the plugin settings panel.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.4.1<\/h4>\n\n<ul>\n<li>Added new 4 effects from the Instagr.am 2.0 version<\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>Added new option to filter images by effect.<\/li>\n<li>Minor bugs fixed.<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Added Random Mode Option.<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>REMOVED THE USER BOX INFO. Instagr.am API, which is in beta test, has changed some stuff and this completely prevented the plugin from showing the images in versione 1.1 This update will temporary remove the user box info but it will continue to display the images.<\/li>\n<li>Minor bugs fixed.<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>When disabling FancyBox effect, images will open in the original Instagr.am Window instead of a blank page.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>\n\n<!--section=other_notes-->\n<h3>Requirements<\/h3>\n\n<p>In order to work, the Instagram Gallery Widget plugin needs the following settings:<\/p>\n\n<ol>\n<li>PHP version 5+<\/li>\n<li>CURL libraries installed and enabled on your server.<\/li>\n<\/ol>","raw_excerpt":"Instagram Gallery Widget (IGW) lets you display your beautiful Instagr.am pictures in a simple and elegant gallery onto your Wordpress website.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/45531","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=45531"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/lgrandicelli"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=45531"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=45531"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=45531"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=45531"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=45531"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=45531"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}