WD Instagram Feed – Instagram Gallery - Version 1.1.18

Version Description

Fixed: Frontend filter colors (PRO)
Changed: Featured plugins, brand new Mailchimp Forms WD plugin added

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 WD Instagram Feed – Instagram Gallery
Version 1.1.18
Comparing to
See all releases

Code changes from version 1.1.17 to 1.1.18

admin/models/WDIModelThemes_wdi.php CHANGED
@@ -63,7 +63,7 @@ class WDIModelThemes_wdi {
63
  'feed_wrapper_width' => '100%',
64
  'feed_container_width' => '100%',
65
  'feed_wrapper_bg_color' => '#FFFFFF',
66
- 'active_filter_bg_color' => '#2a5b83',
67
  'header_margin' => '0px',
68
  'header_padding' => '5px',
69
  'header_border_size' => '0px',
63
  'feed_wrapper_width' => '100%',
64
  'feed_container_width' => '100%',
65
  'feed_wrapper_bg_color' => '#FFFFFF',
66
+ 'active_filter_bg_color' => '#429fff',
67
  'header_margin' => '0px',
68
  'header_padding' => '5px',
69
  'header_border_size' => '0px',
featured/WDIFeaturedPlugins.php CHANGED
@@ -52,6 +52,12 @@ class WDIFeaturedPlugins
52
  'content' => 'Organize and publish your events in an easy and elegant way using Event Calendar WD.',
53
  'href' => 'https://web-dorado.com/products/wordpress-event-calendar-wd.html'
54
  ),
 
 
 
 
 
 
55
 
56
  "contact_form_bulder" => array(
57
  'title' => 'Contact Form Builder',
@@ -273,7 +279,6 @@ class WDIFeaturedPlugins
273
  #main_featured_plugins_page #featured-plugins-list li.facebook .product {
274
  background: url("<?php echo WDI_URL; ?>/featured/images/facebook.png") center center no-repeat;
275
  }
276
-
277
  #main_featured_plugins_page #featured-plugins-list li.facebook-wd .product {
278
  background: url("<?php echo WDI_URL; ?>/featured/images/facebook-feed.png") center center no-repeat;
279
  }
@@ -314,10 +319,6 @@ class WDIFeaturedPlugins
314
  background: url("<?php echo WDI_URL; ?>/featured/images/zoom.png") center center no-repeat;
315
  }
316
 
317
- #main_featured_plugins_page #featured-plugins-list li.fm-import .product {
318
- background: url("<?php echo WDI_URL; ?>/featured/images/fm-import.png") center center no-repeat;
319
- }
320
-
321
  #main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {
322
  background: url("<?php echo WDI_URL; ?>/featured/images/photo-gallery.png") center center no-repeat;
323
  }
@@ -329,6 +330,9 @@ class WDIFeaturedPlugins
329
  #main_featured_plugins_page #featured-plugins-list li.events-wd .product {
330
  background: url("<?php echo WDI_URL; ?>/featured/images/events-wd.png") center center no-repeat;
331
  }
 
 
 
332
 
333
  #main_featured_plugins_page #featured-plugins-list li.faq_wd .product {
334
  background: url("<?php echo WDI_URL; ?>/featured/images/faq_wd.png") center center no-repeat;
52
  'content' => 'Organize and publish your events in an easy and elegant way using Event Calendar WD.',
53
  'href' => 'https://web-dorado.com/products/wordpress-event-calendar-wd.html'
54
  ),
55
+ "mailchimp" => array(
56
+ 'title' => 'Mailchimp Forms WD',
57
+ 'text' => 'WordPress Mailchimp forms plugin',
58
+ 'content' => 'Access customizable themes, custom emails, PayPal Integration and more.',
59
+ 'href' => 'https://web-dorado.com/products/wordpress-mailchimp-wd.html'
60
+ ),
61
 
62
  "contact_form_bulder" => array(
63
  'title' => 'Contact Form Builder',
279
  #main_featured_plugins_page #featured-plugins-list li.facebook .product {
280
  background: url("<?php echo WDI_URL; ?>/featured/images/facebook.png") center center no-repeat;
281
  }
 
282
  #main_featured_plugins_page #featured-plugins-list li.facebook-wd .product {
283
  background: url("<?php echo WDI_URL; ?>/featured/images/facebook-feed.png") center center no-repeat;
284
  }
319
  background: url("<?php echo WDI_URL; ?>/featured/images/zoom.png") center center no-repeat;
320
  }
321
 
 
 
 
 
322
  #main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {
323
  background: url("<?php echo WDI_URL; ?>/featured/images/photo-gallery.png") center center no-repeat;
324
  }
330
  #main_featured_plugins_page #featured-plugins-list li.events-wd .product {
331
  background: url("<?php echo WDI_URL; ?>/featured/images/events-wd.png") center center no-repeat;
332
  }
333
+ #main_featured_plugins_page #featured-plugins-list li.mailchimp .product {
334
+ background: url("<?php echo WDI_URL; ?>/featured/images/mailchimp.png") center center no-repeat;
335
+ }
336
 
337
  #main_featured_plugins_page #featured-plugins-list li.faq_wd .product {
338
  background: url("<?php echo WDI_URL; ?>/featured/images/faq_wd.png") center center no-repeat;
featured/images/contact.builder.png CHANGED
Binary file
featured/images/fm-import.png DELETED
Binary file
featured/images/mailchimp.png ADDED
Binary file
featured/images/wd-google-analytics.png CHANGED
Binary file
frontend/views/WDIViewImageBrowser_view.php CHANGED
@@ -404,8 +404,12 @@ public function generate_feed_styles($feed_row){
404
  #wdi_feed_<?php echo $wdi_feed_counter?> .wdi_load_more_container{
405
  display: inline-block;
406
  }
407
- #wdi_feed_<?php echo $wdi_feed_counter?> .wdi_filter_active{
408
- background-color: <?php echo $style['active_filter_bg_color'];?>;
 
 
 
 
409
  }
410
  <?php if($feed_row['disable_mobile_layout']=="0"){
411
  ?>
404
  #wdi_feed_<?php echo $wdi_feed_counter?> .wdi_load_more_container{
405
  display: inline-block;
406
  }
407
+ #wdi_feed_<?php echo $wdi_feed_counter?> .wdi_filter_active_bg{
408
+ background-color: <?php echo $style['active_filter_bg_color'];?>;
409
+ }
410
+ #wdi_feed_<?php echo $wdi_feed_counter?> .wdi_filter_active_col{
411
+ color: <?php echo $style['active_filter_bg_color'];?>;
412
+ border-color: <?php echo $style['active_filter_bg_color'];?>;
413
  }
414
  <?php if($feed_row['disable_mobile_layout']=="0"){
415
  ?>
frontend/views/WDIViewThumbnails_view.php CHANGED
@@ -477,11 +477,15 @@ public function generate_feed_styles($feed_row){
477
  #wdi_feed_<?php echo $wdi_feed_counter?> .wdi_load_more_container{
478
  display: inline-block;
479
  }
480
- #wdi_feed_<?php echo $wdi_feed_counter?> .wdi_filter_active{
481
- background-color: <?php echo $style['active_filter_bg_color'];?>;
 
 
 
 
482
  }
483
 
484
-
485
 
486
  <?php if($feed_row['disable_mobile_layout']=="0"){
487
  ?>
477
  #wdi_feed_<?php echo $wdi_feed_counter?> .wdi_load_more_container{
478
  display: inline-block;
479
  }
480
+ #wdi_feed_<?php echo $wdi_feed_counter?> .wdi_filter_active_bg{
481
+ background-color: <?php echo $style['active_filter_bg_color'];?>;
482
+ }
483
+ #wdi_feed_<?php echo $wdi_feed_counter?> .wdi_filter_active_col{
484
+ color: <?php echo $style['active_filter_bg_color'];?>;
485
+ border-color: <?php echo $style['active_filter_bg_color'];?>;
486
  }
487
 
488
+
489
 
490
  <?php if($feed_row['disable_mobile_layout']=="0"){
491
  ?>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-instagram-feed-wd.html
4
  Tags: : custom instagram feed, feed, instagram, hashtag, Instagram feed, instagram gallery, instagram posts, Instagram images, Instagram photos, Instagram wall, lightbox, photos
5
  Requires at least: 3.9
6
  Tested up to: 4.7
7
- Stable tag: 1.1.17
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -21,7 +21,7 @@ Instagram Feed WD plugin is a user-friendly tool for displaying user or hashtag
21
 
22
  https://www.youtube.com/watch?v=ijdrpkVAfEw
23
 
24
- Have you ever wanted to display images from Instagram on your webpages? Is simple integration not enough for your WordPress website? Do you want to display composite feeds of hashtags and users? Do you prefer to show instagram content with your custom styling? Have you ever thought it will be cool to repost your Instagram feed to WP blog? Instagram Feed WD is your best solution with its user-friendly management and easy set up. It is simply the most useful and functional WordPress Instagram plugin.
25
 
26
  Instagram Feed WD allows displaying Instagram feeds based on public Instagram accounts and hashtags. You can create mixed feeds based on multiple accounts, multiple hashtags or any combination of both with Pro version. WordPress Instagram plugin uses 4 layouts - 2 layouts for smaller thumbnail display (Thumbnail and Masonry) and 2 for larger images (Blog Style and Image Browser). Thumbnail view displays images with their metadata (Pro): caption, number of likes and comments. Image Browser displays single image with navigation possibility, metadata (Pro): image caption, number of likes and comments. Masonry (Pro) layout displays images in beautiful masonry view combining the image and its metadata (Pro). Blog Style (Pro) layout combines large image with its data similar creating a blog style display. All the layouts can display feed username and its metadata (bio, number of posts and followers).
27
 
@@ -31,7 +31,7 @@ Images can be redirected to Instagram or opened in a lightbox. You can set sorti
31
 
32
  Theme section (available with Pro version) allows to customize colors, sizes and display styles. Each layout uses its own theme which makes this section even more compelling.
33
 
34
- No feed data is stored in the database. All the images, videos (Pro), captions and comments are retrieved directly from the Instagram in the front-end, which makes this WordPress Instagram plugin fast and very easy to use.
35
 
36
 
37
  ###IMPORTANT:
@@ -107,6 +107,11 @@ After downloading the ZIP file of the Instagram Feed WD plugin,
107
 
108
  == Changelog ==
109
 
 
 
 
 
 
110
  = 1.1.17 =
111
  New: Option in feed settings to show small size images and low-bandwidth videos when viewed in mobile devices
112
  Fixed: Escaping in custom JS
4
  Tags: : custom instagram feed, feed, instagram, hashtag, Instagram feed, instagram gallery, instagram posts, Instagram images, Instagram photos, Instagram wall, lightbox, photos
5
  Requires at least: 3.9
6
  Tested up to: 4.7
7
+ Stable tag: 1.1.18
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
21
 
22
  https://www.youtube.com/watch?v=ijdrpkVAfEw
23
 
24
+ Have you ever wanted to display images from Instagram on your webpages? Is simple integration not enough for your WordPress website? Do you want to display composite feeds of hashtags and users? Do you prefer to show instagram gallery with your custom styling? Have you ever thought it will be cool to repost your Instagram feed to WP blog? Instagram Feed WD is your best solution with its user-friendly management and easy set up. It is simply the most useful and functional WordPress Instagram plugin.
25
 
26
  Instagram Feed WD allows displaying Instagram feeds based on public Instagram accounts and hashtags. You can create mixed feeds based on multiple accounts, multiple hashtags or any combination of both with Pro version. WordPress Instagram plugin uses 4 layouts - 2 layouts for smaller thumbnail display (Thumbnail and Masonry) and 2 for larger images (Blog Style and Image Browser). Thumbnail view displays images with their metadata (Pro): caption, number of likes and comments. Image Browser displays single image with navigation possibility, metadata (Pro): image caption, number of likes and comments. Masonry (Pro) layout displays images in beautiful masonry view combining the image and its metadata (Pro). Blog Style (Pro) layout combines large image with its data similar creating a blog style display. All the layouts can display feed username and its metadata (bio, number of posts and followers).
27
 
31
 
32
  Theme section (available with Pro version) allows to customize colors, sizes and display styles. Each layout uses its own theme which makes this section even more compelling.
33
 
34
+ No feed data is stored in the database. All the images, videos (Pro), captions and comments are retrieved directly from the Instagram in the front-end, which makes this WordPress Instagram gallery plugin fast and very easy to use.
35
 
36
 
37
  ###IMPORTANT:
107
 
108
  == Changelog ==
109
 
110
+
111
+ = 1.1.18 =
112
+ Fixed: Frontend filter colors (PRO)
113
+ Changed: Featured plugins, brand new Mailchimp Forms WD plugin added
114
+
115
  = 1.1.17 =
116
  New: Option in feed settings to show small size images and low-bandwidth videos when viewed in mobile devices
117
  Fixed: Escaping in custom JS
templates/default-themes.php CHANGED
@@ -8,7 +8,7 @@ function wdi_get_default_themes(){
8
  'feed_wrapper_width' => '100%',
9
  'feed_container_width' => '100%',
10
  'feed_wrapper_bg_color' => '#FFFFFF',
11
- 'active_filter_bg_color' => '#2a5b83',
12
  'header_margin' => '0px',
13
  'header_padding' => '5px',
14
  'header_border_size' => '0px',
8
  'feed_wrapper_width' => '100%',
9
  'feed_container_width' => '100%',
10
  'feed_wrapper_bg_color' => '#FFFFFF',
11
+ 'active_filter_bg_color' => '#429fff',
12
  'header_margin' => '0px',
13
  'header_padding' => '5px',
14
  'header_border_size' => '0px',
wd-instagram-feed.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Instagram Feed WD
4
  Plugin URI: https://web-dorado.com/products/wordpress-instagram-feed-wd.html
5
  Description: WD Instagram Feed is a user-friendly tool for displaying user or hashtag-based feeds on your website. You can create feeds with one of the available layouts. It allows displaying image metadata, open up images in lightbox, download them and even share in social networking websites.
6
- Version: 1.1.17
7
  Author: WebDorado
8
  Author URI: https://web-dorado.com
9
  License: GPLv2 or later
@@ -20,7 +20,7 @@ define("WDI_META", "_".WDI_VAR."_meta");
20
  //define("wdi",'wdi');
21
  define('WDI_FEED_TABLE','wdi_feeds');
22
  define('WDI_THEME_TABLE','wdi_themes');
23
- define('WDI_VERSION','1.1.17');
24
  define('WDI_IS_PRO','false');
25
 
26
 
3
  Plugin Name: Instagram Feed WD
4
  Plugin URI: https://web-dorado.com/products/wordpress-instagram-feed-wd.html
5
  Description: WD Instagram Feed is a user-friendly tool for displaying user or hashtag-based feeds on your website. You can create feeds with one of the available layouts. It allows displaying image metadata, open up images in lightbox, download them and even share in social networking websites.
6
+ Version: 1.1.18
7
  Author: WebDorado
8
  Author URI: https://web-dorado.com
9
  License: GPLv2 or later
20
  //define("wdi",'wdi');
21
  define('WDI_FEED_TABLE','wdi_feeds');
22
  define('WDI_THEME_TABLE','wdi_themes');
23
+ define('WDI_VERSION','1.1.18');
24
  define('WDI_IS_PRO','false');
25
 
26