Version Description
17/12/2014 * Compatible with WordPress 4.1 version * Remove some unused css code from bootstrap.css * Update facebook-by-weblizar.php file
Download this release
Release Info
Developer | weblizar |
Plugin | Feed & LikeBox For Facebook |
Version | 1.0 |
Comparing to | |
See all releases |
Code changes from version 0.9 to 1.0
- css/bootstrap.min.css +0 -39
- facebook-by-weblizar.php +1 -14
- readme.txt +7 -2
css/bootstrap.min.css
CHANGED
@@ -3,45 +3,6 @@
|
|
3 |
* Copyright 2011-2014 Twitter, Inc.
|
4 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
5 |
*/
|
6 |
-
|
7 |
-
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
|
8 |
-
html {
|
9 |
-
font-family: sans-serif;
|
10 |
-
-webkit-text-size-adjust: 100%;
|
11 |
-
-ms-text-size-adjust: 100%;
|
12 |
-
}
|
13 |
-
body {
|
14 |
-
margin: 0;
|
15 |
-
}
|
16 |
-
article,
|
17 |
-
aside,
|
18 |
-
details,
|
19 |
-
figcaption,
|
20 |
-
figure,
|
21 |
-
footer,
|
22 |
-
header,
|
23 |
-
hgroup,
|
24 |
-
main,
|
25 |
-
nav,
|
26 |
-
section,
|
27 |
-
summary {
|
28 |
-
display: block;
|
29 |
-
}
|
30 |
-
audio,
|
31 |
-
canvas,
|
32 |
-
progress,
|
33 |
-
video {
|
34 |
-
display: inline-block;
|
35 |
-
vertical-align: baseline;
|
36 |
-
}
|
37 |
-
audio:not([controls]) {
|
38 |
-
display: none;
|
39 |
-
height: 0;
|
40 |
-
}
|
41 |
-
[hidden],
|
42 |
-
template {
|
43 |
-
display: none;
|
44 |
-
}
|
45 |
a {
|
46 |
background: transparent;
|
47 |
}
|
3 |
* Copyright 2011-2014 Twitter, Inc.
|
4 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
5 |
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
a {
|
7 |
background: transparent;
|
8 |
}
|
facebook-by-weblizar.php
CHANGED
@@ -1,25 +1,12 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Facebook By WebLizar
|
4 |
-
* Version:
|
5 |
* Description: Display your facebook page live stream & friends on WordPress blog.
|
6 |
* Author: WebLizar
|
7 |
* Author URI: http://www.weblizar.com
|
8 |
* Plugin URI: http://www.weblizar.com/plugins/
|
9 |
*
|
10 |
-
* This program is free software; you can redistribute it and/or
|
11 |
-
* modify it under the terms of the GNU General Public License
|
12 |
-
* as published by the Free Software Foundation; either version 2
|
13 |
-
* of the License, or (at your option) any later version.
|
14 |
-
*
|
15 |
-
* This program is distributed in the hope that it will be useful,
|
16 |
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
17 |
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
18 |
-
* GNU General Public License for more details.
|
19 |
-
*
|
20 |
-
* You should have received a copy of the GNU General Public License
|
21 |
-
* along with this program; if not, write to the Free Software
|
22 |
-
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
23 |
*/
|
24 |
|
25 |
/**
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Facebook By WebLizar
|
4 |
+
* Version:1.0
|
5 |
* Description: Display your facebook page live stream & friends on WordPress blog.
|
6 |
* Author: WebLizar
|
7 |
* Author URI: http://www.weblizar.com
|
8 |
* Plugin URI: http://www.weblizar.com/plugins/
|
9 |
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
*/
|
11 |
|
12 |
/**
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: weblizar
|
|
3 |
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.
|
7 |
-
Stable tag: 0
|
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.9 = 06/11/2014
|
88 |
* code update
|
89 |
|
3 |
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.1
|
7 |
+
Stable tag: 1.0
|
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 |
+
= 1.0 = 17/12/2014
|
88 |
+
* Compatible with WordPress 4.1 version
|
89 |
+
* Remove some unused css code from bootstrap.css
|
90 |
+
* Update facebook-by-weblizar.php file
|
91 |
+
|
92 |
= 0.9 = 06/11/2014
|
93 |
* code update
|
94 |
|