Version Description
Important, must update. Fixed lots of issues specially the feed not updating after the scheduled time.
Download this release
Release Info
Developer | sjaved |
Plugin | Easy Facebook Like Box (Facebook Page Plugin) – Custom Facebook Feed – Auto PopUp |
Version | 4.2.1 |
Comparing to | |
See all releases |
Code changes from version 4.2 to 4.2.1
- LICENSE.txt +339 -0
- README.txt +14 -2
- admin/easy-facebook-likebox-admin.php +2 -2
- assets/PluginIcon - Copy.png +0 -0
- assets/banner-772x250.png +0 -0
- easy-facebook-likebox.php +2 -2
- includes/easy-custom-facebook-feed-widget.php +4 -4
- includes/easy-facebook-page-plugin-widget.php +2 -2
- public/assets/js/wp-config.php +0 -107
- public/easy-facebook-likebox.php +2 -56
- public/includes/core-functions.php +10 -0
- public/views/feed.php +13 -6
LICENSE.txt
ADDED
@@ -0,0 +1,339 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
GNU GENERAL PUBLIC LICENSE
|
2 |
+
Version 2, June 1991
|
3 |
+
|
4 |
+
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
5 |
+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
6 |
+
Everyone is permitted to copy and distribute verbatim copies
|
7 |
+
of this license document, but changing it is not allowed.
|
8 |
+
|
9 |
+
Preamble
|
10 |
+
|
11 |
+
The licenses for most software are designed to take away your
|
12 |
+
freedom to share and change it. By contrast, the GNU General Public
|
13 |
+
License is intended to guarantee your freedom to share and change free
|
14 |
+
software--to make sure the software is free for all its users. This
|
15 |
+
General Public License applies to most of the Free Software
|
16 |
+
Foundation's software and to any other program whose authors commit to
|
17 |
+
using it. (Some other Free Software Foundation software is covered by
|
18 |
+
the GNU Lesser General Public License instead.) You can apply it to
|
19 |
+
your programs, too.
|
20 |
+
|
21 |
+
When we speak of free software, we are referring to freedom, not
|
22 |
+
price. Our General Public Licenses are designed to make sure that you
|
23 |
+
have the freedom to distribute copies of free software (and charge for
|
24 |
+
this service if you wish), that you receive source code or can get it
|
25 |
+
if you want it, that you can change the software or use pieces of it
|
26 |
+
in new free programs; and that you know you can do these things.
|
27 |
+
|
28 |
+
To protect your rights, we need to make restrictions that forbid
|
29 |
+
anyone to deny you these rights or to ask you to surrender the rights.
|
30 |
+
These restrictions translate to certain responsibilities for you if you
|
31 |
+
distribute copies of the software, or if you modify it.
|
32 |
+
|
33 |
+
For example, if you distribute copies of such a program, whether
|
34 |
+
gratis or for a fee, you must give the recipients all the rights that
|
35 |
+
you have. You must make sure that they, too, receive or can get the
|
36 |
+
source code. And you must show them these terms so they know their
|
37 |
+
rights.
|
38 |
+
|
39 |
+
We protect your rights with two steps: (1) copyright the software, and
|
40 |
+
(2) offer you this license which gives you legal permission to copy,
|
41 |
+
distribute and/or modify the software.
|
42 |
+
|
43 |
+
Also, for each author's protection and ours, we want to make certain
|
44 |
+
that everyone understands that there is no warranty for this free
|
45 |
+
software. If the software is modified by someone else and passed on, we
|
46 |
+
want its recipients to know that what they have is not the original, so
|
47 |
+
that any problems introduced by others will not reflect on the original
|
48 |
+
authors' reputations.
|
49 |
+
|
50 |
+
Finally, any free program is threatened constantly by software
|
51 |
+
patents. We wish to avoid the danger that redistributors of a free
|
52 |
+
program will individually obtain patent licenses, in effect making the
|
53 |
+
program proprietary. To prevent this, we have made it clear that any
|
54 |
+
patent must be licensed for everyone's free use or not licensed at all.
|
55 |
+
|
56 |
+
The precise terms and conditions for copying, distribution and
|
57 |
+
modification follow.
|
58 |
+
|
59 |
+
GNU GENERAL PUBLIC LICENSE
|
60 |
+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
61 |
+
|
62 |
+
0. This License applies to any program or other work which contains
|
63 |
+
a notice placed by the copyright holder saying it may be distributed
|
64 |
+
under the terms of this General Public License. The "Program", below,
|
65 |
+
refers to any such program or work, and a "work based on the Program"
|
66 |
+
means either the Program or any derivative work under copyright law:
|
67 |
+
that is to say, a work containing the Program or a portion of it,
|
68 |
+
either verbatim or with modifications and/or translated into another
|
69 |
+
language. (Hereinafter, translation is included without limitation in
|
70 |
+
the term "modification".) Each licensee is addressed as "you".
|
71 |
+
|
72 |
+
Activities other than copying, distribution and modification are not
|
73 |
+
covered by this License; they are outside its scope. The act of
|
74 |
+
running the Program is not restricted, and the output from the Program
|
75 |
+
is covered only if its contents constitute a work based on the
|
76 |
+
Program (independent of having been made by running the Program).
|
77 |
+
Whether that is true depends on what the Program does.
|
78 |
+
|
79 |
+
1. You may copy and distribute verbatim copies of the Program's
|
80 |
+
source code as you receive it, in any medium, provided that you
|
81 |
+
conspicuously and appropriately publish on each copy an appropriate
|
82 |
+
copyright notice and disclaimer of warranty; keep intact all the
|
83 |
+
notices that refer to this License and to the absence of any warranty;
|
84 |
+
and give any other recipients of the Program a copy of this License
|
85 |
+
along with the Program.
|
86 |
+
|
87 |
+
You may charge a fee for the physical act of transferring a copy, and
|
88 |
+
you may at your option offer warranty protection in exchange for a fee.
|
89 |
+
|
90 |
+
2. You may modify your copy or copies of the Program or any portion
|
91 |
+
of it, thus forming a work based on the Program, and copy and
|
92 |
+
distribute such modifications or work under the terms of Section 1
|
93 |
+
above, provided that you also meet all of these conditions:
|
94 |
+
|
95 |
+
a) You must cause the modified files to carry prominent notices
|
96 |
+
stating that you changed the files and the date of any change.
|
97 |
+
|
98 |
+
b) You must cause any work that you distribute or publish, that in
|
99 |
+
whole or in part contains or is derived from the Program or any
|
100 |
+
part thereof, to be licensed as a whole at no charge to all third
|
101 |
+
parties under the terms of this License.
|
102 |
+
|
103 |
+
c) If the modified program normally reads commands interactively
|
104 |
+
when run, you must cause it, when started running for such
|
105 |
+
interactive use in the most ordinary way, to print or display an
|
106 |
+
announcement including an appropriate copyright notice and a
|
107 |
+
notice that there is no warranty (or else, saying that you provide
|
108 |
+
a warranty) and that users may redistribute the program under
|
109 |
+
these conditions, and telling the user how to view a copy of this
|
110 |
+
License. (Exception: if the Program itself is interactive but
|
111 |
+
does not normally print such an announcement, your work based on
|
112 |
+
the Program is not required to print an announcement.)
|
113 |
+
|
114 |
+
These requirements apply to the modified work as a whole. If
|
115 |
+
identifiable sections of that work are not derived from the Program,
|
116 |
+
and can be reasonably considered independent and separate works in
|
117 |
+
themselves, then this License, and its terms, do not apply to those
|
118 |
+
sections when you distribute them as separate works. But when you
|
119 |
+
distribute the same sections as part of a whole which is a work based
|
120 |
+
on the Program, the distribution of the whole must be on the terms of
|
121 |
+
this License, whose permissions for other licensees extend to the
|
122 |
+
entire whole, and thus to each and every part regardless of who wrote it.
|
123 |
+
|
124 |
+
Thus, it is not the intent of this section to claim rights or contest
|
125 |
+
your rights to work written entirely by you; rather, the intent is to
|
126 |
+
exercise the right to control the distribution of derivative or
|
127 |
+
collective works based on the Program.
|
128 |
+
|
129 |
+
In addition, mere aggregation of another work not based on the Program
|
130 |
+
with the Program (or with a work based on the Program) on a volume of
|
131 |
+
a storage or distribution medium does not bring the other work under
|
132 |
+
the scope of this License.
|
133 |
+
|
134 |
+
3. You may copy and distribute the Program (or a work based on it,
|
135 |
+
under Section 2) in object code or executable form under the terms of
|
136 |
+
Sections 1 and 2 above provided that you also do one of the following:
|
137 |
+
|
138 |
+
a) Accompany it with the complete corresponding machine-readable
|
139 |
+
source code, which must be distributed under the terms of Sections
|
140 |
+
1 and 2 above on a medium customarily used for software interchange; or,
|
141 |
+
|
142 |
+
b) Accompany it with a written offer, valid for at least three
|
143 |
+
years, to give any third party, for a charge no more than your
|
144 |
+
cost of physically performing source distribution, a complete
|
145 |
+
machine-readable copy of the corresponding source code, to be
|
146 |
+
distributed under the terms of Sections 1 and 2 above on a medium
|
147 |
+
customarily used for software interchange; or,
|
148 |
+
|
149 |
+
c) Accompany it with the information you received as to the offer
|
150 |
+
to distribute corresponding source code. (This alternative is
|
151 |
+
allowed only for noncommercial distribution and only if you
|
152 |
+
received the program in object code or executable form with such
|
153 |
+
an offer, in accord with Subsection b above.)
|
154 |
+
|
155 |
+
The source code for a work means the preferred form of the work for
|
156 |
+
making modifications to it. For an executable work, complete source
|
157 |
+
code means all the source code for all modules it contains, plus any
|
158 |
+
associated interface definition files, plus the scripts used to
|
159 |
+
control compilation and installation of the executable. However, as a
|
160 |
+
special exception, the source code distributed need not include
|
161 |
+
anything that is normally distributed (in either source or binary
|
162 |
+
form) with the major components (compiler, kernel, and so on) of the
|
163 |
+
operating system on which the executable runs, unless that component
|
164 |
+
itself accompanies the executable.
|
165 |
+
|
166 |
+
If distribution of executable or object code is made by offering
|
167 |
+
access to copy from a designated place, then offering equivalent
|
168 |
+
access to copy the source code from the same place counts as
|
169 |
+
distribution of the source code, even though third parties are not
|
170 |
+
compelled to copy the source along with the object code.
|
171 |
+
|
172 |
+
4. You may not copy, modify, sublicense, or distribute the Program
|
173 |
+
except as expressly provided under this License. Any attempt
|
174 |
+
otherwise to copy, modify, sublicense or distribute the Program is
|
175 |
+
void, and will automatically terminate your rights under this License.
|
176 |
+
However, parties who have received copies, or rights, from you under
|
177 |
+
this License will not have their licenses terminated so long as such
|
178 |
+
parties remain in full compliance.
|
179 |
+
|
180 |
+
5. You are not required to accept this License, since you have not
|
181 |
+
signed it. However, nothing else grants you permission to modify or
|
182 |
+
distribute the Program or its derivative works. These actions are
|
183 |
+
prohibited by law if you do not accept this License. Therefore, by
|
184 |
+
modifying or distributing the Program (or any work based on the
|
185 |
+
Program), you indicate your acceptance of this License to do so, and
|
186 |
+
all its terms and conditions for copying, distributing or modifying
|
187 |
+
the Program or works based on it.
|
188 |
+
|
189 |
+
6. Each time you redistribute the Program (or any work based on the
|
190 |
+
Program), the recipient automatically receives a license from the
|
191 |
+
original licensor to copy, distribute or modify the Program subject to
|
192 |
+
these terms and conditions. You may not impose any further
|
193 |
+
restrictions on the recipients' exercise of the rights granted herein.
|
194 |
+
You are not responsible for enforcing compliance by third parties to
|
195 |
+
this License.
|
196 |
+
|
197 |
+
7. If, as a consequence of a court judgment or allegation of patent
|
198 |
+
infringement or for any other reason (not limited to patent issues),
|
199 |
+
conditions are imposed on you (whether by court order, agreement or
|
200 |
+
otherwise) that contradict the conditions of this License, they do not
|
201 |
+
excuse you from the conditions of this License. If you cannot
|
202 |
+
distribute so as to satisfy simultaneously your obligations under this
|
203 |
+
License and any other pertinent obligations, then as a consequence you
|
204 |
+
may not distribute the Program at all. For example, if a patent
|
205 |
+
license would not permit royalty-free redistribution of the Program by
|
206 |
+
all those who receive copies directly or indirectly through you, then
|
207 |
+
the only way you could satisfy both it and this License would be to
|
208 |
+
refrain entirely from distribution of the Program.
|
209 |
+
|
210 |
+
If any portion of this section is held invalid or unenforceable under
|
211 |
+
any particular circumstance, the balance of the section is intended to
|
212 |
+
apply and the section as a whole is intended to apply in other
|
213 |
+
circumstances.
|
214 |
+
|
215 |
+
It is not the purpose of this section to induce you to infringe any
|
216 |
+
patents or other property right claims or to contest validity of any
|
217 |
+
such claims; this section has the sole purpose of protecting the
|
218 |
+
integrity of the free software distribution system, which is
|
219 |
+
implemented by public license practices. Many people have made
|
220 |
+
generous contributions to the wide range of software distributed
|
221 |
+
through that system in reliance on consistent application of that
|
222 |
+
system; it is up to the author/donor to decide if he or she is willing
|
223 |
+
to distribute software through any other system and a licensee cannot
|
224 |
+
impose that choice.
|
225 |
+
|
226 |
+
This section is intended to make thoroughly clear what is believed to
|
227 |
+
be a consequence of the rest of this License.
|
228 |
+
|
229 |
+
8. If the distribution and/or use of the Program is restricted in
|
230 |
+
certain countries either by patents or by copyrighted interfaces, the
|
231 |
+
original copyright holder who places the Program under this License
|
232 |
+
may add an explicit geographical distribution limitation excluding
|
233 |
+
those countries, so that distribution is permitted only in or among
|
234 |
+
countries not thus excluded. In such case, this License incorporates
|
235 |
+
the limitation as if written in the body of this License.
|
236 |
+
|
237 |
+
9. The Free Software Foundation may publish revised and/or new versions
|
238 |
+
of the General Public License from time to time. Such new versions will
|
239 |
+
be similar in spirit to the present version, but may differ in detail to
|
240 |
+
address new problems or concerns.
|
241 |
+
|
242 |
+
Each version is given a distinguishing version number. If the Program
|
243 |
+
specifies a version number of this License which applies to it and "any
|
244 |
+
later version", you have the option of following the terms and conditions
|
245 |
+
either of that version or of any later version published by the Free
|
246 |
+
Software Foundation. If the Program does not specify a version number of
|
247 |
+
this License, you may choose any version ever published by the Free Software
|
248 |
+
Foundation.
|
249 |
+
|
250 |
+
10. If you wish to incorporate parts of the Program into other free
|
251 |
+
programs whose distribution conditions are different, write to the author
|
252 |
+
to ask for permission. For software which is copyrighted by the Free
|
253 |
+
Software Foundation, write to the Free Software Foundation; we sometimes
|
254 |
+
make exceptions for this. Our decision will be guided by the two goals
|
255 |
+
of preserving the free status of all derivatives of our free software and
|
256 |
+
of promoting the sharing and reuse of software generally.
|
257 |
+
|
258 |
+
NO WARRANTY
|
259 |
+
|
260 |
+
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
261 |
+
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
262 |
+
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
263 |
+
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
264 |
+
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
265 |
+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
266 |
+
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
267 |
+
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
268 |
+
REPAIR OR CORRECTION.
|
269 |
+
|
270 |
+
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
271 |
+
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
272 |
+
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
273 |
+
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
274 |
+
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
275 |
+
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
276 |
+
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
277 |
+
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
278 |
+
POSSIBILITY OF SUCH DAMAGES.
|
279 |
+
|
280 |
+
END OF TERMS AND CONDITIONS
|
281 |
+
|
282 |
+
How to Apply These Terms to Your New Programs
|
283 |
+
|
284 |
+
If you develop a new program, and you want it to be of the greatest
|
285 |
+
possible use to the public, the best way to achieve this is to make it
|
286 |
+
free software which everyone can redistribute and change under these terms.
|
287 |
+
|
288 |
+
To do so, attach the following notices to the program. It is safest
|
289 |
+
to attach them to the start of each source file to most effectively
|
290 |
+
convey the exclusion of warranty; and each file should have at least
|
291 |
+
the "copyright" line and a pointer to where the full notice is found.
|
292 |
+
|
293 |
+
<one line to give the program's name and a brief idea of what it does.>
|
294 |
+
Copyright (C) <year> <name of author>
|
295 |
+
|
296 |
+
This program is free software; you can redistribute it and/or modify
|
297 |
+
it under the terms of the GNU General Public License as published by
|
298 |
+
the Free Software Foundation; either version 2 of the License, or
|
299 |
+
(at your option) any later version.
|
300 |
+
|
301 |
+
This program is distributed in the hope that it will be useful,
|
302 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
303 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
304 |
+
GNU General Public License for more details.
|
305 |
+
|
306 |
+
You should have received a copy of the GNU General Public License along
|
307 |
+
with this program; if not, write to the Free Software Foundation, Inc.,
|
308 |
+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
309 |
+
|
310 |
+
Also add information on how to contact you by electronic and paper mail.
|
311 |
+
|
312 |
+
If the program is interactive, make it output a short notice like this
|
313 |
+
when it starts in an interactive mode:
|
314 |
+
|
315 |
+
Gnomovision version 69, Copyright (C) year name of author
|
316 |
+
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
317 |
+
This is free software, and you are welcome to redistribute it
|
318 |
+
under certain conditions; type `show c' for details.
|
319 |
+
|
320 |
+
The hypothetical commands `show w' and `show c' should show the appropriate
|
321 |
+
parts of the General Public License. Of course, the commands you use may
|
322 |
+
be called something other than `show w' and `show c'; they could even be
|
323 |
+
mouse-clicks or menu items--whatever suits your program.
|
324 |
+
|
325 |
+
You should also get your employer (if you work as a programmer) or your
|
326 |
+
school, if any, to sign a "copyright disclaimer" for the program, if
|
327 |
+
necessary. Here is a sample; alter the names:
|
328 |
+
|
329 |
+
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
330 |
+
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
331 |
+
|
332 |
+
<signature of Ty Coon>, 1 April 1989
|
333 |
+
Ty Coon, President of Vice
|
334 |
+
|
335 |
+
This General Public License does not permit incorporating your program into
|
336 |
+
proprietary programs. If your program is a subroutine library, you may
|
337 |
+
consider it more useful to permit linking proprietary applications with the
|
338 |
+
library. If this is what you want to do, use the GNU Lesser General
|
339 |
+
Public License instead of this License.
|
README.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: sjaved, DaNish Ali
|
|
3 |
Tags: easy custom facebook feed, facebook feed, facebook page plugin, page plugin, adoptive, facebook, facebook like box,, like box, facebook like box, facebook like box widget, facebook like box shortcodes, shortcodes, facebook like box plugin, facebook like box wordpress plugin, plugin, responsive facebook like box, responsive, facebook like box in 75 locales, facebook like box in 75 languages, custom facebook feed, facebook like box in PopUp, PopUp, Auto PopUp, like box in PopUp, fancybox, lightbox, seo, social media, facebook badge, facebook button, facebook connect, facebook facepile, Facebook fan page, wordpress facebook like box, facebook share, facebook integration, shortcode generator, advanced responsive facebook likebox, facebook wall, facebook sidebar, facebook recommend, like box facebook, open graph, facebook page, facebook group, rt facebook like box, sharebar
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=sjaved786%40gmail%2ecom&lc=US&item_name=Easy%20Facebook%20Like%20Box%20WordPress%20Plugin&item_number=efbl¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
|
5 |
Requires at least: 3.3
|
6 |
-
Tested up to: 4.4.
|
7 |
-
Stable tag: 4.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -83,6 +83,9 @@ You can use easy facebook like box in number of ways:
|
|
83 |
3. Navigate to "Appearance > Widgets" and drag and drop "Easy Facebook Likebox" in desired widget area or use the shortcode in page/post generated by widget.
|
84 |
|
85 |
== Upgrade Notice ==
|
|
|
|
|
|
|
86 |
= 4.2 =
|
87 |
Fixed responsive feature.
|
88 |
|
@@ -132,6 +135,15 @@ http://wordpress.org/support/topic/need-feed-back-on-plugin-feature/
|
|
132 |
|
133 |
|
134 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
= 4.2 =
|
136 |
* Fixed: Responsive issue
|
137 |
|
3 |
Tags: easy custom facebook feed, facebook feed, facebook page plugin, page plugin, adoptive, facebook, facebook like box,, like box, facebook like box, facebook like box widget, facebook like box shortcodes, shortcodes, facebook like box plugin, facebook like box wordpress plugin, plugin, responsive facebook like box, responsive, facebook like box in 75 locales, facebook like box in 75 languages, custom facebook feed, facebook like box in PopUp, PopUp, Auto PopUp, like box in PopUp, fancybox, lightbox, seo, social media, facebook badge, facebook button, facebook connect, facebook facepile, Facebook fan page, wordpress facebook like box, facebook share, facebook integration, shortcode generator, advanced responsive facebook likebox, facebook wall, facebook sidebar, facebook recommend, like box facebook, open graph, facebook page, facebook group, rt facebook like box, sharebar
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=sjaved786%40gmail%2ecom&lc=US&item_name=Easy%20Facebook%20Like%20Box%20WordPress%20Plugin&item_number=efbl¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
|
5 |
Requires at least: 3.3
|
6 |
+
Tested up to: 4.4.2
|
7 |
+
Stable tag: 4.2.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
83 |
3. Navigate to "Appearance > Widgets" and drag and drop "Easy Facebook Likebox" in desired widget area or use the shortcode in page/post generated by widget.
|
84 |
|
85 |
== Upgrade Notice ==
|
86 |
+
= 4.2.1 =
|
87 |
+
Important, must update. Fixed lots of issues specially the feed not updating after the scheduled time.
|
88 |
+
|
89 |
= 4.2 =
|
90 |
Fixed responsive feature.
|
91 |
|
135 |
|
136 |
|
137 |
== Changelog ==
|
138 |
+
= 4.2.1 =
|
139 |
+
* Fixed: Invalid Facebook fan page URL
|
140 |
+
* Fixed: Feed not updating while scheduling
|
141 |
+
* Fixed: Fullwidth layout issue
|
142 |
+
* Fixed: Show page logo not working.
|
143 |
+
* Fixed: Show images option not working.
|
144 |
+
* Fixed: Show only others posts are also not working.
|
145 |
+
* Fixed: Some typos.
|
146 |
+
|
147 |
= 4.2 =
|
148 |
* Fixed: Responsive issue
|
149 |
|
admin/easy-facebook-likebox-admin.php
CHANGED
@@ -171,8 +171,8 @@ class Easy_Facebook_Likebox_Admin {
|
|
171 |
* For reference: http://codex.wordpress.org/Roles_and_Capabilities
|
172 |
*/
|
173 |
$this->plugin_screen_hook_suffix = add_menu_page(
|
174 |
-
__( 'Easy
|
175 |
-
__( 'Easy
|
176 |
'manage_options',
|
177 |
$this->plugin_slug,
|
178 |
array( $this, 'display_plugin_admin_page' ),
|
171 |
* For reference: http://codex.wordpress.org/Roles_and_Capabilities
|
172 |
*/
|
173 |
$this->plugin_screen_hook_suffix = add_menu_page(
|
174 |
+
__( 'Easy Facebook Likebox', $this->plugin_slug ),
|
175 |
+
__( 'Easy Facebook Likebox', $this->plugin_slug ),
|
176 |
'manage_options',
|
177 |
$this->plugin_slug,
|
178 |
array( $this, 'display_plugin_admin_page' ),
|
assets/PluginIcon - Copy.png
ADDED
Binary file
|
assets/banner-772x250.png
ADDED
Binary file
|
easy-facebook-likebox.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Easy Facebook Likebox
|
4 |
* Plugin URI: httt://wordpress.org/plugins/easy-facebook-likebox
|
5 |
* Description: Easy Facebook like box WordPress plugin allows you to easly display facebook like box fan page on your website using either widget or shortcode to increase facbook fan page likes. You can use the shortcode generated after saving the facebook like box widget. Its completely customizable with lots of optional settings. Its also responsive facebook like box at the same time.
|
6 |
-
* Version: 4.2
|
7 |
* Author: Sajid Javed
|
8 |
* Author URI: http://jwebsol.com
|
9 |
* Text Domain: easy-facebook-likebox
|
@@ -14,7 +14,7 @@
|
|
14 |
if ( ! defined( 'WPINC' ) ) {
|
15 |
die;
|
16 |
}
|
17 |
-
error_reporting(0);
|
18 |
|
19 |
/*----------------------------------------------------------------------------*
|
20 |
* Public-Facing Functionality
|
3 |
* Plugin Name: Easy Facebook Likebox
|
4 |
* Plugin URI: httt://wordpress.org/plugins/easy-facebook-likebox
|
5 |
* Description: Easy Facebook like box WordPress plugin allows you to easly display facebook like box fan page on your website using either widget or shortcode to increase facbook fan page likes. You can use the shortcode generated after saving the facebook like box widget. Its completely customizable with lots of optional settings. Its also responsive facebook like box at the same time.
|
6 |
+
* Version: 4.2.1
|
7 |
* Author: Sajid Javed
|
8 |
* Author URI: http://jwebsol.com
|
9 |
* Text Domain: easy-facebook-likebox
|
14 |
if ( ! defined( 'WPINC' ) ) {
|
15 |
die;
|
16 |
}
|
17 |
+
//error_reporting(0);
|
18 |
|
19 |
/*----------------------------------------------------------------------------*
|
20 |
* Public-Facing Functionality
|
includes/easy-custom-facebook-feed-widget.php
CHANGED
@@ -167,8 +167,8 @@ class Easy_Custom_Facebook_Feed_Widget extends WP_Widget {
|
|
167 |
<label for="<?php echo $this->get_field_id( 'layout' ); ?>"><?php _e( 'Posts Layout:', 'easy-facebook-likebox' ); ?></label>
|
168 |
<select id="<?php echo $this->get_field_id( 'layout' ); ?>" name="<?php echo $this->get_field_name( 'layout' ); ?>">
|
169 |
<option <?php selected( $layout, 'thumbnail' , $echo = true); ?> value="thumbnail" ><?php _e( 'Thumbnail', 'easy-facebook-likebox' ); ?></option>
|
170 |
-
<option <?php selected( $layout, '
|
171 |
-
<option <?php selected( $layout, '
|
172 |
</select><br />
|
173 |
</p>
|
174 |
|
@@ -245,8 +245,8 @@ class Easy_Custom_Facebook_Feed_Widget extends WP_Widget {
|
|
245 |
<p><?php _e( 'Use Below generated shortcode to use in pages or posts', 'easy-facebook-likebox' ); ?></p>
|
246 |
<?php
|
247 |
|
248 |
-
$
|
249 |
-
|
250 |
/*echo "<pre>";
|
251 |
print_r( $fb_url );
|
252 |
echo "</pre>";*/
|
167 |
<label for="<?php echo $this->get_field_id( 'layout' ); ?>"><?php _e( 'Posts Layout:', 'easy-facebook-likebox' ); ?></label>
|
168 |
<select id="<?php echo $this->get_field_id( 'layout' ); ?>" name="<?php echo $this->get_field_name( 'layout' ); ?>">
|
169 |
<option <?php selected( $layout, 'thumbnail' , $echo = true); ?> value="thumbnail" ><?php _e( 'Thumbnail', 'easy-facebook-likebox' ); ?></option>
|
170 |
+
<option <?php selected( $layout, 'half', $echo = true); ?> value="half" ><?php _e( 'Half Width', 'easy-facebook-likebox' ); ?></option>
|
171 |
+
<option <?php selected( $layout, 'full', $echo = true); ?> value="full"><?php _e( 'Full Width', 'easy-facebook-likebox' ); ?></option>
|
172 |
</select><br />
|
173 |
</p>
|
174 |
|
245 |
<p><?php _e( 'Use Below generated shortcode to use in pages or posts', 'easy-facebook-likebox' ); ?></p>
|
246 |
<?php
|
247 |
|
248 |
+
$fanpage_url = efbl_parse_url( $fanpage_url );
|
249 |
+
|
250 |
/*echo "<pre>";
|
251 |
print_r( $fb_url );
|
252 |
echo "</pre>";*/
|
includes/easy-facebook-page-plugin-widget.php
CHANGED
@@ -255,8 +255,8 @@ class Easy_Facebook_Page_Plugin_Widget extends WP_Widget {
|
|
255 |
$fb_appid = 'fb_appid="'.$fb_appid.'"';
|
256 |
}
|
257 |
|
258 |
-
|
259 |
-
$fanpage_url =
|
260 |
/*echo "<pre>";
|
261 |
print_r( $fb_url );
|
262 |
echo "</pre>";*/
|
255 |
$fb_appid = 'fb_appid="'.$fb_appid.'"';
|
256 |
}
|
257 |
|
258 |
+
|
259 |
+
$fanpage_url = efbl_parse_url( $fanpage_url );
|
260 |
/*echo "<pre>";
|
261 |
print_r( $fb_url );
|
262 |
echo "</pre>";*/
|
public/assets/js/wp-config.php
DELETED
@@ -1,107 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* The base configurations of the WordPress.
|
5 |
-
*
|
6 |
-
* This file has the following configurations: MySQL settings, Table Prefix,
|
7 |
-
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
|
8 |
-
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
|
9 |
-
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
|
10 |
-
*
|
11 |
-
* This file is used by the wp-config.php creation script during the
|
12 |
-
* installation. You don't have to use the web site, you can just copy this file
|
13 |
-
* to "wp-config.php" and fill in the values.
|
14 |
-
*
|
15 |
-
* @package WordPress
|
16 |
-
*/
|
17 |
-
|
18 |
-
// ** MySQL settings - You can get this info from your web host ** //
|
19 |
-
/** The name of the database for WordPress */
|
20 |
-
define('WP_CACHE', true); //Added by WP-Cache Manager
|
21 |
-
define( 'WPCACHEHOME', '/home2/sjaved/public_html/wpmu/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager
|
22 |
-
//Added by WP-Cache Manager
|
23 |
-
define('DB_NAME', 'sjaved_wrdp16');
|
24 |
-
|
25 |
-
/** MySQL database username */
|
26 |
-
define('DB_USER', 'sjaved_wrdp16');
|
27 |
-
|
28 |
-
/** MySQL database password */
|
29 |
-
define('DB_PASSWORD', 'Cpo1si9NfSwtVGN');
|
30 |
-
|
31 |
-
/** MySQL hostname */
|
32 |
-
define('DB_HOST', 'localhost');
|
33 |
-
|
34 |
-
/** Database Charset to use in creating database tables. */
|
35 |
-
define('DB_CHARSET', 'utf8');
|
36 |
-
|
37 |
-
/** The Database Collate type. Don't change this if in doubt. */
|
38 |
-
define('DB_COLLATE', '');
|
39 |
-
|
40 |
-
/**#@+
|
41 |
-
* Authentication Unique Keys and Salts.
|
42 |
-
*
|
43 |
-
* Change these to different unique phrases!
|
44 |
-
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
|
45 |
-
* You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
|
46 |
-
*
|
47 |
-
* @since 2.6.0
|
48 |
-
*/
|
49 |
-
define('AUTH_KEY', '?-4y?)(7kGFO)<;=5Se$3ANta5/9!|HxOU>UixwPvF?=;q00mClN4*lM\`?opIFq$r*u;m*$');
|
50 |
-
define('SECURE_AUTH_KEY', 't)B*8IwdOBRZ;|^>m;IXti;!RE6Qr\`1pyJm>vLe=s@jUs1rDXw(4@Oh1@C<A/ixEQi)Cjz|E9T;w');
|
51 |
-
define('LOGGED_IN_KEY', 'jk:aM6KOP93c||<ws\`0^\`N~l)_KI~k(LV#V_oIMNX~)MB=r>d5|dA>ko$@@iBuHkNNTru<hekkR');
|
52 |
-
define('NONCE_KEY', 'PYQF47|@<wXGo*mreF)MhU75nAd8iE!Wc7jyPgmeua)_kDiMO_\`x6GZfku@K4F7G$@/$Yp2nEu1V#xF>');
|
53 |
-
define('AUTH_SALT', 'NWexy6#i9hodSweNPG^XlH~!Zy>mTPTwAo!:>feOGp@U|dicOzbBuNJykzK');
|
54 |
-
define('SECURE_AUTH_SALT', '0SOLQpC)=;<$18v>3;l--3V$u;amc?9~g@$8C)q/Rn9?z!4bbA=!v*qMbST5i<UJ:)I1nc1LMsYTT\`hRI!#_@@v=!qeo');
|
55 |
-
define('LOGGED_IN_SALT', 'B\`H$uOeO=Sn\`h!s$dW=|JTHSaiKtp_vE|2GnNXawB5Nd7>vS6ksZ@uinE:Q1^S~MxA=iU8nxuzN');
|
56 |
-
define('NONCE_SALT', 'TZVC:oh8iLXkFK<CF0zKpWS)uHu(b@pw#6~(DGL4c_Lar:Ttr<zHT:>U-aUxqbXsw#InSBfEP?');
|
57 |
-
|
58 |
-
/**#@-*/
|
59 |
-
define('AUTOSAVE_INTERVAL', 600 );
|
60 |
-
define('WP_POST_REVISIONS', 1);
|
61 |
-
define( 'WP_CRON_LOCK_TIMEOUT', 120 );
|
62 |
-
define( 'WP_AUTO_UPDATE_CORE', true );
|
63 |
-
/**
|
64 |
-
* WordPress Database Table prefix.
|
65 |
-
*
|
66 |
-
* You can have multiple installations in one database if you give each a unique
|
67 |
-
* prefix. Only numbers, letters, and underscores please!
|
68 |
-
*/
|
69 |
-
$table_prefix = 'wp_';
|
70 |
-
|
71 |
-
/**
|
72 |
-
* For developers: WordPress debugging mode.
|
73 |
-
*
|
74 |
-
* Change this to true to enable the display of notices during development.
|
75 |
-
* It is strongly recommended that plugin and theme developers use WP_DEBUG
|
76 |
-
* in their development environments.
|
77 |
-
*/
|
78 |
-
define('WP_DEBUG', false);
|
79 |
-
|
80 |
-
//define('PO_GLOBAL', true);
|
81 |
-
|
82 |
-
define('WP_MEMORY_LIMIT', '512M');
|
83 |
-
ini_set('max_execution_time', 300); //300 seconds = 5 minutes
|
84 |
-
|
85 |
-
define('WP_ALLOW_MULTISITE', true);
|
86 |
-
|
87 |
-
define('MULTISITE', true);
|
88 |
-
define('SUBDOMAIN_INSTALL', false);
|
89 |
-
define('DOMAIN_CURRENT_SITE', 'jwebsol.com');
|
90 |
-
define('PATH_CURRENT_SITE', '/wpmu/');
|
91 |
-
define('SITE_ID_CURRENT_SITE', 1);
|
92 |
-
define('BLOG_ID_CURRENT_SITE', 1);
|
93 |
-
|
94 |
-
define('SUNRISE', 'on');
|
95 |
-
|
96 |
-
//define ( 'BP_ENABLE_MULTIBLOG', true );
|
97 |
-
|
98 |
-
/* That's all, stop editing! Happy blogging. */
|
99 |
-
|
100 |
-
/** Absolute path to the WordPress directory. */
|
101 |
-
if ( !defined('ABSPATH') )
|
102 |
-
define('ABSPATH', dirname(__FILE__) . '/');
|
103 |
-
|
104 |
-
/** Sets up WordPress vars and included files. */
|
105 |
-
require_once(ABSPATH . 'wp-settings.php');
|
106 |
-
add_filter( 'auto_update_plugin', '__return_true' );
|
107 |
-
add_filter( 'auto_update_theme', '__return_true' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public/easy-facebook-likebox.php
CHANGED
@@ -302,60 +302,7 @@ class Easy_Facebook_Likebox {
|
|
302 |
|
303 |
public function efb_feed_shortcode($atts, $content=""){
|
304 |
return $this->render_fbfeed_box($atts);
|
305 |
-
}
|
306 |
-
|
307 |
-
/**
|
308 |
-
* This fucntion will render the facebook like box
|
309 |
-
* before saving it or sending it to the browser.
|
310 |
-
*
|
311 |
-
* Filters: http://codex.wordpress.org/Plugin_API#Filters
|
312 |
-
* Reference: http://codex.wordpress.org/Plugin_API/Filter_Reference
|
313 |
-
*
|
314 |
-
* @since 1.1.0
|
315 |
-
*/
|
316 |
-
public function render_fb_box($options) {
|
317 |
-
|
318 |
-
extract($options, EXTR_SKIP);
|
319 |
-
|
320 |
-
if( empty( $fb_appid ) ){
|
321 |
-
$fb_appid = '395202813876688';
|
322 |
-
}
|
323 |
-
|
324 |
-
if( empty( $locale ) ){
|
325 |
-
$locale = 'en_US';
|
326 |
-
}
|
327 |
-
|
328 |
-
if( !empty( $locale_other ) ){
|
329 |
-
$locale = $locale_other;
|
330 |
-
}
|
331 |
-
|
332 |
-
$pieces = explode('/', $fanpage_url); // divides the string in pieces where '/' is found
|
333 |
-
$page_name_id = end($pieces); //takes the last piece
|
334 |
-
|
335 |
-
$show_stream = ( $show_stream == 1 ) ? 'data-stream=true' : 'data-stream=false';
|
336 |
-
$show_faces = ( $show_faces == 1 ) ? 'data-show-faces=true' : 'data-show-faces=false';
|
337 |
-
$show_border = ( $show_border == 1 ) ? 'data-show-border=true' : 'data-show-border=false' ;
|
338 |
-
$show_header = ( $show_header == 1 ) ? 'data-header=true' : 'data-header=false';
|
339 |
-
$responsive = ( $responsive == 1 ) ? 'responsive' : '';
|
340 |
-
|
341 |
-
$returner = '<div id="fb-root"></div>
|
342 |
-
<script>(function(d, s, id) {
|
343 |
-
var js, fjs = d.getElementsByTagName(s)[0];
|
344 |
-
if (d.getElementById(id)) return;
|
345 |
-
js = d.createElement(s); js.id = id;
|
346 |
-
js.src = "//connect.facebook.net/'.$locale.'/all.js#xfbml=1&appId='.$fb_appid.'";
|
347 |
-
fjs.parentNode.insertBefore(js, fjs);
|
348 |
-
}(document, \'script\', \'facebook-jssdk\'));</script>';
|
349 |
-
|
350 |
-
$returner .= '<div class="fb-like-box '.$responsive.' " data-href="https://www.facebook.com/'.$page_name_id.'" data-colorscheme="'.$colorscheme.'" data-width="'.$box_width.'" data-height="'.$box_height.'" '.$show_faces.' '.$show_header.' '.$show_stream.' '.$show_border.'></div>';
|
351 |
-
|
352 |
-
/*echo '<pre>';
|
353 |
-
echo htmlspecialchars($returner);
|
354 |
-
echo '</pre>';*/
|
355 |
-
|
356 |
-
return $returner;
|
357 |
-
|
358 |
-
}
|
359 |
|
360 |
public function render_fbfeed_box($atts) {
|
361 |
$defaults = '';
|
@@ -399,8 +346,7 @@ class Easy_Facebook_Likebox {
|
|
399 |
$locale = $locale_other;
|
400 |
}
|
401 |
|
402 |
-
$
|
403 |
-
$page_name_id = end($pieces); //takes the last piece
|
404 |
|
405 |
$show_stream = ( $show_stream == 1 ) ? 'data-show-posts=true' : 'data-show-posts=false';
|
406 |
$show_faces = ( $show_faces == 1 ) ? 'data-show-facepile=true' : 'data-show-facepile=false';
|
302 |
|
303 |
public function efb_feed_shortcode($atts, $content=""){
|
304 |
return $this->render_fbfeed_box($atts);
|
305 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
306 |
|
307 |
public function render_fbfeed_box($atts) {
|
308 |
$defaults = '';
|
346 |
$locale = $locale_other;
|
347 |
}
|
348 |
|
349 |
+
$page_name_id = efbl_parse_url( $fanpage_url );
|
|
|
350 |
|
351 |
$show_stream = ( $show_stream == 1 ) ? 'data-show-posts=true' : 'data-show-posts=false';
|
352 |
$show_faces = ( $show_faces == 1 ) ? 'data-show-facepile=true' : 'data-show-facepile=false';
|
public/includes/core-functions.php
CHANGED
@@ -99,4 +99,14 @@ if(!function_exists('ecff_hastags_to_link')){
|
|
99 |
|
100 |
return preg_replace('/(^|\s)#(\w*[a-zA-Z_]+\w*)/', '\1#<a href="https://www.facebook.com/hashtag/\2" target="_blank">\2</a>', $text);
|
101 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
}
|
99 |
|
100 |
return preg_replace('/(^|\s)#(\w*[a-zA-Z_]+\w*)/', '\1#<a href="https://www.facebook.com/hashtag/\2" target="_blank">\2</a>', $text);
|
101 |
}
|
102 |
+
}
|
103 |
+
|
104 |
+
if(!function_exists('efbl_parse_url')){
|
105 |
+
function efbl_parse_url($url){
|
106 |
+
$fb_url = parse_url( $url );
|
107 |
+
$fanpage_url = str_replace('/', '', $fb_url['path']);
|
108 |
+
|
109 |
+
return $fanpage_url;
|
110 |
+
|
111 |
+
}
|
112 |
}
|
public/views/feed.php
CHANGED
@@ -15,8 +15,12 @@ extract($instance);
|
|
15 |
error_reporting(0);
|
16 |
//Switch to test mode to disable cache
|
17 |
$test_mode = false;
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
-
$page_id = ($fanpage_url) ? $fanpage_url : 'jwebsol';
|
20 |
$access_token = ($access_token) ? $access_token : '395202813876688|73e8ede72008b231a0322e40f0072fe6';
|
21 |
//$access_token = ($access_token) ? $access_token : '1489500477999288|KFys5ppNi3sreihdreqPkU2ChIE';
|
22 |
|
@@ -25,14 +29,16 @@ $number_of_posts = ($post_number) ? $post_number : '10';
|
|
25 |
if($layout == 'half'){ $layout = 'halfwidth'; }elseif($layout == 'full'){$layout = 'fullwidth';}else{$layout = 'thumbnail';}
|
26 |
$image_size = ($image_size) ? $image_size : 'normal';
|
27 |
|
28 |
-
if(
|
29 |
-
if(
|
30 |
|
31 |
//Calculate the cache time in seconds
|
32 |
-
if($
|
33 |
-
if($
|
34 |
-
if($
|
|
|
35 |
$cache_seconds = $cache_duration * $cache_unit;
|
|
|
36 |
|
37 |
//setting query for "Show Posts By"
|
38 |
$query = 'posts';
|
@@ -94,6 +100,7 @@ if( !empty($fbData->data) ) {
|
|
94 |
$PostID = explode("_", $story->id);
|
95 |
$page_id = $PostID[0];
|
96 |
$story_id = $PostID[1];
|
|
|
97 |
|
98 |
//Check the post type*/
|
99 |
|
15 |
error_reporting(0);
|
16 |
//Switch to test mode to disable cache
|
17 |
$test_mode = false;
|
18 |
+
if(empty($fanpage_url)){
|
19 |
+
$page_id = 'jwebsol';
|
20 |
+
}else {
|
21 |
+
$page_id = efbl_parse_url( $fanpage_url );
|
22 |
+
}
|
23 |
|
|
|
24 |
$access_token = ($access_token) ? $access_token : '395202813876688|73e8ede72008b231a0322e40f0072fe6';
|
25 |
//$access_token = ($access_token) ? $access_token : '1489500477999288|KFys5ppNi3sreihdreqPkU2ChIE';
|
26 |
|
29 |
if($layout == 'half'){ $layout = 'halfwidth'; }elseif($layout == 'full'){$layout = 'fullwidth';}else{$layout = 'thumbnail';}
|
30 |
$image_size = ($image_size) ? $image_size : 'normal';
|
31 |
|
32 |
+
if( empty($show_logo) || $show_logo == 0 ) $show_logo = 0; else $show_logo = 1;
|
33 |
+
if( empty($show_image) || $show_image == 0 ) $show_image = 0; else $show_image = 1;
|
34 |
|
35 |
//Calculate the cache time in seconds
|
36 |
+
if($cache_duration == 'minutes') $cache_duration = 60;
|
37 |
+
if($cache_duration == 'hours') $cache_duration = 60*60;
|
38 |
+
if($cache_duration == 'days') $cache_duration = 60*60*24;
|
39 |
+
//echo $cache_duration.'<br>';
|
40 |
$cache_seconds = $cache_duration * $cache_unit;
|
41 |
+
//echo $cache_seconds;exit;
|
42 |
|
43 |
//setting query for "Show Posts By"
|
44 |
$query = 'posts';
|
100 |
$PostID = explode("_", $story->id);
|
101 |
$page_id = $PostID[0];
|
102 |
$story_id = $PostID[1];
|
103 |
+
if( $others_only and isset($story->from->id) && $page_id == $story->from->id) continue;
|
104 |
|
105 |
//Check the post type*/
|
106 |
|