Feed & LikeBox For Facebook - Version 0.8

Version Description

05/09/2014 * Remove minor bug * Update css

Download this release

Release Info

Developer weblizar
Plugin Icon 128x128 Feed & LikeBox For Facebook
Version 0.8
Comparing to
See all releases

Code changes from version 0.7 to 0.8

css/bootstrap-responsive.css CHANGED
@@ -42,73 +42,7 @@ background-color:'none' !important;
42
  box-sizing: border-box;
43
  }
44
 
45
- @-ms-viewport {
46
- width: device-width;
47
- }
48
-
49
- .hidden {
50
- display: none;
51
- visibility: hidden;
52
- }
53
-
54
- .visible-phone {
55
- display: none !important;
56
- }
57
-
58
- .visible-tablet {
59
- display: none !important;
60
- }
61
-
62
- .hidden-desktop {
63
- display: none !important;
64
- }
65
-
66
- .visible-desktop {
67
- display: inherit !important;
68
- }
69
-
70
- @media (min-width: 768px) and (max-width: 979px) {
71
- .hidden-desktop {
72
- display: inherit !important;
73
- }
74
- .visible-desktop {
75
- display: none !important ;
76
- }
77
- .visible-tablet {
78
- display: inherit !important;
79
- }
80
- .hidden-tablet {
81
- display: none !important;
82
- }
83
- }
84
 
85
- @media (max-width: 767px) {
86
- .hidden-desktop {
87
- display: inherit !important;
88
- }
89
- .visible-desktop {
90
- display: none !important;
91
- }
92
- .visible-phone {
93
- display: inherit !important;
94
- }
95
- .hidden-phone {
96
- display: none !important;
97
- }
98
- }
99
-
100
- .visible-print {
101
- display: none !important;
102
- }
103
-
104
- @media print {
105
- .visible-print {
106
- display: inherit !important;
107
- }
108
- .hidden-print {
109
- display: none !important;
110
- }
111
- }
112
 
113
  @media (min-width: 1200px) {
114
  .row {
42
  box-sizing: border-box;
43
  }
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
  @media (min-width: 1200px) {
48
  .row {
css/weblizar-option-style.css CHANGED
@@ -55,6 +55,8 @@ margin-bottom:12px;
55
  box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.3),0px 2px 2px 0px rgba(0,0,0,0.2);
56
  margin-bottom:30px;
57
  overflow: hidden;
 
 
58
  }
59
 
60
  .weblizar-header h2 span { float: left;
55
  box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.3),0px 2px 2px 0px rgba(0,0,0,0.2);
56
  margin-bottom:30px;
57
  overflow: hidden;
58
+ display: block;
59
+ width: 100%;
60
  }
61
 
62
  .weblizar-header h2 span { float: left;
facebook-by-weblizar.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Facebook By WebLizar
4
- * Version: 0.7
5
  * Description: Display your facebook page live stream & friends on WordPress blog.
6
  * Author: WebLizar
7
  * Author URI: http://www.weblizar.com
1
  <?php
2
  /**
3
  * Plugin Name: Facebook By WebLizar
4
+ * Version: 0.8
5
  * Description: Display your facebook page live stream & friends on WordPress blog.
6
  * Author: WebLizar
7
  * Author URI: http://www.weblizar.com
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.weblizar.com/
4
  Tags: facebook, facebook like, facebook widget, facebook page, facebook share, facebook share button, Like, like button, Share, share button, facebook fanbox, facebook page, page, plugin, posts, publish Facebook, sidebar, social, Social Plugins, facebook embed, facebook events, Facebook feed, Like Button Widget,wall, facebook wall, facebook photos, share, tweets, facebook share, facebook news, news, feeds
5
  Requires at least: 3.0
6
  Tested up to: 4.0
7
- Stable tag: 0.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -84,6 +84,11 @@ Please use WordPress support forum to ask any query regarding any issue.
84
 
85
  For more information, see Weblizar(http://wwww.weblizar.com/).
86
 
 
 
 
 
 
87
  = 0.7 = 05/09/2014
88
  * New: [FBW] shortcode added
89
  * New: Fan Faces Hide & Show Option
4
  Tags: facebook, facebook like, facebook widget, facebook page, facebook share, facebook share button, Like, like button, Share, share button, facebook fanbox, facebook page, page, plugin, posts, publish Facebook, sidebar, social, Social Plugins, facebook embed, facebook events, Facebook feed, Like Button Widget,wall, facebook wall, facebook photos, share, tweets, facebook share, facebook news, news, feeds
5
  Requires at least: 3.0
6
  Tested up to: 4.0
7
+ Stable tag: 0.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
84
 
85
  For more information, see Weblizar(http://wwww.weblizar.com/).
86
 
87
+ = 0.8 = 05/09/2014
88
+ * Remove minor bug
89
+ * Update css
90
+
91
+
92
  = 0.7 = 05/09/2014
93
  * New: [FBW] shortcode added
94
  * New: Fan Faces Hide & Show Option