Version Description
- Fixed Admin notice bug
- Lightbox css improved
- Fixed cover css
Download this release
Release Info
Developer | poxtron |
Plugin | WP Embed Facebook |
Version | 2.0.9.1 |
Comparing to | |
See all releases |
Code changes from version 2.0.9 to 2.0.9.1
- lib/class-wp-embed-fb-admin.php +1 -0
- lib/class-wp-embed-fb-plugin.php +1 -1
- lib/class-wp-embed-fb.php +1 -1
- lib/lightbox2/css/lightbox.min.css +1 -1
- readme.txt +8 -3
- templates/classic/classic.css +189 -1
- templates/classic/classic.sass +1 -1
- templates/default/default.css +192 -1
- templates/default/default.sass +1 -1
- wp-embed-facebook.php +1 -1
lib/class-wp-embed-fb-admin.php
CHANGED
@@ -364,6 +364,7 @@ class WP_Embed_FB_Admin {
|
|
364 |
self::section();
|
365 |
?>
|
366 |
</section>
|
|
|
367 |
<input type="submit" name="submit" class="button button-primary alignright"
|
368 |
value="<?php _e( 'Save', 'wp-embed-facebook' ) ?>"/>
|
369 |
|
364 |
self::section();
|
365 |
?>
|
366 |
</section>
|
367 |
+
<input type="hidden" name="wpemfb_close_warning2" value="true">
|
368 |
<input type="submit" name="submit" class="button button-primary alignright"
|
369 |
value="<?php _e( 'Save', 'wp-embed-facebook' ) ?>"/>
|
370 |
|
lib/class-wp-embed-fb-plugin.php
CHANGED
@@ -178,7 +178,7 @@ class WP_Embed_FB_Plugin {
|
|
178 |
<p><img style="position:relative; top: 5px;" height="20px" width="auto" src="<?php echo WP_Embed_FB_Plugin::get_url().'lib/admin/ic_setting.png' ?>"> Turn on <a id="wef-video-down" href="<?php echo admin_url("options-general.php?page=embedfacebook") ?>">Video Download Option</a> in settings.</p>
|
179 |
<small>
|
180 |
<?php
|
181 |
-
printf(__('To embed albums, events, profiles and video as HTML5 you will need a <a target="_blank" href="%s">Facebook App</a>',''), 'https://developers.facebook.com/apps')
|
182 |
?>
|
183 |
</small>
|
184 |
<p>
|
178 |
<p><img style="position:relative; top: 5px;" height="20px" width="auto" src="<?php echo WP_Embed_FB_Plugin::get_url().'lib/admin/ic_setting.png' ?>"> Turn on <a id="wef-video-down" href="<?php echo admin_url("options-general.php?page=embedfacebook") ?>">Video Download Option</a> in settings.</p>
|
179 |
<small>
|
180 |
<?php
|
181 |
+
printf(__('To embed albums, events, profiles and video as HTML5 you will need a <a target="_blank" href="%s">Facebook App</a>','wp-embed-facebook'), 'https://developers.facebook.com/apps')
|
182 |
?>
|
183 |
</small>
|
184 |
<p>
|
lib/class-wp-embed-fb.php
CHANGED
@@ -370,7 +370,7 @@ class WP_Embed_FB {
|
|
370 |
} else {
|
371 |
$fb_data = '<p><a href="https://www.facebook.com/'.$url.'" target="_blank" rel="nofollow">https://www.facebook.com/'.$url.'</a>';
|
372 |
if(is_super_admin()){
|
373 |
-
$fb_data .= '<br><span style="color: #4a0e13">'.__('
|
374 |
}
|
375 |
$fb_data .= '</p>';
|
376 |
}
|
370 |
} else {
|
371 |
$fb_data = '<p><a href="https://www.facebook.com/'.$url.'" target="_blank" rel="nofollow">https://www.facebook.com/'.$url.'</a>';
|
372 |
if(is_super_admin()){
|
373 |
+
$fb_data .= '<br><span style="color: #4a0e13">'.sprintf(__('<small>To embed this type of content you need to setup a facebook app on <a href="%s" title="WP Embed Facebook Settings">settings</a></small>','wp-embed-facebook'),admin_url('options-general.php?page=embedfacebook')).'</span>';
|
374 |
}
|
375 |
$fb_data .= '</p>';
|
376 |
}
|
lib/lightbox2/css/lightbox.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:
|
1 |
+
.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:999999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:1000000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;border-radius:3px}.lightbox a img{border:none}.lb-outerContainer{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;border-radius:4px}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-container{padding:4px}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: Facebook, facebook, Social Plugins, embed facebook, facebook video, facebook posts, facebook publication, facebook publications, facebook event, facebook events, facebook pages, facebook page, facebook profiles, facebook album, facebook albums, facebook photos, facebook photo, social,
|
5 |
Requires at least: 3.8.1
|
6 |
Tested up to: 4.5
|
7 |
-
Stable tag: 2.0.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -80,6 +80,11 @@ This can only be achieved using the premium version
|
|
80 |
|
81 |
== Changelog ==
|
82 |
|
|
|
|
|
|
|
|
|
|
|
83 |
= 2.0.9 =
|
84 |
* Fixed css on footer when using different themes
|
85 |
* Updated all.js to sdk.js (bryant1410)
|
@@ -287,5 +292,5 @@ This can only be achieved using the premium version
|
|
287 |
|
288 |
== Upgrade Notice ==
|
289 |
|
290 |
-
= 2.0.9 =
|
291 |
-
*
|
4 |
Tags: Facebook, facebook, Social Plugins, embed facebook, facebook video, facebook posts, facebook publication, facebook publications, facebook event, facebook events, facebook pages, facebook page, facebook profiles, facebook album, facebook albums, facebook photos, facebook photo, social,
|
5 |
Requires at least: 3.8.1
|
6 |
Tested up to: 4.5
|
7 |
+
Stable tag: 2.0.9.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
80 |
|
81 |
== Changelog ==
|
82 |
|
83 |
+
= 2.0.9.1 =
|
84 |
+
* Fixed Admin notice bug
|
85 |
+
* Lightbox css improved
|
86 |
+
* Fixed cover css
|
87 |
+
|
88 |
= 2.0.9 =
|
89 |
* Fixed css on footer when using different themes
|
90 |
* Updated all.js to sdk.js (bryant1410)
|
292 |
|
293 |
== Upgrade Notice ==
|
294 |
|
295 |
+
= 2.0.9.1 =
|
296 |
+
* Fixed Admin notice bug and Lightbox css improved
|
templates/classic/classic.css
CHANGED
@@ -1 +1,189 @@
|
|
1 |
-
.wef-classic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.wef-classic {
|
2 |
+
font: 300 14px/20px Helvetica;
|
3 |
+
padding: 10px;
|
4 |
+
display: inline-block;
|
5 |
+
border-width: 1px;
|
6 |
+
border-style: solid;
|
7 |
+
border-color: #23487f;
|
8 |
+
width: 100%;
|
9 |
+
background-color: white; }
|
10 |
+
.wef-classic .row {
|
11 |
+
margin-left: -10px;
|
12 |
+
margin-right: -10px;
|
13 |
+
display: table;
|
14 |
+
width: 100%; }
|
15 |
+
.wef-classic .col-1, .wef-classic .col-2, .wef-classic .col-3, .wef-classic .col-4, .wef-classic .col-5, .wef-classic .col-6, .wef-classic .col-7, .wef-classic .col-8, .wef-classic .col-9, .wef-classic .col-10, .wef-classic .col-11, .wef-classic .col-12 {
|
16 |
+
/* float: left */
|
17 |
+
position: relative;
|
18 |
+
min-height: 1px;
|
19 |
+
padding-left: 10px;
|
20 |
+
padding-right: 10px;
|
21 |
+
display: table-cell;
|
22 |
+
vertical-align: middle;
|
23 |
+
text-align: left; }
|
24 |
+
.wef-classic .col-12 {
|
25 |
+
width: 100%; }
|
26 |
+
.wef-classic .col-11 {
|
27 |
+
width: 91.66667%; }
|
28 |
+
.wef-classic .col-10 {
|
29 |
+
width: 83.33333%; }
|
30 |
+
.wef-classic .col-9 {
|
31 |
+
width: 75%; }
|
32 |
+
.wef-classic .col-8 {
|
33 |
+
width: 66.66667%; }
|
34 |
+
.wef-classic .col-7 {
|
35 |
+
width: 58.33333%; }
|
36 |
+
.wef-classic .col-6 {
|
37 |
+
width: 50%; }
|
38 |
+
.wef-classic .col-5 {
|
39 |
+
width: 41.66667%; }
|
40 |
+
.wef-classic .col-4 {
|
41 |
+
width: 33.33333%; }
|
42 |
+
.wef-classic .col-3 {
|
43 |
+
width: 25%; }
|
44 |
+
.wef-classic .col-2 {
|
45 |
+
width: 16.66667%; }
|
46 |
+
.wef-classic .col-1 {
|
47 |
+
width: 8.33333%; }
|
48 |
+
.wef-classic hr {
|
49 |
+
margin-top: 10px !important;
|
50 |
+
margin-bottom: 10px !important;
|
51 |
+
margin-left: 0 !important;
|
52 |
+
margin-right: 0 !important;
|
53 |
+
float: none !important;
|
54 |
+
border-top: 1px;
|
55 |
+
border-style: solid;
|
56 |
+
border-color: #23487f;
|
57 |
+
-moz-box-sizing: content-box;
|
58 |
+
-webkit-box-sizing: content-box;
|
59 |
+
box-sizing: content-box;
|
60 |
+
height: 0 !important;
|
61 |
+
width: 100% !important; }
|
62 |
+
.wef-classic img.icon {
|
63 |
+
float: right;
|
64 |
+
box-shadow: none;
|
65 |
+
margin: 0;
|
66 |
+
padding: 0;
|
67 |
+
display: block; }
|
68 |
+
.wef-classic img.thumbnail {
|
69 |
+
border: 1px solid gray;
|
70 |
+
border-radius: 2px;
|
71 |
+
height: 60px !important;
|
72 |
+
margin: 1px;
|
73 |
+
padding: 2px;
|
74 |
+
width: 60px !important; }
|
75 |
+
.wef-classic .album-thumbs {
|
76 |
+
line-height: 1px !important; }
|
77 |
+
.wef-classic a {
|
78 |
+
font: 300 14px/20px Helvetica;
|
79 |
+
color: #23487f !important;
|
80 |
+
text-decoration: none !important;
|
81 |
+
border: 0 !important;
|
82 |
+
margin: 0 !important;
|
83 |
+
padding: 0 !important;
|
84 |
+
box-shadow: none !important; }
|
85 |
+
.wef-classic a:focus, .wef-classic a:hover {
|
86 |
+
color: #23487f;
|
87 |
+
text-decoration: underline !important; }
|
88 |
+
.wef-classic a.post-likes {
|
89 |
+
color: #6d84b4 !important;
|
90 |
+
font-size: 12px !important; }
|
91 |
+
.wef-classic a.road-trip {
|
92 |
+
width: 0 !important;
|
93 |
+
height: 0 !important; }
|
94 |
+
.wef-classic a img {
|
95 |
+
display: inline-block !important; }
|
96 |
+
.wef-classic p {
|
97 |
+
font: 300 14px/20px Helvetica;
|
98 |
+
padding: 0 !important;
|
99 |
+
margin: 0 !important; }
|
100 |
+
.wef-classic p.post-time {
|
101 |
+
font-style: italic;
|
102 |
+
color: #8e8c8d;
|
103 |
+
font-size: 12px; }
|
104 |
+
.wef-classic p.caption-title {
|
105 |
+
font-size: 12px;
|
106 |
+
font-weight: bold; }
|
107 |
+
.wef-classic p.caption-link {
|
108 |
+
text-align: right;
|
109 |
+
word-break: break-all; }
|
110 |
+
.wef-classic p.caption-link a {
|
111 |
+
font-size: 12px;
|
112 |
+
color: #8e8c8d !important;
|
113 |
+
text-transform: uppercase; }
|
114 |
+
.wef-classic iframe, .wef-classic embed, .wef-classic object, .wef-classic video, .wef-classic audio {
|
115 |
+
width: 100% !important;
|
116 |
+
border: 0 !important;
|
117 |
+
margin: 0 !important;
|
118 |
+
padding: 0 !important; }
|
119 |
+
.wef-classic .post-link {
|
120 |
+
border-width: 1px;
|
121 |
+
border-style: solid;
|
122 |
+
border-color: #d0d0d0; }
|
123 |
+
.wef-classic .post-link p {
|
124 |
+
padding-left: 10px !important;
|
125 |
+
padding-right: 10px !important; }
|
126 |
+
.wef-classic .text-center {
|
127 |
+
text-align: center; }
|
128 |
+
.wef-classic .pl-none {
|
129 |
+
padding-left: 0 !important;
|
130 |
+
word-break: break-all; }
|
131 |
+
.wef-classic .color {
|
132 |
+
color: #23487f; }
|
133 |
+
.wef-classic .bold {
|
134 |
+
font-weight: bold !important; }
|
135 |
+
.wef-classic .title {
|
136 |
+
font-size: 20px !important;
|
137 |
+
font-weight: bold !important;
|
138 |
+
word-break: break-all;
|
139 |
+
display: inherit !important;
|
140 |
+
height: 100% !important;
|
141 |
+
background-color: transparent !important;
|
142 |
+
padding-top: 5px !important; }
|
143 |
+
.wef-classic .cover {
|
144 |
+
width: 100%;
|
145 |
+
background-size: 100% !important;
|
146 |
+
cursor: pointer; }
|
147 |
+
.wef-classic .pad-top {
|
148 |
+
padding-top: 5px; }
|
149 |
+
.wef-classic .page-post {
|
150 |
+
left: 2.6% !important; }
|
151 |
+
.wef-classic .caption-description p {
|
152 |
+
color: #8e8c8d !important;
|
153 |
+
font-style: italic !important;
|
154 |
+
font-size: 12px !important; }
|
155 |
+
.wef-classic .video {
|
156 |
+
position: relative;
|
157 |
+
display: block;
|
158 |
+
height: 0;
|
159 |
+
padding: 0 0 56.25%;
|
160 |
+
overflow: hidden; }
|
161 |
+
.wef-classic .video iframe, .wef-classic .video embed, .wef-classic .video object, .wef-classic .video video {
|
162 |
+
position: absolute;
|
163 |
+
top: 0;
|
164 |
+
left: 0;
|
165 |
+
bottom: 0;
|
166 |
+
height: 100%;
|
167 |
+
width: 100%;
|
168 |
+
border: 0;
|
169 |
+
margin: 0;
|
170 |
+
padding: 0; }
|
171 |
+
.wef-classic .wef-measure {
|
172 |
+
width: 100%; }
|
173 |
+
.wef-classic .break-all {
|
174 |
+
word-break: break-all; }
|
175 |
+
.wef-classic .event_address {
|
176 |
+
color: #565656;
|
177 |
+
font-size: 12px; }
|
178 |
+
|
179 |
+
.wef-video-link {
|
180 |
+
margin: 0 !important;
|
181 |
+
padding: 0 !important; }
|
182 |
+
.wef-video-link a {
|
183 |
+
font: 300 14px/20px Helvetica;
|
184 |
+
color: #23487f !important;
|
185 |
+
text-decoration: none !important;
|
186 |
+
border: 0 !important;
|
187 |
+
margin: 0 !important;
|
188 |
+
padding: 0 !important;
|
189 |
+
box-shadow: none !important; }
|
templates/classic/classic.sass
CHANGED
@@ -150,7 +150,7 @@
|
|
150 |
padding-top: 5px !important
|
151 |
.cover
|
152 |
width: 100%
|
153 |
-
background-size: 100%
|
154 |
cursor: pointer
|
155 |
.pad-top
|
156 |
padding:
|
150 |
padding-top: 5px !important
|
151 |
.cover
|
152 |
width: 100%
|
153 |
+
background-size: 100% !important
|
154 |
cursor: pointer
|
155 |
.pad-top
|
156 |
padding:
|
templates/default/default.css
CHANGED
@@ -1 +1,192 @@
|
|
1 |
-
.wef-default
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.wef-default {
|
2 |
+
font: 300 14px/20px Helvetica;
|
3 |
+
padding: 10px;
|
4 |
+
display: inline-block;
|
5 |
+
border-width: 1px;
|
6 |
+
border-style: solid;
|
7 |
+
border-color: #dedede;
|
8 |
+
border-radius: 2px;
|
9 |
+
width: 100%;
|
10 |
+
background-color: white; }
|
11 |
+
.wef-default .row {
|
12 |
+
margin-left: -10px;
|
13 |
+
margin-right: -10px;
|
14 |
+
display: table;
|
15 |
+
width: 100%; }
|
16 |
+
.wef-default .col-1, .wef-default .col-2, .wef-default .col-3, .wef-default .col-4, .wef-default .col-5, .wef-default .col-6, .wef-default .col-7, .wef-default .col-8, .wef-default .col-9, .wef-default .col-10, .wef-default .col-11, .wef-default .col-12 {
|
17 |
+
/* float: left */
|
18 |
+
position: relative;
|
19 |
+
min-height: 1px;
|
20 |
+
padding-left: 10px;
|
21 |
+
padding-right: 10px;
|
22 |
+
display: table-cell;
|
23 |
+
vertical-align: middle;
|
24 |
+
text-align: left; }
|
25 |
+
.wef-default .col-12 {
|
26 |
+
width: 100%; }
|
27 |
+
.wef-default .col-11 {
|
28 |
+
width: 91.66667%; }
|
29 |
+
.wef-default .col-10 {
|
30 |
+
width: 83.33333%; }
|
31 |
+
.wef-default .col-9 {
|
32 |
+
width: 75%; }
|
33 |
+
.wef-default .col-8 {
|
34 |
+
width: 66.66667%; }
|
35 |
+
.wef-default .col-7 {
|
36 |
+
width: 58.33333%; }
|
37 |
+
.wef-default .col-6 {
|
38 |
+
width: 50%; }
|
39 |
+
.wef-default .col-5 {
|
40 |
+
width: 41.66667%; }
|
41 |
+
.wef-default .col-4 {
|
42 |
+
width: 33.33333%; }
|
43 |
+
.wef-default .col-3 {
|
44 |
+
width: 25%; }
|
45 |
+
.wef-default .col-2 {
|
46 |
+
width: 16.66667%; }
|
47 |
+
.wef-default .col-1 {
|
48 |
+
width: 8.33333%; }
|
49 |
+
.wef-default hr {
|
50 |
+
margin-top: 10px !important;
|
51 |
+
margin-bottom: 10px !important;
|
52 |
+
margin-left: 0 !important;
|
53 |
+
margin-right: 0 !important;
|
54 |
+
float: none !important;
|
55 |
+
border-top: 1px;
|
56 |
+
border-style: solid;
|
57 |
+
border-color: #dedede;
|
58 |
+
-moz-box-sizing: content-box;
|
59 |
+
-webkit-box-sizing: content-box;
|
60 |
+
box-sizing: content-box;
|
61 |
+
height: 0 !important;
|
62 |
+
width: 100% !important; }
|
63 |
+
.wef-default img.icon {
|
64 |
+
float: right;
|
65 |
+
box-shadow: none;
|
66 |
+
margin: 0;
|
67 |
+
padding: 0;
|
68 |
+
display: block; }
|
69 |
+
.wef-default img.thumbnail {
|
70 |
+
border: 1px solid gray;
|
71 |
+
border-radius: 2px;
|
72 |
+
height: 60px !important;
|
73 |
+
margin: 1px;
|
74 |
+
padding: 2px;
|
75 |
+
width: 60px !important; }
|
76 |
+
.wef-default .album-thumbs {
|
77 |
+
line-height: 1px !important; }
|
78 |
+
.wef-default a {
|
79 |
+
font: 300 14px/20px Helvetica;
|
80 |
+
color: #23487f !important;
|
81 |
+
text-decoration: none !important;
|
82 |
+
border: 0 !important;
|
83 |
+
margin: 0 !important;
|
84 |
+
padding: 0 !important;
|
85 |
+
box-shadow: none !important; }
|
86 |
+
.wef-default a:focus, .wef-default a:hover {
|
87 |
+
color: #23487f;
|
88 |
+
text-decoration: underline !important; }
|
89 |
+
.wef-default a.post-likes {
|
90 |
+
color: #6d84b4 !important;
|
91 |
+
font-size: 12px !important; }
|
92 |
+
.wef-default a.road-trip {
|
93 |
+
width: 0 !important;
|
94 |
+
height: 0 !important; }
|
95 |
+
.wef-default a img {
|
96 |
+
display: inline-block !important;
|
97 |
+
margin: 0;
|
98 |
+
padding: 0; }
|
99 |
+
.wef-default p {
|
100 |
+
font: 300 14px/20px Helvetica;
|
101 |
+
padding: 0 !important;
|
102 |
+
margin: 0 !important; }
|
103 |
+
.wef-default p.post-time {
|
104 |
+
font-style: italic;
|
105 |
+
color: #8e8c8d;
|
106 |
+
font-size: 12px; }
|
107 |
+
.wef-default p.caption-title {
|
108 |
+
font-size: 12px;
|
109 |
+
font-weight: bold; }
|
110 |
+
.wef-default p.caption-link {
|
111 |
+
text-align: right;
|
112 |
+
word-break: break-all; }
|
113 |
+
.wef-default p.caption-link a {
|
114 |
+
font-size: 12px;
|
115 |
+
color: #8e8c8d !important;
|
116 |
+
text-transform: uppercase; }
|
117 |
+
.wef-default iframe, .wef-default embed, .wef-default object, .wef-default video, .wef-default audio {
|
118 |
+
width: 100% !important;
|
119 |
+
border: 0 !important;
|
120 |
+
margin: 0 !important;
|
121 |
+
padding: 0 !important; }
|
122 |
+
.wef-default .post-link {
|
123 |
+
border-width: 1px;
|
124 |
+
border-style: solid;
|
125 |
+
border-color: #d0d0d0; }
|
126 |
+
.wef-default .post-link p {
|
127 |
+
padding-left: 10px !important;
|
128 |
+
padding-right: 10px !important; }
|
129 |
+
.wef-default .text-center {
|
130 |
+
text-align: center; }
|
131 |
+
.wef-default .pl-none {
|
132 |
+
padding-left: 0 !important;
|
133 |
+
word-break: break-all; }
|
134 |
+
.wef-default .color {
|
135 |
+
color: #23487f; }
|
136 |
+
.wef-default .bold {
|
137 |
+
font-weight: bold !important; }
|
138 |
+
.wef-default .title {
|
139 |
+
font-size: 20px !important;
|
140 |
+
font-weight: bold !important;
|
141 |
+
word-break: break-all;
|
142 |
+
display: inherit !important;
|
143 |
+
height: 100% !important;
|
144 |
+
background-color: transparent !important;
|
145 |
+
padding-top: 5px !important; }
|
146 |
+
.wef-default .cover {
|
147 |
+
width: 100%;
|
148 |
+
background-size: 100% !important;
|
149 |
+
cursor: pointer; }
|
150 |
+
.wef-default .pad-top {
|
151 |
+
padding-top: 5px; }
|
152 |
+
.wef-default .page-post {
|
153 |
+
left: 2.6% !important; }
|
154 |
+
.wef-default .caption-description p {
|
155 |
+
color: #8e8c8d !important;
|
156 |
+
font-style: italic !important;
|
157 |
+
font-size: 12px !important; }
|
158 |
+
.wef-default .video {
|
159 |
+
position: relative;
|
160 |
+
display: block;
|
161 |
+
height: 0;
|
162 |
+
padding: 0 0 56.25%;
|
163 |
+
overflow: hidden; }
|
164 |
+
.wef-default .video iframe, .wef-default .video embed, .wef-default .video object, .wef-default .video video {
|
165 |
+
position: absolute;
|
166 |
+
top: 0;
|
167 |
+
left: 0;
|
168 |
+
bottom: 0;
|
169 |
+
height: 100%;
|
170 |
+
width: 100%;
|
171 |
+
border: 0;
|
172 |
+
margin: 0;
|
173 |
+
padding: 0; }
|
174 |
+
.wef-default .wef-measure {
|
175 |
+
width: 100%; }
|
176 |
+
.wef-default .break-all {
|
177 |
+
word-break: break-all; }
|
178 |
+
.wef-default .event_address {
|
179 |
+
color: #565656;
|
180 |
+
font-size: 12px; }
|
181 |
+
|
182 |
+
.wef-video-link {
|
183 |
+
margin: 0 !important;
|
184 |
+
padding: 0 !important; }
|
185 |
+
.wef-video-link a {
|
186 |
+
font: 300 14px/20px Helvetica;
|
187 |
+
color: #23487f !important;
|
188 |
+
text-decoration: none !important;
|
189 |
+
border: 0 !important;
|
190 |
+
margin: 0 !important;
|
191 |
+
padding: 0 !important;
|
192 |
+
box-shadow: none !important; }
|
templates/default/default.sass
CHANGED
@@ -153,7 +153,7 @@
|
|
153 |
padding-top: 5px !important
|
154 |
.cover
|
155 |
width: 100%
|
156 |
-
background-size: 100%
|
157 |
cursor: pointer
|
158 |
.pad-top
|
159 |
padding:
|
153 |
padding-top: 5px !important
|
154 |
.cover
|
155 |
width: 100%
|
156 |
+
background-size: 100% !important
|
157 |
cursor: pointer
|
158 |
.pad-top
|
159 |
padding:
|
wp-embed-facebook.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP Embed Facebook
|
|
4 |
Plugin URI: http://www.wpembedfb.com
|
5 |
Description: Embed any public Facebook video, photo, album, event, page, profile, or post. Copy the facebook url to a single line on your post, or use shortcode [facebook url ] more information at <a href="http://www.wpembedfb.com" title="plugin website">www.wpembedfb.com</a>
|
6 |
Author: Miguel Sirvent
|
7 |
-
Version: 2.0.9
|
8 |
Author URI: http://www.wpembedfb.com
|
9 |
Text Domain: wp-embed-facebook
|
10 |
Domain Path: /lang
|
4 |
Plugin URI: http://www.wpembedfb.com
|
5 |
Description: Embed any public Facebook video, photo, album, event, page, profile, or post. Copy the facebook url to a single line on your post, or use shortcode [facebook url ] more information at <a href="http://www.wpembedfb.com" title="plugin website">www.wpembedfb.com</a>
|
6 |
Author: Miguel Sirvent
|
7 |
+
Version: 2.0.9.1
|
8 |
Author URI: http://www.wpembedfb.com
|
9 |
Text Domain: wp-embed-facebook
|
10 |
Domain Path: /lang
|