{"id":60357,"date":"2011-04-27T11:42:21","date_gmt":"2011-04-27T11:42:21","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/instagram-widget-gallery\/"},"modified":"2011-04-28T11:00:56","modified_gmt":"2011-04-28T11:00:56","slug":"instagram-widget-gallery","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/instagram-widget-gallery\/","author":7778722,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0","stable_tag":"trunk","tested":"3.1.4","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"Instagram Gallery Widget","header_author":"Luca Grandicelli","header_description":"","assets_banners_color":"","last_updated":"2011-04-28 11:00:56","external_support_url":"","external_repository_url":"","donate_link":"","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":0,"downloads":1929,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","screenshots","changelog","other_notes"],"tags":[],"upgrade_notice":[],"ratings":[],"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[],"plugin_category":[],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-60357","plugin","type-plugin","status-closed","hentry","plugin_committers-lgrandicelli"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/instagram-widget-gallery.svg","icon_2x":false,"generated":true},"screenshots":[],"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>User info panel with pictures count, followers count and following count.<\/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>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<!--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(&#039;instagram_gallery_widget&#039;)) {\n        instagram_gallery_widget($args);\n    }\n?&gt;<\/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\/\/ Show\/Hide User Info Panel\nigw_userinfo_option  =&gt; yes|no\n\n\/\/ Enable\/Disable FancyBox Effect\nigw_fancybox_option =&gt; yes|no<\/code><\/pre>\n\n<p>Example:<\/p>\n\n<pre><code>&lt;?php\n\/\/ Defining widget options.\n$args = array(\n    &#039;igw_widget_title&#039;        =&gt; &#039;My Beautiful Gallery&#039;,\n    &#039;igw_maxnum_photos&#039;       =&gt; 16,\n    &#039;igw_thumbnail_width&#039;     =&gt; 50,\n    &#039;igw_thumbnail_height&#039;    =&gt; 50,\n    &#039;igw_photo_url&#039;           =&gt; &#039;http:\/\/instagr.am\/p\/FuCsj\/&#039;\n);\n\n\/\/ Function call.\nif(function_exists(&#039;instagram_gallery_widget&#039;)) {\n    instagram_gallery_widget($args);\n}\n?&gt;<\/code><\/pre>\n\n<p>If you wish to use a shortcode, put the following inside any of your post\/pages:<\/p>\n\n<pre><code>[igw]<\/code><\/pre>\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:<\/p>\n\n<pre><code>[igw igw_maxnum_photos=&#039;16&#039; igw_photo_url=&#039;http:\/\/instagr.am\/p\/FuCsj\/&#039;]<\/code><\/pre>\n\n<!--section=faq-->\n<h4>The Widget doesn't show properly on my sidebar<\/h4>\n\n<p>In this case, you will have to deal with the custom CSS provided inside the plugin settings panel.<\/p>\n\n<!--section=screenshots-->\n<ol class='screenshots'>\n\t<li>\n\t\t<img class='screenshot' src='screenshot-1.png' alt='instagram-widget-gallery screenshot 1' \/>\n\t\t<p>The Gallery<\/p>\n\t<\/li>\n\t<li>\n\t\t<img class='screenshot' src='screenshot-2.png' alt='instagram-widget-gallery screenshot 2' \/>\n\t\t<p>The Widget admin panel<\/p>\n\t<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>\n\n<!--section=other_notes-->\n<h3 id='Requirements'>Requirements<\/h3>\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\/60357","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=60357"}],"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=60357"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=60357"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=60357"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=60357"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=60357"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=60357"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}