Version Description
- Bugs Fixed.
- Vuible.com added
Download this release
Release Info
Developer | sociable |
Plugin | Sociable |
Version | 4.3.4 |
Comparing to | |
See all releases |
Code changes from version 4.3.3 to 4.3.4
- css/icons-radius.css +272 -272
- css/sociable-admin.css +158 -158
- css/sociable.css +261 -261
- css/style-admin.css +234 -234
- css/toolbar.css +423 -423
- images/index.php +5 -5
- images/option1/16/vuible.png +0 -0
- images/option1/32/vuible.png +0 -0
- images/option1/48/vuible.png +0 -0
- images/option1/64/vuible.png +0 -0
- images/vuible.png +0 -0
- includes/async_request.php +43 -43
- includes/class-sociable_Admin_Options.php +1747 -1747
- includes/rss_php.php +160 -160
- includes/skyscraper_output.php +1826 -1826
- includes/sociable_output.php +47 -14
- index.php +5 -5
- js/vuible.js +154 -0
- readme.txt +7 -2
- sociable.php +29 -5
css/icons-radius.css
CHANGED
@@ -1,272 +1,272 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
/*ICONs 16px start*/
|
4 |
-
.IconsToInclude-Item-16px-s{
|
5 |
-
height:34px;
|
6 |
-
background-position:0px;
|
7 |
-
background-repeat:no-repeat;
|
8 |
-
float:left;
|
9 |
-
margin:5px;
|
10 |
-
|
11 |
-
}
|
12 |
-
.IconsToInclude-Item-16px-s .Border-Left{
|
13 |
-
width:9px;
|
14 |
-
background-image:url('../images/item-button-s-left-16.png');
|
15 |
-
}
|
16 |
-
.IconsToInclude-Item-16px-s .Border-Right{
|
17 |
-
width:9px;
|
18 |
-
background-image:url('../images/item-button-s-right-16.png');
|
19 |
-
}
|
20 |
-
.IconsToInclude-Item-16px-s .BG-middle{
|
21 |
-
color:#ffffff;
|
22 |
-
font-size:10px;
|
23 |
-
background-color:#6da6d1;
|
24 |
-
}
|
25 |
-
.IconsToInclude-Item-16px-s .BG-middle-TXT{
|
26 |
-
color:#ffffff;
|
27 |
-
font-size:10px;
|
28 |
-
background-color:#6da6d1;
|
29 |
-
padding-left:5px;
|
30 |
-
}
|
31 |
-
.IconsToInclude-Item-16px-s IMG{
|
32 |
-
width:16px;
|
33 |
-
height:16px;
|
34 |
-
}
|
35 |
-
.IconsToInclude-Item-16px-u{
|
36 |
-
height:34px;
|
37 |
-
background-position:0px;
|
38 |
-
background-repeat:no-repeat;
|
39 |
-
float:left;
|
40 |
-
margin:5px;
|
41 |
-
|
42 |
-
}
|
43 |
-
.IconsToInclude-Item-16px-u .Border-Left{
|
44 |
-
width:9px;
|
45 |
-
background-image:url('../images/item-button-u-left-16.png');
|
46 |
-
|
47 |
-
}
|
48 |
-
.IconsToInclude-Item-16px-u .Border-Right{
|
49 |
-
width:9px;
|
50 |
-
background-image:url('../images/item-button-u-right-16.png');
|
51 |
-
|
52 |
-
}
|
53 |
-
.IconsToInclude-Item-16px-u .BG-middle{
|
54 |
-
color:#ffffff;
|
55 |
-
font-size:10px;
|
56 |
-
background-color:#dddddd;
|
57 |
-
}
|
58 |
-
.IconsToInclude-Item-16px-u .BG-middle-TXT{
|
59 |
-
color:#ffffff;
|
60 |
-
font-size:10px;
|
61 |
-
background-color:#dddddd;
|
62 |
-
padding-left:5px;
|
63 |
-
}
|
64 |
-
.IconsToInclude-Item-16px-u IMG{
|
65 |
-
width:16px;
|
66 |
-
height:16px;
|
67 |
-
}
|
68 |
-
/*ICONs 16px end*/
|
69 |
-
|
70 |
-
/*ICONs 32px start*/
|
71 |
-
.IconsToInclude-Item-32px-s{
|
72 |
-
height:46px;
|
73 |
-
background-position:0px;
|
74 |
-
background-repeat:no-repeat;
|
75 |
-
float:left;
|
76 |
-
width:153px;
|
77 |
-
margin:5px;
|
78 |
-
|
79 |
-
}
|
80 |
-
.IconsToInclude-Item-32px-s .Border-Left{
|
81 |
-
width:9px;
|
82 |
-
background-image:url('../images/item-button-s-left-32.png');
|
83 |
-
}
|
84 |
-
.IconsToInclude-Item-32px-s .Border-Right{
|
85 |
-
width:9px;
|
86 |
-
background-image:url('../images/item-button-s-right-32.png');
|
87 |
-
}
|
88 |
-
.IconsToInclude-Item-32px-s .BG-middle{
|
89 |
-
color:#ffffff;
|
90 |
-
font-size:10px;
|
91 |
-
background-color:#6da6d1;
|
92 |
-
}
|
93 |
-
.IconsToInclude-Item-32px-s .BG-middle-TXT{
|
94 |
-
color:#ffffff;
|
95 |
-
font-size:10px;
|
96 |
-
background-color:#6da6d1;
|
97 |
-
padding-left:5px;
|
98 |
-
}
|
99 |
-
.IconsToInclude-Item-32px-s IMG{
|
100 |
-
width:32px;
|
101 |
-
height:32px;
|
102 |
-
}
|
103 |
-
.IconsToInclude-Item-32px-u{
|
104 |
-
height:46px;
|
105 |
-
background-position:0px;
|
106 |
-
background-repeat:no-repeat;
|
107 |
-
float:left;
|
108 |
-
width:153px;
|
109 |
-
margin:5px;
|
110 |
-
|
111 |
-
}
|
112 |
-
.IconsToInclude-Item-32px-u .Border-Left{
|
113 |
-
width:9px;
|
114 |
-
background-image:url('../images/item-button-u-left-32.png');
|
115 |
-
|
116 |
-
}
|
117 |
-
.IconsToInclude-Item-32px-u .Border-Right{
|
118 |
-
width:9px;
|
119 |
-
background-image:url('../images/item-button-u-right-32.png');
|
120 |
-
|
121 |
-
}
|
122 |
-
.IconsToInclude-Item-32px-u .BG-middle{
|
123 |
-
color:#ffffff;
|
124 |
-
font-size:10px;
|
125 |
-
background-color:#dddddd;
|
126 |
-
}
|
127 |
-
.IconsToInclude-Item-32px-u .BG-middle-TXT{
|
128 |
-
color:#ffffff;
|
129 |
-
font-size:10px;
|
130 |
-
background-color:#dddddd;
|
131 |
-
padding-left:5px;
|
132 |
-
}
|
133 |
-
.IconsToInclude-Item-32px-u IMG{
|
134 |
-
width:32px;
|
135 |
-
height:32px;
|
136 |
-
}
|
137 |
-
/*ICONs 32px end*/
|
138 |
-
|
139 |
-
/*ICONs 48px start*/
|
140 |
-
.IconsToInclude-Item-48px-s{
|
141 |
-
height:58px;
|
142 |
-
background-position:0px;
|
143 |
-
background-repeat:no-repeat;
|
144 |
-
float:left;
|
145 |
-
margin:5px;
|
146 |
-
|
147 |
-
}
|
148 |
-
.IconsToInclude-Item-48px-s .Border-Left{
|
149 |
-
width:9px;
|
150 |
-
background-image:url('../images/item-button-s-left-48.png');
|
151 |
-
}
|
152 |
-
.IconsToInclude-Item-48px-s .Border-Right{
|
153 |
-
width:9px;
|
154 |
-
background-image:url('../images/item-button-s-right-48.png');
|
155 |
-
}
|
156 |
-
.IconsToInclude-Item-48px-s .BG-middle{
|
157 |
-
color:#ffffff;
|
158 |
-
font-size:10px;
|
159 |
-
background-color:#6da6d1;
|
160 |
-
}
|
161 |
-
.IconsToInclude-Item-48px-s .BG-middle-TXT{
|
162 |
-
color:#ffffff;
|
163 |
-
font-size:10px;
|
164 |
-
background-color:#6da6d1;
|
165 |
-
padding-left:5px;
|
166 |
-
}
|
167 |
-
.IconsToInclude-Item-48px-s IMG{
|
168 |
-
width:48px;
|
169 |
-
height:48px;
|
170 |
-
}
|
171 |
-
.IconsToInclude-Item-48px-u{
|
172 |
-
height:58px;
|
173 |
-
background-position:0px;
|
174 |
-
background-repeat:no-repeat;
|
175 |
-
float:left;
|
176 |
-
margin:5px;
|
177 |
-
|
178 |
-
}
|
179 |
-
.IconsToInclude-Item-48px-u .Border-Left{
|
180 |
-
width:9px;
|
181 |
-
background-image:url('../images/item-button-u-left-48.png');
|
182 |
-
|
183 |
-
}
|
184 |
-
.IconsToInclude-Item-48px-u .Border-Right{
|
185 |
-
width:9px;
|
186 |
-
background-image:url('../images/item-button-u-right-48.png');
|
187 |
-
|
188 |
-
}
|
189 |
-
.IconsToInclude-Item-48px-u .BG-middle{
|
190 |
-
color:#ffffff;
|
191 |
-
font-size:10px;
|
192 |
-
background-color:#dddddd;
|
193 |
-
}
|
194 |
-
.IconsToInclude-Item-48px-u .BG-middle-TXT{
|
195 |
-
color:#ffffff;
|
196 |
-
font-size:10px;
|
197 |
-
background-color:#dddddd;
|
198 |
-
padding-left:5px;
|
199 |
-
}
|
200 |
-
.IconsToInclude-Item-48px-u IMG{
|
201 |
-
width:48px;
|
202 |
-
height:48px;
|
203 |
-
}
|
204 |
-
/*ICONs 48px end*/
|
205 |
-
|
206 |
-
|
207 |
-
/*ICONs 64px start*/
|
208 |
-
.IconsToInclude-Item-64px-s{
|
209 |
-
height:76px;
|
210 |
-
background-position:0px;
|
211 |
-
background-repeat:no-repeat;
|
212 |
-
float:left;
|
213 |
-
margin:5px;
|
214 |
-
|
215 |
-
}
|
216 |
-
.IconsToInclude-Item-64px-s .Border-Left{
|
217 |
-
width:9px;
|
218 |
-
background-image:url('../images/item-button-s-left-64.png');
|
219 |
-
}
|
220 |
-
.IconsToInclude-Item-64px-s .Border-Right{
|
221 |
-
width:9px;
|
222 |
-
background-image:url('../images/item-button-s-right-64.png');
|
223 |
-
}
|
224 |
-
.IconsToInclude-Item-64px-s .BG-middle{
|
225 |
-
color:#ffffff;
|
226 |
-
font-size:10px;
|
227 |
-
background-color:#6da6d1;
|
228 |
-
}
|
229 |
-
.IconsToInclude-Item-64px-s .BG-middle-TXT{
|
230 |
-
color:#ffffff;
|
231 |
-
font-size:10px;
|
232 |
-
background-color:#6da6d1;
|
233 |
-
padding-left:5px;
|
234 |
-
}
|
235 |
-
.IconsToInclude-Item-64px-s IMG{
|
236 |
-
width:64px;
|
237 |
-
height:64px;
|
238 |
-
}
|
239 |
-
.IconsToInclude-Item-64px-u{
|
240 |
-
height:76px;
|
241 |
-
background-position:0px;
|
242 |
-
background-repeat:no-repeat;
|
243 |
-
float:left;
|
244 |
-
margin:5px;
|
245 |
-
|
246 |
-
}
|
247 |
-
.IconsToInclude-Item-64px-u .Border-Left{
|
248 |
-
width:9px;
|
249 |
-
background-image:url('../images/item-button-u-left-64.png');
|
250 |
-
|
251 |
-
}
|
252 |
-
.IconsToInclude-Item-64px-u .Border-Right{
|
253 |
-
width:9px;
|
254 |
-
background-image:url('../images/item-button-u-right-64.png');
|
255 |
-
|
256 |
-
}
|
257 |
-
.IconsToInclude-Item-64px-u .BG-middle{
|
258 |
-
color:#ffffff;
|
259 |
-
font-size:10px;
|
260 |
-
background-color:#dddddd;
|
261 |
-
}
|
262 |
-
.IconsToInclude-Item-64px-u .BG-middle-TXT{
|
263 |
-
color:#ffffff;
|
264 |
-
font-size:10px;
|
265 |
-
background-color:#dddddd;
|
266 |
-
padding-left:5px;
|
267 |
-
}
|
268 |
-
.IconsToInclude-Item-64px-u IMG{
|
269 |
-
width:64px;
|
270 |
-
height:64px;
|
271 |
-
}
|
272 |
-
/*ICONs 64px end*/
|
1 |
+
|
2 |
+
|
3 |
+
/*ICONs 16px start*/
|
4 |
+
.IconsToInclude-Item-16px-s{
|
5 |
+
height:34px;
|
6 |
+
background-position:0px;
|
7 |
+
background-repeat:no-repeat;
|
8 |
+
float:left;
|
9 |
+
margin:5px;
|
10 |
+
|
11 |
+
}
|
12 |
+
.IconsToInclude-Item-16px-s .Border-Left{
|
13 |
+
width:9px;
|
14 |
+
background-image:url('../images/item-button-s-left-16.png');
|
15 |
+
}
|
16 |
+
.IconsToInclude-Item-16px-s .Border-Right{
|
17 |
+
width:9px;
|
18 |
+
background-image:url('../images/item-button-s-right-16.png');
|
19 |
+
}
|
20 |
+
.IconsToInclude-Item-16px-s .BG-middle{
|
21 |
+
color:#ffffff;
|
22 |
+
font-size:10px;
|
23 |
+
background-color:#6da6d1;
|
24 |
+
}
|
25 |
+
.IconsToInclude-Item-16px-s .BG-middle-TXT{
|
26 |
+
color:#ffffff;
|
27 |
+
font-size:10px;
|
28 |
+
background-color:#6da6d1;
|
29 |
+
padding-left:5px;
|
30 |
+
}
|
31 |
+
.IconsToInclude-Item-16px-s IMG{
|
32 |
+
width:16px;
|
33 |
+
height:16px;
|
34 |
+
}
|
35 |
+
.IconsToInclude-Item-16px-u{
|
36 |
+
height:34px;
|
37 |
+
background-position:0px;
|
38 |
+
background-repeat:no-repeat;
|
39 |
+
float:left;
|
40 |
+
margin:5px;
|
41 |
+
|
42 |
+
}
|
43 |
+
.IconsToInclude-Item-16px-u .Border-Left{
|
44 |
+
width:9px;
|
45 |
+
background-image:url('../images/item-button-u-left-16.png');
|
46 |
+
|
47 |
+
}
|
48 |
+
.IconsToInclude-Item-16px-u .Border-Right{
|
49 |
+
width:9px;
|
50 |
+
background-image:url('../images/item-button-u-right-16.png');
|
51 |
+
|
52 |
+
}
|
53 |
+
.IconsToInclude-Item-16px-u .BG-middle{
|
54 |
+
color:#ffffff;
|
55 |
+
font-size:10px;
|
56 |
+
background-color:#dddddd;
|
57 |
+
}
|
58 |
+
.IconsToInclude-Item-16px-u .BG-middle-TXT{
|
59 |
+
color:#ffffff;
|
60 |
+
font-size:10px;
|
61 |
+
background-color:#dddddd;
|
62 |
+
padding-left:5px;
|
63 |
+
}
|
64 |
+
.IconsToInclude-Item-16px-u IMG{
|
65 |
+
width:16px;
|
66 |
+
height:16px;
|
67 |
+
}
|
68 |
+
/*ICONs 16px end*/
|
69 |
+
|
70 |
+
/*ICONs 32px start*/
|
71 |
+
.IconsToInclude-Item-32px-s{
|
72 |
+
height:46px;
|
73 |
+
background-position:0px;
|
74 |
+
background-repeat:no-repeat;
|
75 |
+
float:left;
|
76 |
+
width:153px;
|
77 |
+
margin:5px;
|
78 |
+
|
79 |
+
}
|
80 |
+
.IconsToInclude-Item-32px-s .Border-Left{
|
81 |
+
width:9px;
|
82 |
+
background-image:url('../images/item-button-s-left-32.png');
|
83 |
+
}
|
84 |
+
.IconsToInclude-Item-32px-s .Border-Right{
|
85 |
+
width:9px;
|
86 |
+
background-image:url('../images/item-button-s-right-32.png');
|
87 |
+
}
|
88 |
+
.IconsToInclude-Item-32px-s .BG-middle{
|
89 |
+
color:#ffffff;
|
90 |
+
font-size:10px;
|
91 |
+
background-color:#6da6d1;
|
92 |
+
}
|
93 |
+
.IconsToInclude-Item-32px-s .BG-middle-TXT{
|
94 |
+
color:#ffffff;
|
95 |
+
font-size:10px;
|
96 |
+
background-color:#6da6d1;
|
97 |
+
padding-left:5px;
|
98 |
+
}
|
99 |
+
.IconsToInclude-Item-32px-s IMG{
|
100 |
+
width:32px;
|
101 |
+
height:32px;
|
102 |
+
}
|
103 |
+
.IconsToInclude-Item-32px-u{
|
104 |
+
height:46px;
|
105 |
+
background-position:0px;
|
106 |
+
background-repeat:no-repeat;
|
107 |
+
float:left;
|
108 |
+
width:153px;
|
109 |
+
margin:5px;
|
110 |
+
|
111 |
+
}
|
112 |
+
.IconsToInclude-Item-32px-u .Border-Left{
|
113 |
+
width:9px;
|
114 |
+
background-image:url('../images/item-button-u-left-32.png');
|
115 |
+
|
116 |
+
}
|
117 |
+
.IconsToInclude-Item-32px-u .Border-Right{
|
118 |
+
width:9px;
|
119 |
+
background-image:url('../images/item-button-u-right-32.png');
|
120 |
+
|
121 |
+
}
|
122 |
+
.IconsToInclude-Item-32px-u .BG-middle{
|
123 |
+
color:#ffffff;
|
124 |
+
font-size:10px;
|
125 |
+
background-color:#dddddd;
|
126 |
+
}
|
127 |
+
.IconsToInclude-Item-32px-u .BG-middle-TXT{
|
128 |
+
color:#ffffff;
|
129 |
+
font-size:10px;
|
130 |
+
background-color:#dddddd;
|
131 |
+
padding-left:5px;
|
132 |
+
}
|
133 |
+
.IconsToInclude-Item-32px-u IMG{
|
134 |
+
width:32px;
|
135 |
+
height:32px;
|
136 |
+
}
|
137 |
+
/*ICONs 32px end*/
|
138 |
+
|
139 |
+
/*ICONs 48px start*/
|
140 |
+
.IconsToInclude-Item-48px-s{
|
141 |
+
height:58px;
|
142 |
+
background-position:0px;
|
143 |
+
background-repeat:no-repeat;
|
144 |
+
float:left;
|
145 |
+
margin:5px;
|
146 |
+
|
147 |
+
}
|
148 |
+
.IconsToInclude-Item-48px-s .Border-Left{
|
149 |
+
width:9px;
|
150 |
+
background-image:url('../images/item-button-s-left-48.png');
|
151 |
+
}
|
152 |
+
.IconsToInclude-Item-48px-s .Border-Right{
|
153 |
+
width:9px;
|
154 |
+
background-image:url('../images/item-button-s-right-48.png');
|
155 |
+
}
|
156 |
+
.IconsToInclude-Item-48px-s .BG-middle{
|
157 |
+
color:#ffffff;
|
158 |
+
font-size:10px;
|
159 |
+
background-color:#6da6d1;
|
160 |
+
}
|
161 |
+
.IconsToInclude-Item-48px-s .BG-middle-TXT{
|
162 |
+
color:#ffffff;
|
163 |
+
font-size:10px;
|
164 |
+
background-color:#6da6d1;
|
165 |
+
padding-left:5px;
|
166 |
+
}
|
167 |
+
.IconsToInclude-Item-48px-s IMG{
|
168 |
+
width:48px;
|
169 |
+
height:48px;
|
170 |
+
}
|
171 |
+
.IconsToInclude-Item-48px-u{
|
172 |
+
height:58px;
|
173 |
+
background-position:0px;
|
174 |
+
background-repeat:no-repeat;
|
175 |
+
float:left;
|
176 |
+
margin:5px;
|
177 |
+
|
178 |
+
}
|
179 |
+
.IconsToInclude-Item-48px-u .Border-Left{
|
180 |
+
width:9px;
|
181 |
+
background-image:url('../images/item-button-u-left-48.png');
|
182 |
+
|
183 |
+
}
|
184 |
+
.IconsToInclude-Item-48px-u .Border-Right{
|
185 |
+
width:9px;
|
186 |
+
background-image:url('../images/item-button-u-right-48.png');
|
187 |
+
|
188 |
+
}
|
189 |
+
.IconsToInclude-Item-48px-u .BG-middle{
|
190 |
+
color:#ffffff;
|
191 |
+
font-size:10px;
|
192 |
+
background-color:#dddddd;
|
193 |
+
}
|
194 |
+
.IconsToInclude-Item-48px-u .BG-middle-TXT{
|
195 |
+
color:#ffffff;
|
196 |
+
font-size:10px;
|
197 |
+
background-color:#dddddd;
|
198 |
+
padding-left:5px;
|
199 |
+
}
|
200 |
+
.IconsToInclude-Item-48px-u IMG{
|
201 |
+
width:48px;
|
202 |
+
height:48px;
|
203 |
+
}
|
204 |
+
/*ICONs 48px end*/
|
205 |
+
|
206 |
+
|
207 |
+
/*ICONs 64px start*/
|
208 |
+
.IconsToInclude-Item-64px-s{
|
209 |
+
height:76px;
|
210 |
+
background-position:0px;
|
211 |
+
background-repeat:no-repeat;
|
212 |
+
float:left;
|
213 |
+
margin:5px;
|
214 |
+
|
215 |
+
}
|
216 |
+
.IconsToInclude-Item-64px-s .Border-Left{
|
217 |
+
width:9px;
|
218 |
+
background-image:url('../images/item-button-s-left-64.png');
|
219 |
+
}
|
220 |
+
.IconsToInclude-Item-64px-s .Border-Right{
|
221 |
+
width:9px;
|
222 |
+
background-image:url('../images/item-button-s-right-64.png');
|
223 |
+
}
|
224 |
+
.IconsToInclude-Item-64px-s .BG-middle{
|
225 |
+
color:#ffffff;
|
226 |
+
font-size:10px;
|
227 |
+
background-color:#6da6d1;
|
228 |
+
}
|
229 |
+
.IconsToInclude-Item-64px-s .BG-middle-TXT{
|
230 |
+
color:#ffffff;
|
231 |
+
font-size:10px;
|
232 |
+
background-color:#6da6d1;
|
233 |
+
padding-left:5px;
|
234 |
+
}
|
235 |
+
.IconsToInclude-Item-64px-s IMG{
|
236 |
+
width:64px;
|
237 |
+
height:64px;
|
238 |
+
}
|
239 |
+
.IconsToInclude-Item-64px-u{
|
240 |
+
height:76px;
|
241 |
+
background-position:0px;
|
242 |
+
background-repeat:no-repeat;
|
243 |
+
float:left;
|
244 |
+
margin:5px;
|
245 |
+
|
246 |
+
}
|
247 |
+
.IconsToInclude-Item-64px-u .Border-Left{
|
248 |
+
width:9px;
|
249 |
+
background-image:url('../images/item-button-u-left-64.png');
|
250 |
+
|
251 |
+
}
|
252 |
+
.IconsToInclude-Item-64px-u .Border-Right{
|
253 |
+
width:9px;
|
254 |
+
background-image:url('../images/item-button-u-right-64.png');
|
255 |
+
|
256 |
+
}
|
257 |
+
.IconsToInclude-Item-64px-u .BG-middle{
|
258 |
+
color:#ffffff;
|
259 |
+
font-size:10px;
|
260 |
+
background-color:#dddddd;
|
261 |
+
}
|
262 |
+
.IconsToInclude-Item-64px-u .BG-middle-TXT{
|
263 |
+
color:#ffffff;
|
264 |
+
font-size:10px;
|
265 |
+
background-color:#dddddd;
|
266 |
+
padding-left:5px;
|
267 |
+
}
|
268 |
+
.IconsToInclude-Item-64px-u IMG{
|
269 |
+
width:64px;
|
270 |
+
height:64px;
|
271 |
+
}
|
272 |
+
/*ICONs 64px end*/
|
css/sociable-admin.css
CHANGED
@@ -1,159 +1,159 @@
|
|
1 |
-
.sociablemenu li {
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
}
|
6 |
-
|
7 |
-
#sociable_site_list {
|
8 |
-
|
9 |
-
list-style-type: none;
|
10 |
-
|
11 |
-
margin: 0 auto;
|
12 |
-
|
13 |
-
padding: 0;
|
14 |
-
|
15 |
-
font-size: 80%;
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
}
|
20 |
-
|
21 |
-
#sociable_site_list li {
|
22 |
-
|
23 |
-
list-style-type: none;
|
24 |
-
|
25 |
-
cursor: move;
|
26 |
-
|
27 |
-
float: left;
|
28 |
-
|
29 |
-
margin: 2px 2px 0 0;
|
30 |
-
|
31 |
-
width: 153px;
|
32 |
-
|
33 |
-
height:45px;
|
34 |
-
|
35 |
-
text-align: left;
|
36 |
-
|
37 |
-
font-size: 10px;
|
38 |
-
|
39 |
-
padding: 4px;
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
}
|
44 |
-
|
45 |
-
#sociable_site_list li img {
|
46 |
-
|
47 |
-
margin-right:6px;
|
48 |
-
|
49 |
-
}
|
50 |
-
|
51 |
-
#sociable_site_list .active {
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
behavior: url('../wp-content/plugins/sociable/css/pie.htc');
|
56 |
-
|
57 |
-
-moz-border-radius: 5px;
|
58 |
-
|
59 |
-
-webkit-border-radius: 5px;
|
60 |
-
|
61 |
-
border-radius: 5px 5px 5px 5px;
|
62 |
-
|
63 |
-
background:#6da6d1;
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
}
|
68 |
-
|
69 |
-
#sociable_site_list .active img {
|
70 |
-
|
71 |
-
opacity: 1;
|
72 |
-
|
73 |
-
-moz-opacity: 1;
|
74 |
-
|
75 |
-
filter:alpha(opacity=100);
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
}
|
80 |
-
|
81 |
-
#sociable_site_list .inactive {
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
behavior: url('../wp-content/plugins/sociable/css/pie.htc');
|
86 |
-
|
87 |
-
-moz-border-radius: 5px;
|
88 |
-
|
89 |
-
-webkit-border-radius: 5px;
|
90 |
-
|
91 |
-
border-radius: 5px 5px 5px 5px;
|
92 |
-
|
93 |
-
background:#dddddd;
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
}
|
100 |
-
|
101 |
-
#sociable_site_list .inactive img {
|
102 |
-
|
103 |
-
opacity: .4;
|
104 |
-
|
105 |
-
-moz-opacity: .4;
|
106 |
-
|
107 |
-
filter:alpha(opacity=40);
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
}
|
112 |
-
|
113 |
-
#sociable_site_list li input {
|
114 |
-
|
115 |
-
height: 12px;
|
116 |
-
|
117 |
-
margin: 0 5px 8px 0;
|
118 |
-
|
119 |
-
padding: 0;
|
120 |
-
|
121 |
-
background: transparent;
|
122 |
-
|
123 |
-
border: none;
|
124 |
-
|
125 |
-
}
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
.soc_clear{
|
130 |
-
|
131 |
-
clear:both;
|
132 |
-
|
133 |
-
}
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
.items_li{
|
138 |
-
|
139 |
-
font-size:16px;
|
140 |
-
|
141 |
-
}
|
142 |
-
|
143 |
-
.sub_item_li {
|
144 |
-
|
145 |
-
margin-bottom: 16px;
|
146 |
-
|
147 |
-
margin-left: 54px;
|
148 |
-
|
149 |
-
margin-top: 6px;
|
150 |
-
|
151 |
-
font-size: 14px;
|
152 |
-
|
153 |
-
}
|
154 |
-
|
155 |
-
.default_values{
|
156 |
-
font-size: 9px;
|
157 |
-
color: #000000;
|
158 |
-
text-decoration: none;
|
159 |
}
|
1 |
+
.sociablemenu li {
|
2 |
+
|
3 |
+
|
4 |
+
|
5 |
+
}
|
6 |
+
|
7 |
+
#sociable_site_list {
|
8 |
+
|
9 |
+
list-style-type: none;
|
10 |
+
|
11 |
+
margin: 0 auto;
|
12 |
+
|
13 |
+
padding: 0;
|
14 |
+
|
15 |
+
font-size: 80%;
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
+
}
|
20 |
+
|
21 |
+
#sociable_site_list li {
|
22 |
+
|
23 |
+
list-style-type: none;
|
24 |
+
|
25 |
+
cursor: move;
|
26 |
+
|
27 |
+
float: left;
|
28 |
+
|
29 |
+
margin: 2px 2px 0 0;
|
30 |
+
|
31 |
+
width: 153px;
|
32 |
+
|
33 |
+
height:45px;
|
34 |
+
|
35 |
+
text-align: left;
|
36 |
+
|
37 |
+
font-size: 10px;
|
38 |
+
|
39 |
+
padding: 4px;
|
40 |
+
|
41 |
+
|
42 |
+
|
43 |
+
}
|
44 |
+
|
45 |
+
#sociable_site_list li img {
|
46 |
+
|
47 |
+
margin-right:6px;
|
48 |
+
|
49 |
+
}
|
50 |
+
|
51 |
+
#sociable_site_list .active {
|
52 |
+
|
53 |
+
|
54 |
+
|
55 |
+
behavior: url('../wp-content/plugins/sociable/css/pie.htc');
|
56 |
+
|
57 |
+
-moz-border-radius: 5px;
|
58 |
+
|
59 |
+
-webkit-border-radius: 5px;
|
60 |
+
|
61 |
+
border-radius: 5px 5px 5px 5px;
|
62 |
+
|
63 |
+
background:#6da6d1;
|
64 |
+
|
65 |
+
|
66 |
+
|
67 |
+
}
|
68 |
+
|
69 |
+
#sociable_site_list .active img {
|
70 |
+
|
71 |
+
opacity: 1;
|
72 |
+
|
73 |
+
-moz-opacity: 1;
|
74 |
+
|
75 |
+
filter:alpha(opacity=100);
|
76 |
+
|
77 |
+
|
78 |
+
|
79 |
+
}
|
80 |
+
|
81 |
+
#sociable_site_list .inactive {
|
82 |
+
|
83 |
+
|
84 |
+
|
85 |
+
behavior: url('../wp-content/plugins/sociable/css/pie.htc');
|
86 |
+
|
87 |
+
-moz-border-radius: 5px;
|
88 |
+
|
89 |
+
-webkit-border-radius: 5px;
|
90 |
+
|
91 |
+
border-radius: 5px 5px 5px 5px;
|
92 |
+
|
93 |
+
background:#dddddd;
|
94 |
+
|
95 |
+
|
96 |
+
|
97 |
+
|
98 |
+
|
99 |
+
}
|
100 |
+
|
101 |
+
#sociable_site_list .inactive img {
|
102 |
+
|
103 |
+
opacity: .4;
|
104 |
+
|
105 |
+
-moz-opacity: .4;
|
106 |
+
|
107 |
+
filter:alpha(opacity=40);
|
108 |
+
|
109 |
+
|
110 |
+
|
111 |
+
}
|
112 |
+
|
113 |
+
#sociable_site_list li input {
|
114 |
+
|
115 |
+
height: 12px;
|
116 |
+
|
117 |
+
margin: 0 5px 8px 0;
|
118 |
+
|
119 |
+
padding: 0;
|
120 |
+
|
121 |
+
background: transparent;
|
122 |
+
|
123 |
+
border: none;
|
124 |
+
|
125 |
+
}
|
126 |
+
|
127 |
+
|
128 |
+
|
129 |
+
.soc_clear{
|
130 |
+
|
131 |
+
clear:both;
|
132 |
+
|
133 |
+
}
|
134 |
+
|
135 |
+
|
136 |
+
|
137 |
+
.items_li{
|
138 |
+
|
139 |
+
font-size:16px;
|
140 |
+
|
141 |
+
}
|
142 |
+
|
143 |
+
.sub_item_li {
|
144 |
+
|
145 |
+
margin-bottom: 16px;
|
146 |
+
|
147 |
+
margin-left: 54px;
|
148 |
+
|
149 |
+
margin-top: 6px;
|
150 |
+
|
151 |
+
font-size: 14px;
|
152 |
+
|
153 |
+
}
|
154 |
+
|
155 |
+
.default_values{
|
156 |
+
font-size: 9px;
|
157 |
+
color: #000000;
|
158 |
+
text-decoration: none;
|
159 |
}
|
css/sociable.css
CHANGED
@@ -1,261 +1,261 @@
|
|
1 |
-
div.sociable { /*margin: 8px 0;*/}
|
2 |
-
|
3 |
-
li div#___plusone_0 {
|
4 |
-
float:right !important;
|
5 |
-
width:60px !important;
|
6 |
-
}
|
7 |
-
li#Google_p div {
|
8 |
-
float:right !important;
|
9 |
-
width:60px !important;
|
10 |
-
}
|
11 |
-
/*
|
12 |
-
#___plusone_2{
|
13 |
-
float:right !important;
|
14 |
-
width:60px !important;
|
15 |
-
}
|
16 |
-
#___plusone_3 {
|
17 |
-
float:right !important;
|
18 |
-
width:60px !important;
|
19 |
-
}
|
20 |
-
#___plusone_4 {
|
21 |
-
float:right !important;
|
22 |
-
width:60px !important;
|
23 |
-
}
|
24 |
-
#___plusone_5 {
|
25 |
-
float:right !important;
|
26 |
-
width:60px !important;
|
27 |
-
}
|
28 |
-
#___plusone_6 {
|
29 |
-
float:right !important;
|
30 |
-
width:60px !important;
|
31 |
-
}
|
32 |
-
#___plusone_7 {
|
33 |
-
float:right !important;
|
34 |
-
width:60px !important;
|
35 |
-
}
|
36 |
-
#___plusone_8 {
|
37 |
-
float:right !important;
|
38 |
-
width:60px !important;
|
39 |
-
}
|
40 |
-
*/
|
41 |
-
|
42 |
-
div.sociable li#Twitter_Counter iframe{
|
43 |
-
width:100px !important;
|
44 |
-
}
|
45 |
-
|
46 |
-
#Digg_Counter{
|
47 |
-
width:80px !important;
|
48 |
-
|
49 |
-
}
|
50 |
-
#Facebook_Counter iframe{
|
51 |
-
|
52 |
-
width:76px !important;
|
53 |
-
}
|
54 |
-
|
55 |
-
span.sociable_tagline { position: relative; }
|
56 |
-
span.sociable_tagline span { display: none; width: 14em; }
|
57 |
-
span.sociable_tagline:hover span {
|
58 |
-
position: absolute;
|
59 |
-
display: block;
|
60 |
-
top: -5em;
|
61 |
-
background: #ffe;
|
62 |
-
border: 1px solid #ccc;
|
63 |
-
color: black;
|
64 |
-
line-height: 1.25em;
|
65 |
-
}
|
66 |
-
.sociable span {
|
67 |
-
display: block;
|
68 |
-
}
|
69 |
-
.sociable ul {
|
70 |
-
display: block;
|
71 |
-
margin: 0 !important;
|
72 |
-
padding: 0 !important;
|
73 |
-
}
|
74 |
-
.sociable ul li {
|
75 |
-
background: none;
|
76 |
-
display: inline !important;
|
77 |
-
list-style-type: none;
|
78 |
-
margin: 0;
|
79 |
-
padding: 3px;
|
80 |
-
float:left;
|
81 |
-
}
|
82 |
-
.sociable ul li:before { content: ""; }
|
83 |
-
.sociable img {
|
84 |
-
float: none;
|
85 |
-
|
86 |
-
border: 0;
|
87 |
-
margin: 0;
|
88 |
-
padding: 0;
|
89 |
-
}
|
90 |
-
|
91 |
-
.sociable-hovers {
|
92 |
-
opacity: .4;
|
93 |
-
-moz-opacity: .4;
|
94 |
-
filter: alpha(opacity=40);
|
95 |
-
}
|
96 |
-
.sociable-hovers:hover {
|
97 |
-
opacity: 1;
|
98 |
-
-moz-opacity: 1;
|
99 |
-
filter: alpha(opacity=100);
|
100 |
-
}
|
101 |
-
|
102 |
-
.soc_clear{
|
103 |
-
clear:both;
|
104 |
-
}
|
105 |
-
|
106 |
-
|
107 |
-
.option1_32{
|
108 |
-
background:url("../images/sprites/option1_32.png") no-repeat scroll;
|
109 |
-
display: block;float: left;height: 32px;width: 32px;
|
110 |
-
}
|
111 |
-
.option1_16{
|
112 |
-
background:url("../images/sprites/option1_16.png") no-repeat scroll;
|
113 |
-
display: block;float: left;height: 16px;width: 16px;
|
114 |
-
}
|
115 |
-
.option1_64{
|
116 |
-
background:url("../images/sprites/option1_64.png") no-repeat scroll;
|
117 |
-
display: block;float: left;height: 64px;width: 64px;
|
118 |
-
}
|
119 |
-
.option1_48{
|
120 |
-
background:url("../images/sprites/option1_48.png") no-repeat scroll;
|
121 |
-
display: block;float: left;height: 48px;width: 48px;
|
122 |
-
}
|
123 |
-
|
124 |
-
|
125 |
-
.option2_32{
|
126 |
-
background:url("../images/sprites/option2_32.png") no-repeat scroll;
|
127 |
-
display: block;float: left;height: 32px;width: 32px;
|
128 |
-
}
|
129 |
-
.option2_16{
|
130 |
-
background:url("../images/sprites/option2_16.png") no-repeat scroll;
|
131 |
-
display: block;float: left;height: 16px;width: 16px;
|
132 |
-
}
|
133 |
-
.option2_64{
|
134 |
-
background:url("../images/sprites/option2_64.png") no-repeat scroll;
|
135 |
-
display: block;float: left;height: 64px;width: 64px;
|
136 |
-
}
|
137 |
-
.option2_48{
|
138 |
-
background:url("/wp-content/plugins/sociable/images/sprites/option2_48.png") no-repeat scroll;
|
139 |
-
display: block;float: left;height: 48px;width: 48px;
|
140 |
-
}
|
141 |
-
|
142 |
-
|
143 |
-
.option3_32{
|
144 |
-
background:url("../images/sprites/option3_32.png") no-repeat scroll;
|
145 |
-
display: block;float: left;height: 32px;width: 32px;
|
146 |
-
}
|
147 |
-
.option3_16{
|
148 |
-
background:url("../images/sprites/option3_16.png") no-repeat scroll;
|
149 |
-
display: block;float: left;height: 16px;width: 16px;
|
150 |
-
}
|
151 |
-
.option3_64{
|
152 |
-
background:url("../images/sprites/option3_64.png") no-repeat scroll;
|
153 |
-
display: block;float: left;height: 64px;width: 64px;
|
154 |
-
}
|
155 |
-
.option3_48{
|
156 |
-
background:url("../images/sprites/option3_48.png") no-repeat scroll;
|
157 |
-
display: block;float: left;height: 48px;width: 48px;
|
158 |
-
}
|
159 |
-
|
160 |
-
|
161 |
-
.option4_32{
|
162 |
-
background:url("../images/sprites/option4_32.png") no-repeat scroll;
|
163 |
-
display: block;float: left;height: 32px;width: 32px;
|
164 |
-
}
|
165 |
-
.option4_16{
|
166 |
-
background:url("../images/sprites/option4_16.png") no-repeat scroll;
|
167 |
-
display: block;float: left;height: 16px;width: 16px;
|
168 |
-
}
|
169 |
-
.option4_64{
|
170 |
-
background:url("../images/sprites/option4_64.png") no-repeat scroll;
|
171 |
-
display: block;float: left;height: 64px;width: 64px;
|
172 |
-
}
|
173 |
-
.option4_48{
|
174 |
-
background:url("../images/sprites/option4_48.png") no-repeat scroll;
|
175 |
-
display: block;float: left;height: 48px;width: 48px;
|
176 |
-
}
|
177 |
-
|
178 |
-
|
179 |
-
.option5_32{
|
180 |
-
background:url("../images/sprites/option5_32.png") no-repeat scroll;
|
181 |
-
display: block;float: left;height: 32px;width: 32px;
|
182 |
-
}
|
183 |
-
.option5_16{
|
184 |
-
background:url("../images/sprites/option5_16.png") no-repeat scroll;
|
185 |
-
display: block;float: left;height: 16px;width: 16px;
|
186 |
-
}
|
187 |
-
.option5_64{
|
188 |
-
background:url("../images/sprites/option5_64.png") no-repeat scroll;
|
189 |
-
display: block;float: left;height: 64px;width: 64px;
|
190 |
-
}
|
191 |
-
|
192 |
-
.option5_48{
|
193 |
-
background:url("../images/sprites/option5_48.png") no-repeat scroll;
|
194 |
-
display: block;float: left;height: 48px;width: 48px;
|
195 |
-
}
|
196 |
-
|
197 |
-
|
198 |
-
#sociable {
|
199 |
-
left: 0;
|
200 |
-
position: absolute;
|
201 |
-
text-align: left;
|
202 |
-
top: 0;
|
203 |
-
z-index: 100;
|
204 |
-
}
|
205 |
-
#sociable .popup {
|
206 |
-
behavior: url('/wp-content/plugins/sociable/css/pie.htc');
|
207 |
-
-moz-border-radius: 5px;
|
208 |
-
-webkit-border-radius: 5px;
|
209 |
-
-webkit-box-shadow: #999999 0px 0px 24px;
|
210 |
-
border: 3px solid transparent;
|
211 |
-
border-radius: 5px 5px 5px 5px;
|
212 |
-
box-shadow: 0 0 7px #000000;
|
213 |
-
position: relative;
|
214 |
-
background: none repeat scroll 0 0 #FFFFFF;
|
215 |
-
}
|
216 |
-
#sociable .content {
|
217 |
-
behavior: url('/wp-content/plugins/sociable/css/pie.htc');
|
218 |
-
background: none repeat scroll 0 0 #FFFFFF;
|
219 |
-
border-radius: 4px 4px 4px 4px;
|
220 |
-
box-shadow: 0 0 7px #000000;
|
221 |
-
display: table;
|
222 |
-
padding: 10px;
|
223 |
-
width: 370px;
|
224 |
-
}
|
225 |
-
#sociable .close {
|
226 |
-
background: none repeat scroll 0 0 #FFFFFF;
|
227 |
-
padding: 2px;
|
228 |
-
position: absolute;
|
229 |
-
right: 5px;
|
230 |
-
top: 5px;
|
231 |
-
}
|
232 |
-
#sociable .close img {
|
233 |
-
opacity: 0.3;
|
234 |
-
}
|
235 |
-
|
236 |
-
#sociable img {
|
237 |
-
border: 0 none;
|
238 |
-
margin: 0;
|
239 |
-
}
|
240 |
-
#sociable .close{
|
241 |
-
background: none repeat scroll 0 0 #FFFFFF;
|
242 |
-
padding: 2px;
|
243 |
-
position: absolute;
|
244 |
-
right: 5px;
|
245 |
-
top: 5px;
|
246 |
-
}
|
247 |
-
.share_buttons{
|
248 |
-
list-style:none;
|
249 |
-
}
|
250 |
-
.share_buttons li{
|
251 |
-
float:left;
|
252 |
-
}
|
253 |
-
|
254 |
-
.clearfix:after {
|
255 |
-
visibility: hidden;
|
256 |
-
display: block;
|
257 |
-
font-size: 0;
|
258 |
-
content: " ";
|
259 |
-
clear: both;
|
260 |
-
height: 0;
|
261 |
-
}
|
1 |
+
div.sociable { /*margin: 8px 0;*/}
|
2 |
+
|
3 |
+
li div#___plusone_0 {
|
4 |
+
float:right !important;
|
5 |
+
width:60px !important;
|
6 |
+
}
|
7 |
+
li#Google_p div {
|
8 |
+
float:right !important;
|
9 |
+
width:60px !important;
|
10 |
+
}
|
11 |
+
/*
|
12 |
+
#___plusone_2{
|
13 |
+
float:right !important;
|
14 |
+
width:60px !important;
|
15 |
+
}
|
16 |
+
#___plusone_3 {
|
17 |
+
float:right !important;
|
18 |
+
width:60px !important;
|
19 |
+
}
|
20 |
+
#___plusone_4 {
|
21 |
+
float:right !important;
|
22 |
+
width:60px !important;
|
23 |
+
}
|
24 |
+
#___plusone_5 {
|
25 |
+
float:right !important;
|
26 |
+
width:60px !important;
|
27 |
+
}
|
28 |
+
#___plusone_6 {
|
29 |
+
float:right !important;
|
30 |
+
width:60px !important;
|
31 |
+
}
|
32 |
+
#___plusone_7 {
|
33 |
+
float:right !important;
|
34 |
+
width:60px !important;
|
35 |
+
}
|
36 |
+
#___plusone_8 {
|
37 |
+
float:right !important;
|
38 |
+
width:60px !important;
|
39 |
+
}
|
40 |
+
*/
|
41 |
+
|
42 |
+
div.sociable li#Twitter_Counter iframe{
|
43 |
+
width:100px !important;
|
44 |
+
}
|
45 |
+
|
46 |
+
#Digg_Counter{
|
47 |
+
width:80px !important;
|
48 |
+
|
49 |
+
}
|
50 |
+
#Facebook_Counter iframe{
|
51 |
+
|
52 |
+
width:76px !important;
|
53 |
+
}
|
54 |
+
|
55 |
+
span.sociable_tagline { position: relative; }
|
56 |
+
span.sociable_tagline span { display: none; width: 14em; }
|
57 |
+
span.sociable_tagline:hover span {
|
58 |
+
position: absolute;
|
59 |
+
display: block;
|
60 |
+
top: -5em;
|
61 |
+
background: #ffe;
|
62 |
+
border: 1px solid #ccc;
|
63 |
+
color: black;
|
64 |
+
line-height: 1.25em;
|
65 |
+
}
|
66 |
+
.sociable span {
|
67 |
+
display: block;
|
68 |
+
}
|
69 |
+
.sociable ul {
|
70 |
+
display: block;
|
71 |
+
margin: 0 !important;
|
72 |
+
padding: 0 !important;
|
73 |
+
}
|
74 |
+
.sociable ul li {
|
75 |
+
background: none;
|
76 |
+
display: inline !important;
|
77 |
+
list-style-type: none;
|
78 |
+
margin: 0;
|
79 |
+
padding: 3px;
|
80 |
+
float:left;
|
81 |
+
}
|
82 |
+
.sociable ul li:before { content: ""; }
|
83 |
+
.sociable img {
|
84 |
+
float: none;
|
85 |
+
|
86 |
+
border: 0;
|
87 |
+
margin: 0;
|
88 |
+
padding: 0;
|
89 |
+
}
|
90 |
+
|
91 |
+
.sociable-hovers {
|
92 |
+
opacity: .4;
|
93 |
+
-moz-opacity: .4;
|
94 |
+
filter: alpha(opacity=40);
|
95 |
+
}
|
96 |
+
.sociable-hovers:hover {
|
97 |
+
opacity: 1;
|
98 |
+
-moz-opacity: 1;
|
99 |
+
filter: alpha(opacity=100);
|
100 |
+
}
|
101 |
+
|
102 |
+
.soc_clear{
|
103 |
+
clear:both;
|
104 |
+
}
|
105 |
+
|
106 |
+
|
107 |
+
.option1_32{
|
108 |
+
background:url("../images/sprites/option1_32.png") no-repeat scroll;
|
109 |
+
display: block;float: left;height: 32px;width: 32px;
|
110 |
+
}
|
111 |
+
.option1_16{
|
112 |
+
background:url("../images/sprites/option1_16.png") no-repeat scroll;
|
113 |
+
display: block;float: left;height: 16px;width: 16px;
|
114 |
+
}
|
115 |
+
.option1_64{
|
116 |
+
background:url("../images/sprites/option1_64.png") no-repeat scroll;
|
117 |
+
display: block;float: left;height: 64px;width: 64px;
|
118 |
+
}
|
119 |
+
.option1_48{
|
120 |
+
background:url("../images/sprites/option1_48.png") no-repeat scroll;
|
121 |
+
display: block;float: left;height: 48px;width: 48px;
|
122 |
+
}
|
123 |
+
|
124 |
+
|
125 |
+
.option2_32{
|
126 |
+
background:url("../images/sprites/option2_32.png") no-repeat scroll;
|
127 |
+
display: block;float: left;height: 32px;width: 32px;
|
128 |
+
}
|
129 |
+
.option2_16{
|
130 |
+
background:url("../images/sprites/option2_16.png") no-repeat scroll;
|
131 |
+
display: block;float: left;height: 16px;width: 16px;
|
132 |
+
}
|
133 |
+
.option2_64{
|
134 |
+
background:url("../images/sprites/option2_64.png") no-repeat scroll;
|
135 |
+
display: block;float: left;height: 64px;width: 64px;
|
136 |
+
}
|
137 |
+
.option2_48{
|
138 |
+
background:url("/wp-content/plugins/sociable/images/sprites/option2_48.png") no-repeat scroll;
|
139 |
+
display: block;float: left;height: 48px;width: 48px;
|
140 |
+
}
|
141 |
+
|
142 |
+
|
143 |
+
.option3_32{
|
144 |
+
background:url("../images/sprites/option3_32.png") no-repeat scroll;
|
145 |
+
display: block;float: left;height: 32px;width: 32px;
|
146 |
+
}
|
147 |
+
.option3_16{
|
148 |
+
background:url("../images/sprites/option3_16.png") no-repeat scroll;
|
149 |
+
display: block;float: left;height: 16px;width: 16px;
|
150 |
+
}
|
151 |
+
.option3_64{
|
152 |
+
background:url("../images/sprites/option3_64.png") no-repeat scroll;
|
153 |
+
display: block;float: left;height: 64px;width: 64px;
|
154 |
+
}
|
155 |
+
.option3_48{
|
156 |
+
background:url("../images/sprites/option3_48.png") no-repeat scroll;
|
157 |
+
display: block;float: left;height: 48px;width: 48px;
|
158 |
+
}
|
159 |
+
|
160 |
+
|
161 |
+
.option4_32{
|
162 |
+
background:url("../images/sprites/option4_32.png") no-repeat scroll;
|
163 |
+
display: block;float: left;height: 32px;width: 32px;
|
164 |
+
}
|
165 |
+
.option4_16{
|
166 |
+
background:url("../images/sprites/option4_16.png") no-repeat scroll;
|
167 |
+
display: block;float: left;height: 16px;width: 16px;
|
168 |
+
}
|
169 |
+
.option4_64{
|
170 |
+
background:url("../images/sprites/option4_64.png") no-repeat scroll;
|
171 |
+
display: block;float: left;height: 64px;width: 64px;
|
172 |
+
}
|
173 |
+
.option4_48{
|
174 |
+
background:url("../images/sprites/option4_48.png") no-repeat scroll;
|
175 |
+
display: block;float: left;height: 48px;width: 48px;
|
176 |
+
}
|
177 |
+
|
178 |
+
|
179 |
+
.option5_32{
|
180 |
+
background:url("../images/sprites/option5_32.png") no-repeat scroll;
|
181 |
+
display: block;float: left;height: 32px;width: 32px;
|
182 |
+
}
|
183 |
+
.option5_16{
|
184 |
+
background:url("../images/sprites/option5_16.png") no-repeat scroll;
|
185 |
+
display: block;float: left;height: 16px;width: 16px;
|
186 |
+
}
|
187 |
+
.option5_64{
|
188 |
+
background:url("../images/sprites/option5_64.png") no-repeat scroll;
|
189 |
+
display: block;float: left;height: 64px;width: 64px;
|
190 |
+
}
|
191 |
+
|
192 |
+
.option5_48{
|
193 |
+
background:url("../images/sprites/option5_48.png") no-repeat scroll;
|
194 |
+
display: block;float: left;height: 48px;width: 48px;
|
195 |
+
}
|
196 |
+
|
197 |
+
|
198 |
+
#sociable {
|
199 |
+
left: 0;
|
200 |
+
position: absolute;
|
201 |
+
text-align: left;
|
202 |
+
top: 0;
|
203 |
+
z-index: 100;
|
204 |
+
}
|
205 |
+
#sociable .popup {
|
206 |
+
behavior: url('/wp-content/plugins/sociable/css/pie.htc');
|
207 |
+
-moz-border-radius: 5px;
|
208 |
+
-webkit-border-radius: 5px;
|
209 |
+
-webkit-box-shadow: #999999 0px 0px 24px;
|
210 |
+
border: 3px solid transparent;
|
211 |
+
border-radius: 5px 5px 5px 5px;
|
212 |
+
box-shadow: 0 0 7px #000000;
|
213 |
+
position: relative;
|
214 |
+
background: none repeat scroll 0 0 #FFFFFF;
|
215 |
+
}
|
216 |
+
#sociable .content {
|
217 |
+
behavior: url('/wp-content/plugins/sociable/css/pie.htc');
|
218 |
+
background: none repeat scroll 0 0 #FFFFFF;
|
219 |
+
border-radius: 4px 4px 4px 4px;
|
220 |
+
box-shadow: 0 0 7px #000000;
|
221 |
+
display: table;
|
222 |
+
padding: 10px;
|
223 |
+
width: 370px;
|
224 |
+
}
|
225 |
+
#sociable .close {
|
226 |
+
background: none repeat scroll 0 0 #FFFFFF;
|
227 |
+
padding: 2px;
|
228 |
+
position: absolute;
|
229 |
+
right: 5px;
|
230 |
+
top: 5px;
|
231 |
+
}
|
232 |
+
#sociable .close img {
|
233 |
+
opacity: 0.3;
|
234 |
+
}
|
235 |
+
|
236 |
+
#sociable img {
|
237 |
+
border: 0 none;
|
238 |
+
margin: 0;
|
239 |
+
}
|
240 |
+
#sociable .close{
|
241 |
+
background: none repeat scroll 0 0 #FFFFFF;
|
242 |
+
padding: 2px;
|
243 |
+
position: absolute;
|
244 |
+
right: 5px;
|
245 |
+
top: 5px;
|
246 |
+
}
|
247 |
+
.share_buttons{
|
248 |
+
list-style:none;
|
249 |
+
}
|
250 |
+
.share_buttons li{
|
251 |
+
float:left;
|
252 |
+
}
|
253 |
+
|
254 |
+
.clearfix:after {
|
255 |
+
visibility: hidden;
|
256 |
+
display: block;
|
257 |
+
font-size: 0;
|
258 |
+
content: " ";
|
259 |
+
clear: both;
|
260 |
+
height: 0;
|
261 |
+
}
|
css/style-admin.css
CHANGED
@@ -1,234 +1,234 @@
|
|
1 |
-
.Main-Content{
|
2 |
-
margin-left:10px;
|
3 |
-
width:98%;
|
4 |
-
border:SOLID 1PX #000000;
|
5 |
-
font-family: Arial;
|
6 |
-
}
|
7 |
-
|
8 |
-
.Title-Blue{
|
9 |
-
font-size:30px;
|
10 |
-
color:#18305d;
|
11 |
-
}
|
12 |
-
|
13 |
-
.Title-Box{
|
14 |
-
margin:0px 0px 0px 25px; padding:0px;
|
15 |
-
Width:100%;
|
16 |
-
}
|
17 |
-
|
18 |
-
.Title-Box .Border-Left{
|
19 |
-
background-image:url('../images/Title-Box-Border-Left.png');
|
20 |
-
height:34px;
|
21 |
-
width:10px;
|
22 |
-
color:#ffffff;
|
23 |
-
font-weight:bold;
|
24 |
-
}
|
25 |
-
|
26 |
-
.Title-Box .Border-Right{
|
27 |
-
background-image:url('../images/Title-Box-Border-Right.png');
|
28 |
-
height:34px;
|
29 |
-
width:10px;
|
30 |
-
}
|
31 |
-
|
32 |
-
.Title-Box .BG-Middle{
|
33 |
-
color:#ffffff;
|
34 |
-
font-size:20px;
|
35 |
-
background-color:#18305d;
|
36 |
-
}
|
37 |
-
|
38 |
-
.Content-Box{
|
39 |
-
margin:0px;
|
40 |
-
padding:0px;
|
41 |
-
margin-left:25px;
|
42 |
-
|
43 |
-
}
|
44 |
-
|
45 |
-
.Content-Box .Live-Preview{
|
46 |
-
|
47 |
-
padding-top:10px;
|
48 |
-
padding-bottom:10px;
|
49 |
-
color:#18305d;
|
50 |
-
font-size:16px;
|
51 |
-
margin-left:-19px;
|
52 |
-
width:600px;
|
53 |
-
background-color:#cccccc;
|
54 |
-
text-indent:10px
|
55 |
-
}
|
56 |
-
.Content-Box .Post-TXT{
|
57 |
-
padding-bottom:0px;
|
58 |
-
color:#000000;
|
59 |
-
font-size:15px;
|
60 |
-
|
61 |
-
}
|
62 |
-
.Content-Box .Post-subTXT{
|
63 |
-
padding-top:5px;
|
64 |
-
color:#666666;
|
65 |
-
font-size:15px;
|
66 |
-
|
67 |
-
}
|
68 |
-
|
69 |
-
.Content-Box .ShareAndEnjoy {
|
70 |
-
background-position:0px;
|
71 |
-
background-image:url('../images/ShareAndEnjoy.png');
|
72 |
-
background-repeat:no-repeat;
|
73 |
-
height:80px;
|
74 |
-
width:375px;
|
75 |
-
|
76 |
-
}
|
77 |
-
|
78 |
-
.Content-Box .Tagline-TXT{
|
79 |
-
padding-top:5px;
|
80 |
-
color:#666666;
|
81 |
-
font-size:16px;
|
82 |
-
|
83 |
-
}
|
84 |
-
.Content-Box .Tagline-INPUT{
|
85 |
-
color:#666666;
|
86 |
-
width:380px;
|
87 |
-
float:left;
|
88 |
-
padding:5px;
|
89 |
-
font-size:16px;
|
90 |
-
border:solid 1px #666666;
|
91 |
-
height:30px;
|
92 |
-
}
|
93 |
-
|
94 |
-
.Content-Box .ToSociable{
|
95 |
-
color:#666666;
|
96 |
-
float:left;
|
97 |
-
margin-left:50px;
|
98 |
-
float:left;
|
99 |
-
font-size:16px;
|
100 |
-
}
|
101 |
-
.Content-Box .IconsToInclude-TXT{
|
102 |
-
padding-top:5px;
|
103 |
-
color:#666666;
|
104 |
-
font-size:16px;
|
105 |
-
/* background-color:#ffffff; */
|
106 |
-
}
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
.Content-Box .IconSize-Item{
|
111 |
-
color:#666666;
|
112 |
-
font-size:16px;
|
113 |
-
margin-left:25px;
|
114 |
-
|
115 |
-
}
|
116 |
-
.Content-Box .IconStyle-Item IMG{
|
117 |
-
margin-left:20px;
|
118 |
-
|
119 |
-
}
|
120 |
-
|
121 |
-
|
122 |
-
.Content-Box .Locations-TXT{
|
123 |
-
padding-top:5px;
|
124 |
-
color:#666666;
|
125 |
-
margin-left:20px;
|
126 |
-
font-size:16px;
|
127 |
-
/* background-color:#ffffff; */
|
128 |
-
}
|
129 |
-
.Content-Box .Locations-List{
|
130 |
-
width:100%;
|
131 |
-
}
|
132 |
-
.Content-Box .Locations-List .Title{
|
133 |
-
width:250px;
|
134 |
-
font-weight:bold;
|
135 |
-
border-right:solid 1px #000000;
|
136 |
-
font-family:arial;
|
137 |
-
padding:7px;
|
138 |
-
font-size:16px;
|
139 |
-
}
|
140 |
-
.Content-Box .Locations-List .Content{
|
141 |
-
color:#666666;
|
142 |
-
}
|
143 |
-
.Content-Box .Locations-List .Content .TXT{
|
144 |
-
font-size:16px;
|
145 |
-
}
|
146 |
-
.Content-Box .Locations-List .Content .sTXT{
|
147 |
-
font-size:12px;
|
148 |
-
font-style:italic;
|
149 |
-
}
|
150 |
-
.Locations-List td{
|
151 |
-
padding:7px !important;
|
152 |
-
|
153 |
-
}
|
154 |
-
|
155 |
-
.GeneralOptions-List td{
|
156 |
-
padding:7px !important;
|
157 |
-
|
158 |
-
}
|
159 |
-
|
160 |
-
|
161 |
-
.Content-Box .GeneralOptions-List{
|
162 |
-
width:100%;
|
163 |
-
}
|
164 |
-
.Content-Box .GeneralOptions-List .Title{
|
165 |
-
width:250px;
|
166 |
-
font-weight:bold;
|
167 |
-
border-right:solid 1px #000000;
|
168 |
-
font-family:arial;
|
169 |
-
padding:7px;
|
170 |
-
font-size:16px;
|
171 |
-
}
|
172 |
-
.Content-Box .GeneralOptions-List .Content{
|
173 |
-
color:#666666;
|
174 |
-
}
|
175 |
-
.Content-Box .GeneralOptions-List .Content .TXT{
|
176 |
-
font-size:16px;
|
177 |
-
}
|
178 |
-
.Content-Box .GeneralOptions-List .Content .sTXT{
|
179 |
-
font-size:12px;
|
180 |
-
font-style:italic;
|
181 |
-
}
|
182 |
-
.Content-Box .GeneralOptions-List .Content INPUT{
|
183 |
-
color:#666666;
|
184 |
-
width:380px;
|
185 |
-
float:left;
|
186 |
-
padding:5px;
|
187 |
-
font-size:16px;
|
188 |
-
border:solid 1px #666666;
|
189 |
-
height:30px;
|
190 |
-
}
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
.Content-Box #ActionsBar .SaveChanges{
|
196 |
-
background-image:url('../images/save-button.png');
|
197 |
-
background-position:0px;
|
198 |
-
background-repeat:no-repeat;
|
199 |
-
width:173px;
|
200 |
-
height:49px;
|
201 |
-
float:left;
|
202 |
-
|
203 |
-
color:#ffffff;
|
204 |
-
font-weight:bold;
|
205 |
-
}
|
206 |
-
.Content-Box #ActionsBar .ResetSociable{
|
207 |
-
background-image:url('../images/reset-button.png');
|
208 |
-
background-position:0px;
|
209 |
-
background-repeat:no-repeat;
|
210 |
-
width:173px;
|
211 |
-
height:49px;
|
212 |
-
float:left;
|
213 |
-
color:#ffffff;
|
214 |
-
font-weight:bold;
|
215 |
-
}
|
216 |
-
.Content-Box #ActionsBar .UninstallSociable{
|
217 |
-
background-image:url('../images/uninstall-button.png');
|
218 |
-
background-position:0px;
|
219 |
-
background-repeat:no-repeat;
|
220 |
-
width:235px;
|
221 |
-
height:49px;
|
222 |
-
float:left;
|
223 |
-
color:#ffffff;
|
224 |
-
font-weight:bold;
|
225 |
-
}
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
1 |
+
.Main-Content{
|
2 |
+
margin-left:10px;
|
3 |
+
width:98%;
|
4 |
+
border:SOLID 1PX #000000;
|
5 |
+
font-family: Arial;
|
6 |
+
}
|
7 |
+
|
8 |
+
.Title-Blue{
|
9 |
+
font-size:30px;
|
10 |
+
color:#18305d;
|
11 |
+
}
|
12 |
+
|
13 |
+
.Title-Box{
|
14 |
+
margin:0px 0px 0px 25px; padding:0px;
|
15 |
+
Width:100%;
|
16 |
+
}
|
17 |
+
|
18 |
+
.Title-Box .Border-Left{
|
19 |
+
background-image:url('../images/Title-Box-Border-Left.png');
|
20 |
+
height:34px;
|
21 |
+
width:10px;
|
22 |
+
color:#ffffff;
|
23 |
+
font-weight:bold;
|
24 |
+
}
|
25 |
+
|
26 |
+
.Title-Box .Border-Right{
|
27 |
+
background-image:url('../images/Title-Box-Border-Right.png');
|
28 |
+
height:34px;
|
29 |
+
width:10px;
|
30 |
+
}
|
31 |
+
|
32 |
+
.Title-Box .BG-Middle{
|
33 |
+
color:#ffffff;
|
34 |
+
font-size:20px;
|
35 |
+
background-color:#18305d;
|
36 |
+
}
|
37 |
+
|
38 |
+
.Content-Box{
|
39 |
+
margin:0px;
|
40 |
+
padding:0px;
|
41 |
+
margin-left:25px;
|
42 |
+
|
43 |
+
}
|
44 |
+
|
45 |
+
.Content-Box .Live-Preview{
|
46 |
+
|
47 |
+
padding-top:10px;
|
48 |
+
padding-bottom:10px;
|
49 |
+
color:#18305d;
|
50 |
+
font-size:16px;
|
51 |
+
margin-left:-19px;
|
52 |
+
width:600px;
|
53 |
+
background-color:#cccccc;
|
54 |
+
text-indent:10px
|
55 |
+
}
|
56 |
+
.Content-Box .Post-TXT{
|
57 |
+
padding-bottom:0px;
|
58 |
+
color:#000000;
|
59 |
+
font-size:15px;
|
60 |
+
|
61 |
+
}
|
62 |
+
.Content-Box .Post-subTXT{
|
63 |
+
padding-top:5px;
|
64 |
+
color:#666666;
|
65 |
+
font-size:15px;
|
66 |
+
|
67 |
+
}
|
68 |
+
|
69 |
+
.Content-Box .ShareAndEnjoy {
|
70 |
+
background-position:0px;
|
71 |
+
background-image:url('../images/ShareAndEnjoy.png');
|
72 |
+
background-repeat:no-repeat;
|
73 |
+
height:80px;
|
74 |
+
width:375px;
|
75 |
+
|
76 |
+
}
|
77 |
+
|
78 |
+
.Content-Box .Tagline-TXT{
|
79 |
+
padding-top:5px;
|
80 |
+
color:#666666;
|
81 |
+
font-size:16px;
|
82 |
+
|
83 |
+
}
|
84 |
+
.Content-Box .Tagline-INPUT{
|
85 |
+
color:#666666;
|
86 |
+
width:380px;
|
87 |
+
float:left;
|
88 |
+
padding:5px;
|
89 |
+
font-size:16px;
|
90 |
+
border:solid 1px #666666;
|
91 |
+
height:30px;
|
92 |
+
}
|
93 |
+
|
94 |
+
.Content-Box .ToSociable{
|
95 |
+
color:#666666;
|
96 |
+
float:left;
|
97 |
+
margin-left:50px;
|
98 |
+
float:left;
|
99 |
+
font-size:16px;
|
100 |
+
}
|
101 |
+
.Content-Box .IconsToInclude-TXT{
|
102 |
+
padding-top:5px;
|
103 |
+
color:#666666;
|
104 |
+
font-size:16px;
|
105 |
+
/* background-color:#ffffff; */
|
106 |
+
}
|
107 |
+
|
108 |
+
|
109 |
+
|
110 |
+
.Content-Box .IconSize-Item{
|
111 |
+
color:#666666;
|
112 |
+
font-size:16px;
|
113 |
+
margin-left:25px;
|
114 |
+
|
115 |
+
}
|
116 |
+
.Content-Box .IconStyle-Item IMG{
|
117 |
+
margin-left:20px;
|
118 |
+
|
119 |
+
}
|
120 |
+
|
121 |
+
|
122 |
+
.Content-Box .Locations-TXT{
|
123 |
+
padding-top:5px;
|
124 |
+
color:#666666;
|
125 |
+
margin-left:20px;
|
126 |
+
font-size:16px;
|
127 |
+
/* background-color:#ffffff; */
|
128 |
+
}
|
129 |
+
.Content-Box .Locations-List{
|
130 |
+
width:100%;
|
131 |
+
}
|
132 |
+
.Content-Box .Locations-List .Title{
|
133 |
+
width:250px;
|
134 |
+
font-weight:bold;
|
135 |
+
border-right:solid 1px #000000;
|
136 |
+
font-family:arial;
|
137 |
+
padding:7px;
|
138 |
+
font-size:16px;
|
139 |
+
}
|
140 |
+
.Content-Box .Locations-List .Content{
|
141 |
+
color:#666666;
|
142 |
+
}
|
143 |
+
.Content-Box .Locations-List .Content .TXT{
|
144 |
+
font-size:16px;
|
145 |
+
}
|
146 |
+
.Content-Box .Locations-List .Content .sTXT{
|
147 |
+
font-size:12px;
|
148 |
+
font-style:italic;
|
149 |
+
}
|
150 |
+
.Locations-List td{
|
151 |
+
padding:7px !important;
|
152 |
+
|
153 |
+
}
|
154 |
+
|
155 |
+
.GeneralOptions-List td{
|
156 |
+
padding:7px !important;
|
157 |
+
|
158 |
+
}
|
159 |
+
|
160 |
+
|
161 |
+
.Content-Box .GeneralOptions-List{
|
162 |
+
width:100%;
|
163 |
+
}
|
164 |
+
.Content-Box .GeneralOptions-List .Title{
|
165 |
+
width:250px;
|
166 |
+
font-weight:bold;
|
167 |
+
border-right:solid 1px #000000;
|
168 |
+
font-family:arial;
|
169 |
+
padding:7px;
|
170 |
+
font-size:16px;
|
171 |
+
}
|
172 |
+
.Content-Box .GeneralOptions-List .Content{
|
173 |
+
color:#666666;
|
174 |
+
}
|
175 |
+
.Content-Box .GeneralOptions-List .Content .TXT{
|
176 |
+
font-size:16px;
|
177 |
+
}
|
178 |
+
.Content-Box .GeneralOptions-List .Content .sTXT{
|
179 |
+
font-size:12px;
|
180 |
+
font-style:italic;
|
181 |
+
}
|
182 |
+
.Content-Box .GeneralOptions-List .Content INPUT{
|
183 |
+
color:#666666;
|
184 |
+
width:380px;
|
185 |
+
float:left;
|
186 |
+
padding:5px;
|
187 |
+
font-size:16px;
|
188 |
+
border:solid 1px #666666;
|
189 |
+
height:30px;
|
190 |
+
}
|
191 |
+
|
192 |
+
|
193 |
+
|
194 |
+
|
195 |
+
.Content-Box #ActionsBar .SaveChanges{
|
196 |
+
background-image:url('../images/save-button.png');
|
197 |
+
background-position:0px;
|
198 |
+
background-repeat:no-repeat;
|
199 |
+
width:173px;
|
200 |
+
height:49px;
|
201 |
+
float:left;
|
202 |
+
|
203 |
+
color:#ffffff;
|
204 |
+
font-weight:bold;
|
205 |
+
}
|
206 |
+
.Content-Box #ActionsBar .ResetSociable{
|
207 |
+
background-image:url('../images/reset-button.png');
|
208 |
+
background-position:0px;
|
209 |
+
background-repeat:no-repeat;
|
210 |
+
width:173px;
|
211 |
+
height:49px;
|
212 |
+
float:left;
|
213 |
+
color:#ffffff;
|
214 |
+
font-weight:bold;
|
215 |
+
}
|
216 |
+
.Content-Box #ActionsBar .UninstallSociable{
|
217 |
+
background-image:url('../images/uninstall-button.png');
|
218 |
+
background-position:0px;
|
219 |
+
background-repeat:no-repeat;
|
220 |
+
width:235px;
|
221 |
+
height:49px;
|
222 |
+
float:left;
|
223 |
+
color:#ffffff;
|
224 |
+
font-weight:bold;
|
225 |
+
}
|
226 |
+
|
227 |
+
|
228 |
+
|
229 |
+
|
230 |
+
|
231 |
+
|
232 |
+
|
233 |
+
|
234 |
+
|
css/toolbar.css
CHANGED
@@ -1,424 +1,424 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
.wpSocciableSmall-top{
|
5 |
-
|
6 |
-
|
7 |
-
background-image:url('../images/toolbar/slide-sociable-top.png');
|
8 |
-
|
9 |
-
|
10 |
-
width:62px;
|
11 |
-
|
12 |
-
|
13 |
-
height:17px;
|
14 |
-
|
15 |
-
|
16 |
-
background-repeat:no-repeat;
|
17 |
-
|
18 |
-
|
19 |
-
border-left:solid 0px #ffffff;
|
20 |
-
|
21 |
-
|
22 |
-
background-color:transparent;
|
23 |
-
|
24 |
-
|
25 |
-
cursor:pointer;
|
26 |
-
|
27 |
-
|
28 |
-
}
|
29 |
-
|
30 |
-
|
31 |
-
.wpSocciableSmall-top-c{
|
32 |
-
|
33 |
-
|
34 |
-
background-image:url('../images/toolbar/slide-sociable-top-c.png');
|
35 |
-
|
36 |
-
|
37 |
-
width:70px;
|
38 |
-
|
39 |
-
|
40 |
-
background-color:transparent;
|
41 |
-
|
42 |
-
|
43 |
-
height:20px;
|
44 |
-
|
45 |
-
|
46 |
-
border:solid 0px #ffffff;
|
47 |
-
|
48 |
-
|
49 |
-
border-bottom:0px;
|
50 |
-
|
51 |
-
|
52 |
-
cursor:pointer;
|
53 |
-
|
54 |
-
|
55 |
-
}
|
56 |
-
|
57 |
-
.wpSocciableSmall{/*
|
58 |
-
|
59 |
-
|
60 |
-
background-image:url('../images/toolbar/slide-sociable.png');*/
|
61 |
-
|
62 |
-
|
63 |
-
width:19px;
|
64 |
-
|
65 |
-
|
66 |
-
height:66px;
|
67 |
-
|
68 |
-
|
69 |
-
background-color:transparent;
|
70 |
-
|
71 |
-
|
72 |
-
margin-left:-19px;
|
73 |
-
|
74 |
-
|
75 |
-
/*width:30px;*/
|
76 |
-
|
77 |
-
|
78 |
-
/*height:104px;*/
|
79 |
-
|
80 |
-
|
81 |
-
/*margin-left:-27px;*/
|
82 |
-
|
83 |
-
|
84 |
-
position:absolute;
|
85 |
-
|
86 |
-
|
87 |
-
margin-top:120px;
|
88 |
-
|
89 |
-
|
90 |
-
cursor:pointer;
|
91 |
-
|
92 |
-
|
93 |
-
}
|
94 |
-
|
95 |
-
|
96 |
-
.wpSocciableSmall-c{/*
|
97 |
-
|
98 |
-
|
99 |
-
background-image:url('../images/toolbar/slide-sociable-c.png');*/
|
100 |
-
|
101 |
-
|
102 |
-
width:19px;
|
103 |
-
|
104 |
-
|
105 |
-
background-color:transparent;
|
106 |
-
|
107 |
-
|
108 |
-
height:66px;
|
109 |
-
|
110 |
-
|
111 |
-
margin-left:-18px;
|
112 |
-
|
113 |
-
|
114 |
-
position:absolute;
|
115 |
-
|
116 |
-
|
117 |
-
margin-top:120px;
|
118 |
-
|
119 |
-
|
120 |
-
cursor:pointer;
|
121 |
-
|
122 |
-
|
123 |
-
}
|
124 |
-
|
125 |
-
.wpSocciableClose{
|
126 |
-
|
127 |
-
|
128 |
-
/*background-image:url('../images/toolbar/slide-close.png');*/
|
129 |
-
|
130 |
-
|
131 |
-
width:19px;
|
132 |
-
|
133 |
-
|
134 |
-
height:17px;
|
135 |
-
|
136 |
-
|
137 |
-
background-color:transparent;
|
138 |
-
|
139 |
-
|
140 |
-
margin-left:-19px;
|
141 |
-
|
142 |
-
position:absolute;
|
143 |
-
|
144 |
-
|
145 |
-
margin-top:90px;
|
146 |
-
|
147 |
-
|
148 |
-
cursor:pointer;
|
149 |
-
|
150 |
-
|
151 |
-
}
|
152 |
-
|
153 |
-
|
154 |
-
.wpSocciableClose-c{
|
155 |
-
|
156 |
-
|
157 |
-
background-image:url('../images/toolbar/slide-close-c.png');
|
158 |
-
|
159 |
-
|
160 |
-
width:19px;
|
161 |
-
|
162 |
-
|
163 |
-
background-color:transparent;
|
164 |
-
|
165 |
-
|
166 |
-
height:17px;
|
167 |
-
|
168 |
-
|
169 |
-
margin-left:-18px;
|
170 |
-
|
171 |
-
|
172 |
-
position:absolute;
|
173 |
-
|
174 |
-
|
175 |
-
margin-top:90px;
|
176 |
-
|
177 |
-
|
178 |
-
cursor:pointer;
|
179 |
-
|
180 |
-
|
181 |
-
}
|
182 |
-
|
183 |
-
|
184 |
-
.wpSocciableBig{
|
185 |
-
|
186 |
-
|
187 |
-
background-image:url('../images/toolbar/slide-sociableBig.png');
|
188 |
-
|
189 |
-
|
190 |
-
width:30px;
|
191 |
-
|
192 |
-
|
193 |
-
background-color:transparent;
|
194 |
-
|
195 |
-
|
196 |
-
height:104px;
|
197 |
-
|
198 |
-
|
199 |
-
margin-left:-19px;
|
200 |
-
|
201 |
-
|
202 |
-
position:absolute;
|
203 |
-
|
204 |
-
|
205 |
-
margin-top:120px;
|
206 |
-
|
207 |
-
|
208 |
-
cursor:pointer;
|
209 |
-
|
210 |
-
|
211 |
-
}
|
212 |
-
|
213 |
-
.wpSocciableBig-c{
|
214 |
-
|
215 |
-
|
216 |
-
background-image:url('../images/toolbar/slide-sociableBig-c.png');
|
217 |
-
|
218 |
-
|
219 |
-
width:30px;
|
220 |
-
|
221 |
-
|
222 |
-
height:104px;
|
223 |
-
|
224 |
-
|
225 |
-
background-color:transparent;
|
226 |
-
|
227 |
-
|
228 |
-
margin-left:-19px;
|
229 |
-
|
230 |
-
|
231 |
-
position:absolute;
|
232 |
-
|
233 |
-
|
234 |
-
margin-top:120px;
|
235 |
-
|
236 |
-
|
237 |
-
cursor:pointer;
|
238 |
-
|
239 |
-
|
240 |
-
}
|
241 |
-
|
242 |
-
|
243 |
-
a{
|
244 |
-
|
245 |
-
text-decoration:none;
|
246 |
-
|
247 |
-
}
|
248 |
-
|
249 |
-
|
250 |
-
a:hover{
|
251 |
-
|
252 |
-
|
253 |
-
text-decoration:underline;
|
254 |
-
|
255 |
-
}
|
256 |
-
|
257 |
-
|
258 |
-
ul.toolbar{
|
259 |
-
|
260 |
-
|
261 |
-
margin:0px;
|
262 |
-
|
263 |
-
|
264 |
-
padding:0px;
|
265 |
-
|
266 |
-
|
267 |
-
list-style:none;
|
268 |
-
|
269 |
-
|
270 |
-
font-family:arial;
|
271 |
-
|
272 |
-
|
273 |
-
letter-spacing:-1.3px;
|
274 |
-
|
275 |
-
|
276 |
-
font-weight:bold;
|
277 |
-
|
278 |
-
}
|
279 |
-
|
280 |
-
|
281 |
-
ul.toolbar li{
|
282 |
-
|
283 |
-
|
284 |
-
margin:0px;
|
285 |
-
|
286 |
-
|
287 |
-
padding:0px;
|
288 |
-
|
289 |
-
}
|
290 |
-
|
291 |
-
|
292 |
-
.wpPlugin-MainFrame{
|
293 |
-
|
294 |
-
|
295 |
-
}
|
296 |
-
|
297 |
-
|
298 |
-
ul.toolbar li.item div{
|
299 |
-
|
300 |
-
|
301 |
-
margin:0px;
|
302 |
-
|
303 |
-
|
304 |
-
padding:0px;
|
305 |
-
}
|
306 |
-
|
307 |
-
|
308 |
-
ul.toolbar li.item div.title{
|
309 |
-
|
310 |
-
|
311 |
-
padding-top:2px;
|
312 |
-
|
313 |
-
padding-bottom:2px;
|
314 |
-
|
315 |
-
padding-left:2px;
|
316 |
-
|
317 |
-
cursor:pointer;
|
318 |
-
|
319 |
-
|
320 |
-
margin-bottom:2px;
|
321 |
-
|
322 |
-
|
323 |
-
}
|
324 |
-
|
325 |
-
|
326 |
-
ul.toolbar li.item div.boxTitle{ }
|
327 |
-
|
328 |
-
|
329 |
-
ul.toolbar li.item div.boxTitleContent{
|
330 |
-
|
331 |
-
padding-top:5px;
|
332 |
-
|
333 |
-
padding-bottom:5px;
|
334 |
-
|
335 |
-
padding-right:5px;
|
336 |
-
}
|
337 |
-
|
338 |
-
|
339 |
-
ul.toolbar li.item div.content{
|
340 |
-
|
341 |
-
|
342 |
-
margin-bottom:5px;
|
343 |
-
}
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
ul.toolbar li.item div.title img{
|
348 |
-
|
349 |
-
|
350 |
-
float:right;
|
351 |
-
|
352 |
-
|
353 |
-
}
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
ul.toolbar li div img{
|
358 |
-
|
359 |
-
|
360 |
-
margin:1px;
|
361 |
-
border:0;
|
362 |
-
|
363 |
-
padding:0px;
|
364 |
-
}
|
365 |
-
|
366 |
-
|
367 |
-
.boxDialog{
|
368 |
-
|
369 |
-
|
370 |
-
letter-spacing:0px;
|
371 |
-
|
372 |
-
|
373 |
-
background:transparent;
|
374 |
-
|
375 |
-
|
376 |
-
margin:0px;
|
377 |
-
|
378 |
-
|
379 |
-
padding:0px;
|
380 |
-
|
381 |
-
|
382 |
-
position:absolute;
|
383 |
-
|
384 |
-
}
|
385 |
-
|
386 |
-
.boxBanner_ul{
|
387 |
-
|
388 |
-
float: left;
|
389 |
-
list-style: none outside none;
|
390 |
-
margin-right: 12px;
|
391 |
-
margin-left: 10px;
|
392 |
-
width: auto;
|
393 |
-
padding:0;
|
394 |
-
}
|
395 |
-
|
396 |
-
.boxCounters_ul{
|
397 |
-
list-style: none outside none;
|
398 |
-
margin: 10px 0 0;
|
399 |
-
text-align: justify;
|
400 |
-
width: 50px;
|
401 |
-
padding:0;
|
402 |
-
}
|
403 |
-
|
404 |
-
.boxCounters_ul li{
|
405 |
-
display: table;
|
406 |
-
height: auto;
|
407 |
-
margin-bottom: 8px !important;
|
408 |
-
}
|
409 |
-
|
410 |
-
.boxBanner_ul li{
|
411 |
-
|
412 |
-
float: left;
|
413 |
-
margin-right: 5px !important;
|
414 |
-
}
|
415 |
-
|
416 |
-
.boxBanner_ul_margin{
|
417 |
-
|
418 |
-
border-right: 1px solid #6A6A6A;
|
419 |
-
float: left;
|
420 |
-
height: 60px;
|
421 |
-
list-style: none outside none;
|
422 |
-
margin: 0;
|
423 |
-
padding:0;
|
424 |
}
|
1 |
+
|
2 |
+
|
3 |
+
|
4 |
+
.wpSocciableSmall-top{
|
5 |
+
|
6 |
+
|
7 |
+
background-image:url('../images/toolbar/slide-sociable-top.png');
|
8 |
+
|
9 |
+
|
10 |
+
width:62px;
|
11 |
+
|
12 |
+
|
13 |
+
height:17px;
|
14 |
+
|
15 |
+
|
16 |
+
background-repeat:no-repeat;
|
17 |
+
|
18 |
+
|
19 |
+
border-left:solid 0px #ffffff;
|
20 |
+
|
21 |
+
|
22 |
+
background-color:transparent;
|
23 |
+
|
24 |
+
|
25 |
+
cursor:pointer;
|
26 |
+
|
27 |
+
|
28 |
+
}
|
29 |
+
|
30 |
+
|
31 |
+
.wpSocciableSmall-top-c{
|
32 |
+
|
33 |
+
|
34 |
+
background-image:url('../images/toolbar/slide-sociable-top-c.png');
|
35 |
+
|
36 |
+
|
37 |
+
width:70px;
|
38 |
+
|
39 |
+
|
40 |
+
background-color:transparent;
|
41 |
+
|
42 |
+
|
43 |
+
height:20px;
|
44 |
+
|
45 |
+
|
46 |
+
border:solid 0px #ffffff;
|
47 |
+
|
48 |
+
|
49 |
+
border-bottom:0px;
|
50 |
+
|
51 |
+
|
52 |
+
cursor:pointer;
|
53 |
+
|
54 |
+
|
55 |
+
}
|
56 |
+
|
57 |
+
.wpSocciableSmall{/*
|
58 |
+
|
59 |
+
|
60 |
+
background-image:url('../images/toolbar/slide-sociable.png');*/
|
61 |
+
|
62 |
+
|
63 |
+
width:19px;
|
64 |
+
|
65 |
+
|
66 |
+
height:66px;
|
67 |
+
|
68 |
+
|
69 |
+
background-color:transparent;
|
70 |
+
|
71 |
+
|
72 |
+
margin-left:-19px;
|
73 |
+
|
74 |
+
|
75 |
+
/*width:30px;*/
|
76 |
+
|
77 |
+
|
78 |
+
/*height:104px;*/
|
79 |
+
|
80 |
+
|
81 |
+
/*margin-left:-27px;*/
|
82 |
+
|
83 |
+
|
84 |
+
position:absolute;
|
85 |
+
|
86 |
+
|
87 |
+
margin-top:120px;
|
88 |
+
|
89 |
+
|
90 |
+
cursor:pointer;
|
91 |
+
|
92 |
+
|
93 |
+
}
|
94 |
+
|
95 |
+
|
96 |
+
.wpSocciableSmall-c{/*
|
97 |
+
|
98 |
+
|
99 |
+
background-image:url('../images/toolbar/slide-sociable-c.png');*/
|
100 |
+
|
101 |
+
|
102 |
+
width:19px;
|
103 |
+
|
104 |
+
|
105 |
+
background-color:transparent;
|
106 |
+
|
107 |
+
|
108 |
+
height:66px;
|
109 |
+
|
110 |
+
|
111 |
+
margin-left:-18px;
|
112 |
+
|
113 |
+
|
114 |
+
position:absolute;
|
115 |
+
|
116 |
+
|
117 |
+
margin-top:120px;
|
118 |
+
|
119 |
+
|
120 |
+
cursor:pointer;
|
121 |
+
|
122 |
+
|
123 |
+
}
|
124 |
+
|
125 |
+
.wpSocciableClose{
|
126 |
+
|
127 |
+
|
128 |
+
/*background-image:url('../images/toolbar/slide-close.png');*/
|
129 |
+
|
130 |
+
|
131 |
+
width:19px;
|
132 |
+
|
133 |
+
|
134 |
+
height:17px;
|
135 |
+
|
136 |
+
|
137 |
+
background-color:transparent;
|
138 |
+
|
139 |
+
|
140 |
+
margin-left:-19px;
|
141 |
+
|
142 |
+
position:absolute;
|
143 |
+
|
144 |
+
|
145 |
+
margin-top:90px;
|
146 |
+
|
147 |
+
|
148 |
+
cursor:pointer;
|
149 |
+
|
150 |
+
|
151 |
+
}
|
152 |
+
|
153 |
+
|
154 |
+
.wpSocciableClose-c{
|
155 |
+
|
156 |
+
|
157 |
+
background-image:url('../images/toolbar/slide-close-c.png');
|
158 |
+
|
159 |
+
|
160 |
+
width:19px;
|
161 |
+
|
162 |
+
|
163 |
+
background-color:transparent;
|
164 |
+
|
165 |
+
|
166 |
+
height:17px;
|
167 |
+
|
168 |
+
|
169 |
+
margin-left:-18px;
|
170 |
+
|
171 |
+
|
172 |
+
position:absolute;
|
173 |
+
|
174 |
+
|
175 |
+
margin-top:90px;
|
176 |
+
|
177 |
+
|
178 |
+
cursor:pointer;
|
179 |
+
|
180 |
+
|
181 |
+
}
|
182 |
+
|
183 |
+
|
184 |
+
.wpSocciableBig{
|
185 |
+
|
186 |
+
|
187 |
+
background-image:url('../images/toolbar/slide-sociableBig.png');
|
188 |
+
|
189 |
+
|
190 |
+
width:30px;
|
191 |
+
|
192 |
+
|
193 |
+
background-color:transparent;
|
194 |
+
|
195 |
+
|
196 |
+
height:104px;
|
197 |
+
|
198 |
+
|
199 |
+
margin-left:-19px;
|
200 |
+
|
201 |
+
|
202 |
+
position:absolute;
|
203 |
+
|
204 |
+
|
205 |
+
margin-top:120px;
|
206 |
+
|
207 |
+
|
208 |
+
cursor:pointer;
|
209 |
+
|
210 |
+
|
211 |
+
}
|
212 |
+
|
213 |
+
.wpSocciableBig-c{
|
214 |
+
|
215 |
+
|
216 |
+
background-image:url('../images/toolbar/slide-sociableBig-c.png');
|
217 |
+
|
218 |
+
|
219 |
+
width:30px;
|
220 |
+
|
221 |
+
|
222 |
+
height:104px;
|
223 |
+
|
224 |
+
|
225 |
+
background-color:transparent;
|
226 |
+
|
227 |
+
|
228 |
+
margin-left:-19px;
|
229 |
+
|
230 |
+
|
231 |
+
position:absolute;
|
232 |
+
|
233 |
+
|
234 |
+
margin-top:120px;
|
235 |
+
|
236 |
+
|
237 |
+
cursor:pointer;
|
238 |
+
|
239 |
+
|
240 |
+
}
|
241 |
+
|
242 |
+
|
243 |
+
a{
|
244 |
+
|
245 |
+
text-decoration:none;
|
246 |
+
|
247 |
+
}
|
248 |
+
|
249 |
+
|
250 |
+
a:hover{
|
251 |
+
|
252 |
+
|
253 |
+
text-decoration:underline;
|
254 |
+
|
255 |
+
}
|
256 |
+
|
257 |
+
|
258 |
+
ul.toolbar{
|
259 |
+
|
260 |
+
|
261 |
+
margin:0px;
|
262 |
+
|
263 |
+
|
264 |
+
padding:0px;
|
265 |
+
|
266 |
+
|
267 |
+
list-style:none;
|
268 |
+
|
269 |
+
|
270 |
+
font-family:arial;
|
271 |
+
|
272 |
+
|
273 |
+
letter-spacing:-1.3px;
|
274 |
+
|
275 |
+
|
276 |
+
font-weight:bold;
|
277 |
+
|
278 |
+
}
|
279 |
+
|
280 |
+
|
281 |
+
ul.toolbar li{
|
282 |
+
|
283 |
+
|
284 |
+
margin:0px;
|
285 |
+
|
286 |
+
|
287 |
+
padding:0px;
|
288 |
+
|
289 |
+
}
|
290 |
+
|
291 |
+
|
292 |
+
.wpPlugin-MainFrame{
|
293 |
+
|
294 |
+
|
295 |
+
}
|
296 |
+
|
297 |
+
|
298 |
+
ul.toolbar li.item div{
|
299 |
+
|
300 |
+
|
301 |
+
margin:0px;
|
302 |
+
|
303 |
+
|
304 |
+
padding:0px;
|
305 |
+
}
|
306 |
+
|
307 |
+
|
308 |
+
ul.toolbar li.item div.title{
|
309 |
+
|
310 |
+
|
311 |
+
padding-top:2px;
|
312 |
+
|
313 |
+
padding-bottom:2px;
|
314 |
+
|
315 |
+
padding-left:2px;
|
316 |
+
|
317 |
+
cursor:pointer;
|
318 |
+
|
319 |
+
|
320 |
+
margin-bottom:2px;
|
321 |
+
|
322 |
+
|
323 |
+
}
|
324 |
+
|
325 |
+
|
326 |
+
ul.toolbar li.item div.boxTitle{ }
|
327 |
+
|
328 |
+
|
329 |
+
ul.toolbar li.item div.boxTitleContent{
|
330 |
+
|
331 |
+
padding-top:5px;
|
332 |
+
|
333 |
+
padding-bottom:5px;
|
334 |
+
|
335 |
+
padding-right:5px;
|
336 |
+
}
|
337 |
+
|
338 |
+
|
339 |
+
ul.toolbar li.item div.content{
|
340 |
+
|
341 |
+
|
342 |
+
margin-bottom:5px;
|
343 |
+
}
|
344 |
+
|
345 |
+
|
346 |
+
|
347 |
+
ul.toolbar li.item div.title img{
|
348 |
+
|
349 |
+
|
350 |
+
float:right;
|
351 |
+
|
352 |
+
|
353 |
+
}
|
354 |
+
|
355 |
+
|
356 |
+
|
357 |
+
ul.toolbar li div img{
|
358 |
+
|
359 |
+
|
360 |
+
margin:1px;
|
361 |
+
border:0;
|
362 |
+
|
363 |
+
padding:0px;
|
364 |
+
}
|
365 |
+
|
366 |
+
|
367 |
+
.boxDialog{
|
368 |
+
|
369 |
+
|
370 |
+
letter-spacing:0px;
|
371 |
+
|
372 |
+
|
373 |
+
background:transparent;
|
374 |
+
|
375 |
+
|
376 |
+
margin:0px;
|
377 |
+
|
378 |
+
|
379 |
+
padding:0px;
|
380 |
+
|
381 |
+
|
382 |
+
position:absolute;
|
383 |
+
|
384 |
+
}
|
385 |
+
|
386 |
+
.boxBanner_ul{
|
387 |
+
|
388 |
+
float: left;
|
389 |
+
list-style: none outside none;
|
390 |
+
margin-right: 12px;
|
391 |
+
margin-left: 10px;
|
392 |
+
width: auto;
|
393 |
+
padding:0;
|
394 |
+
}
|
395 |
+
|
396 |
+
.boxCounters_ul{
|
397 |
+
list-style: none outside none;
|
398 |
+
margin: 10px 0 0;
|
399 |
+
text-align: justify;
|
400 |
+
width: 50px;
|
401 |
+
padding:0;
|
402 |
+
}
|
403 |
+
|
404 |
+
.boxCounters_ul li{
|
405 |
+
display: table;
|
406 |
+
height: auto;
|
407 |
+
margin-bottom: 8px !important;
|
408 |
+
}
|
409 |
+
|
410 |
+
.boxBanner_ul li{
|
411 |
+
|
412 |
+
float: left;
|
413 |
+
margin-right: 5px !important;
|
414 |
+
}
|
415 |
+
|
416 |
+
.boxBanner_ul_margin{
|
417 |
+
|
418 |
+
border-right: 1px solid #6A6A6A;
|
419 |
+
float: left;
|
420 |
+
height: 60px;
|
421 |
+
list-style: none outside none;
|
422 |
+
margin: 0;
|
423 |
+
padding:0;
|
424 |
}
|
images/index.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
<?php
|
2 |
-
/*
|
3 |
-
* Sociable - Blogplay.com
|
4 |
-
*/
|
5 |
-
?>
|
1 |
+
<?php
|
2 |
+
/*
|
3 |
+
* Sociable - Blogplay.com
|
4 |
+
*/
|
5 |
+
?>
|
images/option1/16/vuible.png
ADDED
Binary file
|
images/option1/32/vuible.png
ADDED
Binary file
|
images/option1/48/vuible.png
ADDED
Binary file
|
images/option1/64/vuible.png
ADDED
Binary file
|
images/vuible.png
ADDED
Binary file
|
includes/async_request.php
CHANGED
@@ -1,44 +1,44 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
require_once("../../../../wp-config.php");
|
4 |
-
global $skyscraper_options;
|
5 |
-
$url_shares = $_POST["link"];
|
6 |
-
$title_shared = $_POST["title"];
|
7 |
-
|
8 |
-
global $url_shares;
|
9 |
-
global $title_shared;
|
10 |
-
$display = true;
|
11 |
-
|
12 |
-
|
13 |
-
if (strpos($url_shares, "wp-admin") && !strpos($url_shares, "page=skyscraper_options")){
|
14 |
-
|
15 |
-
$display = false;
|
16 |
-
}
|
17 |
-
|
18 |
-
|
19 |
-
if ($display){
|
20 |
-
|
21 |
-
require_once("skyscraper_output.php");
|
22 |
-
auto_skyscraper('', $display );
|
23 |
-
|
24 |
-
if (!empty($skyscraper_options["pixel"])){
|
25 |
-
|
26 |
-
$posts = array();
|
27 |
-
$posts["blog_name"] = get_bloginfo();
|
28 |
-
$posts["blog_url"] = get_bloginfo('wpurl');
|
29 |
-
$posts["admin_email"] = get_bloginfo('admin_email');
|
30 |
-
$posts["language"] = get_bloginfo('language');
|
31 |
-
$posts["version"] = get_bloginfo('version');
|
32 |
-
$posts["blog_config"] = $skyscraper_options;
|
33 |
-
|
34 |
-
$curl = curl_init();
|
35 |
-
curl_setopt($curl, CURLOPT_URL, "http://sociablepixel.blogplay.com/index.php");
|
36 |
-
curl_setopt($curl, CURLOPT_POST,true);
|
37 |
-
curl_setopt($curl, CURLOPT_POSTFIELDS, "info=".json_encode($posts)."&blog_url=".get_bloginfo('wpurl'));
|
38 |
-
curl_setopt($curl, CURLOPT_HEADER ,0);
|
39 |
-
curl_setopt($curl, CURLOPT_RETURNTRANSFER ,0);
|
40 |
-
$response = curl_exec ($curl);
|
41 |
-
curl_close($curl);
|
42 |
-
}
|
43 |
-
}
|
44 |
?>
|
1 |
+
<?php
|
2 |
+
|
3 |
+
require_once("../../../../wp-config.php");
|
4 |
+
global $skyscraper_options;
|
5 |
+
$url_shares = $_POST["link"];
|
6 |
+
$title_shared = $_POST["title"];
|
7 |
+
|
8 |
+
global $url_shares;
|
9 |
+
global $title_shared;
|
10 |
+
$display = true;
|
11 |
+
|
12 |
+
|
13 |
+
if (strpos($url_shares, "wp-admin") && !strpos($url_shares, "page=skyscraper_options")){
|
14 |
+
|
15 |
+
$display = false;
|
16 |
+
}
|
17 |
+
|
18 |
+
|
19 |
+
if ($display){
|
20 |
+
|
21 |
+
require_once("skyscraper_output.php");
|
22 |
+
auto_skyscraper('', $display );
|
23 |
+
|
24 |
+
if (!empty($skyscraper_options["pixel"])){
|
25 |
+
|
26 |
+
$posts = array();
|
27 |
+
$posts["blog_name"] = get_bloginfo();
|
28 |
+
$posts["blog_url"] = get_bloginfo('wpurl');
|
29 |
+
$posts["admin_email"] = get_bloginfo('admin_email');
|
30 |
+
$posts["language"] = get_bloginfo('language');
|
31 |
+
$posts["version"] = get_bloginfo('version');
|
32 |
+
$posts["blog_config"] = $skyscraper_options;
|
33 |
+
|
34 |
+
$curl = curl_init();
|
35 |
+
curl_setopt($curl, CURLOPT_URL, "http://sociablepixel.blogplay.com/index.php");
|
36 |
+
curl_setopt($curl, CURLOPT_POST,true);
|
37 |
+
curl_setopt($curl, CURLOPT_POSTFIELDS, "info=".json_encode($posts)."&blog_url=".get_bloginfo('wpurl'));
|
38 |
+
curl_setopt($curl, CURLOPT_HEADER ,0);
|
39 |
+
curl_setopt($curl, CURLOPT_RETURNTRANSFER ,0);
|
40 |
+
$response = curl_exec ($curl);
|
41 |
+
curl_close($curl);
|
42 |
+
}
|
43 |
+
}
|
44 |
?>
|
includes/class-sociable_Admin_Options.php
CHANGED
@@ -1,1747 +1,1747 @@
|
|
1 |
-
<?php
|
2 |
-
/*
|
3 |
-
* Administration Options Class For Sociable 2
|
4 |
-
*/
|
5 |
-
class sociable_Admin_Options{
|
6 |
-
/**
|
7 |
-
* A Function To Hook To Admin Init.
|
8 |
-
*/
|
9 |
-
function init(){
|
10 |
-
register_setting( 'sociable_options_group' , 'sociable_options' );
|
11 |
-
//Add The Settings Sections
|
12 |
-
// add_settings_section( 'sociable_locations', __( 'Locations' ), array( 'sociable_Admin_Options' , 'location_options_callback' ) , 'sociable_options' );
|
13 |
-
// add_settings_section( 'sociable_options', __( 'General Options' ), array( 'sociable_Admin_Options' , 'general_options_callback' ) , 'sociable_options' );
|
14 |
-
register_setting( 'skyscraper_options_group' , 'skyscraper_options' );
|
15 |
-
// add_settings_section( 'sociable_locations', __( 'Locations' ), array( 'sociable_Admin_Options' , 'location_options_callback' ) , 'skyscraper_options' );
|
16 |
-
}
|
17 |
-
function skyscraper_init(){
|
18 |
-
register_setting( 'skyscraper_options_group' , 'skyscraper_options' );
|
19 |
-
add_settings_section( 'sociable_locations', __( 'Locations' ), array( 'sociable_Admin_Options' , 'location_options_callback' ) , 'skyscraper_options' );
|
20 |
-
//Add All The Settings Fields
|
21 |
-
//self::add_settings_fields();
|
22 |
-
}
|
23 |
-
function Select_Sociable_Page(){
|
24 |
-
global $sociable_options;
|
25 |
-
?>
|
26 |
-
|
27 |
-
<style>
|
28 |
-
|
29 |
-
.Title-Box .BG-Middle {
|
30 |
-
|
31 |
-
vertical-align: middle;
|
32 |
-
|
33 |
-
}
|
34 |
-
|
35 |
-
</style>
|
36 |
-
|
37 |
-
<div class="wrap" style="margin-top:25px">
|
38 |
-
<div style="width: 80%; margin-left: 25px; color: rgb(147, 147, 147); font-weight: bold; font-size: 15px;">
|
39 |
-
Congrats for joining the leader in the sharing space of WordPress plugins. "Sociable" is totally FREE, has over 1,7 million downloads and now you can enjoy Fueto and make your searches more Sociable.<br /> <br />
|
40 |
-
</div>
|
41 |
-
<div class="wrap" style="width:42%;float:left">
|
42 |
-
<?php //wp_nonce_field('sociable-config'); ?>
|
43 |
-
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="Preview-Title" style="margin:0 0 0 25px">
|
44 |
-
<TR>
|
45 |
-
<TD class="Border-Left" ></TD><TD class="BG-Middle" >Skyscraper Sociable</TD><TD class="Border-Right"></TD>
|
46 |
-
</TR>
|
47 |
-
<TR>
|
48 |
-
<TD colspan="3" >
|
49 |
-
<table>
|
50 |
-
<tr>
|
51 |
-
<td>
|
52 |
-
<img src="<?php echo SOCIABLE_HTTP_PATH ?>images/skyphoto.png" style="margin-left:-5px;margin-top:20px;" />
|
53 |
-
</td>
|
54 |
-
<td valign="top" >
|
55 |
-
<br/><br/>
|
56 |
-
<span style="font-size:18px;color:#18305e;font-weight:bold;">Skyscraper Sociable</span>
|
57 |
-
<p style="font-size:12px;color:#939393;font-weight:bold;" >
|
58 |
-
Now introducing the ultimate advanced and feature packed plugin for setting up rating system on your WordPress blog.
|
59 |
-
<br/ ><br/ >
|
60 |
-
Sociable Skyscraper allows you to set up different rating systems for posts, pages and comments with great degree of customization.
|
61 |
-
<br/ ><br/ >
|
62 |
-
List of features is so smart and non-stop growing:
|
63 |
-
<br/ ><br/ >
|
64 |
-
You can get more "Sociable" with Sociable Skyscraper and easily getting
|
65 |
-
Rating and Review of: posts, pages, comments, Facebook, G+, LinkedIN,
|
66 |
-
Twitter as well as multiple ratings for posts and pages. Visitor's counter,
|
67 |
-
visitor's from Facebook and Twitter... As a plus you get an easy way to get
|
68 |
-
TOP or HOME from Sociable Skyscraper.
|
69 |
-
<br/ ><br/ >
|
70 |
-
Enjoy it now!!!
|
71 |
-
<br/ ><br/ >
|
72 |
-
Be Sociable, Share!!!
|
73 |
-
</p>
|
74 |
-
|
75 |
-
<a href="?page=skyscraper_options" style="color:#ffffff;text-decoration:none;" ><img src="<?php echo SOCIABLE_HTTP_PATH ?>images/button_newsky.png" ></a>
|
76 |
-
|
77 |
-
</td>
|
78 |
-
</tr>
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
</table>
|
83 |
-
</TD>
|
84 |
-
|
85 |
-
|
86 |
-
</TR>
|
87 |
-
</TABLE>
|
88 |
-
<BR/>
|
89 |
-
|
90 |
-
</div>
|
91 |
-
<div class="wrap" style="margin-left:30px;width:48%;float:left">
|
92 |
-
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="Preview-Title" style="margin:0 0 0 25px">
|
93 |
-
<TR>
|
94 |
-
<TD class="Border-Left" ></TD><TD class="BG-Middle" >Classic Sociable</TD><TD class="Border-Right"></TD>
|
95 |
-
</TR>
|
96 |
-
<TR>
|
97 |
-
<TD colspan="3" >
|
98 |
-
<div style="margin-left:5px;">
|
99 |
-
<br /><br />
|
100 |
-
<span style="font-size:18px;color:#18305e;font-weight:bold;">Classic Sociable</span>
|
101 |
-
|
102 |
-
<p style="font-size:12px;color:#939393;font-weight:bold;" >
|
103 |
-
We've improved our visual interface, the default icons are now much
|
104 |
-
<br/ >
|
105 |
-
more appealing, and a touch bit larger (you do want your readers to
|
106 |
-
<br/ >
|
107 |
-
share your posts, don't you? :) Get it now!
|
108 |
-
</p>
|
109 |
-
<img src="<?php echo SOCIABLE_HTTP_PATH ?>images/socciable_old.png" ><br/>
|
110 |
-
<div style="height: 176px;"></div>
|
111 |
-
<a href="?page=sociable_options" style="color:#ffffff;text-decoration:none;" ><img src="<?php echo SOCIABLE_HTTP_PATH ?>images/button_sociabb.png" ></a>
|
112 |
-
</div>
|
113 |
-
</TD>
|
114 |
-
|
115 |
-
</TR>
|
116 |
-
</TABLE>
|
117 |
-
<BR/>
|
118 |
-
|
119 |
-
</div>
|
120 |
-
|
121 |
-
</div>
|
122 |
-
<?php }
|
123 |
-
|
124 |
-
function create_select_options($value){
|
125 |
-
|
126 |
-
for($i=3; $i<=9; ){
|
127 |
-
|
128 |
-
$sel = "";
|
129 |
-
if ($value == $i){
|
130 |
-
$sel = "selected";
|
131 |
-
}
|
132 |
-
echo "<option ".$sel." value='".$i."'> latest ".$i."</option>";
|
133 |
-
|
134 |
-
$i = $i+3;
|
135 |
-
}
|
136 |
-
}
|
137 |
-
|
138 |
-
|
139 |
-
function Create_Options_Page_Skycraper(){
|
140 |
-
global $skyscraper_options;
|
141 |
-
global $sociable_options;
|
142 |
-
?>
|
143 |
-
<style>
|
144 |
-
|
145 |
-
.Title-Box .BG-Middle {
|
146 |
-
|
147 |
-
vertical-align: middle;
|
148 |
-
|
149 |
-
}
|
150 |
-
|
151 |
-
</style>
|
152 |
-
<div class="wrap" style="width:48%;float:left">
|
153 |
-
<DIV style="margin:0 0 0 25px" class="Post-subTXT" id="Post-subTXT" >
|
154 |
-
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblogplay.com%2F&send=false&layout=standard&width=450&show_faces=true&action=recommend&colorscheme=light&font&height=80&appId=133479460071366" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:40px;" allowTransparency="true"></iframe>
|
155 |
-
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://blogplay.com" data-text="Check the sociable plugin" >Tweet</a>
|
156 |
-
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
157 |
-
<br />
|
158 |
-
</div>
|
159 |
-
<form method="post" action="options.php" id="form1" autocomplete="off">
|
160 |
-
<?php wp_nonce_field('sociable-config'); ?>
|
161 |
-
<INPUT type="hidden" class="version-INPUT" id="version" name="skyscraper_options[version]" value="<?php echo $skyscraper_options["version"];?>" />
|
162 |
-
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="Preview-Title" style="margin:0 0 0 25px">
|
163 |
-
<TR>
|
164 |
-
<TD class="Border-Left" ></TD><TD class="BG-Middle" ><?php _e("Style Options","sociable");?></TD><TD class="Border-Right"></TD>
|
165 |
-
</TR>
|
166 |
-
</TABLE>
|
167 |
-
<BR/>
|
168 |
-
<DIV style="margin:0 0 0 25px" class="Post-subTXT" id="Post-subTXT" >
|
169 |
-
<?php _e("Text Size","sociable");?>:
|
170 |
-
<select id="text_size" name="skyscraper_options[text_size]" style="margin-left:73px">
|
171 |
-
<?php
|
172 |
-
for($px=10; $px <= 20; $px++) {
|
173 |
-
$sel = "";
|
174 |
-
if($px== $skyscraper_options["text_size"])$sel = "selected";
|
175 |
-
?>
|
176 |
-
<option <?php echo $sel?> value="<?php echo $px?>"><?php echo $px?>px</option>
|
177 |
-
<?php
|
178 |
-
}?>
|
179 |
-
</select>
|
180 |
-
</DIV>
|
181 |
-
<DIV style="margin:0 0 0 24px" class="Post-subTXT" id="Post-subTXT" ><?php _e("Widget Width","sociable");?>:
|
182 |
-
<select id="text_size" id="widget_width" name="skyscraper_options[widget_width]" style="margin-left:50px">
|
183 |
-
<?php
|
184 |
-
for($wi=70; $wi <= 90; ) {
|
185 |
-
$sel = "";
|
186 |
-
if($wi== $skyscraper_options["widget_width"])$sel = "selected";
|
187 |
-
?>
|
188 |
-
<option <?php echo $sel?> value="<?php echo $wi?>"><?php echo $wi?>px</option>
|
189 |
-
<?php
|
190 |
-
$wi +=5;
|
191 |
-
}?>
|
192 |
-
</select>
|
193 |
-
</DIV>
|
194 |
-
<DIV style="margin:0 0 0 25px" class="Post-subTXT" id="Post-subTXT" ><?php _e("Background Color","sociable");?>:
|
195 |
-
<input value="<?php echo $skyscraper_options['background_color']?>" style="margin-left:22px" id="background_color" name="skyscraper_options[background_color]" type="text" /> ( #fefefe default color)
|
196 |
-
</DIV>
|
197 |
-
<DIV style="margin:0 0 0 25px" class="Post-subTXT" id="Post-subTXT" ><?php _e("Labels Color","sociable");?>:
|
198 |
-
<input value="<?php echo $skyscraper_options['labels_color']?>" style="margin-left:49px" id="background_color" name="skyscraper_options[labels_color]" type="text" /> ( #f7f7f7 default color)
|
199 |
-
</DIV>
|
200 |
-
<BR/>
|
201 |
-
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="Tagline-Title">
|
202 |
-
<TR>
|
203 |
-
<TD class="Border-Left" ></TD><TD class="BG-Middle" >
|
204 |
-
Social Options
|
205 |
-
</TD>
|
206 |
-
<TD class="Border-Right"></TD>
|
207 |
-
</TR>
|
208 |
-
</TABLE>
|
209 |
-
<BR/>
|
210 |
-
<DIV style="margin:0 0 0 25px" class="Post-subTXT">
|
211 |
-
<?php _e("Your Twitter username","sociable");?>:<?php
|
212 |
-
if (!empty($skyscraper_options["twitter_username"])){
|
213 |
-
$twitter_username = $skyscraper_options["twitter_username"];
|
214 |
-
}
|
215 |
-
else{
|
216 |
-
$twitter_username = "@";
|
217 |
-
}
|
218 |
-
?>
|
219 |
-
<input type="text" name="skyscraper_options[twitter_username]" value="<?php echo $twitter_username?>" />
|
220 |
-
<select name="skyscraper_options[num_tweets]" id="num_tweets">
|
221 |
-
<?php self:: create_select_options($skyscraper_options["num_tweets"]) ?>
|
222 |
-
</select>
|
223 |
-
</DIV>
|
224 |
-
<BR/>
|
225 |
-
<DIV style="border: 1px solid rgb(223, 223, 223); margin-left: 22px; font-size: 10px; font-style: italic; width: 327px; padding: 0px 11px;">
|
226 |
-
<p>This feature will read your latest tweets and mentions posted by other users and show them on skyscraper sociable.
|
227 |
-
<p>Sociable will save and use your twitter username only to read tweets. </p>
|
228 |
-
|
229 |
-
<p>Your visitors can read the information that you are sharing.</p>
|
230 |
-
<p>If you agree check here:
|
231 |
-
|
232 |
-
<?php
|
233 |
-
|
234 |
-
$sel = "";
|
235 |
-
if (isset($skyscraper_options["accept_read_twitter"])){
|
236 |
-
|
237 |
-
if ($skyscraper_options["accept_read_twitter"] == 1){
|
238 |
-
|
239 |
-
$sel = "checked";
|
240 |
-
}
|
241 |
-
}
|
242 |
-
?>
|
243 |
-
<input type="checkbox" <?php echo $sel?> name="skyscraper_options[accept_read_twitter]" value="1"/>
|
244 |
-
</p>
|
245 |
-
</DIV>
|
246 |
-
<BR/>
|
247 |
-
<BR/>
|
248 |
-
<DIV style="margin:0 0 0 25px" class="Post-subTXT">
|
249 |
-
<?php _e("Your RSS feed","sociable");?>:
|
250 |
-
<?php
|
251 |
-
|
252 |
-
if (!empty($skyscraper_options["rss_feed"])){
|
253 |
-
$rss_feed = $skyscraper_options["rss_feed"];
|
254 |
-
}
|
255 |
-
else{
|
256 |
-
$rss_feed = "http://";
|
257 |
-
}
|
258 |
-
?>
|
259 |
-
<input type="text" name="skyscraper_options[rss_feed]" style="margin-left: 46px;" value="<?php echo $rss_feed?>" />
|
260 |
-
<select name="skyscraper_options[num_rss]" id="num_rss">
|
261 |
-
<?php self:: create_select_options($skyscraper_options["num_rss"]) ?>
|
262 |
-
</select>
|
263 |
-
</DIV><BR/>
|
264 |
-
<DIV style="border: 1px solid rgb(223, 223, 223); margin-left: 22px; font-size: 10px; font-style: italic; width: 327px; padding: 0px 11px;">
|
265 |
-
<p>This feature will read your rss posts and show them on skyscraper sociable. </p>
|
266 |
-
<p>Sociable will save and use the rss url only to read posts.</p>
|
267 |
-
<p>Your visitors can read the information that you are sharing.</p>
|
268 |
-
<p>If you agree check here:
|
269 |
-
|
270 |
-
<?php
|
271 |
-
|
272 |
-
$sel = "";
|
273 |
-
if (isset($skyscraper_options["accept_read_rss"])){
|
274 |
-
|
275 |
-
if ($skyscraper_options["accept_read_rss"] == 1){
|
276 |
-
|
277 |
-
$sel = "checked";
|
278 |
-
}
|
279 |
-
}
|
280 |
-
?>
|
281 |
-
<input type="checkbox" <?php echo $sel?> name="skyscraper_options[accept_read_rss]" value="1"/></p>
|
282 |
-
</DIV>
|
283 |
-
<BR/><BR/>
|
284 |
-
<DIV style="margin:0 0 0 25px" class="Post-subTXT">
|
285 |
-
<?php
|
286 |
-
|
287 |
-
|
288 |
-
$checked = "";
|
289 |
-
if (isset($skyscraper_options["counters"]["check"])){
|
290 |
-
$checked = "checked";
|
291 |
-
}
|
292 |
-
|
293 |
-
$folded = "checked";
|
294 |
-
$unfolded = "";
|
295 |
-
if (isset($skyscraper_options["counters"]["folded"])){
|
296 |
-
|
297 |
-
if($skyscraper_options["counters"]["folded"] == "1"){
|
298 |
-
|
299 |
-
$folded = "checked";
|
300 |
-
$unfolded= "";
|
301 |
-
}else{
|
302 |
-
|
303 |
-
$unfolded = "checked";
|
304 |
-
$folded= "";
|
305 |
-
}
|
306 |
-
}
|
307 |
-
|
308 |
-
|
309 |
-
?>
|
310 |
-
<input type="checkbox" <?php echo $checked ?> name="skyscraper_options[counters][check]" id="" />
|
311 |
-
Counters
|
312 |
-
<input name="skyscraper_options[counters][folded]" <?php echo $unfolded?> value="0" type="radio">Folded
|
313 |
-
<input name="skyscraper_options[counters][folded]" <?php echo $folded?> value="1" type="radio">Unfolded
|
314 |
-
</DIV><BR/>
|
315 |
-
<DIV style="border: 1px solid rgb(223, 223, 223); margin-left: 22px; font-size: 10px; font-style: italic; width: 327px; padding: 0px 11px;">
|
316 |
-
<p>This feature load Facebook Counter, Twitter Counter and Google Plus Counter.</p>
|
317 |
-
<p>Will load scripts from each site and show information of yours visitors and maybe and could delay the load of the page.</p>
|
318 |
-
</p>
|
319 |
-
</DIV>
|
320 |
-
<BR/> <BR/>
|
321 |
-
<DIV style="margin:0 0 0 25px" class="Post-subTXT">
|
322 |
-
<?php
|
323 |
-
$checked = "";
|
324 |
-
if (isset($skyscraper_options["share"]["check"])){
|
325 |
-
$checked = "checked";
|
326 |
-
}
|
327 |
-
else{
|
328 |
-
$checked = "";
|
329 |
-
}
|
330 |
-
|
331 |
-
if (isset($skyscraper_options["share"]["folded"])){
|
332 |
-
if($skyscraper_options["share"]["folded"] == "1"){
|
333 |
-
$folded = "checked";
|
334 |
-
$unfolded= "";
|
335 |
-
}else{
|
336 |
-
$unfolded = "checked";
|
337 |
-
$folded= "";
|
338 |
-
}
|
339 |
-
}
|
340 |
-
|
341 |
-
|
342 |
-
?>
|
343 |
-
|
344 |
-
<input type="checkbox" <?php echo $checked ?> name="skyscraper_options[share][check]" /> Share
|
345 |
-
<input style="margin-left:19px" <?php echo $unfolded?> value="0" name="skyscraper_options[share][folded]" type="radio">Folded
|
346 |
-
<input name="skyscraper_options[share][folded]" <?php echo $folded?> value="1" type="radio">Unfolded
|
347 |
-
</DIV>
|
348 |
-
<DIV class="Content-Box" id="Preview-Content">
|
349 |
-
|
350 |
-
</DIV>
|
351 |
-
<div style="clear:both"></div>
|
352 |
-
|
353 |
-
<BR/>
|
354 |
-
<DIV class="Content-Box" id="Preview-Content">
|
355 |
-
<ul class="items_li">
|
356 |
-
<li>
|
357 |
-
<?php
|
358 |
-
$checked = "";
|
359 |
-
if (isset($skyscraper_options['follow_us_check']) && $skyscraper_options['follow_us_check'] == "on"){
|
360 |
-
$checked = "checked";
|
361 |
-
}
|
362 |
-
?>
|
363 |
-
Follow Us
|
364 |
-
<ul class="sub_item_li">
|
365 |
-
<li>
|
366 |
-
<?php
|
367 |
-
$checked = "";
|
368 |
-
if (isset($skyscraper_options['follow_us']['twitter']["active"]) && $skyscraper_options['follow_us']['twitter']["active"] == "on"){
|
369 |
-
$checked = "checked";
|
370 |
-
}
|
371 |
-
?>
|
372 |
-
<input <?php echo $checked ?> name="skyscraper_options[follow_us][twitter][active]" type="checkbox" style="padding-bottom:5px" />
|
373 |
-
<?php
|
374 |
-
$account = "http://twitter.com/";
|
375 |
-
if(!empty($skyscraper_options["follow_us"]["twitter"]["account"])){
|
376 |
-
$account = $skyscraper_options["follow_us"]["twitter"]["account"];
|
377 |
-
}
|
378 |
-
?>
|
379 |
-
<input type="hidden" value="t.png" name="skyscraper_options[follow_us][twitter][logo]" />
|
380 |
-
<img style="padding-bottom:5px" src="<?php echo SOCIABLE_HTTP_PATH ?>images/toolbar/t.png"/>
|
381 |
-
<input size="40" name="skyscraper_options[follow_us][twitter][account]" value="<?php echo $account?>" type="text" />
|
382 |
-
</li>
|
383 |
-
<li>
|
384 |
-
<?php
|
385 |
-
$checked = "";
|
386 |
-
if ( isset($skyscraper_options['follow_us']['feed']["active"]) && $skyscraper_options['follow_us']['feed']["active"] == "on"){
|
387 |
-
$checked = "checked";
|
388 |
-
}
|
389 |
-
?>
|
390 |
-
<input <?php echo $checked ?> name="skyscraper_options[follow_us][feed][active]" type="checkbox" style="padding-bottom:5px" />
|
391 |
-
<input type="hidden" value="rss.png" name="skyscraper_options[follow_us][feed][logo]" />
|
392 |
-
<?php
|
393 |
-
$rss = "http://";
|
394 |
-
if(!empty($skyscraper_options["follow_us"]["feed"]["account"])){
|
395 |
-
|
396 |
-
$rss = $skyscraper_options["follow_us"]["feed"]["account"];
|
397 |
-
}
|
398 |
-
?>
|
399 |
-
<img style="padding-bottom:5px" src="<?php echo SOCIABLE_HTTP_PATH ?>images/toolbar/rss.png"/>
|
400 |
-
<input size="40" value="<?php echo $rss?>" name="skyscraper_options[follow_us][feed][account]" type="text" />
|
401 |
-
</li>
|
402 |
-
<li>
|
403 |
-
<?php
|
404 |
-
$checked = "";
|
405 |
-
if ( isset($skyscraper_options['follow_us']['fb']["active"]) && $skyscraper_options['follow_us']['fb']["active"] == "on"){
|
406 |
-
$checked = "checked";
|
407 |
-
}
|
408 |
-
?>
|
409 |
-
<input <?php echo $checked ?> name="skyscraper_options[follow_us][fb][active]" type="checkbox" style="padding-bottom:5px" />
|
410 |
-
<input type="hidden" value="f.png" name="skyscraper_options[follow_us][fb][logo]" />
|
411 |
-
|
412 |
-
<?php
|
413 |
-
$fb = "http://facebook.com/";
|
414 |
-
if(!empty($skyscraper_options["follow_us"]["fb"]["account"])){
|
415 |
-
|
416 |
-
$fb = $skyscraper_options["follow_us"]["fb"]["account"];
|
417 |
-
}
|
418 |
-
?>
|
419 |
-
<img style="padding-bottom:5px" src="<?php echo SOCIABLE_HTTP_PATH ?>images/toolbar/f.png"/>
|
420 |
-
<input size="40" value="<?php echo $fb?>" name="skyscraper_options[follow_us][fb][account]" type="text" />
|
421 |
-
</li>
|
422 |
-
|
423 |
-
<li>
|
424 |
-
<?php
|
425 |
-
$checked = "";
|
426 |
-
if ( isset($skyscraper_options['follow_us']['li']["active"]) && $skyscraper_options['follow_us']['li']["active"] == "on"){
|
427 |
-
$checked = "checked";
|
428 |
-
}
|
429 |
-
?>
|
430 |
-
<input <?php echo $checked ?> name="skyscraper_options[follow_us][li][active]" type="checkbox" style="padding-bottom:5px" />
|
431 |
-
<input type="hidden" value="i.png" name="skyscraper_options[follow_us][li][logo]" />
|
432 |
-
<input type="hidden" value="linkedin.com/in/" name="skyscraper_options[follow_us][li][url]" />
|
433 |
-
<?php
|
434 |
-
$li = "http://linkedin.com/";
|
435 |
-
if(!empty($skyscraper_options["follow_us"]["li"]["account"])){
|
436 |
-
|
437 |
-
$li = $skyscraper_options["follow_us"]["li"]["account"];
|
438 |
-
}
|
439 |
-
?>
|
440 |
-
<img style="padding-bottom:5px" src="<?php echo SOCIABLE_HTTP_PATH ?>images/toolbar/i.png"/>
|
441 |
-
<input size="40" value="<?php echo $li?>" name="skyscraper_options[follow_us][li][account]" type="text" />
|
442 |
-
</li>
|
443 |
-
</ul>
|
444 |
-
</li>
|
445 |
-
</ul>
|
446 |
-
</DIV>
|
447 |
-
<br />
|
448 |
-
|
449 |
-
<div class="Content-Box" id="Active-Content" style="display: block;">
|
450 |
-
<br>
|
451 |
-
<div align="center" style="width:100%;">
|
452 |
-
<table align="center" cellspacing="0" cellpadding="10" border="0" class="GeneralOptions-List">
|
453 |
-
<tbody><tr valign="top">
|
454 |
-
<td align="right" class="Title">Active Sociable Banner</td>
|
455 |
-
<td align="left" style="width:5px;">
|
456 |
-
<?php
|
457 |
-
|
458 |
-
$sel = "";
|
459 |
-
|
460 |
-
if (isset($skyscraper_options["sociable_banner"])){
|
461 |
-
|
462 |
-
if (!empty($skyscraper_options["sociable_banner"])){
|
463 |
-
$sel = "checked";
|
464 |
-
}
|
465 |
-
|
466 |
-
}
|
467 |
-
|
468 |
-
?>
|
469 |
-
|
470 |
-
<input type="checkbox" name="skyscraper_options[sociable_banner]" id="sociable_banner" <?php echo $sel?>></td>
|
471 |
-
<td align="left" class="Content">
|
472 |
-
<span class="TXT">Active Sociable "Reminder to Share" Banner / Check if you want to remind your readers Share your content.</span>
|
473 |
-
<br>
|
474 |
-
</td>
|
475 |
-
</tr>
|
476 |
-
<tr valign="top">
|
477 |
-
<td align="right" class="Title">Blogplay Tags</td>
|
478 |
-
|
479 |
-
<td align="left" style="width:5px;">
|
480 |
-
|
481 |
-
<?php
|
482 |
-
$sel = "";
|
483 |
-
if (isset($skyscraper_options["blogplay_tags"])){
|
484 |
-
if (!empty($skyscraper_options["blogplay_tags"])){
|
485 |
-
|
486 |
-
$sel = "checked";
|
487 |
-
|
488 |
-
}
|
489 |
-
}
|
490 |
-
?>
|
491 |
-
|
492 |
-
<input type="checkbox" name="skyscraper_options[blogplay_tags]" id="blogplay_tags" <?php echo $sel?>></td>
|
493 |
-
<td align="left" class="Content">
|
494 |
-
<span class="TXT">Accept include the blogplay.com tag into my shares and counters.</span>
|
495 |
-
<br>
|
496 |
-
</td>
|
497 |
-
</tr>
|
498 |
-
<tr valign="top">
|
499 |
-
<td align="right" class="Title">Banner's label (35 char Max.)</td>
|
500 |
-
|
501 |
-
<td align="left" style="width:5px;">
|
502 |
-
<?php
|
503 |
-
$sel = 'Please spread the word: Be Sociable, Share!';
|
504 |
-
if (isset($skyscraper_options["sociable_banner_text"])){
|
505 |
-
if (!empty($skyscraper_options["sociable_banner_text"])){
|
506 |
-
$sel = $skyscraper_options["sociable_banner_text"];
|
507 |
-
}
|
508 |
-
}
|
509 |
-
?>
|
510 |
-
</td>
|
511 |
-
<td align="left" class="Content">
|
512 |
-
|
513 |
-
<span class="TXT"> <input style="width:245px !important" type="text" name="skyscraper_options[sociable_banner_text]" value="<?php echo $sel?>"></span>
|
514 |
-
<br>
|
515 |
-
</td>
|
516 |
-
</tr>
|
517 |
-
|
518 |
-
<tr valign="top">
|
519 |
-
|
520 |
-
<td align="right" class="Title">Banners Timer (sec.)</td>
|
521 |
-
|
522 |
-
<td align="left" style="width:5px;">
|
523 |
-
|
524 |
-
</td>
|
525 |
-
<td align="left" class="Content">
|
526 |
-
<span class="TXT">
|
527 |
-
|
528 |
-
<select name="skyscraper_options[sociable_banner_timer]" id="banner_timer" >
|
529 |
-
<?php
|
530 |
-
for($timer=10; $timer <= 120; $timer++){
|
531 |
-
|
532 |
-
$sel = "";
|
533 |
-
|
534 |
-
if (!empty($skyscraper_options["sociable_banner_timer"])){
|
535 |
-
|
536 |
-
if ($skyscraper_options["sociable_banner_timer"] == $timer){
|
537 |
-
|
538 |
-
$sel = "selected";
|
539 |
-
}
|
540 |
-
}
|
541 |
-
?>
|
542 |
-
<option value="<?php echo $timer?>" <?php echo $sel ?> ><?php echo $timer?></option>
|
543 |
-
<?php
|
544 |
-
|
545 |
-
$timer = $timer + 4;
|
546 |
-
} ?>
|
547 |
-
</select>
|
548 |
-
|
549 |
-
</span>
|
550 |
-
<br>
|
551 |
-
</td>
|
552 |
-
</tr>
|
553 |
-
|
554 |
-
<tr valign="top">
|
555 |
-
|
556 |
-
<td align="right" class="Title">Font Color <a title="default color #6A6A6A" class="default_values">(#6A6A6A)</a></td>
|
557 |
-
|
558 |
-
<td align="left" style="width:5px;">
|
559 |
-
|
560 |
-
</td>
|
561 |
-
<td align="left" class="Content">
|
562 |
-
|
563 |
-
<span class="TXT">
|
564 |
-
|
565 |
-
<?php
|
566 |
-
$sel = '#6A6A6A';
|
567 |
-
|
568 |
-
if (isset($skyscraper_options["sociable_banner_colorFont"])){
|
569 |
-
|
570 |
-
if (!empty($skyscraper_options["sociable_banner_colorFont"])){
|
571 |
-
|
572 |
-
$sel = $skyscraper_options["sociable_banner_colorFont"];
|
573 |
-
}
|
574 |
-
}
|
575 |
-
?>
|
576 |
-
|
577 |
-
<input type="text" value="<?php echo $sel?>" name="skyscraper_options[sociable_banner_colorFont]" style="width:81px !important">
|
578 |
-
</span>
|
579 |
-
<br>
|
580 |
-
</td>
|
581 |
-
</tr>
|
582 |
-
<!-- Font Size -->
|
583 |
-
<tr valign="top">
|
584 |
-
|
585 |
-
<td align="right" class="Title">Font Size <a title="default size 9px" class="default_values">(9px)</a></td>
|
586 |
-
|
587 |
-
<td align="left" style="width:5px;">
|
588 |
-
|
589 |
-
</td>
|
590 |
-
<td align="left" class="Content">
|
591 |
-
<span class="TXT">
|
592 |
-
|
593 |
-
<select name="skyscraper_options[sociable_banner_fontSize]" id="banner_fontSize" >
|
594 |
-
<?php
|
595 |
-
for($fontSize=8; $fontSize <= 16; $fontSize++){
|
596 |
-
|
597 |
-
$sel = "";
|
598 |
-
|
599 |
-
if (!empty($skyscraper_options["sociable_banner_fontSize"])){
|
600 |
-
|
601 |
-
if ($skyscraper_options["sociable_banner_fontSize"] == $fontSize){
|
602 |
-
|
603 |
-
$sel = "selected";
|
604 |
-
}
|
605 |
-
}
|
606 |
-
?>
|
607 |
-
<option value="<?php echo $fontSize?>px" <?php echo $sel ?> ><?php echo $fontSize?>px</option>
|
608 |
-
<?php
|
609 |
-
} ?>
|
610 |
-
</select>
|
611 |
-
|
612 |
-
|
613 |
-
</span>
|
614 |
-
<br>
|
615 |
-
</td>
|
616 |
-
</tr>
|
617 |
-
|
618 |
-
<!-- color label -->
|
619 |
-
<tr valign="top">
|
620 |
-
|
621 |
-
<td align="right" class="Title">Label Color <a title="default color #F7F7F7" class="default_values">(#F7F7F7)</a></td>
|
622 |
-
|
623 |
-
<td align="left" style="width:5px;">
|
624 |
-
|
625 |
-
</td>
|
626 |
-
<td align="left" class="Content">
|
627 |
-
|
628 |
-
<span class="TXT">
|
629 |
-
|
630 |
-
<?php
|
631 |
-
$sel = '#F7F7F7';
|
632 |
-
|
633 |
-
if (isset($skyscraper_options["sociable_banner_colorLabel"])){
|
634 |
-
|
635 |
-
if (!empty($skyscraper_options["sociable_banner_colorLabel"])){
|
636 |
-
|
637 |
-
$sel = $skyscraper_options["sociable_banner_colorLabel"];
|
638 |
-
}
|
639 |
-
}
|
640 |
-
?>
|
641 |
-
|
642 |
-
<input type="text" value="<?php echo $sel?>" name="skyscraper_options[sociable_banner_colorLabel]" style="width:81px !important">
|
643 |
-
</span>
|
644 |
-
<br>
|
645 |
-
</td>
|
646 |
-
</tr>
|
647 |
-
<!-- color font -->
|
648 |
-
<tr valign="top">
|
649 |
-
|
650 |
-
<td align="right" class="Title">Background Color <a title="default color #F7F7F7" class="default_values">(#F7F7F7)</a></td>
|
651 |
-
|
652 |
-
<td align="left" style="width:5px;">
|
653 |
-
|
654 |
-
</td>
|
655 |
-
<td align="left" class="Content">
|
656 |
-
<span class="TXT">
|
657 |
-
<?php
|
658 |
-
$sel = '#F7F7F7';
|
659 |
-
|
660 |
-
if (isset($skyscraper_options["sociable_banner_colorBack"])){
|
661 |
-
|
662 |
-
if (!empty($skyscraper_options["sociable_banner_colorBack"])){
|
663 |
-
|
664 |
-
$sel = $skyscraper_options["sociable_banner_colorBack"];
|
665 |
-
}
|
666 |
-
}
|
667 |
-
?>
|
668 |
-
<input type="text" value="<?php echo $sel?>" name="skyscraper_options[sociable_banner_colorBack]" style="width:81px !important">
|
669 |
-
|
670 |
-
</span>
|
671 |
-
<br>
|
672 |
-
</td>
|
673 |
-
</tr>
|
674 |
-
|
675 |
-
</tbody></table>
|
676 |
-
<br><br>
|
677 |
-
</div>
|
678 |
-
</div>
|
679 |
-
<!-- general options -->
|
680 |
-
<TABLE class="Title-Box" style="cursor:pointer;" cellspacing="0" cellpadding="0" onclick="hideOrShow('GeneralOptions');">
|
681 |
-
<TR>
|
682 |
-
<TD class="Border-Left" ></TD><TD class="BG-Middle" id="GeneralOptions-Title" ><span id="GeneralOptions-Tab"> + </span> <?php _e("General Options","sociable");?></TD><TD class="Border-Right"></TD>
|
683 |
-
</TR>
|
684 |
-
</TABLE>
|
685 |
-
<BR/>
|
686 |
-
|
687 |
-
<DIV class="Content-Box" id="GeneralOptions-Content" style="display:none;" >
|
688 |
-
|
689 |
-
<BR/>
|
690 |
-
<DIV align="center" style="width:100%;">
|
691 |
-
<TABLE align="center" class="GeneralOptions-List" cellspacing="0" border=0 cellpadding ="10" >
|
692 |
-
|
693 |
-
<TR valign="top" >
|
694 |
-
<TD align="right" class="Title" ><?php _e("Widget Position","sociable")?></TD>
|
695 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["widget_position"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[widget_position]" id="widget_position" /></TD>
|
696 |
-
<TD align="left" class="Content">
|
697 |
-
<SPAN class="TXT"><?php _e("Check if you want Sociable Fixed on the screen","sociable");?> </SPAN>
|
698 |
-
<BR/>
|
699 |
-
|
700 |
-
</TD>
|
701 |
-
</TR>
|
702 |
-
</TABLE>
|
703 |
-
<BR/><BR/>
|
704 |
-
</DIV>
|
705 |
-
</DIV>
|
706 |
-
<TABLE class="Title-Box" style="cursor:pointer;" cellspacing="0" cellpadding="0" onclick="hideOrShow('Locations');" >
|
707 |
-
<TR>
|
708 |
-
<TD class="Border-Left" ></TD><TD class="BG-Middle" id="Locations-Title" ><span id="Locations-Tab">+ </span><?php _e("Locations","sociable");?></TD><TD class="Border-Right"></TD>
|
709 |
-
</TR>
|
710 |
-
</TABLE>
|
711 |
-
<BR/>
|
712 |
-
|
713 |
-
<DIV class="Content-Box" id="Locations-Content" style="display:none;" >
|
714 |
-
<DIV class="Locations-TXT" id="Locations-TXT" ><?php _e("Please select the locations that you wish to allow the Sociable plugin to insert itself.","sociable");?></DIV>
|
715 |
-
|
716 |
-
<BR/>
|
717 |
-
<DIV align="center" style="width:100%;">
|
718 |
-
<TABLE align="center" class="Locations-List" cellspacing="0" border=0 cellpadding="10">
|
719 |
-
<TR valign="top" >
|
720 |
-
<TD align="right" class="Title" ><?php _e("Home page","sociable");?></TD>
|
721 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_front_page"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_front_page]" id="HomePage" /></TD>
|
722 |
-
<TD align="left" class="Content">
|
723 |
-
<SPAN class="TXT"><?php _e("The front page of the blog (if set to a static page), or the main blog page (if set to your latest posts).","sociable");?></SPAN>
|
724 |
-
|
725 |
-
</TD>
|
726 |
-
</TR>
|
727 |
-
|
728 |
-
<TR valign="top" >
|
729 |
-
<TD align="right" class="Title" ><?php _e("Blog page","sociable");?></TD>
|
730 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_home"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_home]" id="BlogPage" /></TD>
|
731 |
-
<TD align="left" class="Content">
|
732 |
-
<SPAN class="TXT"><?php _e("The home page of the blog if is set to your latest posts, or the posts page if the home page is set to a static page","sociable");?></SPAN>
|
733 |
-
|
734 |
-
</TD>
|
735 |
-
</TR>
|
736 |
-
|
737 |
-
<TR valign="top" >
|
738 |
-
<TD align="right" class="Title" ><?php _e("Posts","sociable");?></TD>
|
739 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_single"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_single]" id="Posts" /></TD>
|
740 |
-
<TD align="left" class="Content">
|
741 |
-
<SPAN class="TXT"><?php _e("Single post pages","sociable");?></SPAN>
|
742 |
-
|
743 |
-
</TD>
|
744 |
-
</TR>
|
745 |
-
|
746 |
-
<TR valign="top" >
|
747 |
-
<TD align="right" class="Title" ><?php _e("Pages","sociable");?></TD>
|
748 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_page"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_page]" id="Pages" /></TD>
|
749 |
-
<TD align="left" class="Content">
|
750 |
-
<SPAN class="TXT"><?php _e("Individual Wordpress pages","sociable");?></SPAN>
|
751 |
-
|
752 |
-
</TD>
|
753 |
-
</TR>
|
754 |
-
|
755 |
-
<TR valign="top" >
|
756 |
-
<TD align="right" class="Title" ><?php _e("Category archives","sociable");?></TD>
|
757 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_category"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_category]" id="CategoryArchives" /></TD>
|
758 |
-
<TD align="left" class="Content">
|
759 |
-
<SPAN class="TXT"><?php _e("Category archive pages","sociable");?></SPAN>
|
760 |
-
|
761 |
-
</TD>
|
762 |
-
</TR>
|
763 |
-
|
764 |
-
<TR valign="top" >
|
765 |
-
<TD align="right" class="Title" ><?php _e("Date archives","sociable");?></TD>
|
766 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_date"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_date]" id="DateArchives" /></TD>
|
767 |
-
<TD align="left" class="Content">
|
768 |
-
<SPAN class="TXT"><?php _e("Date archive pages","sociable");?> </SPAN>
|
769 |
-
|
770 |
-
</TD>
|
771 |
-
</TR>
|
772 |
-
|
773 |
-
<TR valign="top" >
|
774 |
-
<TD align="right" class="Title" ><?php _e("Tag archives","sociable");?></TD>
|
775 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_tag"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_tag]" id="TagArchives" /></TD>
|
776 |
-
<TD align="left" class="Content">
|
777 |
-
<SPAN class="TXT"><?php _e("Tag archive pages","sociable");?> </SPAN>
|
778 |
-
|
779 |
-
</TD>
|
780 |
-
</TR>
|
781 |
-
|
782 |
-
<TR valign="top" >
|
783 |
-
<TD align="right" class="Title" ><?php _e("Author archives","sociable");?></TD>
|
784 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_author"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_author]" id="AuthorArchives" /></TD>
|
785 |
-
<TD align="left" class="Content">
|
786 |
-
<SPAN class="TXT"><?php _e("Author archive pages","sociable");?></SPAN>
|
787 |
-
|
788 |
-
</TD>
|
789 |
-
</TR>
|
790 |
-
|
791 |
-
<TR valign="top" >
|
792 |
-
<TD align="right" class="Title" ><?php _e("Search results","sociable");?></TD>
|
793 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_search"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_search]" id="SearchResults" /></TD>
|
794 |
-
<TD align="left" class="Content">
|
795 |
-
<SPAN class="TXT"><?php _e("Search results pages","sociable");?></SPAN>
|
796 |
-
|
797 |
-
</TD>
|
798 |
-
</TR>
|
799 |
-
|
800 |
-
<TR valign="top" >
|
801 |
-
<TD align="right" class="Title" ><?php _e("RSS feeds","sociable");?></TD>
|
802 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_rss"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_rss]" id="RssFeeds" /></TD>
|
803 |
-
<TD align="left" class="Content">
|
804 |
-
<SPAN class="TXT"><?php _e("RSS feeds","sociable");?></SPAN>
|
805 |
-
|
806 |
-
</TD>
|
807 |
-
</TR>
|
808 |
-
|
809 |
-
</TABLE>
|
810 |
-
<BR/><BR/>
|
811 |
-
</DIV>
|
812 |
-
</DIV>
|
813 |
-
|
814 |
-
<TABLE class="Title-Box" style="cursor:pointer;" cellspacing="0" cellpadding="0" onclick="hideOrShow('Active');" >
|
815 |
-
|
816 |
-
<TR>
|
817 |
-
|
818 |
-
<TD class="Border-Left" ></TD><TD class="BG-Middle" id="Active-Title" ><span id="Active-Tab">+ </span><?php _e("Active Skyscraper","sociable");?></TD><TD class="Border-Right"></TD>
|
819 |
-
|
820 |
-
</TR>
|
821 |
-
|
822 |
-
</TABLE>
|
823 |
-
<div style="display: block;" id="Active-Content" class="Content-Box">
|
824 |
-
|
825 |
-
<br />
|
826 |
-
|
827 |
-
<div align="center" style="width:100%;">
|
828 |
-
|
829 |
-
<table align="center" cellspacing="0" cellpadding="10" border="0" class="GeneralOptions-List">
|
830 |
-
|
831 |
-
<tbody><tr valign="top">
|
832 |
-
|
833 |
-
<td align="right" class="Title">Active Skyscraper</td>
|
834 |
-
|
835 |
-
<td align="left" style="width:5px;">
|
836 |
-
|
837 |
-
<input <?php if(isset($skyscraper_options["active"])) echo "checked='checked'"?> type="checkbox" id="active" name="skyscraper_options[active]" ></td>
|
838 |
-
|
839 |
-
<td align="left" class="Content">
|
840 |
-
|
841 |
-
<span class="TXT">Check if you want Sociable Skyscraper enable </span>
|
842 |
-
|
843 |
-
<br />
|
844 |
-
|
845 |
-
</td>
|
846 |
-
|
847 |
-
</tr>
|
848 |
-
|
849 |
-
</tbody></table>
|
850 |
-
|
851 |
-
<br/><br/>
|
852 |
-
</div>
|
853 |
-
|
854 |
-
</div>
|
855 |
-
<br/><br/>
|
856 |
-
|
857 |
-
<TABLE class="Title-Box" style="cursor:pointer;" cellspacing="0" cellpadding="0">
|
858 |
-
|
859 |
-
<TR>
|
860 |
-
|
861 |
-
<TD class="Border-Left" ></TD><TD class="BG-Middle" id="Active-Title" ><span id="Active-Tab">+ </span><?php _e("Send my config","sociable");?></TD><TD class="Border-Right"></TD>
|
862 |
-
|
863 |
-
</TR>
|
864 |
-
|
865 |
-
</TABLE>
|
866 |
-
<div style="display: block;" id="Active-Content" class="Content-Box">
|
867 |
-
|
868 |
-
<br />
|
869 |
-
|
870 |
-
<div align="center" style="width:100%;">
|
871 |
-
|
872 |
-
<table align="center" cellspacing="0" cellpadding="10" border="0" class="GeneralOptions-List">
|
873 |
-
|
874 |
-
<tbody><tr valign="top">
|
875 |
-
|
876 |
-
<td align="right" class="Title">Send my config</td>
|
877 |
-
|
878 |
-
<td align="left" style="width:5px;">
|
879 |
-
<?php
|
880 |
-
|
881 |
-
$checked = "";
|
882 |
-
if (!empty($skyscraper_options["pixel"])){
|
883 |
-
|
884 |
-
$checked = "checked='checked'";
|
885 |
-
}
|
886 |
-
|
887 |
-
?>
|
888 |
-
<input <?php echo $checked ?> type="checkbox" id="active" name="skyscraper_options[pixel]" />
|
889 |
-
|
890 |
-
</td>
|
891 |
-
|
892 |
-
<td align="left" class="Content">
|
893 |
-
|
894 |
-
<span class="TXT">Check if you want help Sociable grow. <br /><br /> This information be used only to improve Sociable. <br /><br />You accept send us your blog configuration and blog name </span>
|
895 |
-
|
896 |
-
<br />
|
897 |
-
|
898 |
-
</td>
|
899 |
-
|
900 |
-
</tr>
|
901 |
-
|
902 |
-
</tbody></table>
|
903 |
-
|
904 |
-
<br/><br/>
|
905 |
-
</div>
|
906 |
-
|
907 |
-
</div>
|
908 |
-
<br/><br/>
|
909 |
-
<?php settings_fields( 'skyscraper_options_group' ); ?>
|
910 |
-
</form>
|
911 |
-
<div class="Content-Box">
|
912 |
-
|
913 |
-
<form id="sociable_reset_form" action="" method="POST">
|
914 |
-
<?php wp_nonce_field('sociable-reset'); ?>
|
915 |
-
<input type="hidden" id="skyscraper_reset" name="skyscraper_reset" value="1">
|
916 |
-
<?php //submit_button( __( 'Reset Sociable' ) , 'primary', 'sociable_reset', false ); ?>
|
917 |
-
</form>
|
918 |
-
|
919 |
-
<div id="ActionsBar">
|
920 |
-
<div style="cursor:pointer;line-height:15px;" onclick="document.getElementById('form1').submit();" class="SaveChanges"><br>
|
921 |
-
<span style="margin:30px;">Save Changes</span>
|
922 |
-
</div>
|
923 |
-
<div style="cursor:pointer;line-height:15px;font-size:12px;" onclick="document.getElementById('sociable_reset_form').submit();" name="sociable_reset" id="sociable_reset" class="ResetSociable"><br>
|
924 |
-
<span style="margin:40px;margin-left:35px;">Reset Skyscraper</span>
|
925 |
-
</div>
|
926 |
-
</div>
|
927 |
-
</div>
|
928 |
-
|
929 |
-
</div>
|
930 |
-
<div style="float:left;width:49%;margin-left:15px" name="skyscraper" id="skyscraper">
|
931 |
-
<script type="text/javascript">
|
932 |
-
var base_url_sociable = "<?php echo SOCIABLE_HTTP_PATH?>";
|
933 |
-
</script>
|
934 |
-
</div>
|
935 |
-
<?php
|
936 |
-
}
|
937 |
-
|
938 |
-
/**
|
939 |
-
* Add The Menu Pages To The Administration Options
|
940 |
-
*/
|
941 |
-
|
942 |
-
function add_menu_pages(){
|
943 |
-
|
944 |
-
global $sociable_post_types;
|
945 |
-
|
946 |
-
$url = $_SERVER["QUERY_STRING"];
|
947 |
-
// $page[] = add_options_page( __( 'Sociable Options' ), __( 'Sociable Plugin' ), 'manage_options', 'sociable_select' , array( 'sociable_Admin_Options' , 'Select_Sociable_Page' ) );
|
948 |
-
//$page[]= add_plugins_page( __( 'Sociable Options' ), __( 'Sociable Plugin' ), 'manage_options', 'Create_Options_Page_Skycraper' );
|
949 |
-
//$page[]= add_plugins_page( 'sociable_options', 'sociable_options', 'read', 'Create_Options_Page' );
|
950 |
-
$page[] = add_options_page( "","", 'manage_options', 'sociable_select' , array( 'sociable_Admin_Options' , 'Select_Sociable_Page' ) );
|
951 |
-
$page[] = add_options_page( "","", 'manage_options', 'sociable_options' , array( 'sociable_Admin_Options' , 'Create_Options_Page' ) );
|
952 |
-
$page[] = add_options_page( "","", 'manage_options', 'skyscraper_options' , array( 'sociable_Admin_Options' , 'Create_Options_Page_Skycraper' ) );
|
953 |
-
// Add a new submenu under Settings:
|
954 |
-
// $page[] = add_options_page(__( 'Sociable Options' ),__( 'Sociable Plugin' ), 'manage_options', 'sociable_select', 'Select_Sociable_Page');
|
955 |
-
// Add a new top-level menu (ill-advised):
|
956 |
-
add_menu_page(__( 'Sociable Options' ), __( 'Select Sociable Plugin' ), 'manage_options', '/options-general.php?page=sociable_select' );
|
957 |
-
// Add a submenu to the custom top-level menu:
|
958 |
-
add_submenu_page('options-general.php?page=sociable_select', __( 'Sociable Options' ), __( 'Sociable Options' ), 'manage_options', 'sociable_options' , array( 'sociable_Admin_Options' , 'Create_Options_Page' ) );
|
959 |
-
// Add a second submenu to the custom top-level menu:
|
960 |
-
add_submenu_page('options-general.php?page=sociable_select', __( 'Skyscraper Options' ), __( 'Skyscraper Options' ), 'manage_options', 'skyscraper_options' , array( 'sociable_Admin_Options' , 'Create_Options_Page_Skycraper' ) );
|
961 |
-
|
962 |
-
//Add CSS And Javascript Specific To This Options Pages
|
963 |
-
add_action( 'admin_print_styles-' . $page[0] , array( 'sociable_Admin_Options' , 'enqueue_styles' ) );
|
964 |
-
add_action( 'admin_print_scripts-' . $page[0] , array( 'sociable_Admin_Options' , 'enqueue_scripts' ) );
|
965 |
-
|
966 |
-
add_action( 'admin_print_styles-' . $page[1] , array( 'sociable_Admin_Options' , 'enqueue_styles' ) );
|
967 |
-
add_action( 'admin_print_scripts-' . $page[1] , array( 'sociable_Admin_Options' , 'enqueue_scripts' ) );
|
968 |
-
add_action( 'admin_print_styles-' . $page[2] , array( 'sociable_Admin_Options' , 'enqueue_styles' ) );
|
969 |
-
add_action( 'admin_print_scripts-' . $page[2] , array( 'sociable_Admin_Options' , 'enqueue_scripts' ) );
|
970 |
-
|
971 |
-
if( isset( $_POST['sociable_reset'] ) ){
|
972 |
-
check_admin_referer( 'sociable-reset' );
|
973 |
-
|
974 |
-
sociable_reset();
|
975 |
-
wp_redirect( $_SERVER['HTTP_REFERER' ] );
|
976 |
-
}
|
977 |
-
|
978 |
-
if( isset( $_POST['skyscraper_reset'] ) ){
|
979 |
-
check_admin_referer( 'sociable-reset' );
|
980 |
-
|
981 |
-
skyscraper_reset();
|
982 |
-
wp_redirect( $_SERVER['HTTP_REFERER' ] );
|
983 |
-
}
|
984 |
-
|
985 |
-
|
986 |
-
/*
|
987 |
-
* We can create The Meta Boxes Here
|
988 |
-
*/
|
989 |
-
foreach( $sociable_post_types as $type => $data ){
|
990 |
-
self::add_meta_box( $type );
|
991 |
-
}
|
992 |
-
//Also on posts and pages
|
993 |
-
self::add_meta_box( 'post' );
|
994 |
-
self::add_meta_box( 'page' );
|
995 |
-
|
996 |
-
}
|
997 |
-
|
998 |
-
/*
|
999 |
-
* Function to Enqueue The Styles For The Options Page
|
1000 |
-
*/
|
1001 |
-
function enqueue_styles(){
|
1002 |
-
wp_enqueue_style( 'style-admin-css', SOCIABLE_HTTP_PATH . 'css/style-admin.css' );
|
1003 |
-
wp_enqueue_style( 'sociable-admin-css', SOCIABLE_HTTP_PATH . 'css/sociable-admin.css' );
|
1004 |
-
wp_enqueue_style( 'sociablecss' , SOCIABLE_HTTP_PATH . 'css/sociable.css' );
|
1005 |
-
}
|
1006 |
-
|
1007 |
-
/*
|
1008 |
-
* Function To Enqueue The Scripts For The Options Page
|
1009 |
-
*/
|
1010 |
-
function enqueue_scripts(){
|
1011 |
-
wp_enqueue_script('jquery');
|
1012 |
-
wp_enqueue_script('jquery-ui-core',false,array('jquery'));
|
1013 |
-
wp_enqueue_script('jquery-ui-sortable',false,array('jquery','jquery-ui-core'));
|
1014 |
-
wp_enqueue_script( 'sociable-admin-js', SOCIABLE_HTTP_PATH . 'js/sociable-admin.js' , array( 'jquery','jquery-ui-core' , 'jquery-ui-sortable' ) );
|
1015 |
-
wp_enqueue_script( 'admin-fn-js', SOCIABLE_HTTP_PATH . 'js/admin-fn.js' , array( 'jquery','jquery-ui-core' , 'jquery-ui-sortable' ) );
|
1016 |
-
|
1017 |
-
}
|
1018 |
-
|
1019 |
-
|
1020 |
-
|
1021 |
-
/*
|
1022 |
-
* Function To Add The Settings Fields.
|
1023 |
-
*/
|
1024 |
-
function do_site_selection_list($plugin = 'sociable'){
|
1025 |
-
|
1026 |
-
if ($plugin == 'sociable'){
|
1027 |
-
|
1028 |
-
global $sociable_options;
|
1029 |
-
$option_plugin = $sociable_options;
|
1030 |
-
$name_plugin = "sociable_options";
|
1031 |
-
}
|
1032 |
-
else{
|
1033 |
-
|
1034 |
-
global $skyscraper_options;
|
1035 |
-
$option_plugin = $skyscraper_options;
|
1036 |
-
$name_plugin = "skyscraper_options";
|
1037 |
-
}
|
1038 |
-
|
1039 |
-
|
1040 |
-
$sociable_known_sites = get_option( 'sociable_known_sites' );
|
1041 |
-
/*
|
1042 |
-
* Sort The List Based On The Active Sites So That They Display Correctly.
|
1043 |
-
*/
|
1044 |
-
$active_sites = isset( $option_plugin['active_sites'] ) && is_array( $option_plugin['active_sites'] ) ? $option_plugin['active_sites'] : array() ;
|
1045 |
-
|
1046 |
-
//Start Blank
|
1047 |
-
$active = Array();
|
1048 |
-
|
1049 |
-
//Disabled Untill Proven Active
|
1050 |
-
$disabled = $sociable_known_sites;
|
1051 |
-
|
1052 |
-
//Loop Through The Active Sites, sorting into 2 arrays
|
1053 |
-
foreach( $active_sites as $sitename => $value ) {
|
1054 |
-
$active[$sitename] = $disabled[$sitename];
|
1055 |
-
unset( $disabled[$sitename] );
|
1056 |
-
}
|
1057 |
-
|
1058 |
-
uksort($disabled, "strnatcasecmp");
|
1059 |
-
|
1060 |
-
$sites = array_merge( $active, $disabled );
|
1061 |
-
|
1062 |
-
$imagepath = isset( $option_plugin['sociable_imagedir'] ) ? $option_plugin['sociable_imagedir'] : '' ;
|
1063 |
-
|
1064 |
-
if ($imagepath == "") {
|
1065 |
-
$imagepath = trailingslashit( SOCIABLE_HTTP_PATH ) . 'images/';
|
1066 |
-
} else {
|
1067 |
-
$imagepath .= trailingslashit( $imagepath );
|
1068 |
-
}
|
1069 |
-
|
1070 |
-
$out ='<ul id="sociable_site_list" >' ;
|
1071 |
-
$io = 0;
|
1072 |
-
foreach( $sites as $sitename => $site ){
|
1073 |
-
|
1074 |
-
|
1075 |
-
//Set Checked And Active If Relevant
|
1076 |
-
if( array_key_exists( $sitename, $active_sites ) ){
|
1077 |
-
$checked = 'checked="checked"';
|
1078 |
-
$active = 'active';
|
1079 |
-
} else {
|
1080 |
-
$checked = '';
|
1081 |
-
$active = 'inactive';
|
1082 |
-
}
|
1083 |
-
if ( $sitename != "More"){
|
1084 |
-
if (isset($site["counter"])){
|
1085 |
-
//$image = "<img src='".SOCIABLE_HTTP_PATH."images/".$site["favicon"]."'>";
|
1086 |
-
$image = $site["url"];
|
1087 |
-
}else{
|
1088 |
-
$image = _get_sociable_image( $site, '' );
|
1089 |
-
}
|
1090 |
-
}else{
|
1091 |
-
$image = "<img src='".SOCIABLE_HTTP_PATH."images/more.png'>";
|
1092 |
-
}
|
1093 |
-
|
1094 |
-
// if ( ! isset( $site['spriteCoordinates']) || isset( $sociable_options['sociable_disablesprite'] ) ) {
|
1095 |
-
// if (strpos($site['favicon'], 'http') === 0) {
|
1096 |
-
// $imgsrc = $site['favicon'];
|
1097 |
-
// } else {
|
1098 |
-
// $imgsrc = $imagepath.$site['favicon'];
|
1099 |
-
// }
|
1100 |
-
// $img = '<img src="' . $imgsrc . '" width="16" height="16" />';
|
1101 |
-
// } else {
|
1102 |
-
// $imgsrc = $imagepath."services-sprite.gif";
|
1103 |
-
// $services_sprite_url = $imagepath . "services-sprite.png";
|
1104 |
-
// $spriteCoords = $site['spriteCoordinates'];
|
1105 |
-
// $img = '<img src="' . $imgsrc . '" width="16" height="16" style="background: transparent url(' . $services_sprite_url . ') no-repeat; background-position:-' . $spriteCoords[0] . 'px -' . $spriteCoords[1] . 'px" />';
|
1106 |
-
// }
|
1107 |
-
|
1108 |
-
$out .= '<li id="' . $sitename . '" class="' . $active . '">';
|
1109 |
-
|
1110 |
-
$out .= '<input type="checkbox" id="cb_' . $sitename . '" name="'.$name_plugin.'[active_sites][' . $sitename . ']" ' . $checked . ' />';
|
1111 |
-
|
1112 |
-
$out .= $image;
|
1113 |
-
if (!isset($site["counter"])){
|
1114 |
-
$out .= $sitename;
|
1115 |
-
}
|
1116 |
-
|
1117 |
-
$out .= '</li>';
|
1118 |
-
|
1119 |
-
}
|
1120 |
-
|
1121 |
-
|
1122 |
-
echo $out."</ul>";
|
1123 |
-
|
1124 |
-
}
|
1125 |
-
|
1126 |
-
/*
|
1127 |
-
* Create The HTML For The Options Page
|
1128 |
-
*/
|
1129 |
-
function Create_Options_Page(){
|
1130 |
-
global $sociable_options;
|
1131 |
-
global $skyscraper_options;
|
1132 |
-
?>
|
1133 |
-
|
1134 |
-
<style>
|
1135 |
-
|
1136 |
-
.Title-Box .BG-Middle {
|
1137 |
-
|
1138 |
-
vertical-align: middle;
|
1139 |
-
|
1140 |
-
}
|
1141 |
-
|
1142 |
-
</style>
|
1143 |
-
|
1144 |
-
<div class="wrap">
|
1145 |
-
<DIV style="margin:0 0 0 25px" class="Post-subTXT" id="Post-subTXT" >
|
1146 |
-
|
1147 |
-
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblogplay.com%2F&send=false&layout=standard&width=450&show_faces=true&action=recommend&colorscheme=light&font&height=80&appId=133479460071366" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:40px;" allowTransparency="true"></iframe><br />
|
1148 |
-
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://blogplay.com" data-text="Check the sociable plugin" >Tweet</a>
|
1149 |
-
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
1150 |
-
<br />
|
1151 |
-
</div>
|
1152 |
-
<h2 style="clear:both;"><?php _e( 'Sociable Options' ); ?></h2>
|
1153 |
-
<form method="post" action="options.php" id="form1" autocomplete="off">
|
1154 |
-
|
1155 |
-
<?php wp_nonce_field('sociable-config'); ?>
|
1156 |
-
<INPUT type="hidden" class="version-INPUT" id="version" name="sociable_options[version]" value="<?php echo$sociable_options["version"];?>" />
|
1157 |
-
|
1158 |
-
<INPUT type="hidden" id="blogplay_tags" name="sociable_options[blogplay_tags]" value="1" />
|
1159 |
-
|
1160 |
-
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="Preview-Title" style="margin:0 0 0 25px">
|
1161 |
-
<TR>
|
1162 |
-
<TD class="Border-Left" ></TD><TD class="BG-Middle" >Preview</TD><TD class="Border-Right"></TD>
|
1163 |
-
</TR>
|
1164 |
-
</TABLE>
|
1165 |
-
<BR/>
|
1166 |
-
|
1167 |
-
<DIV class="Content-Box" id="Preview-Content">
|
1168 |
-
<DIV style="margin:0 0 0 25px" align="left" class="Live-Preview" id="Live-Preview" ><?php _e("Live preview of how Sociable will appear on your blog.","sociable")?></DIV>
|
1169 |
-
|
1170 |
-
<BR/>
|
1171 |
-
|
1172 |
-
<DIV style="margin:0 0 0 25px" class="Post-TXT" id="Post-TXT" ><?php _e("This is your post here...","sociable")?></DIV>
|
1173 |
-
|
1174 |
-
<DIV style="margin:0 0 0 25px" class="Post-subTXT" id="Post-subTXT" >Lorem ipsum dolor sit amet, consectetur adipiscing elit.</DIV>
|
1175 |
-
|
1176 |
-
<BR/>
|
1177 |
-
<DIV style="margin:0 0 0 25px" id="ShareAndEnjoy" > <?php do_sociable(); ?></DIV>
|
1178 |
-
</DIV>
|
1179 |
-
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="Tagline-Title">
|
1180 |
-
<TR>
|
1181 |
-
<TD class="Border-Left" ></TD><TD class="BG-Middle" ><?php _e("Tagline","sociable");?></TD><TD class="Border-Right"></TD>
|
1182 |
-
</TR>
|
1183 |
-
</TABLE>
|
1184 |
-
<BR/>
|
1185 |
-
|
1186 |
-
<DIV class="Content-Box" id="Tagline-Content">
|
1187 |
-
<DIV class="Tagline-TXT" id="Tagline-TXT" ><?php _e('Previously we used "Share and Enjoy", remember the good old days?',"sociable");?></DIV>
|
1188 |
-
|
1189 |
-
<BR/>
|
1190 |
-
<DIV style="width:100%;height:60px;">
|
1191 |
-
<INPUT type="text" class="Tagline-INPUT" id="tagline" name="sociable_options[tagline]" value="<?php echo$sociable_options["tagline"];?>" />
|
1192 |
-
|
1193 |
-
<DIV class="ToSociable" >
|
1194 |
-
<INPUT type="checkbox" <?php if (!empty($sociable_options["help_grow"])) echo "checked = 'checked'";?> name="sociable_options[help_grow]" id="LinkToSociable" />
|
1195 |
-
<?php _e("Link to Sociable","sociable");?><BR/>
|
1196 |
-
<SPAN style="font-size:14px;"><?php _e("(Help us grow, please leave the link so others discover Sociable from your blog)","sociable");?></SPAN>
|
1197 |
-
</DIV>
|
1198 |
-
</DIV>
|
1199 |
-
</DIV>
|
1200 |
-
|
1201 |
-
|
1202 |
-
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="Tagline-Title">
|
1203 |
-
<TR>
|
1204 |
-
<TD class="Border-Left" ></TD><TD class="BG-Middle" ><?php _e("Icons to Include","sociable");?></TD><TD class="Border-Right"></TD>
|
1205 |
-
</TR>
|
1206 |
-
</TABLE>
|
1207 |
-
<BR/>
|
1208 |
-
|
1209 |
-
<DIV class="Content-Box" id="IconsToInclude-Box" style="">
|
1210 |
-
<DIV class="IconsToInclude-TXT" id="IconsToInclude-TXT" >
|
1211 |
-
<?php _e("Check the sites you want to appear on your blog.","sociable");?>
|
1212 |
-
</DIV>
|
1213 |
-
<BR/>
|
1214 |
-
|
1215 |
-
<DIV style="font-size:13px">
|
1216 |
-
|
1217 |
-
|
1218 |
-
|
1219 |
-
<?php
|
1220 |
-
|
1221 |
-
$check_tags = "";
|
1222 |
-
|
1223 |
-
if (isset($sociable_options["linksoptions"])){
|
1224 |
-
|
1225 |
-
|
1226 |
-
|
1227 |
-
if (!empty($sociable_options["linksoptions"])){
|
1228 |
-
|
1229 |
-
$check_tags = "checked";
|
1230 |
-
|
1231 |
-
}
|
1232 |
-
|
1233 |
-
}
|
1234 |
-
|
1235 |
-
|
1236 |
-
|
1237 |
-
?>
|
1238 |
-
|
1239 |
-
|
1240 |
-
|
1241 |
-
<input type="checkbox" <?php echo $check_tags;?> id="" name="sociable_options[linksoptions]" /> Accept include the blogplay.com tag into my share icons
|
1242 |
-
|
1243 |
-
</DIV>
|
1244 |
-
|
1245 |
-
<BR/>
|
1246 |
-
|
1247 |
-
<?php self::do_site_selection_list(); ?>
|
1248 |
-
</DIV>
|
1249 |
-
|
1250 |
-
<div class="soc_clear"></div>
|
1251 |
-
|
1252 |
-
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="IconSize-Title" style="margin-top:20px;">
|
1253 |
-
<TR>
|
1254 |
-
<TD class="Border-Left" ></TD><TD class="BG-Middle" ><?php _e("Icons Size","sociable");?></TD><TD class="Border-Right"></TD>
|
1255 |
-
</TR>
|
1256 |
-
</TABLE>
|
1257 |
-
<BR/>
|
1258 |
-
|
1259 |
-
<DIV class="Content-Box" style="margin-left:-3px" id="IconSize-Content">
|
1260 |
-
<?php
|
1261 |
-
$checked16 = "";
|
1262 |
-
$checked32 = "";
|
1263 |
-
$checked48 = "";
|
1264 |
-
$checked64 = "";
|
1265 |
-
if ($sociable_options["icon_size"] == 16) $checked16 = "checked='checked'";
|
1266 |
-
if ($sociable_options["icon_size"] == 32) $checked32 = "checked='checked'";
|
1267 |
-
if ($sociable_options["icon_size"] == 48) $checked48 = "checked='checked'";
|
1268 |
-
if ($sociable_options["icon_size"] == 64) $checked64 = "checked='checked'";
|
1269 |
-
//echo $checked16;
|
1270 |
-
?>
|
1271 |
-
<SPAN class="IconSize-Item"> <INPUT value="16" type="radio" name="sociable_options[icon_size]" <?php echo $checked16;?> />16x16 Pixels </SPAN>
|
1272 |
-
|
1273 |
-
<SPAN class="IconSize-Item"> <INPUT <?php echo$checked32;?> value="32" type="radio" name="sociable_options[icon_size]" />32x32 Pixels </SPAN>
|
1274 |
-
|
1275 |
-
<SPAN class="IconSize-Item"> <INPUT <?php echo$checked48;?> value="48" type="radio" name="sociable_options[icon_size]"/>48x48 Pixels </SPAN>
|
1276 |
-
|
1277 |
-
<SPAN class="IconSize-Item"> <INPUT <?php echo$checked64;?> value="64" type="radio" name="sociable_options[icon_size]" />64x64 Pixels </SPAN>
|
1278 |
-
|
1279 |
-
|
1280 |
-
</DIV>
|
1281 |
-
|
1282 |
-
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="IconSize-Title" style="margin-top:20px;">
|
1283 |
-
<TR>
|
1284 |
-
<TD class="Border-Left" ></TD><TD class="BG-Middle" ><?php _e("Icons Style","sociable");?></TD><TD class="Border-Right"></TD>
|
1285 |
-
</TR>
|
1286 |
-
</TABLE>
|
1287 |
-
<BR/>
|
1288 |
-
|
1289 |
-
<DIV class="Content-Box" id="IconSize-Content" style="padding:20px;">
|
1290 |
-
|
1291 |
-
<?php
|
1292 |
-
$checked1 = "";
|
1293 |
-
$checked2 = "";
|
1294 |
-
$checked3 = "";
|
1295 |
-
$checked4 = "";
|
1296 |
-
$checked5 = "";
|
1297 |
-
$checked6 = "";
|
1298 |
-
if ($sociable_options["icon_option"] == "option1") $checked1 = "checked='checked'";
|
1299 |
-
if ($sociable_options["icon_option"] == "option2") $checked2 = "checked='checked'";
|
1300 |
-
if ($sociable_options["icon_option"] == "option3") $checked3 = "checked='checked'";
|
1301 |
-
if ($sociable_options["icon_option"] == "option4") $checked4 = "checked='checked'";
|
1302 |
-
if ($sociable_options["icon_option"] == "option5") $checked5 = "checked='checked'";
|
1303 |
-
if ($sociable_options["icon_option"] == "option6") $checked6 = "checked='checked'";
|
1304 |
-
|
1305 |
-
$imagepath = isset( $sociable_options['sociable_imagedir'] ) ? $sociable_options['sociable_imagedir'] : '' ;
|
1306 |
-
|
1307 |
-
if ($imagepath == "") {
|
1308 |
-
$imagepath = trailingslashit( SOCIABLE_HTTP_PATH ) . 'images/';
|
1309 |
-
} else {
|
1310 |
-
$imagepath .= trailingslashit( $imagepath );
|
1311 |
-
}
|
1312 |
-
//echo $imagepath;
|
1313 |
-
?>
|
1314 |
-
|
1315 |
-
<SPAN class="IconStyle-Item"> <INPUT name="sociable_options[icon_option]" <?php echo$checked1?> value="option1" type="radio" /> <IMG src="<?php echo$imagepath?>icon_styles/<?php echo$sociable_options["icon_size"]?>/option1_<?php echo$sociable_options["icon_size"]?>.jpg" /> </SPAN>
|
1316 |
-
<BR/><BR/>
|
1317 |
-
<SPAN class="IconStyle-Item"> <INPUT name="sociable_options[icon_option]" <?php echo$checked2?> value="option2" type="radio" /> <IMG src="<?php echo$imagepath?>icon_styles/<?php echo$sociable_options["icon_size"]?>/option2_<?php echo$sociable_options["icon_size"]?>.jpg" /> </SPAN>
|
1318 |
-
<BR/><BR/>
|
1319 |
-
<SPAN class="IconStyle-Item"> <INPUT name="sociable_options[icon_option]" <?php echo$checked3?> value="option3" type="radio" /> <IMG src="<?php echo$imagepath?>icon_styles/<?php echo$sociable_options["icon_size"]?>/option3_<?php echo$sociable_options["icon_size"]?>.jpg" /> </SPAN>
|
1320 |
-
<BR/><BR/>
|
1321 |
-
<SPAN class="IconStyle-Item"> <INPUT name="sociable_options[icon_option]" <?php echo$checked4?> value="option4" type="radio" /> <IMG src="<?php echo$imagepath?>icon_styles/<?php echo$sociable_options["icon_size"]?>/option4_<?php echo$sociable_options["icon_size"]?>.jpg" /> </SPAN>
|
1322 |
-
<BR/><BR/>
|
1323 |
-
<SPAN class="IconStyle-Item"> <INPUT name="sociable_options[icon_option]" <?php echo$checked5?> value="option5" type="radio" /> <IMG src="<?php echo$imagepath?>icon_styles/<?php echo$sociable_options["icon_size"]?>/option5_<?php echo$sociable_options["icon_size"]?>.jpg" /> </SPAN>
|
1324 |
-
<BR/><BR/>
|
1325 |
-
<SPAN class="IconStyle-Item"> <INPUT name="sociable_options[icon_option]" <?php echo$checked6?> value="option6" type="radio" /> <IMG src="<?php echo$imagepath?>icon_styles/16/option_6_16.png" /> </SPAN>
|
1326 |
-
<BR/><BR/>
|
1327 |
-
</DIV>
|
1328 |
-
|
1329 |
-
<TABLE class="Title-Box" style="cursor:pointer;" cellspacing="0" cellpadding="0" onclick="hideOrShow('Locations');" >
|
1330 |
-
<TR>
|
1331 |
-
<TD class="Border-Left" ></TD><TD class="BG-Middle" id="Locations-Title" ><span id="Locations-Tab">+ </span><?php _e("Locations","sociable");?></TD><TD class="Border-Right"></TD>
|
1332 |
-
</TR>
|
1333 |
-
</TABLE>
|
1334 |
-
<BR/>
|
1335 |
-
|
1336 |
-
<DIV class="Content-Box" id="Locations-Content" style="display:none;" >
|
1337 |
-
<DIV class="Locations-TXT" id="Locations-TXT" ><?php _e("Please select the locations that you wish to allow the Sociable plugin to insert itself.","sociable");?></DIV>
|
1338 |
-
|
1339 |
-
<BR/>
|
1340 |
-
<DIV align="center" style="width:100%;">
|
1341 |
-
<TABLE align="center" class="Locations-List" cellspacing="0" border=0 cellpadding="10">
|
1342 |
-
<TR valign="top" >
|
1343 |
-
<TD align="right" class="Title" ><?php _e("Home page","sociable");?></TD>
|
1344 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_front_page"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_front_page]" id="HomePage" /></TD>
|
1345 |
-
<TD align="left" class="Content">
|
1346 |
-
<SPAN class="TXT"><?php _e("The front page of the blog (if set to a static page), or the main blog page (if set to your latest posts).","sociable");?></SPAN>
|
1347 |
-
|
1348 |
-
</TD>
|
1349 |
-
</TR>
|
1350 |
-
|
1351 |
-
<TR valign="top" >
|
1352 |
-
<TD align="right" class="Title" ><?php _e("Blog page","sociable");?></TD>
|
1353 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_home"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_home]" id="BlogPage" /></TD>
|
1354 |
-
<TD align="left" class="Content">
|
1355 |
-
<SPAN class="TXT"><?php _e("The home page of the blog if is set to your latest posts, or the posts page if the home page is set to a static page","sociable");?></SPAN>
|
1356 |
-
|
1357 |
-
</TD>
|
1358 |
-
</TR>
|
1359 |
-
|
1360 |
-
<TR valign="top" >
|
1361 |
-
<TD align="right" class="Title" ><?php _e("Posts","sociable");?></TD>
|
1362 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_single"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_single]" id="Posts" /></TD>
|
1363 |
-
<TD align="left" class="Content">
|
1364 |
-
<SPAN class="TXT"><?php _e("Single post pages","sociable");?></SPAN>
|
1365 |
-
|
1366 |
-
</TD>
|
1367 |
-
</TR>
|
1368 |
-
|
1369 |
-
<TR valign="top" >
|
1370 |
-
<TD align="right" class="Title" ><?php _e("Pages","sociable");?></TD>
|
1371 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_page"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_page]" id="Pages" /></TD>
|
1372 |
-
<TD align="left" class="Content">
|
1373 |
-
<SPAN class="TXT"><?php _e("Individual Wordpress pages","sociable");?></SPAN>
|
1374 |
-
|
1375 |
-
</TD>
|
1376 |
-
</TR>
|
1377 |
-
|
1378 |
-
<TR valign="top" >
|
1379 |
-
<TD align="right" class="Title" ><?php _e("Category archives","sociable");?></TD>
|
1380 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_category"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_category]" id="CategoryArchives" /></TD>
|
1381 |
-
<TD align="left" class="Content">
|
1382 |
-
<SPAN class="TXT"><?php _e("Category archive pages","sociable");?></SPAN>
|
1383 |
-
|
1384 |
-
</TD>
|
1385 |
-
</TR>
|
1386 |
-
|
1387 |
-
<TR valign="top" >
|
1388 |
-
<TD align="right" class="Title" ><?php _e("Date archives","sociable");?></TD>
|
1389 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_date"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_date]" id="DateArchives" /></TD>
|
1390 |
-
<TD align="left" class="Content">
|
1391 |
-
<SPAN class="TXT"><?php _e("Date archive pages","sociable");?> </SPAN>
|
1392 |
-
|
1393 |
-
</TD>
|
1394 |
-
</TR>
|
1395 |
-
|
1396 |
-
<TR valign="top" >
|
1397 |
-
<TD align="right" class="Title" ><?php _e("Tag archives","sociable");?></TD>
|
1398 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_tag"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_tag]" id="TagArchives" /></TD>
|
1399 |
-
<TD align="left" class="Content">
|
1400 |
-
<SPAN class="TXT"><?php _e("Tag archive pages","sociable");?> </SPAN>
|
1401 |
-
|
1402 |
-
</TD>
|
1403 |
-
</TR>
|
1404 |
-
|
1405 |
-
<TR valign="top" >
|
1406 |
-
<TD align="right" class="Title" ><?php _e("Author archives","sociable");?></TD>
|
1407 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_author"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_author]" id="AuthorArchives" /></TD>
|
1408 |
-
<TD align="left" class="Content">
|
1409 |
-
<SPAN class="TXT"><?php _e("Author archive pages","sociable");?></SPAN>
|
1410 |
-
|
1411 |
-
</TD>
|
1412 |
-
</TR>
|
1413 |
-
|
1414 |
-
<TR valign="top" >
|
1415 |
-
<TD align="right" class="Title" ><?php _e("Search results","sociable");?></TD>
|
1416 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_search"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_search]" id="SearchResults" /></TD>
|
1417 |
-
<TD align="left" class="Content">
|
1418 |
-
<SPAN class="TXT"><?php _e("Search results pages","sociable");?></SPAN>
|
1419 |
-
|
1420 |
-
</TD>
|
1421 |
-
</TR>
|
1422 |
-
|
1423 |
-
<TR valign="top" >
|
1424 |
-
<TD align="right" class="Title" ><?php _e("RSS feeds","sociable");?></TD>
|
1425 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_rss"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_rss]" id="RssFeeds" /></TD>
|
1426 |
-
<TD align="left" class="Content">
|
1427 |
-
<SPAN class="TXT"><?php _e("RSS feeds","sociable");?></SPAN>
|
1428 |
-
|
1429 |
-
</TD>
|
1430 |
-
</TR>
|
1431 |
-
|
1432 |
-
|
1433 |
-
</TABLE>
|
1434 |
-
<BR/><BR/>
|
1435 |
-
</DIV>
|
1436 |
-
</DIV>
|
1437 |
-
|
1438 |
-
<TABLE class="Title-Box" style="cursor:pointer;" cellspacing="0" cellpadding="0" onclick="hideOrShow('GeneralOptions');">
|
1439 |
-
<TR>
|
1440 |
-
<TD class="Border-Left" ></TD><TD class="BG-Middle" id="GeneralOptions-Title" ><span id="GeneralOptions-Tab"> + </span> <?php _e("General Options","sociable");?></TD><TD class="Border-Right"></TD>
|
1441 |
-
</TR>
|
1442 |
-
</TABLE>
|
1443 |
-
<BR/>
|
1444 |
-
|
1445 |
-
<DIV class="Content-Box" id="GeneralOptions-Content" style="display:none;" >
|
1446 |
-
|
1447 |
-
<BR/>
|
1448 |
-
<DIV align="center" style="width:100%;">
|
1449 |
-
<TABLE align="center" class="GeneralOptions-List" cellspacing="0" border=0 cellpadding ="10" >
|
1450 |
-
<TR valign="top" >
|
1451 |
-
<TD align="right" class="Title" ><?php _e("Automatic mode","sociable")?></TD>
|
1452 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["automatic_mode"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[automatic_mode]" id="AutoMode" /></TD>
|
1453 |
-
<TD align="left" class="Content">
|
1454 |
-
<SPAN class="TXT"><?php _e("Do you want to automatically use Sociable on the locations specified?","sociable");?> </SPAN>
|
1455 |
-
<BR/>
|
1456 |
-
<SPAN class="sTXT">
|
1457 |
-
<?php _e("If this is unchecked, you will have to use the shortcode[sociable/] or template","sociable");?> tag ?php if( function_exists( do_sociable() ) ){ do_sociable(); }
|
1458 |
-
</SPAN>
|
1459 |
-
|
1460 |
-
</TD>
|
1461 |
-
</TR>
|
1462 |
-
|
1463 |
-
|
1464 |
-
</TR>
|
1465 |
-
<TR valign="top" >
|
1466 |
-
<TD align="right" class="Title" ><?php _e("Use styleSheet","sociable");?></TD>
|
1467 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["use_stylesheet"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[use_stylesheet]" id="UseStyleSheets" /></TD>
|
1468 |
-
<TD align="left" class="Content">
|
1469 |
-
<SPAN class="TXT"><?php _e("Do you want to use the default stylesheet for sociable?","sociable");?></SPAN>
|
1470 |
-
</TD>
|
1471 |
-
</TR>
|
1472 |
-
<TR valign="top" >
|
1473 |
-
<TD align="right" class="Title" ><?php _e("Use your own icons","sociable");?></TD>
|
1474 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["custom_icons"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[custom_icons]" id="UseStyleSheets" /></TD>
|
1475 |
-
<TD align="left" class="Content">
|
1476 |
-
<SPAN class="TXT"><?php _e("Do you want to use your own icons for sociable?","sociable");?></SPAN>
|
1477 |
-
</TD>
|
1478 |
-
</TR>
|
1479 |
-
<TR valign="top" >
|
1480 |
-
<TD align="right" class="Title" ><?php _e("Use images","sociable");?></TD>
|
1481 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["use_images"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[use_images]" id="UseImages" /></TD>
|
1482 |
-
<TD align="left" class="Content">
|
1483 |
-
<SPAN class="TXT"><?php _e("Do you want to use the Sociable images? If not, the plugin will insert plain text links.","sociable");?></SPAN>
|
1484 |
-
</TD>
|
1485 |
-
</TR>
|
1486 |
-
|
1487 |
-
|
1488 |
-
<TR valign="top" >
|
1489 |
-
<TD align="right" class="Title" ><?php _e("Use alpha mask","sociable");?></TD>
|
1490 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["use_alphamask"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[use_alphamask]" id="AlphaMask" /></TD>
|
1491 |
-
<TD align="left" class="Content">
|
1492 |
-
<SPAN class="TXT"><?php _e("Do you want to use alpha masks on the images (available only on the Original Sociable)?","sociable");?></SPAN>
|
1493 |
-
</TD>
|
1494 |
-
</TR>
|
1495 |
-
<TR valign="top" >
|
1496 |
-
<TD align="right" class="Title" ><?php _e("Bottom and Top","sociable");?></TD>
|
1497 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["topandbottom"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[topandbottom]" id="TopAndBottom" /></TD>
|
1498 |
-
<TD align="left" class="Content">
|
1499 |
-
<SPAN class="TXT"><?php _e("Do you want to use Sociable plugin to show up at the top and bottom?","sociable");?></SPAN>
|
1500 |
-
</TD>
|
1501 |
-
</TR>
|
1502 |
-
<TR valign="top" >
|
1503 |
-
<TD align="right" class="Title" ><?php _e("Open in new window","sociable");?></TD>
|
1504 |
-
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["new_window"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[new_window]" id="OpenNewWindow" /></TD>
|
1505 |
-
<TD align="left" class="Content">
|
1506 |
-
<SPAN class="TXT"><?php _e("do you want to open the links in a new window?","sociable");?></SPAN>
|
1507 |
-
</TD>
|
1508 |
-
</TR>
|
1509 |
-
|
1510 |
-
|
1511 |
-
|
1512 |
-
</TABLE>
|
1513 |
-
|
1514 |
-
<BR/><BR/>
|
1515 |
-
</DIV>
|
1516 |
-
</DIV>
|
1517 |
-
<table class="Title-Box" style="cursor:pointer;" cellspacing="0" cellpadding="0" onclick="hideOrShow('Active');" >
|
1518 |
-
<tr>
|
1519 |
-
<td class="Border-Left" ></td>
|
1520 |
-
<td class="BG-Middle" id="Active-Title" ><span id="Active-Tab">+ </span><?php _e("Active Sociable Classic","sociable");?></td><td class="Border-Right"></td>
|
1521 |
-
</tr>
|
1522 |
-
</table>
|
1523 |
-
|
1524 |
-
<div style="display: block;" id="Active-Content" class="Content-Box">
|
1525 |
-
<br />
|
1526 |
-
<div align="center" style="width:100%;">
|
1527 |
-
<table align="center" cellspacing="0" cellpadding="10" border="0" class="GeneralOptions-List">
|
1528 |
-
|
1529 |
-
<tbody><tr valign="top">
|
1530 |
-
<td align="right" class="Title">Active Sociable Classic</td>
|
1531 |
-
<td align="left" style="width:5px;">
|
1532 |
-
<input <?php if(isset($sociable_options["active"])) echo "checked='checked'"?> type="checkbox" id="active" name="sociable_options[active]" /></td>
|
1533 |
-
<td align="left" class="Content">
|
1534 |
-
<span class="TXT">Check if you want Sociable Classic enable </span>
|
1535 |
-
<br />
|
1536 |
-
|
1537 |
-
</td>
|
1538 |
-
</tr>
|
1539 |
-
</tbody></table>
|
1540 |
-
<br /><br />
|
1541 |
-
</div>
|
1542 |
-
</div>
|
1543 |
-
<table class="Title-Box" style="cursor:pointer;" cellspacing="0" cellpadding="0">
|
1544 |
-
<tr>
|
1545 |
-
<td class="Border-Left" ></td>
|
1546 |
-
<td class="BG-Middle" id="Active-Title" ><?php _e(" Send my config","sociable");?></td><td class="Border-Right"></td>
|
1547 |
-
</tr>
|
1548 |
-
</table>
|
1549 |
-
|
1550 |
-
<div style="display: block;" id="Active-Content" class="Content-Box">
|
1551 |
-
<br />
|
1552 |
-
<div align="center" style="width:100%;">
|
1553 |
-
<table align="center" cellspacing="0" cellpadding="10" border="0" class="GeneralOptions-List">
|
1554 |
-
|
1555 |
-
<tbody><tr valign="top">
|
1556 |
-
<td align="right" class="Title">Send my config</td>
|
1557 |
-
<td align="left" style="width:5px;">
|
1558 |
-
|
1559 |
-
<?php
|
1560 |
-
|
1561 |
-
$checked = "";
|
1562 |
-
if (!empty($sociable_options["pixel"])){
|
1563 |
-
|
1564 |
-
$checked = "checked='checked'";
|
1565 |
-
}
|
1566 |
-
|
1567 |
-
?>
|
1568 |
-
<input <?php echo $checked ?> type="checkbox" id="active" name="sociable_options[pixel]" /></td>
|
1569 |
-
<td align="left" class="Content">
|
1570 |
-
<span class="TXT">
|
1571 |
-
Check if you want help Sociable grow.
|
1572 |
-
</br>
|
1573 |
-
This information be used only to improve Sociable.
|
1574 |
-
</br>
|
1575 |
-
You accept send us your blog configuration and blog name
|
1576 |
-
</span>
|
1577 |
-
<br />
|
1578 |
-
|
1579 |
-
</td>
|
1580 |
-
</tr>
|
1581 |
-
</tbody></table>
|
1582 |
-
<br /><br />
|
1583 |
-
</div>
|
1584 |
-
</div>
|
1585 |
-
|
1586 |
-
|
1587 |
-
<?php //<HR style="height:10px;background:#18305d;"/>?>
|
1588 |
-
<?php settings_fields( 'sociable_options_group' ); ?>
|
1589 |
-
</FORM>
|
1590 |
-
<DIV class="Content-Box" >
|
1591 |
-
<DIV id="ActionsBar">
|
1592 |
-
<DIV class="SaveChanges" onClick="document.getElementById('form1').submit();" style="cursor:pointer;line-height:15px;"><br/>
|
1593 |
-
<span style="margin:30px;"><?php _e("Save Changes","sociable");?></span>
|
1594 |
-
</DIV>
|
1595 |
-
<DIV class="ResetSociable" id="sociable_reset" name="sociable_reset" onClick="document.getElementById('sociable_reset_form').submit();" style="cursor:pointer;line-height:15px;font-size:12px;"><br/>
|
1596 |
-
<span style="margin:40px;margin-left:35px;"><?php _e("Reset Sociable","sociable");?></span>
|
1597 |
-
</DIV>
|
1598 |
-
<DIV class="UninstallSociable" onClick="document.getElementById('sociable_remove_form').submit();" style="cursor:pointer;line-height:15px;font-size:12px;"><br/>
|
1599 |
-
<span style="margin:25px;margin-left:20px;"><?php _e("Completly Uninstall Sociable","sociable");?></span>
|
1600 |
-
</DIV>
|
1601 |
-
</DIV>
|
1602 |
-
</DIV>
|
1603 |
-
<br>
|
1604 |
-
<br>
|
1605 |
-
<?php //do_settings_sections( 'sociable_options' ); ?>
|
1606 |
-
<form id="sociable_reset_form" action="" method="POST">
|
1607 |
-
<?php wp_nonce_field('sociable-reset'); ?>
|
1608 |
-
<input type="hidden" id="sociable_reset" name="sociable_reset" value="1">
|
1609 |
-
<?php //submit_button( __( 'Reset Sociable' ) , 'primary', 'sociable_reset', false ); ?>
|
1610 |
-
</form>
|
1611 |
-
|
1612 |
-
|
1613 |
-
</div>
|
1614 |
-
<?php }
|
1615 |
-
|
1616 |
-
function add_meta_box( $page ){
|
1617 |
-
add_meta_box( 'sociable_off' , __( 'Disable sociable' ), array( 'sociable_Admin_Options' , 'create_meta_box' ) , $page, 'side', 'default' );
|
1618 |
-
}
|
1619 |
-
|
1620 |
-
function create_meta_box(){
|
1621 |
-
global $post;
|
1622 |
-
$sociableoff = false;
|
1623 |
-
$checked = '';
|
1624 |
-
if ( get_post_meta( $post->ID,'_sociableoff',true ) ) {
|
1625 |
-
$checked = 'checked="checked"';
|
1626 |
-
}
|
1627 |
-
wp_nonce_field( 'update_sociable_off' , 'sociable_nonce' );
|
1628 |
-
echo '<input type="checkbox" id="sociableoff" name="sociableoff" ' . $checked . ' /> <p class="description">' . __('Check This To Disable Sociable 2 On This Post Only.') . '</p>';
|
1629 |
-
|
1630 |
-
}
|
1631 |
-
|
1632 |
-
function save_post( $post_id ){
|
1633 |
-
|
1634 |
-
if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE )
|
1635 |
-
return $post_id;
|
1636 |
-
// verify this came from the our screen and with proper authorization,
|
1637 |
-
// because save_post can be triggered at other times
|
1638 |
-
|
1639 |
-
$nonce = ( isset( $_POST['sociable_nonce'] ) ) ? $_POST['sociable_nonce'] : false ;
|
1640 |
-
if ( ! $nonce || ! wp_verify_nonce( $nonce, 'update_sociable_off' ) )
|
1641 |
-
return $post_id;
|
1642 |
-
// Check permissions
|
1643 |
-
if ( 'page' == $_POST['post_type'] ){
|
1644 |
-
if ( !current_user_can( 'edit_page', $post_id ) )
|
1645 |
-
return;
|
1646 |
-
} else {
|
1647 |
-
if ( !current_user_can( 'edit_post', $post_id ) )
|
1648 |
-
return;
|
1649 |
-
}
|
1650 |
-
|
1651 |
-
//Lets Do This
|
1652 |
-
if( isset( $_POST['sociableoff'] ) ){
|
1653 |
-
update_post_meta( $post_id, '_sociableoff' , $_POST['sociableoff'] );
|
1654 |
-
} else {
|
1655 |
-
delete_post_meta( $post_id, '_sociableoff' );
|
1656 |
-
}
|
1657 |
-
|
1658 |
-
return $post_id;
|
1659 |
-
}
|
1660 |
-
|
1661 |
-
/**
|
1662 |
-
* This Function Runs Before The Options Are Printed Out.
|
1663 |
-
*/
|
1664 |
-
function general_options_callback(){
|
1665 |
-
|
1666 |
-
return true;
|
1667 |
-
}
|
1668 |
-
|
1669 |
-
/**
|
1670 |
-
* This Function Runs Before The Location Options Are Echoed Out.
|
1671 |
-
*/
|
1672 |
-
function location_options_callback(){
|
1673 |
-
echo '<p>' . __( 'Please Select The Locations That You Wish To Allow The Sociable 2 Plugin To Insert The Links.' ) . '</p>';
|
1674 |
-
}
|
1675 |
-
|
1676 |
-
/**
|
1677 |
-
* Adds A Function For The add_settings_field(); function
|
1678 |
-
*
|
1679 |
-
* should be passed:
|
1680 |
-
* $data = array(
|
1681 |
-
* 'id' => 'field_id_and_name',
|
1682 |
-
* 'description' => 'field Description Should Go Here, This is Not The Title, Rather The Description'
|
1683 |
-
* );
|
1684 |
-
*/
|
1685 |
-
function Checkbox( $data ){
|
1686 |
-
global $sociable_options;
|
1687 |
-
|
1688 |
-
//Save The Locations As a seperate array option
|
1689 |
-
if( isset( $data['locations'] ) ){
|
1690 |
-
$name = 'sociable_options[locations][' . $data['id'] . ']';
|
1691 |
-
$checked = ( isset( $sociable_options['locations'][$data['id']] ) ) ? 'checked="checked"' : '' ;
|
1692 |
-
} else {
|
1693 |
-
$name = 'sociable_options[' . $data['id'] . ']';
|
1694 |
-
$checked = ( isset( $sociable_options[$data['id']] ) ) ? 'checked="checked"' : '' ;
|
1695 |
-
}
|
1696 |
-
|
1697 |
-
|
1698 |
-
echo '<input ' . $checked . ' id="' . $data['id'] . '" name="' . $name . '" type="checkbox" /> <span class="description">' . $data['description'] . '</span>';
|
1699 |
-
}
|
1700 |
-
|
1701 |
-
function TextInput( $data ){
|
1702 |
-
global $sociable_options;
|
1703 |
-
|
1704 |
-
$value = ( isset( $sociable_options[$data['id']] ) ) ? $sociable_options[$data['id']] : '';
|
1705 |
-
|
1706 |
-
echo '<input id="' . $data['id'] . '" name="sociable_options[' . $data['id'] . ']" size="40" type="text" value="' . esc_attr( $value ) . '" /> <br /><span class="description">' . $data['description'] . '</span>';
|
1707 |
-
|
1708 |
-
}
|
1709 |
-
|
1710 |
-
function TextArea( $data ){
|
1711 |
-
global $sociable_options;
|
1712 |
-
|
1713 |
-
$value = ( isset( $sociable_options[$data['id']] ) ) ? $sociable_options[$data['id']] : '';
|
1714 |
-
|
1715 |
-
echo '<textarea id="' . $data['id'] . '" name="sociable_options[' . $data['id'] . ']" >' . $value . '</textarea> <br /><span class="description">' . $data['description'] . '</span>';
|
1716 |
-
|
1717 |
-
}
|
1718 |
-
|
1719 |
-
function radio( $data ){
|
1720 |
-
global $sociable_options;
|
1721 |
-
|
1722 |
-
$cur_val = ( isset( $sociable_options[$data['id']] ) ) ? $sociable_options[$data['id']] : 0 ;
|
1723 |
-
|
1724 |
-
echo '<span class="description">' . $data['description'] . '</span><br />';
|
1725 |
-
foreach( $data['options'] as $value => $option ){
|
1726 |
-
$selected = ( $value == $cur_val ) ? 'checked="checked"' : '' ;
|
1727 |
-
echo '<input type="radio" name="sociable_options[' . $data['id'] . ']" value="' . $value . '" ' . $selected . ' /> <span>' . $option . '</span><br />';
|
1728 |
-
}
|
1729 |
-
}
|
1730 |
-
|
1731 |
-
|
1732 |
-
}
|
1733 |
-
function add_ie7() {
|
1734 |
-
echo'<!--[if lt IE 7]>
|
1735 |
-
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js"
|
1736 |
-
type="text/javascript"></script>
|
1737 |
-
<![endif]-->
|
1738 |
-
<!--[if lt IE 8]>
|
1739 |
-
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js"
|
1740 |
-
type="text/javascript"></script>
|
1741 |
-
<![endif]-->
|
1742 |
-
<!--[if lt IE 9]>
|
1743 |
-
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
|
1744 |
-
<![endif]-->';
|
1745 |
-
}
|
1746 |
-
//add_action('admin_head', 'add_ie7' );
|
1747 |
-
?>
|
1 |
+
<?php
|
2 |
+
/*
|
3 |
+
* Administration Options Class For Sociable 2
|
4 |
+
*/
|
5 |
+
class sociable_Admin_Options{
|
6 |
+
/**
|
7 |
+
* A Function To Hook To Admin Init.
|
8 |
+
*/
|
9 |
+
function init(){
|
10 |
+
register_setting( 'sociable_options_group' , 'sociable_options' );
|
11 |
+
//Add The Settings Sections
|
12 |
+
// add_settings_section( 'sociable_locations', __( 'Locations' ), array( 'sociable_Admin_Options' , 'location_options_callback' ) , 'sociable_options' );
|
13 |
+
// add_settings_section( 'sociable_options', __( 'General Options' ), array( 'sociable_Admin_Options' , 'general_options_callback' ) , 'sociable_options' );
|
14 |
+
register_setting( 'skyscraper_options_group' , 'skyscraper_options' );
|
15 |
+
// add_settings_section( 'sociable_locations', __( 'Locations' ), array( 'sociable_Admin_Options' , 'location_options_callback' ) , 'skyscraper_options' );
|
16 |
+
}
|
17 |
+
function skyscraper_init(){
|
18 |
+
register_setting( 'skyscraper_options_group' , 'skyscraper_options' );
|
19 |
+
add_settings_section( 'sociable_locations', __( 'Locations' ), array( 'sociable_Admin_Options' , 'location_options_callback' ) , 'skyscraper_options' );
|
20 |
+
//Add All The Settings Fields
|
21 |
+
//self::add_settings_fields();
|
22 |
+
}
|
23 |
+
function Select_Sociable_Page(){
|
24 |
+
global $sociable_options;
|
25 |
+
?>
|
26 |
+
|
27 |
+
<style>
|
28 |
+
|
29 |
+
.Title-Box .BG-Middle {
|
30 |
+
|
31 |
+
vertical-align: middle;
|
32 |
+
|
33 |
+
}
|
34 |
+
|
35 |
+
</style>
|
36 |
+
|
37 |
+
<div class="wrap" style="margin-top:25px">
|
38 |
+
<div style="width: 80%; margin-left: 25px; color: rgb(147, 147, 147); font-weight: bold; font-size: 15px;">
|
39 |
+
Congrats for joining the leader in the sharing space of WordPress plugins. "Sociable" is totally FREE, has over 1,7 million downloads and now you can enjoy Fueto and make your searches more Sociable.<br /> <br />
|
40 |
+
</div>
|
41 |
+
<div class="wrap" style="width:42%;float:left">
|
42 |
+
<?php //wp_nonce_field('sociable-config'); ?>
|
43 |
+
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="Preview-Title" style="margin:0 0 0 25px">
|
44 |
+
<TR>
|
45 |
+
<TD class="Border-Left" ></TD><TD class="BG-Middle" >Skyscraper Sociable</TD><TD class="Border-Right"></TD>
|
46 |
+
</TR>
|
47 |
+
<TR>
|
48 |
+
<TD colspan="3" >
|
49 |
+
<table>
|
50 |
+
<tr>
|
51 |
+
<td>
|
52 |
+
<img src="<?php echo SOCIABLE_HTTP_PATH ?>images/skyphoto.png" style="margin-left:-5px;margin-top:20px;" />
|
53 |
+
</td>
|
54 |
+
<td valign="top" >
|
55 |
+
<br/><br/>
|
56 |
+
<span style="font-size:18px;color:#18305e;font-weight:bold;">Skyscraper Sociable</span>
|
57 |
+
<p style="font-size:12px;color:#939393;font-weight:bold;" >
|
58 |
+
Now introducing the ultimate advanced and feature packed plugin for setting up rating system on your WordPress blog.
|
59 |
+
<br/ ><br/ >
|
60 |
+
Sociable Skyscraper allows you to set up different rating systems for posts, pages and comments with great degree of customization.
|
61 |
+
<br/ ><br/ >
|
62 |
+
List of features is so smart and non-stop growing:
|
63 |
+
<br/ ><br/ >
|
64 |
+
You can get more "Sociable" with Sociable Skyscraper and easily getting
|
65 |
+
Rating and Review of: posts, pages, comments, Facebook, G+, LinkedIN,
|
66 |
+
Twitter as well as multiple ratings for posts and pages. Visitor's counter,
|
67 |
+
visitor's from Facebook and Twitter... As a plus you get an easy way to get
|
68 |
+
TOP or HOME from Sociable Skyscraper.
|
69 |
+
<br/ ><br/ >
|
70 |
+
Enjoy it now!!!
|
71 |
+
<br/ ><br/ >
|
72 |
+
Be Sociable, Share!!!
|
73 |
+
</p>
|
74 |
+
|
75 |
+
<a href="?page=skyscraper_options" style="color:#ffffff;text-decoration:none;" ><img src="<?php echo SOCIABLE_HTTP_PATH ?>images/button_newsky.png" ></a>
|
76 |
+
|
77 |
+
</td>
|
78 |
+
</tr>
|
79 |
+
|
80 |
+
|
81 |
+
|
82 |
+
</table>
|
83 |
+
</TD>
|
84 |
+
|
85 |
+
|
86 |
+
</TR>
|
87 |
+
</TABLE>
|
88 |
+
<BR/>
|
89 |
+
|
90 |
+
</div>
|
91 |
+
<div class="wrap" style="margin-left:30px;width:48%;float:left">
|
92 |
+
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="Preview-Title" style="margin:0 0 0 25px">
|
93 |
+
<TR>
|
94 |
+
<TD class="Border-Left" ></TD><TD class="BG-Middle" >Classic Sociable</TD><TD class="Border-Right"></TD>
|
95 |
+
</TR>
|
96 |
+
<TR>
|
97 |
+
<TD colspan="3" >
|
98 |
+
<div style="margin-left:5px;">
|
99 |
+
<br /><br />
|
100 |
+
<span style="font-size:18px;color:#18305e;font-weight:bold;">Classic Sociable</span>
|
101 |
+
|
102 |
+
<p style="font-size:12px;color:#939393;font-weight:bold;" >
|
103 |
+
We've improved our visual interface, the default icons are now much
|
104 |
+
<br/ >
|
105 |
+
more appealing, and a touch bit larger (you do want your readers to
|
106 |
+
<br/ >
|
107 |
+
share your posts, don't you? :) Get it now!
|
108 |
+
</p>
|
109 |
+
<img src="<?php echo SOCIABLE_HTTP_PATH ?>images/socciable_old.png" ><br/>
|
110 |
+
<div style="height: 176px;"></div>
|
111 |
+
<a href="?page=sociable_options" style="color:#ffffff;text-decoration:none;" ><img src="<?php echo SOCIABLE_HTTP_PATH ?>images/button_sociabb.png" ></a>
|
112 |
+
</div>
|
113 |
+
</TD>
|
114 |
+
|
115 |
+
</TR>
|
116 |
+
</TABLE>
|
117 |
+
<BR/>
|
118 |
+
|
119 |
+
</div>
|
120 |
+
|
121 |
+
</div>
|
122 |
+
<?php }
|
123 |
+
|
124 |
+
function create_select_options($value){
|
125 |
+
|
126 |
+
for($i=3; $i<=9; ){
|
127 |
+
|
128 |
+
$sel = "";
|
129 |
+
if ($value == $i){
|
130 |
+
$sel = "selected";
|
131 |
+
}
|
132 |
+
echo "<option ".$sel." value='".$i."'> latest ".$i."</option>";
|
133 |
+
|
134 |
+
$i = $i+3;
|
135 |
+
}
|
136 |
+
}
|
137 |
+
|
138 |
+
|
139 |
+
function Create_Options_Page_Skycraper(){
|
140 |
+
global $skyscraper_options;
|
141 |
+
global $sociable_options;
|
142 |
+
?>
|
143 |
+
<style>
|
144 |
+
|
145 |
+
.Title-Box .BG-Middle {
|
146 |
+
|
147 |
+
vertical-align: middle;
|
148 |
+
|
149 |
+
}
|
150 |
+
|
151 |
+
</style>
|
152 |
+
<div class="wrap" style="width:48%;float:left">
|
153 |
+
<DIV style="margin:0 0 0 25px" class="Post-subTXT" id="Post-subTXT" >
|
154 |
+
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblogplay.com%2F&send=false&layout=standard&width=450&show_faces=true&action=recommend&colorscheme=light&font&height=80&appId=133479460071366" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:40px;" allowTransparency="true"></iframe>
|
155 |
+
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://blogplay.com" data-text="Check the sociable plugin" >Tweet</a>
|
156 |
+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
157 |
+
<br />
|
158 |
+
</div>
|
159 |
+
<form method="post" action="options.php" id="form1" autocomplete="off">
|
160 |
+
<?php wp_nonce_field('sociable-config'); ?>
|
161 |
+
<INPUT type="hidden" class="version-INPUT" id="version" name="skyscraper_options[version]" value="<?php echo $skyscraper_options["version"];?>" />
|
162 |
+
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="Preview-Title" style="margin:0 0 0 25px">
|
163 |
+
<TR>
|
164 |
+
<TD class="Border-Left" ></TD><TD class="BG-Middle" ><?php _e("Style Options","sociable");?></TD><TD class="Border-Right"></TD>
|
165 |
+
</TR>
|
166 |
+
</TABLE>
|
167 |
+
<BR/>
|
168 |
+
<DIV style="margin:0 0 0 25px" class="Post-subTXT" id="Post-subTXT" >
|
169 |
+
<?php _e("Text Size","sociable");?>:
|
170 |
+
<select id="text_size" name="skyscraper_options[text_size]" style="margin-left:73px">
|
171 |
+
<?php
|
172 |
+
for($px=10; $px <= 20; $px++) {
|
173 |
+
$sel = "";
|
174 |
+
if($px== $skyscraper_options["text_size"])$sel = "selected";
|
175 |
+
?>
|
176 |
+
<option <?php echo $sel?> value="<?php echo $px?>"><?php echo $px?>px</option>
|
177 |
+
<?php
|
178 |
+
}?>
|
179 |
+
</select>
|
180 |
+
</DIV>
|
181 |
+
<DIV style="margin:0 0 0 24px" class="Post-subTXT" id="Post-subTXT" ><?php _e("Widget Width","sociable");?>:
|
182 |
+
<select id="text_size" id="widget_width" name="skyscraper_options[widget_width]" style="margin-left:50px">
|
183 |
+
<?php
|
184 |
+
for($wi=70; $wi <= 90; ) {
|
185 |
+
$sel = "";
|
186 |
+
if($wi== $skyscraper_options["widget_width"])$sel = "selected";
|
187 |
+
?>
|
188 |
+
<option <?php echo $sel?> value="<?php echo $wi?>"><?php echo $wi?>px</option>
|
189 |
+
<?php
|
190 |
+
$wi +=5;
|
191 |
+
}?>
|
192 |
+
</select>
|
193 |
+
</DIV>
|
194 |
+
<DIV style="margin:0 0 0 25px" class="Post-subTXT" id="Post-subTXT" ><?php _e("Background Color","sociable");?>:
|
195 |
+
<input value="<?php echo $skyscraper_options['background_color']?>" style="margin-left:22px" id="background_color" name="skyscraper_options[background_color]" type="text" /> ( #fefefe default color)
|
196 |
+
</DIV>
|
197 |
+
<DIV style="margin:0 0 0 25px" class="Post-subTXT" id="Post-subTXT" ><?php _e("Labels Color","sociable");?>:
|
198 |
+
<input value="<?php echo $skyscraper_options['labels_color']?>" style="margin-left:49px" id="background_color" name="skyscraper_options[labels_color]" type="text" /> ( #f7f7f7 default color)
|
199 |
+
</DIV>
|
200 |
+
<BR/>
|
201 |
+
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="Tagline-Title">
|
202 |
+
<TR>
|
203 |
+
<TD class="Border-Left" ></TD><TD class="BG-Middle" >
|
204 |
+
Social Options
|
205 |
+
</TD>
|
206 |
+
<TD class="Border-Right"></TD>
|
207 |
+
</TR>
|
208 |
+
</TABLE>
|
209 |
+
<BR/>
|
210 |
+
<DIV style="margin:0 0 0 25px" class="Post-subTXT">
|
211 |
+
<?php _e("Your Twitter username","sociable");?>:<?php
|
212 |
+
if (!empty($skyscraper_options["twitter_username"])){
|
213 |
+
$twitter_username = $skyscraper_options["twitter_username"];
|
214 |
+
}
|
215 |
+
else{
|
216 |
+
$twitter_username = "@";
|
217 |
+
}
|
218 |
+
?>
|
219 |
+
<input type="text" name="skyscraper_options[twitter_username]" value="<?php echo $twitter_username?>" />
|
220 |
+
<select name="skyscraper_options[num_tweets]" id="num_tweets">
|
221 |
+
<?php self:: create_select_options($skyscraper_options["num_tweets"]) ?>
|
222 |
+
</select>
|
223 |
+
</DIV>
|
224 |
+
<BR/>
|
225 |
+
<DIV style="border: 1px solid rgb(223, 223, 223); margin-left: 22px; font-size: 10px; font-style: italic; width: 327px; padding: 0px 11px;">
|
226 |
+
<p>This feature will read your latest tweets and mentions posted by other users and show them on skyscraper sociable.
|
227 |
+
<p>Sociable will save and use your twitter username only to read tweets. </p>
|
228 |
+
|
229 |
+
<p>Your visitors can read the information that you are sharing.</p>
|
230 |
+
<p>If you agree check here:
|
231 |
+
|
232 |
+
<?php
|
233 |
+
|
234 |
+
$sel = "";
|
235 |
+
if (isset($skyscraper_options["accept_read_twitter"])){
|
236 |
+
|
237 |
+
if ($skyscraper_options["accept_read_twitter"] == 1){
|
238 |
+
|
239 |
+
$sel = "checked";
|
240 |
+
}
|
241 |
+
}
|
242 |
+
?>
|
243 |
+
<input type="checkbox" <?php echo $sel?> name="skyscraper_options[accept_read_twitter]" value="1"/>
|
244 |
+
</p>
|
245 |
+
</DIV>
|
246 |
+
<BR/>
|
247 |
+
<BR/>
|
248 |
+
<DIV style="margin:0 0 0 25px" class="Post-subTXT">
|
249 |
+
<?php _e("Your RSS feed","sociable");?>:
|
250 |
+
<?php
|
251 |
+
|
252 |
+
if (!empty($skyscraper_options["rss_feed"])){
|
253 |
+
$rss_feed = $skyscraper_options["rss_feed"];
|
254 |
+
}
|
255 |
+
else{
|
256 |
+
$rss_feed = "http://";
|
257 |
+
}
|
258 |
+
?>
|
259 |
+
<input type="text" name="skyscraper_options[rss_feed]" style="margin-left: 46px;" value="<?php echo $rss_feed?>" />
|
260 |
+
<select name="skyscraper_options[num_rss]" id="num_rss">
|
261 |
+
<?php self:: create_select_options($skyscraper_options["num_rss"]) ?>
|
262 |
+
</select>
|
263 |
+
</DIV><BR/>
|
264 |
+
<DIV style="border: 1px solid rgb(223, 223, 223); margin-left: 22px; font-size: 10px; font-style: italic; width: 327px; padding: 0px 11px;">
|
265 |
+
<p>This feature will read your rss posts and show them on skyscraper sociable. </p>
|
266 |
+
<p>Sociable will save and use the rss url only to read posts.</p>
|
267 |
+
<p>Your visitors can read the information that you are sharing.</p>
|
268 |
+
<p>If you agree check here:
|
269 |
+
|
270 |
+
<?php
|
271 |
+
|
272 |
+
$sel = "";
|
273 |
+
if (isset($skyscraper_options["accept_read_rss"])){
|
274 |
+
|
275 |
+
if ($skyscraper_options["accept_read_rss"] == 1){
|
276 |
+
|
277 |
+
$sel = "checked";
|
278 |
+
}
|
279 |
+
}
|
280 |
+
?>
|
281 |
+
<input type="checkbox" <?php echo $sel?> name="skyscraper_options[accept_read_rss]" value="1"/></p>
|
282 |
+
</DIV>
|
283 |
+
<BR/><BR/>
|
284 |
+
<DIV style="margin:0 0 0 25px" class="Post-subTXT">
|
285 |
+
<?php
|
286 |
+
|
287 |
+
|
288 |
+
$checked = "";
|
289 |
+
if (isset($skyscraper_options["counters"]["check"])){
|
290 |
+
$checked = "checked";
|
291 |
+
}
|
292 |
+
|
293 |
+
$folded = "checked";
|
294 |
+
$unfolded = "";
|
295 |
+
if (isset($skyscraper_options["counters"]["folded"])){
|
296 |
+
|
297 |
+
if($skyscraper_options["counters"]["folded"] == "1"){
|
298 |
+
|
299 |
+
$folded = "checked";
|
300 |
+
$unfolded= "";
|
301 |
+
}else{
|
302 |
+
|
303 |
+
$unfolded = "checked";
|
304 |
+
$folded= "";
|
305 |
+
}
|
306 |
+
}
|
307 |
+
|
308 |
+
|
309 |
+
?>
|
310 |
+
<input type="checkbox" <?php echo $checked ?> name="skyscraper_options[counters][check]" id="" />
|
311 |
+
Counters
|
312 |
+
<input name="skyscraper_options[counters][folded]" <?php echo $unfolded?> value="0" type="radio">Folded
|
313 |
+
<input name="skyscraper_options[counters][folded]" <?php echo $folded?> value="1" type="radio">Unfolded
|
314 |
+
</DIV><BR/>
|
315 |
+
<DIV style="border: 1px solid rgb(223, 223, 223); margin-left: 22px; font-size: 10px; font-style: italic; width: 327px; padding: 0px 11px;">
|
316 |
+
<p>This feature load Facebook Counter, Twitter Counter and Google Plus Counter.</p>
|
317 |
+
<p>Will load scripts from each site and show information of yours visitors and maybe and could delay the load of the page.</p>
|
318 |
+
</p>
|
319 |
+
</DIV>
|
320 |
+
<BR/> <BR/>
|
321 |
+
<DIV style="margin:0 0 0 25px" class="Post-subTXT">
|
322 |
+
<?php
|
323 |
+
$checked = "";
|
324 |
+
if (isset($skyscraper_options["share"]["check"])){
|
325 |
+
$checked = "checked";
|
326 |
+
}
|
327 |
+
else{
|
328 |
+
$checked = "";
|
329 |
+
}
|
330 |
+
|
331 |
+
if (isset($skyscraper_options["share"]["folded"])){
|
332 |
+
if($skyscraper_options["share"]["folded"] == "1"){
|
333 |
+
$folded = "checked";
|
334 |
+
$unfolded= "";
|
335 |
+
}else{
|
336 |
+
$unfolded = "checked";
|
337 |
+
$folded= "";
|
338 |
+
}
|
339 |
+
}
|
340 |
+
|
341 |
+
|
342 |
+
?>
|
343 |
+
|
344 |
+
<input type="checkbox" <?php echo $checked ?> name="skyscraper_options[share][check]" /> Share
|
345 |
+
<input style="margin-left:19px" <?php echo $unfolded?> value="0" name="skyscraper_options[share][folded]" type="radio">Folded
|
346 |
+
<input name="skyscraper_options[share][folded]" <?php echo $folded?> value="1" type="radio">Unfolded
|
347 |
+
</DIV>
|
348 |
+
<DIV class="Content-Box" id="Preview-Content">
|
349 |
+
|
350 |
+
</DIV>
|
351 |
+
<div style="clear:both"></div>
|
352 |
+
|
353 |
+
<BR/>
|
354 |
+
<DIV class="Content-Box" id="Preview-Content">
|
355 |
+
<ul class="items_li">
|
356 |
+
<li>
|
357 |
+
<?php
|
358 |
+
$checked = "";
|
359 |
+
if (isset($skyscraper_options['follow_us_check']) && $skyscraper_options['follow_us_check'] == "on"){
|
360 |
+
$checked = "checked";
|
361 |
+
}
|
362 |
+
?>
|
363 |
+
Follow Us
|
364 |
+
<ul class="sub_item_li">
|
365 |
+
<li>
|
366 |
+
<?php
|
367 |
+
$checked = "";
|
368 |
+
if (isset($skyscraper_options['follow_us']['twitter']["active"]) && $skyscraper_options['follow_us']['twitter']["active"] == "on"){
|
369 |
+
$checked = "checked";
|
370 |
+
}
|
371 |
+
?>
|
372 |
+
<input <?php echo $checked ?> name="skyscraper_options[follow_us][twitter][active]" type="checkbox" style="padding-bottom:5px" />
|
373 |
+
<?php
|
374 |
+
$account = "http://twitter.com/";
|
375 |
+
if(!empty($skyscraper_options["follow_us"]["twitter"]["account"])){
|
376 |
+
$account = $skyscraper_options["follow_us"]["twitter"]["account"];
|
377 |
+
}
|
378 |
+
?>
|
379 |
+
<input type="hidden" value="t.png" name="skyscraper_options[follow_us][twitter][logo]" />
|
380 |
+
<img style="padding-bottom:5px" src="<?php echo SOCIABLE_HTTP_PATH ?>images/toolbar/t.png"/>
|
381 |
+
<input size="40" name="skyscraper_options[follow_us][twitter][account]" value="<?php echo $account?>" type="text" />
|
382 |
+
</li>
|
383 |
+
<li>
|
384 |
+
<?php
|
385 |
+
$checked = "";
|
386 |
+
if ( isset($skyscraper_options['follow_us']['feed']["active"]) && $skyscraper_options['follow_us']['feed']["active"] == "on"){
|
387 |
+
$checked = "checked";
|
388 |
+
}
|
389 |
+
?>
|
390 |
+
<input <?php echo $checked ?> name="skyscraper_options[follow_us][feed][active]" type="checkbox" style="padding-bottom:5px" />
|
391 |
+
<input type="hidden" value="rss.png" name="skyscraper_options[follow_us][feed][logo]" />
|
392 |
+
<?php
|
393 |
+
$rss = "http://";
|
394 |
+
if(!empty($skyscraper_options["follow_us"]["feed"]["account"])){
|
395 |
+
|
396 |
+
$rss = $skyscraper_options["follow_us"]["feed"]["account"];
|
397 |
+
}
|
398 |
+
?>
|
399 |
+
<img style="padding-bottom:5px" src="<?php echo SOCIABLE_HTTP_PATH ?>images/toolbar/rss.png"/>
|
400 |
+
<input size="40" value="<?php echo $rss?>" name="skyscraper_options[follow_us][feed][account]" type="text" />
|
401 |
+
</li>
|
402 |
+
<li>
|
403 |
+
<?php
|
404 |
+
$checked = "";
|
405 |
+
if ( isset($skyscraper_options['follow_us']['fb']["active"]) && $skyscraper_options['follow_us']['fb']["active"] == "on"){
|
406 |
+
$checked = "checked";
|
407 |
+
}
|
408 |
+
?>
|
409 |
+
<input <?php echo $checked ?> name="skyscraper_options[follow_us][fb][active]" type="checkbox" style="padding-bottom:5px" />
|
410 |
+
<input type="hidden" value="f.png" name="skyscraper_options[follow_us][fb][logo]" />
|
411 |
+
|
412 |
+
<?php
|
413 |
+
$fb = "http://facebook.com/";
|
414 |
+
if(!empty($skyscraper_options["follow_us"]["fb"]["account"])){
|
415 |
+
|
416 |
+
$fb = $skyscraper_options["follow_us"]["fb"]["account"];
|
417 |
+
}
|
418 |
+
?>
|
419 |
+
<img style="padding-bottom:5px" src="<?php echo SOCIABLE_HTTP_PATH ?>images/toolbar/f.png"/>
|
420 |
+
<input size="40" value="<?php echo $fb?>" name="skyscraper_options[follow_us][fb][account]" type="text" />
|
421 |
+
</li>
|
422 |
+
|
423 |
+
<li>
|
424 |
+
<?php
|
425 |
+
$checked = "";
|
426 |
+
if ( isset($skyscraper_options['follow_us']['li']["active"]) && $skyscraper_options['follow_us']['li']["active"] == "on"){
|
427 |
+
$checked = "checked";
|
428 |
+
}
|
429 |
+
?>
|
430 |
+
<input <?php echo $checked ?> name="skyscraper_options[follow_us][li][active]" type="checkbox" style="padding-bottom:5px" />
|
431 |
+
<input type="hidden" value="i.png" name="skyscraper_options[follow_us][li][logo]" />
|
432 |
+
<input type="hidden" value="linkedin.com/in/" name="skyscraper_options[follow_us][li][url]" />
|
433 |
+
<?php
|
434 |
+
$li = "http://linkedin.com/";
|
435 |
+
if(!empty($skyscraper_options["follow_us"]["li"]["account"])){
|
436 |
+
|
437 |
+
$li = $skyscraper_options["follow_us"]["li"]["account"];
|
438 |
+
}
|
439 |
+
?>
|
440 |
+
<img style="padding-bottom:5px" src="<?php echo SOCIABLE_HTTP_PATH ?>images/toolbar/i.png"/>
|
441 |
+
<input size="40" value="<?php echo $li?>" name="skyscraper_options[follow_us][li][account]" type="text" />
|
442 |
+
</li>
|
443 |
+
</ul>
|
444 |
+
</li>
|
445 |
+
</ul>
|
446 |
+
</DIV>
|
447 |
+
<br />
|
448 |
+
|
449 |
+
<div class="Content-Box" id="Active-Content" style="display: block;">
|
450 |
+
<br>
|
451 |
+
<div align="center" style="width:100%;">
|
452 |
+
<table align="center" cellspacing="0" cellpadding="10" border="0" class="GeneralOptions-List">
|
453 |
+
<tbody><tr valign="top">
|
454 |
+
<td align="right" class="Title">Active Sociable Banner</td>
|
455 |
+
<td align="left" style="width:5px;">
|
456 |
+
<?php
|
457 |
+
|
458 |
+
$sel = "";
|
459 |
+
|
460 |
+
if (isset($skyscraper_options["sociable_banner"])){
|
461 |
+
|
462 |
+
if (!empty($skyscraper_options["sociable_banner"])){
|
463 |
+
$sel = "checked";
|
464 |
+
}
|
465 |
+
|
466 |
+
}
|
467 |
+
|
468 |
+
?>
|
469 |
+
|
470 |
+
<input type="checkbox" name="skyscraper_options[sociable_banner]" id="sociable_banner" <?php echo $sel?>></td>
|
471 |
+
<td align="left" class="Content">
|
472 |
+
<span class="TXT">Active Sociable "Reminder to Share" Banner / Check if you want to remind your readers Share your content.</span>
|
473 |
+
<br>
|
474 |
+
</td>
|
475 |
+
</tr>
|
476 |
+
<tr valign="top">
|
477 |
+
<td align="right" class="Title">Blogplay Tags</td>
|
478 |
+
|
479 |
+
<td align="left" style="width:5px;">
|
480 |
+
|
481 |
+
<?php
|
482 |
+
$sel = "";
|
483 |
+
if (isset($skyscraper_options["blogplay_tags"])){
|
484 |
+
if (!empty($skyscraper_options["blogplay_tags"])){
|
485 |
+
|
486 |
+
$sel = "checked";
|
487 |
+
|
488 |
+
}
|
489 |
+
}
|
490 |
+
?>
|
491 |
+
|
492 |
+
<input type="checkbox" name="skyscraper_options[blogplay_tags]" id="blogplay_tags" <?php echo $sel?>></td>
|
493 |
+
<td align="left" class="Content">
|
494 |
+
<span class="TXT">Accept include the blogplay.com tag into my shares and counters.</span>
|
495 |
+
<br>
|
496 |
+
</td>
|
497 |
+
</tr>
|
498 |
+
<tr valign="top">
|
499 |
+
<td align="right" class="Title">Banner's label (35 char Max.)</td>
|
500 |
+
|
501 |
+
<td align="left" style="width:5px;">
|
502 |
+
<?php
|
503 |
+
$sel = 'Please spread the word: Be Sociable, Share!';
|
504 |
+
if (isset($skyscraper_options["sociable_banner_text"])){
|
505 |
+
if (!empty($skyscraper_options["sociable_banner_text"])){
|
506 |
+
$sel = $skyscraper_options["sociable_banner_text"];
|
507 |
+
}
|
508 |
+
}
|
509 |
+
?>
|
510 |
+
</td>
|
511 |
+
<td align="left" class="Content">
|
512 |
+
|
513 |
+
<span class="TXT"> <input style="width:245px !important" type="text" name="skyscraper_options[sociable_banner_text]" value="<?php echo $sel?>"></span>
|
514 |
+
<br>
|
515 |
+
</td>
|
516 |
+
</tr>
|
517 |
+
|
518 |
+
<tr valign="top">
|
519 |
+
|
520 |
+
<td align="right" class="Title">Banners Timer (sec.)</td>
|
521 |
+
|
522 |
+
<td align="left" style="width:5px;">
|
523 |
+
|
524 |
+
</td>
|
525 |
+
<td align="left" class="Content">
|
526 |
+
<span class="TXT">
|
527 |
+
|
528 |
+
<select name="skyscraper_options[sociable_banner_timer]" id="banner_timer" >
|
529 |
+
<?php
|
530 |
+
for($timer=10; $timer <= 120; $timer++){
|
531 |
+
|
532 |
+
$sel = "";
|
533 |
+
|
534 |
+
if (!empty($skyscraper_options["sociable_banner_timer"])){
|
535 |
+
|
536 |
+
if ($skyscraper_options["sociable_banner_timer"] == $timer){
|
537 |
+
|
538 |
+
$sel = "selected";
|
539 |
+
}
|
540 |
+
}
|
541 |
+
?>
|
542 |
+
<option value="<?php echo $timer?>" <?php echo $sel ?> ><?php echo $timer?></option>
|
543 |
+
<?php
|
544 |
+
|
545 |
+
$timer = $timer + 4;
|
546 |
+
} ?>
|
547 |
+
</select>
|
548 |
+
|
549 |
+
</span>
|
550 |
+
<br>
|
551 |
+
</td>
|
552 |
+
</tr>
|
553 |
+
|
554 |
+
<tr valign="top">
|
555 |
+
|
556 |
+
<td align="right" class="Title">Font Color <a title="default color #6A6A6A" class="default_values">(#6A6A6A)</a></td>
|
557 |
+
|
558 |
+
<td align="left" style="width:5px;">
|
559 |
+
|
560 |
+
</td>
|
561 |
+
<td align="left" class="Content">
|
562 |
+
|
563 |
+
<span class="TXT">
|
564 |
+
|
565 |
+
<?php
|
566 |
+
$sel = '#6A6A6A';
|
567 |
+
|
568 |
+
if (isset($skyscraper_options["sociable_banner_colorFont"])){
|
569 |
+
|
570 |
+
if (!empty($skyscraper_options["sociable_banner_colorFont"])){
|
571 |
+
|
572 |
+
$sel = $skyscraper_options["sociable_banner_colorFont"];
|
573 |
+
}
|
574 |
+
}
|
575 |
+
?>
|
576 |
+
|
577 |
+
<input type="text" value="<?php echo $sel?>" name="skyscraper_options[sociable_banner_colorFont]" style="width:81px !important">
|
578 |
+
</span>
|
579 |
+
<br>
|
580 |
+
</td>
|
581 |
+
</tr>
|
582 |
+
<!-- Font Size -->
|
583 |
+
<tr valign="top">
|
584 |
+
|
585 |
+
<td align="right" class="Title">Font Size <a title="default size 9px" class="default_values">(9px)</a></td>
|
586 |
+
|
587 |
+
<td align="left" style="width:5px;">
|
588 |
+
|
589 |
+
</td>
|
590 |
+
<td align="left" class="Content">
|
591 |
+
<span class="TXT">
|
592 |
+
|
593 |
+
<select name="skyscraper_options[sociable_banner_fontSize]" id="banner_fontSize" >
|
594 |
+
<?php
|
595 |
+
for($fontSize=8; $fontSize <= 16; $fontSize++){
|
596 |
+
|
597 |
+
$sel = "";
|
598 |
+
|
599 |
+
if (!empty($skyscraper_options["sociable_banner_fontSize"])){
|
600 |
+
|
601 |
+
if ($skyscraper_options["sociable_banner_fontSize"] == $fontSize){
|
602 |
+
|
603 |
+
$sel = "selected";
|
604 |
+
}
|
605 |
+
}
|
606 |
+
?>
|
607 |
+
<option value="<?php echo $fontSize?>px" <?php echo $sel ?> ><?php echo $fontSize?>px</option>
|
608 |
+
<?php
|
609 |
+
} ?>
|
610 |
+
</select>
|
611 |
+
|
612 |
+
|
613 |
+
</span>
|
614 |
+
<br>
|
615 |
+
</td>
|
616 |
+
</tr>
|
617 |
+
|
618 |
+
<!-- color label -->
|
619 |
+
<tr valign="top">
|
620 |
+
|
621 |
+
<td align="right" class="Title">Label Color <a title="default color #F7F7F7" class="default_values">(#F7F7F7)</a></td>
|
622 |
+
|
623 |
+
<td align="left" style="width:5px;">
|
624 |
+
|
625 |
+
</td>
|
626 |
+
<td align="left" class="Content">
|
627 |
+
|
628 |
+
<span class="TXT">
|
629 |
+
|
630 |
+
<?php
|
631 |
+
$sel = '#F7F7F7';
|
632 |
+
|
633 |
+
if (isset($skyscraper_options["sociable_banner_colorLabel"])){
|
634 |
+
|
635 |
+
if (!empty($skyscraper_options["sociable_banner_colorLabel"])){
|
636 |
+
|
637 |
+
$sel = $skyscraper_options["sociable_banner_colorLabel"];
|
638 |
+
}
|
639 |
+
}
|
640 |
+
?>
|
641 |
+
|
642 |
+
<input type="text" value="<?php echo $sel?>" name="skyscraper_options[sociable_banner_colorLabel]" style="width:81px !important">
|
643 |
+
</span>
|
644 |
+
<br>
|
645 |
+
</td>
|
646 |
+
</tr>
|
647 |
+
<!-- color font -->
|
648 |
+
<tr valign="top">
|
649 |
+
|
650 |
+
<td align="right" class="Title">Background Color <a title="default color #F7F7F7" class="default_values">(#F7F7F7)</a></td>
|
651 |
+
|
652 |
+
<td align="left" style="width:5px;">
|
653 |
+
|
654 |
+
</td>
|
655 |
+
<td align="left" class="Content">
|
656 |
+
<span class="TXT">
|
657 |
+
<?php
|
658 |
+
$sel = '#F7F7F7';
|
659 |
+
|
660 |
+
if (isset($skyscraper_options["sociable_banner_colorBack"])){
|
661 |
+
|
662 |
+
if (!empty($skyscraper_options["sociable_banner_colorBack"])){
|
663 |
+
|
664 |
+
$sel = $skyscraper_options["sociable_banner_colorBack"];
|
665 |
+
}
|
666 |
+
}
|
667 |
+
?>
|
668 |
+
<input type="text" value="<?php echo $sel?>" name="skyscraper_options[sociable_banner_colorBack]" style="width:81px !important">
|
669 |
+
|
670 |
+
</span>
|
671 |
+
<br>
|
672 |
+
</td>
|
673 |
+
</tr>
|
674 |
+
|
675 |
+
</tbody></table>
|
676 |
+
<br><br>
|
677 |
+
</div>
|
678 |
+
</div>
|
679 |
+
<!-- general options -->
|
680 |
+
<TABLE class="Title-Box" style="cursor:pointer;" cellspacing="0" cellpadding="0" onclick="hideOrShow('GeneralOptions');">
|
681 |
+
<TR>
|
682 |
+
<TD class="Border-Left" ></TD><TD class="BG-Middle" id="GeneralOptions-Title" ><span id="GeneralOptions-Tab"> + </span> <?php _e("General Options","sociable");?></TD><TD class="Border-Right"></TD>
|
683 |
+
</TR>
|
684 |
+
</TABLE>
|
685 |
+
<BR/>
|
686 |
+
|
687 |
+
<DIV class="Content-Box" id="GeneralOptions-Content" style="display:none;" >
|
688 |
+
|
689 |
+
<BR/>
|
690 |
+
<DIV align="center" style="width:100%;">
|
691 |
+
<TABLE align="center" class="GeneralOptions-List" cellspacing="0" border=0 cellpadding ="10" >
|
692 |
+
|
693 |
+
<TR valign="top" >
|
694 |
+
<TD align="right" class="Title" ><?php _e("Widget Position","sociable")?></TD>
|
695 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["widget_position"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[widget_position]" id="widget_position" /></TD>
|
696 |
+
<TD align="left" class="Content">
|
697 |
+
<SPAN class="TXT"><?php _e("Check if you want Sociable Fixed on the screen","sociable");?> </SPAN>
|
698 |
+
<BR/>
|
699 |
+
|
700 |
+
</TD>
|
701 |
+
</TR>
|
702 |
+
</TABLE>
|
703 |
+
<BR/><BR/>
|
704 |
+
</DIV>
|
705 |
+
</DIV>
|
706 |
+
<TABLE class="Title-Box" style="cursor:pointer;" cellspacing="0" cellpadding="0" onclick="hideOrShow('Locations');" >
|
707 |
+
<TR>
|
708 |
+
<TD class="Border-Left" ></TD><TD class="BG-Middle" id="Locations-Title" ><span id="Locations-Tab">+ </span><?php _e("Locations","sociable");?></TD><TD class="Border-Right"></TD>
|
709 |
+
</TR>
|
710 |
+
</TABLE>
|
711 |
+
<BR/>
|
712 |
+
|
713 |
+
<DIV class="Content-Box" id="Locations-Content" style="display:none;" >
|
714 |
+
<DIV class="Locations-TXT" id="Locations-TXT" ><?php _e("Please select the locations that you wish to allow the Sociable plugin to insert itself.","sociable");?></DIV>
|
715 |
+
|
716 |
+
<BR/>
|
717 |
+
<DIV align="center" style="width:100%;">
|
718 |
+
<TABLE align="center" class="Locations-List" cellspacing="0" border=0 cellpadding="10">
|
719 |
+
<TR valign="top" >
|
720 |
+
<TD align="right" class="Title" ><?php _e("Home page","sociable");?></TD>
|
721 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_front_page"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_front_page]" id="HomePage" /></TD>
|
722 |
+
<TD align="left" class="Content">
|
723 |
+
<SPAN class="TXT"><?php _e("The front page of the blog (if set to a static page), or the main blog page (if set to your latest posts).","sociable");?></SPAN>
|
724 |
+
|
725 |
+
</TD>
|
726 |
+
</TR>
|
727 |
+
|
728 |
+
<TR valign="top" >
|
729 |
+
<TD align="right" class="Title" ><?php _e("Blog page","sociable");?></TD>
|
730 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_home"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_home]" id="BlogPage" /></TD>
|
731 |
+
<TD align="left" class="Content">
|
732 |
+
<SPAN class="TXT"><?php _e("The home page of the blog if is set to your latest posts, or the posts page if the home page is set to a static page","sociable");?></SPAN>
|
733 |
+
|
734 |
+
</TD>
|
735 |
+
</TR>
|
736 |
+
|
737 |
+
<TR valign="top" >
|
738 |
+
<TD align="right" class="Title" ><?php _e("Posts","sociable");?></TD>
|
739 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_single"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_single]" id="Posts" /></TD>
|
740 |
+
<TD align="left" class="Content">
|
741 |
+
<SPAN class="TXT"><?php _e("Single post pages","sociable");?></SPAN>
|
742 |
+
|
743 |
+
</TD>
|
744 |
+
</TR>
|
745 |
+
|
746 |
+
<TR valign="top" >
|
747 |
+
<TD align="right" class="Title" ><?php _e("Pages","sociable");?></TD>
|
748 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_page"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_page]" id="Pages" /></TD>
|
749 |
+
<TD align="left" class="Content">
|
750 |
+
<SPAN class="TXT"><?php _e("Individual Wordpress pages","sociable");?></SPAN>
|
751 |
+
|
752 |
+
</TD>
|
753 |
+
</TR>
|
754 |
+
|
755 |
+
<TR valign="top" >
|
756 |
+
<TD align="right" class="Title" ><?php _e("Category archives","sociable");?></TD>
|
757 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_category"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_category]" id="CategoryArchives" /></TD>
|
758 |
+
<TD align="left" class="Content">
|
759 |
+
<SPAN class="TXT"><?php _e("Category archive pages","sociable");?></SPAN>
|
760 |
+
|
761 |
+
</TD>
|
762 |
+
</TR>
|
763 |
+
|
764 |
+
<TR valign="top" >
|
765 |
+
<TD align="right" class="Title" ><?php _e("Date archives","sociable");?></TD>
|
766 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_date"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_date]" id="DateArchives" /></TD>
|
767 |
+
<TD align="left" class="Content">
|
768 |
+
<SPAN class="TXT"><?php _e("Date archive pages","sociable");?> </SPAN>
|
769 |
+
|
770 |
+
</TD>
|
771 |
+
</TR>
|
772 |
+
|
773 |
+
<TR valign="top" >
|
774 |
+
<TD align="right" class="Title" ><?php _e("Tag archives","sociable");?></TD>
|
775 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_tag"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_tag]" id="TagArchives" /></TD>
|
776 |
+
<TD align="left" class="Content">
|
777 |
+
<SPAN class="TXT"><?php _e("Tag archive pages","sociable");?> </SPAN>
|
778 |
+
|
779 |
+
</TD>
|
780 |
+
</TR>
|
781 |
+
|
782 |
+
<TR valign="top" >
|
783 |
+
<TD align="right" class="Title" ><?php _e("Author archives","sociable");?></TD>
|
784 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_author"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_author]" id="AuthorArchives" /></TD>
|
785 |
+
<TD align="left" class="Content">
|
786 |
+
<SPAN class="TXT"><?php _e("Author archive pages","sociable");?></SPAN>
|
787 |
+
|
788 |
+
</TD>
|
789 |
+
</TR>
|
790 |
+
|
791 |
+
<TR valign="top" >
|
792 |
+
<TD align="right" class="Title" ><?php _e("Search results","sociable");?></TD>
|
793 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_search"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_search]" id="SearchResults" /></TD>
|
794 |
+
<TD align="left" class="Content">
|
795 |
+
<SPAN class="TXT"><?php _e("Search results pages","sociable");?></SPAN>
|
796 |
+
|
797 |
+
</TD>
|
798 |
+
</TR>
|
799 |
+
|
800 |
+
<TR valign="top" >
|
801 |
+
<TD align="right" class="Title" ><?php _e("RSS feeds","sociable");?></TD>
|
802 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($skyscraper_options["locations"]["is_rss"])) echo "checked='checked'"?> type="checkbox" name="skyscraper_options[locations][is_rss]" id="RssFeeds" /></TD>
|
803 |
+
<TD align="left" class="Content">
|
804 |
+
<SPAN class="TXT"><?php _e("RSS feeds","sociable");?></SPAN>
|
805 |
+
|
806 |
+
</TD>
|
807 |
+
</TR>
|
808 |
+
|
809 |
+
</TABLE>
|
810 |
+
<BR/><BR/>
|
811 |
+
</DIV>
|
812 |
+
</DIV>
|
813 |
+
|
814 |
+
<TABLE class="Title-Box" style="cursor:pointer;" cellspacing="0" cellpadding="0" onclick="hideOrShow('Active');" >
|
815 |
+
|
816 |
+
<TR>
|
817 |
+
|
818 |
+
<TD class="Border-Left" ></TD><TD class="BG-Middle" id="Active-Title" ><span id="Active-Tab">+ </span><?php _e("Active Skyscraper","sociable");?></TD><TD class="Border-Right"></TD>
|
819 |
+
|
820 |
+
</TR>
|
821 |
+
|
822 |
+
</TABLE>
|
823 |
+
<div style="display: block;" id="Active-Content" class="Content-Box">
|
824 |
+
|
825 |
+
<br />
|
826 |
+
|
827 |
+
<div align="center" style="width:100%;">
|
828 |
+
|
829 |
+
<table align="center" cellspacing="0" cellpadding="10" border="0" class="GeneralOptions-List">
|
830 |
+
|
831 |
+
<tbody><tr valign="top">
|
832 |
+
|
833 |
+
<td align="right" class="Title">Active Skyscraper</td>
|
834 |
+
|
835 |
+
<td align="left" style="width:5px;">
|
836 |
+
|
837 |
+
<input <?php if(isset($skyscraper_options["active"])) echo "checked='checked'"?> type="checkbox" id="active" name="skyscraper_options[active]" ></td>
|
838 |
+
|
839 |
+
<td align="left" class="Content">
|
840 |
+
|
841 |
+
<span class="TXT">Check if you want Sociable Skyscraper enable </span>
|
842 |
+
|
843 |
+
<br />
|
844 |
+
|
845 |
+
</td>
|
846 |
+
|
847 |
+
</tr>
|
848 |
+
|
849 |
+
</tbody></table>
|
850 |
+
|
851 |
+
<br/><br/>
|
852 |
+
</div>
|
853 |
+
|
854 |
+
</div>
|
855 |
+
<br/><br/>
|
856 |
+
|
857 |
+
<TABLE class="Title-Box" style="cursor:pointer;" cellspacing="0" cellpadding="0">
|
858 |
+
|
859 |
+
<TR>
|
860 |
+
|
861 |
+
<TD class="Border-Left" ></TD><TD class="BG-Middle" id="Active-Title" ><span id="Active-Tab">+ </span><?php _e("Send my config","sociable");?></TD><TD class="Border-Right"></TD>
|
862 |
+
|
863 |
+
</TR>
|
864 |
+
|
865 |
+
</TABLE>
|
866 |
+
<div style="display: block;" id="Active-Content" class="Content-Box">
|
867 |
+
|
868 |
+
<br />
|
869 |
+
|
870 |
+
<div align="center" style="width:100%;">
|
871 |
+
|
872 |
+
<table align="center" cellspacing="0" cellpadding="10" border="0" class="GeneralOptions-List">
|
873 |
+
|
874 |
+
<tbody><tr valign="top">
|
875 |
+
|
876 |
+
<td align="right" class="Title">Send my config</td>
|
877 |
+
|
878 |
+
<td align="left" style="width:5px;">
|
879 |
+
<?php
|
880 |
+
|
881 |
+
$checked = "";
|
882 |
+
if (!empty($skyscraper_options["pixel"])){
|
883 |
+
|
884 |
+
$checked = "checked='checked'";
|
885 |
+
}
|
886 |
+
|
887 |
+
?>
|
888 |
+
<input <?php echo $checked ?> type="checkbox" id="active" name="skyscraper_options[pixel]" />
|
889 |
+
|
890 |
+
</td>
|
891 |
+
|
892 |
+
<td align="left" class="Content">
|
893 |
+
|
894 |
+
<span class="TXT">Check if you want help Sociable grow. <br /><br /> This information be used only to improve Sociable. <br /><br />You accept send us your blog configuration and blog name </span>
|
895 |
+
|
896 |
+
<br />
|
897 |
+
|
898 |
+
</td>
|
899 |
+
|
900 |
+
</tr>
|
901 |
+
|
902 |
+
</tbody></table>
|
903 |
+
|
904 |
+
<br/><br/>
|
905 |
+
</div>
|
906 |
+
|
907 |
+
</div>
|
908 |
+
<br/><br/>
|
909 |
+
<?php settings_fields( 'skyscraper_options_group' ); ?>
|
910 |
+
</form>
|
911 |
+
<div class="Content-Box">
|
912 |
+
|
913 |
+
<form id="sociable_reset_form" action="" method="POST">
|
914 |
+
<?php wp_nonce_field('sociable-reset'); ?>
|
915 |
+
<input type="hidden" id="skyscraper_reset" name="skyscraper_reset" value="1">
|
916 |
+
<?php //submit_button( __( 'Reset Sociable' ) , 'primary', 'sociable_reset', false ); ?>
|
917 |
+
</form>
|
918 |
+
|
919 |
+
<div id="ActionsBar">
|
920 |
+
<div style="cursor:pointer;line-height:15px;" onclick="document.getElementById('form1').submit();" class="SaveChanges"><br>
|
921 |
+
<span style="margin:30px;">Save Changes</span>
|
922 |
+
</div>
|
923 |
+
<div style="cursor:pointer;line-height:15px;font-size:12px;" onclick="document.getElementById('sociable_reset_form').submit();" name="sociable_reset" id="sociable_reset" class="ResetSociable"><br>
|
924 |
+
<span style="margin:40px;margin-left:35px;">Reset Skyscraper</span>
|
925 |
+
</div>
|
926 |
+
</div>
|
927 |
+
</div>
|
928 |
+
|
929 |
+
</div>
|
930 |
+
<div style="float:left;width:49%;margin-left:15px" name="skyscraper" id="skyscraper">
|
931 |
+
<script type="text/javascript">
|
932 |
+
var base_url_sociable = "<?php echo SOCIABLE_HTTP_PATH?>";
|
933 |
+
</script>
|
934 |
+
</div>
|
935 |
+
<?php
|
936 |
+
}
|
937 |
+
|
938 |
+
/**
|
939 |
+
* Add The Menu Pages To The Administration Options
|
940 |
+
*/
|
941 |
+
|
942 |
+
function add_menu_pages(){
|
943 |
+
|
944 |
+
global $sociable_post_types;
|
945 |
+
|
946 |
+
$url = $_SERVER["QUERY_STRING"];
|
947 |
+
// $page[] = add_options_page( __( 'Sociable Options' ), __( 'Sociable Plugin' ), 'manage_options', 'sociable_select' , array( 'sociable_Admin_Options' , 'Select_Sociable_Page' ) );
|
948 |
+
//$page[]= add_plugins_page( __( 'Sociable Options' ), __( 'Sociable Plugin' ), 'manage_options', 'Create_Options_Page_Skycraper' );
|
949 |
+
//$page[]= add_plugins_page( 'sociable_options', 'sociable_options', 'read', 'Create_Options_Page' );
|
950 |
+
$page[] = add_options_page( "","", 'manage_options', 'sociable_select' , array( 'sociable_Admin_Options' , 'Select_Sociable_Page' ) );
|
951 |
+
$page[] = add_options_page( "","", 'manage_options', 'sociable_options' , array( 'sociable_Admin_Options' , 'Create_Options_Page' ) );
|
952 |
+
$page[] = add_options_page( "","", 'manage_options', 'skyscraper_options' , array( 'sociable_Admin_Options' , 'Create_Options_Page_Skycraper' ) );
|
953 |
+
// Add a new submenu under Settings:
|
954 |
+
// $page[] = add_options_page(__( 'Sociable Options' ),__( 'Sociable Plugin' ), 'manage_options', 'sociable_select', 'Select_Sociable_Page');
|
955 |
+
// Add a new top-level menu (ill-advised):
|
956 |
+
add_menu_page(__( 'Sociable Options' ), __( 'Select Sociable Plugin' ), 'manage_options', '/options-general.php?page=sociable_select' );
|
957 |
+
// Add a submenu to the custom top-level menu:
|
958 |
+
add_submenu_page('options-general.php?page=sociable_select', __( 'Sociable Options' ), __( 'Sociable Options' ), 'manage_options', 'sociable_options' , array( 'sociable_Admin_Options' , 'Create_Options_Page' ) );
|
959 |
+
// Add a second submenu to the custom top-level menu:
|
960 |
+
add_submenu_page('options-general.php?page=sociable_select', __( 'Skyscraper Options' ), __( 'Skyscraper Options' ), 'manage_options', 'skyscraper_options' , array( 'sociable_Admin_Options' , 'Create_Options_Page_Skycraper' ) );
|
961 |
+
|
962 |
+
//Add CSS And Javascript Specific To This Options Pages
|
963 |
+
add_action( 'admin_print_styles-' . $page[0] , array( 'sociable_Admin_Options' , 'enqueue_styles' ) );
|
964 |
+
add_action( 'admin_print_scripts-' . $page[0] , array( 'sociable_Admin_Options' , 'enqueue_scripts' ) );
|
965 |
+
|
966 |
+
add_action( 'admin_print_styles-' . $page[1] , array( 'sociable_Admin_Options' , 'enqueue_styles' ) );
|
967 |
+
add_action( 'admin_print_scripts-' . $page[1] , array( 'sociable_Admin_Options' , 'enqueue_scripts' ) );
|
968 |
+
add_action( 'admin_print_styles-' . $page[2] , array( 'sociable_Admin_Options' , 'enqueue_styles' ) );
|
969 |
+
add_action( 'admin_print_scripts-' . $page[2] , array( 'sociable_Admin_Options' , 'enqueue_scripts' ) );
|
970 |
+
|
971 |
+
if( isset( $_POST['sociable_reset'] ) ){
|
972 |
+
check_admin_referer( 'sociable-reset' );
|
973 |
+
|
974 |
+
sociable_reset();
|
975 |
+
wp_redirect( $_SERVER['HTTP_REFERER' ] );
|
976 |
+
}
|
977 |
+
|
978 |
+
if( isset( $_POST['skyscraper_reset'] ) ){
|
979 |
+
check_admin_referer( 'sociable-reset' );
|
980 |
+
|
981 |
+
skyscraper_reset();
|
982 |
+
wp_redirect( $_SERVER['HTTP_REFERER' ] );
|
983 |
+
}
|
984 |
+
|
985 |
+
|
986 |
+
/*
|
987 |
+
* We can create The Meta Boxes Here
|
988 |
+
*/
|
989 |
+
foreach( $sociable_post_types as $type => $data ){
|
990 |
+
self::add_meta_box( $type );
|
991 |
+
}
|
992 |
+
//Also on posts and pages
|
993 |
+
self::add_meta_box( 'post' );
|
994 |
+
self::add_meta_box( 'page' );
|
995 |
+
|
996 |
+
}
|
997 |
+
|
998 |
+
/*
|
999 |
+
* Function to Enqueue The Styles For The Options Page
|
1000 |
+
*/
|
1001 |
+
function enqueue_styles(){
|
1002 |
+
wp_enqueue_style( 'style-admin-css', SOCIABLE_HTTP_PATH . 'css/style-admin.css' );
|
1003 |
+
wp_enqueue_style( 'sociable-admin-css', SOCIABLE_HTTP_PATH . 'css/sociable-admin.css' );
|
1004 |
+
wp_enqueue_style( 'sociablecss' , SOCIABLE_HTTP_PATH . 'css/sociable.css' );
|
1005 |
+
}
|
1006 |
+
|
1007 |
+
/*
|
1008 |
+
* Function To Enqueue The Scripts For The Options Page
|
1009 |
+
*/
|
1010 |
+
function enqueue_scripts(){
|
1011 |
+
wp_enqueue_script('jquery');
|
1012 |
+
wp_enqueue_script('jquery-ui-core',false,array('jquery'));
|
1013 |
+
wp_enqueue_script('jquery-ui-sortable',false,array('jquery','jquery-ui-core'));
|
1014 |
+
wp_enqueue_script( 'sociable-admin-js', SOCIABLE_HTTP_PATH . 'js/sociable-admin.js' , array( 'jquery','jquery-ui-core' , 'jquery-ui-sortable' ) );
|
1015 |
+
wp_enqueue_script( 'admin-fn-js', SOCIABLE_HTTP_PATH . 'js/admin-fn.js' , array( 'jquery','jquery-ui-core' , 'jquery-ui-sortable' ) );
|
1016 |
+
|
1017 |
+
}
|
1018 |
+
|
1019 |
+
|
1020 |
+
|
1021 |
+
/*
|
1022 |
+
* Function To Add The Settings Fields.
|
1023 |
+
*/
|
1024 |
+
function do_site_selection_list($plugin = 'sociable'){
|
1025 |
+
|
1026 |
+
if ($plugin == 'sociable'){
|
1027 |
+
|
1028 |
+
global $sociable_options;
|
1029 |
+
$option_plugin = $sociable_options;
|
1030 |
+
$name_plugin = "sociable_options";
|
1031 |
+
}
|
1032 |
+
else{
|
1033 |
+
|
1034 |
+
global $skyscraper_options;
|
1035 |
+
$option_plugin = $skyscraper_options;
|
1036 |
+
$name_plugin = "skyscraper_options";
|
1037 |
+
}
|
1038 |
+
|
1039 |
+
|
1040 |
+
$sociable_known_sites = get_option( 'sociable_known_sites' );
|
1041 |
+
/*
|
1042 |
+
* Sort The List Based On The Active Sites So That They Display Correctly.
|
1043 |
+
*/
|
1044 |
+
$active_sites = isset( $option_plugin['active_sites'] ) && is_array( $option_plugin['active_sites'] ) ? $option_plugin['active_sites'] : array() ;
|
1045 |
+
|
1046 |
+
//Start Blank
|
1047 |
+
$active = Array();
|
1048 |
+
|
1049 |
+
//Disabled Untill Proven Active
|
1050 |
+
$disabled = $sociable_known_sites;
|
1051 |
+
|
1052 |
+
//Loop Through The Active Sites, sorting into 2 arrays
|
1053 |
+
foreach( $active_sites as $sitename => $value ) {
|
1054 |
+
$active[$sitename] = $disabled[$sitename];
|
1055 |
+
unset( $disabled[$sitename] );
|
1056 |
+
}
|
1057 |
+
|
1058 |
+
uksort($disabled, "strnatcasecmp");
|
1059 |
+
|
1060 |
+
$sites = array_merge( $active, $disabled );
|
1061 |
+
|
1062 |
+
$imagepath = isset( $option_plugin['sociable_imagedir'] ) ? $option_plugin['sociable_imagedir'] : '' ;
|
1063 |
+
|
1064 |
+
if ($imagepath == "") {
|
1065 |
+
$imagepath = trailingslashit( SOCIABLE_HTTP_PATH ) . 'images/';
|
1066 |
+
} else {
|
1067 |
+
$imagepath .= trailingslashit( $imagepath );
|
1068 |
+
}
|
1069 |
+
|
1070 |
+
$out ='<ul id="sociable_site_list" >' ;
|
1071 |
+
$io = 0;
|
1072 |
+
foreach( $sites as $sitename => $site ){
|
1073 |
+
|
1074 |
+
|
1075 |
+
//Set Checked And Active If Relevant
|
1076 |
+
if( array_key_exists( $sitename, $active_sites ) ){
|
1077 |
+
$checked = 'checked="checked"';
|
1078 |
+
$active = 'active';
|
1079 |
+
} else {
|
1080 |
+
$checked = '';
|
1081 |
+
$active = 'inactive';
|
1082 |
+
}
|
1083 |
+
if ( $sitename != "More"){
|
1084 |
+
if (isset($site["counter"])){
|
1085 |
+
//$image = "<img src='".SOCIABLE_HTTP_PATH."images/".$site["favicon"]."'>";
|
1086 |
+
$image = $site["url"];
|
1087 |
+
}else{
|
1088 |
+
$image = _get_sociable_image( $site, '' );
|
1089 |
+
}
|
1090 |
+
}else{
|
1091 |
+
$image = "<img src='".SOCIABLE_HTTP_PATH."images/more.png'>";
|
1092 |
+
}
|
1093 |
+
|
1094 |
+
// if ( ! isset( $site['spriteCoordinates']) || isset( $sociable_options['sociable_disablesprite'] ) ) {
|
1095 |
+
// if (strpos($site['favicon'], 'http') === 0) {
|
1096 |
+
// $imgsrc = $site['favicon'];
|
1097 |
+
// } else {
|
1098 |
+
// $imgsrc = $imagepath.$site['favicon'];
|
1099 |
+
// }
|
1100 |
+
// $img = '<img src="' . $imgsrc . '" width="16" height="16" />';
|
1101 |
+
// } else {
|
1102 |
+
// $imgsrc = $imagepath."services-sprite.gif";
|
1103 |
+
// $services_sprite_url = $imagepath . "services-sprite.png";
|
1104 |
+
// $spriteCoords = $site['spriteCoordinates'];
|
1105 |
+
// $img = '<img src="' . $imgsrc . '" width="16" height="16" style="background: transparent url(' . $services_sprite_url . ') no-repeat; background-position:-' . $spriteCoords[0] . 'px -' . $spriteCoords[1] . 'px" />';
|
1106 |
+
// }
|
1107 |
+
|
1108 |
+
$out .= '<li id="' . $sitename . '" class="' . $active . '">';
|
1109 |
+
|
1110 |
+
$out .= '<input type="checkbox" id="cb_' . $sitename . '" name="'.$name_plugin.'[active_sites][' . $sitename . ']" ' . $checked . ' />';
|
1111 |
+
|
1112 |
+
$out .= $image;
|
1113 |
+
if (!isset($site["counter"])){
|
1114 |
+
$out .= $sitename;
|
1115 |
+
}
|
1116 |
+
|
1117 |
+
$out .= '</li>';
|
1118 |
+
|
1119 |
+
}
|
1120 |
+
|
1121 |
+
|
1122 |
+
echo $out."</ul>";
|
1123 |
+
|
1124 |
+
}
|
1125 |
+
|
1126 |
+
/*
|
1127 |
+
* Create The HTML For The Options Page
|
1128 |
+
*/
|
1129 |
+
function Create_Options_Page(){
|
1130 |
+
global $sociable_options;
|
1131 |
+
global $skyscraper_options;
|
1132 |
+
?>
|
1133 |
+
|
1134 |
+
<style>
|
1135 |
+
|
1136 |
+
.Title-Box .BG-Middle {
|
1137 |
+
|
1138 |
+
vertical-align: middle;
|
1139 |
+
|
1140 |
+
}
|
1141 |
+
|
1142 |
+
</style>
|
1143 |
+
|
1144 |
+
<div class="wrap">
|
1145 |
+
<DIV style="margin:0 0 0 25px" class="Post-subTXT" id="Post-subTXT" >
|
1146 |
+
|
1147 |
+
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblogplay.com%2F&send=false&layout=standard&width=450&show_faces=true&action=recommend&colorscheme=light&font&height=80&appId=133479460071366" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:40px;" allowTransparency="true"></iframe><br />
|
1148 |
+
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://blogplay.com" data-text="Check the sociable plugin" >Tweet</a>
|
1149 |
+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
1150 |
+
<br />
|
1151 |
+
</div>
|
1152 |
+
<h2 style="clear:both;"><?php _e( 'Sociable Options' ); ?></h2>
|
1153 |
+
<form method="post" action="options.php" id="form1" autocomplete="off">
|
1154 |
+
|
1155 |
+
<?php wp_nonce_field('sociable-config'); ?>
|
1156 |
+
<INPUT type="hidden" class="version-INPUT" id="version" name="sociable_options[version]" value="<?php echo$sociable_options["version"];?>" />
|
1157 |
+
|
1158 |
+
<INPUT type="hidden" id="blogplay_tags" name="sociable_options[blogplay_tags]" value="1" />
|
1159 |
+
|
1160 |
+
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="Preview-Title" style="margin:0 0 0 25px">
|
1161 |
+
<TR>
|
1162 |
+
<TD class="Border-Left" ></TD><TD class="BG-Middle" >Preview</TD><TD class="Border-Right"></TD>
|
1163 |
+
</TR>
|
1164 |
+
</TABLE>
|
1165 |
+
<BR/>
|
1166 |
+
|
1167 |
+
<DIV class="Content-Box" id="Preview-Content">
|
1168 |
+
<DIV style="margin:0 0 0 25px" align="left" class="Live-Preview" id="Live-Preview" ><?php _e("Live preview of how Sociable will appear on your blog.","sociable")?></DIV>
|
1169 |
+
|
1170 |
+
<BR/>
|
1171 |
+
|
1172 |
+
<DIV style="margin:0 0 0 25px" class="Post-TXT" id="Post-TXT" ><?php _e("This is your post here...","sociable")?></DIV>
|
1173 |
+
|
1174 |
+
<DIV style="margin:0 0 0 25px" class="Post-subTXT" id="Post-subTXT" >Lorem ipsum dolor sit amet, consectetur adipiscing elit.</DIV>
|
1175 |
+
|
1176 |
+
<BR/>
|
1177 |
+
<DIV style="margin:0 0 0 25px" id="ShareAndEnjoy" > <?php do_sociable(); ?></DIV>
|
1178 |
+
</DIV>
|
1179 |
+
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="Tagline-Title">
|
1180 |
+
<TR>
|
1181 |
+
<TD class="Border-Left" ></TD><TD class="BG-Middle" ><?php _e("Tagline","sociable");?></TD><TD class="Border-Right"></TD>
|
1182 |
+
</TR>
|
1183 |
+
</TABLE>
|
1184 |
+
<BR/>
|
1185 |
+
|
1186 |
+
<DIV class="Content-Box" id="Tagline-Content">
|
1187 |
+
<DIV class="Tagline-TXT" id="Tagline-TXT" ><?php _e('Previously we used "Share and Enjoy", remember the good old days?',"sociable");?></DIV>
|
1188 |
+
|
1189 |
+
<BR/>
|
1190 |
+
<DIV style="width:100%;height:60px;">
|
1191 |
+
<INPUT type="text" class="Tagline-INPUT" id="tagline" name="sociable_options[tagline]" value="<?php echo$sociable_options["tagline"];?>" />
|
1192 |
+
|
1193 |
+
<DIV class="ToSociable" >
|
1194 |
+
<INPUT type="checkbox" <?php if (!empty($sociable_options["help_grow"])) echo "checked = 'checked'";?> name="sociable_options[help_grow]" id="LinkToSociable" />
|
1195 |
+
<?php _e("Link to Sociable","sociable");?><BR/>
|
1196 |
+
<SPAN style="font-size:14px;"><?php _e("(Help us grow, please leave the link so others discover Sociable from your blog)","sociable");?></SPAN>
|
1197 |
+
</DIV>
|
1198 |
+
</DIV>
|
1199 |
+
</DIV>
|
1200 |
+
|
1201 |
+
|
1202 |
+
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="Tagline-Title">
|
1203 |
+
<TR>
|
1204 |
+
<TD class="Border-Left" ></TD><TD class="BG-Middle" ><?php _e("Icons to Include","sociable");?></TD><TD class="Border-Right"></TD>
|
1205 |
+
</TR>
|
1206 |
+
</TABLE>
|
1207 |
+
<BR/>
|
1208 |
+
|
1209 |
+
<DIV class="Content-Box" id="IconsToInclude-Box" style="">
|
1210 |
+
<DIV class="IconsToInclude-TXT" id="IconsToInclude-TXT" >
|
1211 |
+
<?php _e("Check the sites you want to appear on your blog.","sociable");?>
|
1212 |
+
</DIV>
|
1213 |
+
<BR/>
|
1214 |
+
|
1215 |
+
<DIV style="font-size:13px">
|
1216 |
+
|
1217 |
+
|
1218 |
+
|
1219 |
+
<?php
|
1220 |
+
|
1221 |
+
$check_tags = "";
|
1222 |
+
|
1223 |
+
if (isset($sociable_options["linksoptions"])){
|
1224 |
+
|
1225 |
+
|
1226 |
+
|
1227 |
+
if (!empty($sociable_options["linksoptions"])){
|
1228 |
+
|
1229 |
+
$check_tags = "checked";
|
1230 |
+
|
1231 |
+
}
|
1232 |
+
|
1233 |
+
}
|
1234 |
+
|
1235 |
+
|
1236 |
+
|
1237 |
+
?>
|
1238 |
+
|
1239 |
+
|
1240 |
+
|
1241 |
+
<input type="checkbox" <?php echo $check_tags;?> id="" name="sociable_options[linksoptions]" /> Accept include the blogplay.com tag into my share icons
|
1242 |
+
|
1243 |
+
</DIV>
|
1244 |
+
|
1245 |
+
<BR/>
|
1246 |
+
|
1247 |
+
<?php self::do_site_selection_list(); ?>
|
1248 |
+
</DIV>
|
1249 |
+
|
1250 |
+
<div class="soc_clear"></div>
|
1251 |
+
|
1252 |
+
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="IconSize-Title" style="margin-top:20px;">
|
1253 |
+
<TR>
|
1254 |
+
<TD class="Border-Left" ></TD><TD class="BG-Middle" ><?php _e("Icons Size","sociable");?></TD><TD class="Border-Right"></TD>
|
1255 |
+
</TR>
|
1256 |
+
</TABLE>
|
1257 |
+
<BR/>
|
1258 |
+
|
1259 |
+
<DIV class="Content-Box" style="margin-left:-3px" id="IconSize-Content">
|
1260 |
+
<?php
|
1261 |
+
$checked16 = "";
|
1262 |
+
$checked32 = "";
|
1263 |
+
$checked48 = "";
|
1264 |
+
$checked64 = "";
|
1265 |
+
if ($sociable_options["icon_size"] == 16) $checked16 = "checked='checked'";
|
1266 |
+
if ($sociable_options["icon_size"] == 32) $checked32 = "checked='checked'";
|
1267 |
+
if ($sociable_options["icon_size"] == 48) $checked48 = "checked='checked'";
|
1268 |
+
if ($sociable_options["icon_size"] == 64) $checked64 = "checked='checked'";
|
1269 |
+
//echo $checked16;
|
1270 |
+
?>
|
1271 |
+
<SPAN class="IconSize-Item"> <INPUT value="16" type="radio" name="sociable_options[icon_size]" <?php echo $checked16;?> />16x16 Pixels </SPAN>
|
1272 |
+
|
1273 |
+
<SPAN class="IconSize-Item"> <INPUT <?php echo$checked32;?> value="32" type="radio" name="sociable_options[icon_size]" />32x32 Pixels </SPAN>
|
1274 |
+
|
1275 |
+
<SPAN class="IconSize-Item"> <INPUT <?php echo$checked48;?> value="48" type="radio" name="sociable_options[icon_size]"/>48x48 Pixels </SPAN>
|
1276 |
+
|
1277 |
+
<SPAN class="IconSize-Item"> <INPUT <?php echo$checked64;?> value="64" type="radio" name="sociable_options[icon_size]" />64x64 Pixels </SPAN>
|
1278 |
+
|
1279 |
+
|
1280 |
+
</DIV>
|
1281 |
+
|
1282 |
+
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="IconSize-Title" style="margin-top:20px;">
|
1283 |
+
<TR>
|
1284 |
+
<TD class="Border-Left" ></TD><TD class="BG-Middle" ><?php _e("Icons Style","sociable");?></TD><TD class="Border-Right"></TD>
|
1285 |
+
</TR>
|
1286 |
+
</TABLE>
|
1287 |
+
<BR/>
|
1288 |
+
|
1289 |
+
<DIV class="Content-Box" id="IconSize-Content" style="padding:20px;">
|
1290 |
+
|
1291 |
+
<?php
|
1292 |
+
$checked1 = "";
|
1293 |
+
$checked2 = "";
|
1294 |
+
$checked3 = "";
|
1295 |
+
$checked4 = "";
|
1296 |
+
$checked5 = "";
|
1297 |
+
$checked6 = "";
|
1298 |
+
if ($sociable_options["icon_option"] == "option1") $checked1 = "checked='checked'";
|
1299 |
+
if ($sociable_options["icon_option"] == "option2") $checked2 = "checked='checked'";
|
1300 |
+
if ($sociable_options["icon_option"] == "option3") $checked3 = "checked='checked'";
|
1301 |
+
if ($sociable_options["icon_option"] == "option4") $checked4 = "checked='checked'";
|
1302 |
+
if ($sociable_options["icon_option"] == "option5") $checked5 = "checked='checked'";
|
1303 |
+
if ($sociable_options["icon_option"] == "option6") $checked6 = "checked='checked'";
|
1304 |
+
|
1305 |
+
$imagepath = isset( $sociable_options['sociable_imagedir'] ) ? $sociable_options['sociable_imagedir'] : '' ;
|
1306 |
+
|
1307 |
+
if ($imagepath == "") {
|
1308 |
+
$imagepath = trailingslashit( SOCIABLE_HTTP_PATH ) . 'images/';
|
1309 |
+
} else {
|
1310 |
+
$imagepath .= trailingslashit( $imagepath );
|
1311 |
+
}
|
1312 |
+
//echo $imagepath;
|
1313 |
+
?>
|
1314 |
+
|
1315 |
+
<SPAN class="IconStyle-Item"> <INPUT name="sociable_options[icon_option]" <?php echo$checked1?> value="option1" type="radio" /> <IMG src="<?php echo$imagepath?>icon_styles/<?php echo$sociable_options["icon_size"]?>/option1_<?php echo$sociable_options["icon_size"]?>.jpg" /> </SPAN>
|
1316 |
+
<BR/><BR/>
|
1317 |
+
<SPAN class="IconStyle-Item"> <INPUT name="sociable_options[icon_option]" <?php echo$checked2?> value="option2" type="radio" /> <IMG src="<?php echo$imagepath?>icon_styles/<?php echo$sociable_options["icon_size"]?>/option2_<?php echo$sociable_options["icon_size"]?>.jpg" /> </SPAN>
|
1318 |
+
<BR/><BR/>
|
1319 |
+
<SPAN class="IconStyle-Item"> <INPUT name="sociable_options[icon_option]" <?php echo$checked3?> value="option3" type="radio" /> <IMG src="<?php echo$imagepath?>icon_styles/<?php echo$sociable_options["icon_size"]?>/option3_<?php echo$sociable_options["icon_size"]?>.jpg" /> </SPAN>
|
1320 |
+
<BR/><BR/>
|
1321 |
+
<SPAN class="IconStyle-Item"> <INPUT name="sociable_options[icon_option]" <?php echo$checked4?> value="option4" type="radio" /> <IMG src="<?php echo$imagepath?>icon_styles/<?php echo$sociable_options["icon_size"]?>/option4_<?php echo$sociable_options["icon_size"]?>.jpg" /> </SPAN>
|
1322 |
+
<BR/><BR/>
|
1323 |
+
<SPAN class="IconStyle-Item"> <INPUT name="sociable_options[icon_option]" <?php echo$checked5?> value="option5" type="radio" /> <IMG src="<?php echo$imagepath?>icon_styles/<?php echo$sociable_options["icon_size"]?>/option5_<?php echo$sociable_options["icon_size"]?>.jpg" /> </SPAN>
|
1324 |
+
<BR/><BR/>
|
1325 |
+
<SPAN class="IconStyle-Item"> <INPUT name="sociable_options[icon_option]" <?php echo$checked6?> value="option6" type="radio" /> <IMG src="<?php echo$imagepath?>icon_styles/16/option_6_16.png" /> </SPAN>
|
1326 |
+
<BR/><BR/>
|
1327 |
+
</DIV>
|
1328 |
+
|
1329 |
+
<TABLE class="Title-Box" style="cursor:pointer;" cellspacing="0" cellpadding="0" onclick="hideOrShow('Locations');" >
|
1330 |
+
<TR>
|
1331 |
+
<TD class="Border-Left" ></TD><TD class="BG-Middle" id="Locations-Title" ><span id="Locations-Tab">+ </span><?php _e("Locations","sociable");?></TD><TD class="Border-Right"></TD>
|
1332 |
+
</TR>
|
1333 |
+
</TABLE>
|
1334 |
+
<BR/>
|
1335 |
+
|
1336 |
+
<DIV class="Content-Box" id="Locations-Content" style="display:none;" >
|
1337 |
+
<DIV class="Locations-TXT" id="Locations-TXT" ><?php _e("Please select the locations that you wish to allow the Sociable plugin to insert itself.","sociable");?></DIV>
|
1338 |
+
|
1339 |
+
<BR/>
|
1340 |
+
<DIV align="center" style="width:100%;">
|
1341 |
+
<TABLE align="center" class="Locations-List" cellspacing="0" border=0 cellpadding="10">
|
1342 |
+
<TR valign="top" >
|
1343 |
+
<TD align="right" class="Title" ><?php _e("Home page","sociable");?></TD>
|
1344 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_front_page"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_front_page]" id="HomePage" /></TD>
|
1345 |
+
<TD align="left" class="Content">
|
1346 |
+
<SPAN class="TXT"><?php _e("The front page of the blog (if set to a static page), or the main blog page (if set to your latest posts).","sociable");?></SPAN>
|
1347 |
+
|
1348 |
+
</TD>
|
1349 |
+
</TR>
|
1350 |
+
|
1351 |
+
<TR valign="top" >
|
1352 |
+
<TD align="right" class="Title" ><?php _e("Blog page","sociable");?></TD>
|
1353 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_home"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_home]" id="BlogPage" /></TD>
|
1354 |
+
<TD align="left" class="Content">
|
1355 |
+
<SPAN class="TXT"><?php _e("The home page of the blog if is set to your latest posts, or the posts page if the home page is set to a static page","sociable");?></SPAN>
|
1356 |
+
|
1357 |
+
</TD>
|
1358 |
+
</TR>
|
1359 |
+
|
1360 |
+
<TR valign="top" >
|
1361 |
+
<TD align="right" class="Title" ><?php _e("Posts","sociable");?></TD>
|
1362 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_single"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_single]" id="Posts" /></TD>
|
1363 |
+
<TD align="left" class="Content">
|
1364 |
+
<SPAN class="TXT"><?php _e("Single post pages","sociable");?></SPAN>
|
1365 |
+
|
1366 |
+
</TD>
|
1367 |
+
</TR>
|
1368 |
+
|
1369 |
+
<TR valign="top" >
|
1370 |
+
<TD align="right" class="Title" ><?php _e("Pages","sociable");?></TD>
|
1371 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_page"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_page]" id="Pages" /></TD>
|
1372 |
+
<TD align="left" class="Content">
|
1373 |
+
<SPAN class="TXT"><?php _e("Individual Wordpress pages","sociable");?></SPAN>
|
1374 |
+
|
1375 |
+
</TD>
|
1376 |
+
</TR>
|
1377 |
+
|
1378 |
+
<TR valign="top" >
|
1379 |
+
<TD align="right" class="Title" ><?php _e("Category archives","sociable");?></TD>
|
1380 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_category"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_category]" id="CategoryArchives" /></TD>
|
1381 |
+
<TD align="left" class="Content">
|
1382 |
+
<SPAN class="TXT"><?php _e("Category archive pages","sociable");?></SPAN>
|
1383 |
+
|
1384 |
+
</TD>
|
1385 |
+
</TR>
|
1386 |
+
|
1387 |
+
<TR valign="top" >
|
1388 |
+
<TD align="right" class="Title" ><?php _e("Date archives","sociable");?></TD>
|
1389 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_date"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_date]" id="DateArchives" /></TD>
|
1390 |
+
<TD align="left" class="Content">
|
1391 |
+
<SPAN class="TXT"><?php _e("Date archive pages","sociable");?> </SPAN>
|
1392 |
+
|
1393 |
+
</TD>
|
1394 |
+
</TR>
|
1395 |
+
|
1396 |
+
<TR valign="top" >
|
1397 |
+
<TD align="right" class="Title" ><?php _e("Tag archives","sociable");?></TD>
|
1398 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_tag"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_tag]" id="TagArchives" /></TD>
|
1399 |
+
<TD align="left" class="Content">
|
1400 |
+
<SPAN class="TXT"><?php _e("Tag archive pages","sociable");?> </SPAN>
|
1401 |
+
|
1402 |
+
</TD>
|
1403 |
+
</TR>
|
1404 |
+
|
1405 |
+
<TR valign="top" >
|
1406 |
+
<TD align="right" class="Title" ><?php _e("Author archives","sociable");?></TD>
|
1407 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_author"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_author]" id="AuthorArchives" /></TD>
|
1408 |
+
<TD align="left" class="Content">
|
1409 |
+
<SPAN class="TXT"><?php _e("Author archive pages","sociable");?></SPAN>
|
1410 |
+
|
1411 |
+
</TD>
|
1412 |
+
</TR>
|
1413 |
+
|
1414 |
+
<TR valign="top" >
|
1415 |
+
<TD align="right" class="Title" ><?php _e("Search results","sociable");?></TD>
|
1416 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_search"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_search]" id="SearchResults" /></TD>
|
1417 |
+
<TD align="left" class="Content">
|
1418 |
+
<SPAN class="TXT"><?php _e("Search results pages","sociable");?></SPAN>
|
1419 |
+
|
1420 |
+
</TD>
|
1421 |
+
</TR>
|
1422 |
+
|
1423 |
+
<TR valign="top" >
|
1424 |
+
<TD align="right" class="Title" ><?php _e("RSS feeds","sociable");?></TD>
|
1425 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["locations"]["is_rss"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[locations][is_rss]" id="RssFeeds" /></TD>
|
1426 |
+
<TD align="left" class="Content">
|
1427 |
+
<SPAN class="TXT"><?php _e("RSS feeds","sociable");?></SPAN>
|
1428 |
+
|
1429 |
+
</TD>
|
1430 |
+
</TR>
|
1431 |
+
|
1432 |
+
|
1433 |
+
</TABLE>
|
1434 |
+
<BR/><BR/>
|
1435 |
+
</DIV>
|
1436 |
+
</DIV>
|
1437 |
+
|
1438 |
+
<TABLE class="Title-Box" style="cursor:pointer;" cellspacing="0" cellpadding="0" onclick="hideOrShow('GeneralOptions');">
|
1439 |
+
<TR>
|
1440 |
+
<TD class="Border-Left" ></TD><TD class="BG-Middle" id="GeneralOptions-Title" ><span id="GeneralOptions-Tab"> + </span> <?php _e("General Options","sociable");?></TD><TD class="Border-Right"></TD>
|
1441 |
+
</TR>
|
1442 |
+
</TABLE>
|
1443 |
+
<BR/>
|
1444 |
+
|
1445 |
+
<DIV class="Content-Box" id="GeneralOptions-Content" style="display:none;" >
|
1446 |
+
|
1447 |
+
<BR/>
|
1448 |
+
<DIV align="center" style="width:100%;">
|
1449 |
+
<TABLE align="center" class="GeneralOptions-List" cellspacing="0" border=0 cellpadding ="10" >
|
1450 |
+
<TR valign="top" >
|
1451 |
+
<TD align="right" class="Title" ><?php _e("Automatic mode","sociable")?></TD>
|
1452 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["automatic_mode"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[automatic_mode]" id="AutoMode" /></TD>
|
1453 |
+
<TD align="left" class="Content">
|
1454 |
+
<SPAN class="TXT"><?php _e("Do you want to automatically use Sociable on the locations specified?","sociable");?> </SPAN>
|
1455 |
+
<BR/>
|
1456 |
+
<SPAN class="sTXT">
|
1457 |
+
<?php _e("If this is unchecked, you will have to use the shortcode[sociable/] or template","sociable");?> tag ?php if( function_exists( do_sociable() ) ){ do_sociable(); }
|
1458 |
+
</SPAN>
|
1459 |
+
|
1460 |
+
</TD>
|
1461 |
+
</TR>
|
1462 |
+
|
1463 |
+
|
1464 |
+
</TR>
|
1465 |
+
<TR valign="top" >
|
1466 |
+
<TD align="right" class="Title" ><?php _e("Use styleSheet","sociable");?></TD>
|
1467 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["use_stylesheet"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[use_stylesheet]" id="UseStyleSheets" /></TD>
|
1468 |
+
<TD align="left" class="Content">
|
1469 |
+
<SPAN class="TXT"><?php _e("Do you want to use the default stylesheet for sociable?","sociable");?></SPAN>
|
1470 |
+
</TD>
|
1471 |
+
</TR>
|
1472 |
+
<TR valign="top" >
|
1473 |
+
<TD align="right" class="Title" ><?php _e("Use your own icons","sociable");?></TD>
|
1474 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["custom_icons"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[custom_icons]" id="UseStyleSheets" /></TD>
|
1475 |
+
<TD align="left" class="Content">
|
1476 |
+
<SPAN class="TXT"><?php _e("Do you want to use your own icons for sociable?","sociable");?></SPAN>
|
1477 |
+
</TD>
|
1478 |
+
</TR>
|
1479 |
+
<TR valign="top" >
|
1480 |
+
<TD align="right" class="Title" ><?php _e("Use images","sociable");?></TD>
|
1481 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["use_images"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[use_images]" id="UseImages" /></TD>
|
1482 |
+
<TD align="left" class="Content">
|
1483 |
+
<SPAN class="TXT"><?php _e("Do you want to use the Sociable images? If not, the plugin will insert plain text links.","sociable");?></SPAN>
|
1484 |
+
</TD>
|
1485 |
+
</TR>
|
1486 |
+
|
1487 |
+
|
1488 |
+
<TR valign="top" >
|
1489 |
+
<TD align="right" class="Title" ><?php _e("Use alpha mask","sociable");?></TD>
|
1490 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["use_alphamask"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[use_alphamask]" id="AlphaMask" /></TD>
|
1491 |
+
<TD align="left" class="Content">
|
1492 |
+
<SPAN class="TXT"><?php _e("Do you want to use alpha masks on the images (available only on the Original Sociable)?","sociable");?></SPAN>
|
1493 |
+
</TD>
|
1494 |
+
</TR>
|
1495 |
+
<TR valign="top" >
|
1496 |
+
<TD align="right" class="Title" ><?php _e("Bottom and Top","sociable");?></TD>
|
1497 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["topandbottom"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[topandbottom]" id="TopAndBottom" /></TD>
|
1498 |
+
<TD align="left" class="Content">
|
1499 |
+
<SPAN class="TXT"><?php _e("Do you want to use Sociable plugin to show up at the top and bottom?","sociable");?></SPAN>
|
1500 |
+
</TD>
|
1501 |
+
</TR>
|
1502 |
+
<TR valign="top" >
|
1503 |
+
<TD align="right" class="Title" ><?php _e("Open in new window","sociable");?></TD>
|
1504 |
+
<TD align="left" style="width:5px;" ><INPUT <?php if(!empty($sociable_options["new_window"])) echo "checked='checked'"?> type="checkbox" name="sociable_options[new_window]" id="OpenNewWindow" /></TD>
|
1505 |
+
<TD align="left" class="Content">
|
1506 |
+
<SPAN class="TXT"><?php _e("do you want to open the links in a new window?","sociable");?></SPAN>
|
1507 |
+
</TD>
|
1508 |
+
</TR>
|
1509 |
+
|
1510 |
+
|
1511 |
+
|
1512 |
+
</TABLE>
|
1513 |
+
|
1514 |
+
<BR/><BR/>
|
1515 |
+
</DIV>
|
1516 |
+
</DIV>
|
1517 |
+
<table class="Title-Box" style="cursor:pointer;" cellspacing="0" cellpadding="0" onclick="hideOrShow('Active');" >
|
1518 |
+
<tr>
|
1519 |
+
<td class="Border-Left" ></td>
|
1520 |
+
<td class="BG-Middle" id="Active-Title" ><span id="Active-Tab">+ </span><?php _e("Active Sociable Classic","sociable");?></td><td class="Border-Right"></td>
|
1521 |
+
</tr>
|
1522 |
+
</table>
|
1523 |
+
|
1524 |
+
<div style="display: block;" id="Active-Content" class="Content-Box">
|
1525 |
+
<br />
|
1526 |
+
<div align="center" style="width:100%;">
|
1527 |
+
<table align="center" cellspacing="0" cellpadding="10" border="0" class="GeneralOptions-List">
|
1528 |
+
|
1529 |
+
<tbody><tr valign="top">
|
1530 |
+
<td align="right" class="Title">Active Sociable Classic</td>
|
1531 |
+
<td align="left" style="width:5px;">
|
1532 |
+
<input <?php if(isset($sociable_options["active"])) echo "checked='checked'"?> type="checkbox" id="active" name="sociable_options[active]" /></td>
|
1533 |
+
<td align="left" class="Content">
|
1534 |
+
<span class="TXT">Check if you want Sociable Classic enable </span>
|
1535 |
+
<br />
|
1536 |
+
|
1537 |
+
</td>
|
1538 |
+
</tr>
|
1539 |
+
</tbody></table>
|
1540 |
+
<br /><br />
|
1541 |
+
</div>
|
1542 |
+
</div>
|
1543 |
+
<table class="Title-Box" style="cursor:pointer;" cellspacing="0" cellpadding="0">
|
1544 |
+
<tr>
|
1545 |
+
<td class="Border-Left" ></td>
|
1546 |
+
<td class="BG-Middle" id="Active-Title" ><?php _e(" Send my config","sociable");?></td><td class="Border-Right"></td>
|
1547 |
+
</tr>
|
1548 |
+
</table>
|
1549 |
+
|
1550 |
+
<div style="display: block;" id="Active-Content" class="Content-Box">
|
1551 |
+
<br />
|
1552 |
+
<div align="center" style="width:100%;">
|
1553 |
+
<table align="center" cellspacing="0" cellpadding="10" border="0" class="GeneralOptions-List">
|
1554 |
+
|
1555 |
+
<tbody><tr valign="top">
|
1556 |
+
<td align="right" class="Title">Send my config</td>
|
1557 |
+
<td align="left" style="width:5px;">
|
1558 |
+
|
1559 |
+
<?php
|
1560 |
+
|
1561 |
+
$checked = "";
|
1562 |
+
if (!empty($sociable_options["pixel"])){
|
1563 |
+
|
1564 |
+
$checked = "checked='checked'";
|
1565 |
+
}
|
1566 |
+
|
1567 |
+
?>
|
1568 |
+
<input <?php echo $checked ?> type="checkbox" id="active" name="sociable_options[pixel]" /></td>
|
1569 |
+
<td align="left" class="Content">
|
1570 |
+
<span class="TXT">
|
1571 |
+
Check if you want help Sociable grow.
|
1572 |
+
</br>
|
1573 |
+
This information be used only to improve Sociable.
|
1574 |
+
</br>
|
1575 |
+
You accept send us your blog configuration and blog name
|
1576 |
+
</span>
|
1577 |
+
<br />
|
1578 |
+
|
1579 |
+
</td>
|
1580 |
+
</tr>
|
1581 |
+
</tbody></table>
|
1582 |
+
<br /><br />
|
1583 |
+
</div>
|
1584 |
+
</div>
|
1585 |
+
|
1586 |
+
|
1587 |
+
<?php //<HR style="height:10px;background:#18305d;"/>?>
|
1588 |
+
<?php settings_fields( 'sociable_options_group' ); ?>
|
1589 |
+
</FORM>
|
1590 |
+
<DIV class="Content-Box" >
|
1591 |
+
<DIV id="ActionsBar">
|
1592 |
+
<DIV class="SaveChanges" onClick="document.getElementById('form1').submit();" style="cursor:pointer;line-height:15px;"><br/>
|
1593 |
+
<span style="margin:30px;"><?php _e("Save Changes","sociable");?></span>
|
1594 |
+
</DIV>
|
1595 |
+
<DIV class="ResetSociable" id="sociable_reset" name="sociable_reset" onClick="document.getElementById('sociable_reset_form').submit();" style="cursor:pointer;line-height:15px;font-size:12px;"><br/>
|
1596 |
+
<span style="margin:40px;margin-left:35px;"><?php _e("Reset Sociable","sociable");?></span>
|
1597 |
+
</DIV>
|
1598 |
+
<DIV class="UninstallSociable" onClick="document.getElementById('sociable_remove_form').submit();" style="cursor:pointer;line-height:15px;font-size:12px;"><br/>
|
1599 |
+
<span style="margin:25px;margin-left:20px;"><?php _e("Completly Uninstall Sociable","sociable");?></span>
|
1600 |
+
</DIV>
|
1601 |
+
</DIV>
|
1602 |
+
</DIV>
|
1603 |
+
<br>
|
1604 |
+
<br>
|
1605 |
+
<?php //do_settings_sections( 'sociable_options' ); ?>
|
1606 |
+
<form id="sociable_reset_form" action="" method="POST">
|
1607 |
+
<?php wp_nonce_field('sociable-reset'); ?>
|
1608 |
+
<input type="hidden" id="sociable_reset" name="sociable_reset" value="1">
|
1609 |
+
<?php //submit_button( __( 'Reset Sociable' ) , 'primary', 'sociable_reset', false ); ?>
|
1610 |
+
</form>
|
1611 |
+
|
1612 |
+
|
1613 |
+
</div>
|
1614 |
+
<?php }
|
1615 |
+
|
1616 |
+
function add_meta_box( $page ){
|
1617 |
+
add_meta_box( 'sociable_off' , __( 'Disable sociable' ), array( 'sociable_Admin_Options' , 'create_meta_box' ) , $page, 'side', 'default' );
|
1618 |
+
}
|
1619 |
+
|
1620 |
+
function create_meta_box(){
|
1621 |
+
global $post;
|
1622 |
+
$sociableoff = false;
|
1623 |
+
$checked = '';
|
1624 |
+
if ( get_post_meta( $post->ID,'_sociableoff',true ) ) {
|
1625 |
+
$checked = 'checked="checked"';
|
1626 |
+
}
|
1627 |
+
wp_nonce_field( 'update_sociable_off' , 'sociable_nonce' );
|
1628 |
+
echo '<input type="checkbox" id="sociableoff" name="sociableoff" ' . $checked . ' /> <p class="description">' . __('Check This To Disable Sociable 2 On This Post Only.') . '</p>';
|
1629 |
+
|
1630 |
+
}
|
1631 |
+
|
1632 |
+
function save_post( $post_id ){
|
1633 |
+
|
1634 |
+
if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE )
|
1635 |
+
return $post_id;
|
1636 |
+
// verify this came from the our screen and with proper authorization,
|
1637 |
+
// because save_post can be triggered at other times
|
1638 |
+
|
1639 |
+
$nonce = ( isset( $_POST['sociable_nonce'] ) ) ? $_POST['sociable_nonce'] : false ;
|
1640 |
+
if ( ! $nonce || ! wp_verify_nonce( $nonce, 'update_sociable_off' ) )
|
1641 |
+
return $post_id;
|
1642 |
+
// Check permissions
|
1643 |
+
if ( 'page' == $_POST['post_type'] ){
|
1644 |
+
if ( !current_user_can( 'edit_page', $post_id ) )
|
1645 |
+
return;
|
1646 |
+
} else {
|
1647 |
+
if ( !current_user_can( 'edit_post', $post_id ) )
|
1648 |
+
return;
|
1649 |
+
}
|
1650 |
+
|
1651 |
+
//Lets Do This
|
1652 |
+
if( isset( $_POST['sociableoff'] ) ){
|
1653 |
+
update_post_meta( $post_id, '_sociableoff' , $_POST['sociableoff'] );
|
1654 |
+
} else {
|
1655 |
+
delete_post_meta( $post_id, '_sociableoff' );
|
1656 |
+
}
|
1657 |
+
|
1658 |
+
return $post_id;
|
1659 |
+
}
|
1660 |
+
|
1661 |
+
/**
|
1662 |
+
* This Function Runs Before The Options Are Printed Out.
|
1663 |
+
*/
|
1664 |
+
function general_options_callback(){
|
1665 |
+
|
1666 |
+
return true;
|
1667 |
+
}
|
1668 |
+
|
1669 |
+
/**
|
1670 |
+
* This Function Runs Before The Location Options Are Echoed Out.
|
1671 |
+
*/
|
1672 |
+
function location_options_callback(){
|
1673 |
+
echo '<p>' . __( 'Please Select The Locations That You Wish To Allow The Sociable 2 Plugin To Insert The Links.' ) . '</p>';
|
1674 |
+
}
|
1675 |
+
|
1676 |
+
/**
|
1677 |
+
* Adds A Function For The add_settings_field(); function
|
1678 |
+
*
|
1679 |
+
* should be passed:
|
1680 |
+
* $data = array(
|
1681 |
+
* 'id' => 'field_id_and_name',
|
1682 |
+
* 'description' => 'field Description Should Go Here, This is Not The Title, Rather The Description'
|
1683 |
+
* );
|
1684 |
+
*/
|
1685 |
+
function Checkbox( $data ){
|
1686 |
+
global $sociable_options;
|
1687 |
+
|
1688 |
+
//Save The Locations As a seperate array option
|
1689 |
+
if( isset( $data['locations'] ) ){
|
1690 |
+
$name = 'sociable_options[locations][' . $data['id'] . ']';
|
1691 |
+
$checked = ( isset( $sociable_options['locations'][$data['id']] ) ) ? 'checked="checked"' : '' ;
|
1692 |
+
} else {
|
1693 |
+
$name = 'sociable_options[' . $data['id'] . ']';
|
1694 |
+
$checked = ( isset( $sociable_options[$data['id']] ) ) ? 'checked="checked"' : '' ;
|
1695 |
+
}
|
1696 |
+
|
1697 |
+
|
1698 |
+
echo '<input ' . $checked . ' id="' . $data['id'] . '" name="' . $name . '" type="checkbox" /> <span class="description">' . $data['description'] . '</span>';
|
1699 |
+
}
|
1700 |
+
|
1701 |
+
function TextInput( $data ){
|
1702 |
+
global $sociable_options;
|
1703 |
+
|
1704 |
+
$value = ( isset( $sociable_options[$data['id']] ) ) ? $sociable_options[$data['id']] : '';
|
1705 |
+
|
1706 |
+
echo '<input id="' . $data['id'] . '" name="sociable_options[' . $data['id'] . ']" size="40" type="text" value="' . esc_attr( $value ) . '" /> <br /><span class="description">' . $data['description'] . '</span>';
|
1707 |
+
|
1708 |
+
}
|
1709 |
+
|
1710 |
+
function TextArea( $data ){
|
1711 |
+
global $sociable_options;
|
1712 |
+
|
1713 |
+
$value = ( isset( $sociable_options[$data['id']] ) ) ? $sociable_options[$data['id']] : '';
|
1714 |
+
|
1715 |
+
echo '<textarea id="' . $data['id'] . '" name="sociable_options[' . $data['id'] . ']" >' . $value . '</textarea> <br /><span class="description">' . $data['description'] . '</span>';
|
1716 |
+
|
1717 |
+
}
|
1718 |
+
|
1719 |
+
function radio( $data ){
|
1720 |
+
global $sociable_options;
|
1721 |
+
|
1722 |
+
$cur_val = ( isset( $sociable_options[$data['id']] ) ) ? $sociable_options[$data['id']] : 0 ;
|
1723 |
+
|
1724 |
+
echo '<span class="description">' . $data['description'] . '</span><br />';
|
1725 |
+
foreach( $data['options'] as $value => $option ){
|
1726 |
+
$selected = ( $value == $cur_val ) ? 'checked="checked"' : '' ;
|
1727 |
+
echo '<input type="radio" name="sociable_options[' . $data['id'] . ']" value="' . $value . '" ' . $selected . ' /> <span>' . $option . '</span><br />';
|
1728 |
+
}
|
1729 |
+
}
|
1730 |
+
|
1731 |
+
|
1732 |
+
}
|
1733 |
+
function add_ie7() {
|
1734 |
+
echo'<!--[if lt IE 7]>
|
1735 |
+
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js"
|
1736 |
+
type="text/javascript"></script>
|
1737 |
+
<![endif]-->
|
1738 |
+
<!--[if lt IE 8]>
|
1739 |
+
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js"
|
1740 |
+
type="text/javascript"></script>
|
1741 |
+
<![endif]-->
|
1742 |
+
<!--[if lt IE 9]>
|
1743 |
+
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
|
1744 |
+
<![endif]-->';
|
1745 |
+
}
|
1746 |
+
//add_action('admin_head', 'add_ie7' );
|
1747 |
+
?>
|
includes/rss_php.php
CHANGED
@@ -1,161 +1,161 @@
|
|
1 |
-
<?php
|
2 |
-
/*
|
3 |
-
RSS_PHP - the PHP DOM based RSS Parser
|
4 |
-
Author: <rssphp.net>
|
5 |
-
Published: 200801 :: blacknet :: via rssphp.net
|
6 |
-
|
7 |
-
RSS_PHP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.
|
8 |
-
|
9 |
-
Usage:
|
10 |
-
See the documentation at http://rssphp.net/documentation
|
11 |
-
Examples:
|
12 |
-
Can be found online at http://rssphp.net/examples
|
13 |
-
*/
|
14 |
-
|
15 |
-
class rss_php {
|
16 |
-
|
17 |
-
public $document;
|
18 |
-
public $channel;
|
19 |
-
public $items;
|
20 |
-
|
21 |
-
/****************************
|
22 |
-
public load methods
|
23 |
-
***/
|
24 |
-
# load RSS by URL
|
25 |
-
public function load($url=false, $unblock=true) {
|
26 |
-
if($url) {
|
27 |
-
if($unblock) {
|
28 |
-
$this->loadParser(file_get_contents($url, false, $this->randomContext()));
|
29 |
-
} else {
|
30 |
-
$this->loadParser(file_get_contents($url));
|
31 |
-
}
|
32 |
-
}
|
33 |
-
}
|
34 |
-
# load raw RSS data
|
35 |
-
public function loadRSS($rawxml=false) {
|
36 |
-
if($rawxml) {
|
37 |
-
$this->loadParser($rawxml);
|
38 |
-
}
|
39 |
-
}
|
40 |
-
|
41 |
-
/****************************
|
42 |
-
public load methods
|
43 |
-
@param $includeAttributes BOOLEAN
|
44 |
-
return array;
|
45 |
-
***/
|
46 |
-
# return full rss array
|
47 |
-
public function getRSS($includeAttributes=false) {
|
48 |
-
if($includeAttributes) {
|
49 |
-
return $this->document;
|
50 |
-
}
|
51 |
-
return $this->valueReturner();
|
52 |
-
}
|
53 |
-
# return channel data
|
54 |
-
public function getChannel($includeAttributes=false) {
|
55 |
-
if($includeAttributes) {
|
56 |
-
return $this->channel;
|
57 |
-
}
|
58 |
-
return $this->valueReturner($this->channel);
|
59 |
-
}
|
60 |
-
# return rss items
|
61 |
-
public function getItems($includeAttributes=false) {
|
62 |
-
if($includeAttributes) {
|
63 |
-
return $this->items;
|
64 |
-
}
|
65 |
-
return $this->valueReturner($this->items);
|
66 |
-
}
|
67 |
-
|
68 |
-
/****************************
|
69 |
-
internal methods
|
70 |
-
***/
|
71 |
-
private function loadParser($rss=false) {
|
72 |
-
if($rss) {
|
73 |
-
$this->document = array();
|
74 |
-
$this->channel = array();
|
75 |
-
$this->items = array();
|
76 |
-
$DOMDocument = new DOMDocument;
|
77 |
-
$DOMDocument->strictErrorChecking = false;
|
78 |
-
$DOMDocument->loadXML($rss);
|
79 |
-
$this->document = $this->extractDOM($DOMDocument->childNodes);
|
80 |
-
}
|
81 |
-
}
|
82 |
-
|
83 |
-
private function valueReturner($valueBlock=false) {
|
84 |
-
if(!$valueBlock) {
|
85 |
-
$valueBlock = $this->document;
|
86 |
-
}
|
87 |
-
foreach($valueBlock as $valueName => $values) {
|
88 |
-
if(isset($values['value'])) {
|
89 |
-
$values = $values['value'];
|
90 |
-
}
|
91 |
-
if(is_array($values)) {
|
92 |
-
$valueBlock[$valueName] = $this->valueReturner($values);
|
93 |
-
} else {
|
94 |
-
$valueBlock[$valueName] = $values;
|
95 |
-
}
|
96 |
-
}
|
97 |
-
return $valueBlock;
|
98 |
-
}
|
99 |
-
|
100 |
-
private function extractDOM($nodeList,$parentNodeName=false) {
|
101 |
-
$itemCounter = 0;
|
102 |
-
$tempNode = null;
|
103 |
-
foreach($nodeList as $values) {
|
104 |
-
if(substr($values->nodeName,0,1) != '#') {
|
105 |
-
if($values->nodeName == 'item') {
|
106 |
-
$nodeName = $values->nodeName.':'.$itemCounter;
|
107 |
-
$itemCounter++;
|
108 |
-
} else {
|
109 |
-
$nodeName = $values->nodeName;
|
110 |
-
}
|
111 |
-
$tempNode[$nodeName] = array();
|
112 |
-
if($values->attributes) {
|
113 |
-
for($i=0;$values->attributes->item($i);$i++) {
|
114 |
-
$tempNode[$nodeName]['properties'][$values->attributes->item($i)->nodeName] = $values->attributes->item($i)->nodeValue;
|
115 |
-
}
|
116 |
-
}
|
117 |
-
if(!$values->firstChild) {
|
118 |
-
$tempNode[$nodeName]['value'] = $values->textContent;
|
119 |
-
} else {
|
120 |
-
$tempNode[$nodeName]['value'] = $this->extractDOM($values->childNodes, $values->nodeName);
|
121 |
-
}
|
122 |
-
if(in_array($parentNodeName, array('channel','rdf:RDF'))) {
|
123 |
-
if($values->nodeName == 'item') {
|
124 |
-
$this->items[] = $tempNode[$nodeName]['value'];
|
125 |
-
} elseif(!in_array($values->nodeName, array('rss','channel'))) {
|
126 |
-
$this->channel[$values->nodeName] = $tempNode[$nodeName];
|
127 |
-
}
|
128 |
-
}
|
129 |
-
} elseif(substr($values->nodeName,1) == 'text') {
|
130 |
-
$tempValue = trim(preg_replace('/\s\s+/',' ',str_replace("\n",' ', $values->textContent)));
|
131 |
-
if($tempValue) {
|
132 |
-
$tempNode = $tempValue;
|
133 |
-
}
|
134 |
-
} elseif(substr($values->nodeName,1) == 'cdata-section'){
|
135 |
-
$tempNode = $values->textContent;
|
136 |
-
}
|
137 |
-
}
|
138 |
-
return $tempNode;
|
139 |
-
}
|
140 |
-
|
141 |
-
private function randomContext() {
|
142 |
-
$headerstrings = array();
|
143 |
-
$headerstrings['User-Agent'] = 'Mozilla/5.0 (Windows; U; Windows NT 5.'.rand(0,2).'; en-US; rv:1.'.rand(2,9).'.'.rand(0,4).'.'.rand(1,9).') Gecko/2007'.rand(10,12).rand(10,30).' Firefox/2.0.'.rand(0,1).'.'.rand(1,9);
|
144 |
-
$headerstrings['Accept-Charset'] = rand(0,1) ? 'en-gb,en;q=0.'.rand(3,8) : 'en-us,en;q=0.'.rand(3,8);
|
145 |
-
$headerstrings['Accept-Language'] = 'en-us,en;q=0.'.rand(4,6);
|
146 |
-
$setHeaders = 'Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5'."\r\n".
|
147 |
-
'Accept-Charset: '.$headerstrings['Accept-Charset']."\r\n".
|
148 |
-
'Accept-Language: '.$headerstrings['Accept-Language']."\r\n".
|
149 |
-
'User-Agent: '.$headerstrings['User-Agent']."\r\n";
|
150 |
-
$contextOptions = array(
|
151 |
-
'http'=>array(
|
152 |
-
'method'=>"GET",
|
153 |
-
'header'=>$setHeaders
|
154 |
-
)
|
155 |
-
);
|
156 |
-
return stream_context_create($contextOptions);
|
157 |
-
}
|
158 |
-
|
159 |
-
}
|
160 |
-
|
161 |
?>
|
1 |
+
<?php
|
2 |
+
/*
|
3 |
+
RSS_PHP - the PHP DOM based RSS Parser
|
4 |
+
Author: <rssphp.net>
|
5 |
+
Published: 200801 :: blacknet :: via rssphp.net
|
6 |
+
|
7 |
+
RSS_PHP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.
|
8 |
+
|
9 |
+
Usage:
|
10 |
+
See the documentation at http://rssphp.net/documentation
|
11 |
+
Examples:
|
12 |
+
Can be found online at http://rssphp.net/examples
|
13 |
+
*/
|
14 |
+
|
15 |
+
class rss_php {
|
16 |
+
|
17 |
+
public $document;
|
18 |
+
public $channel;
|
19 |
+
public $items;
|
20 |
+
|
21 |
+
/****************************
|
22 |
+
public load methods
|
23 |
+
***/
|
24 |
+
# load RSS by URL
|
25 |
+
public function load($url=false, $unblock=true) {
|
26 |
+
if($url) {
|
27 |
+
if($unblock) {
|
28 |
+
$this->loadParser(file_get_contents($url, false, $this->randomContext()));
|
29 |
+
} else {
|
30 |
+
$this->loadParser(file_get_contents($url));
|
31 |
+
}
|
32 |
+
}
|
33 |
+
}
|
34 |
+
# load raw RSS data
|
35 |
+
public function loadRSS($rawxml=false) {
|
36 |
+
if($rawxml) {
|
37 |
+
$this->loadParser($rawxml);
|
38 |
+
}
|
39 |
+
}
|
40 |
+
|
41 |
+
/****************************
|
42 |
+
public load methods
|
43 |
+
@param $includeAttributes BOOLEAN
|
44 |
+
return array;
|
45 |
+
***/
|
46 |
+
# return full rss array
|
47 |
+
public function getRSS($includeAttributes=false) {
|
48 |
+
if($includeAttributes) {
|
49 |
+
return $this->document;
|
50 |
+
}
|
51 |
+
return $this->valueReturner();
|
52 |
+
}
|
53 |
+
# return channel data
|
54 |
+
public function getChannel($includeAttributes=false) {
|
55 |
+
if($includeAttributes) {
|
56 |
+
return $this->channel;
|
57 |
+
}
|
58 |
+
return $this->valueReturner($this->channel);
|
59 |
+
}
|
60 |
+
# return rss items
|
61 |
+
public function getItems($includeAttributes=false) {
|
62 |
+
if($includeAttributes) {
|
63 |
+
return $this->items;
|
64 |
+
}
|
65 |
+
return $this->valueReturner($this->items);
|
66 |
+
}
|
67 |
+
|
68 |
+
/****************************
|
69 |
+
internal methods
|
70 |
+
***/
|
71 |
+
private function loadParser($rss=false) {
|
72 |
+
if($rss) {
|
73 |
+
$this->document = array();
|
74 |
+
$this->channel = array();
|
75 |
+
$this->items = array();
|
76 |
+
$DOMDocument = new DOMDocument;
|
77 |
+
$DOMDocument->strictErrorChecking = false;
|
78 |
+
$DOMDocument->loadXML($rss);
|
79 |
+
$this->document = $this->extractDOM($DOMDocument->childNodes);
|
80 |
+
}
|
81 |
+
}
|
82 |
+
|
83 |
+
private function valueReturner($valueBlock=false) {
|
84 |
+
if(!$valueBlock) {
|
85 |
+
$valueBlock = $this->document;
|
86 |
+
}
|
87 |
+
foreach($valueBlock as $valueName => $values) {
|
88 |
+
if(isset($values['value'])) {
|
89 |
+
$values = $values['value'];
|
90 |
+
}
|
91 |
+
if(is_array($values)) {
|
92 |
+
$valueBlock[$valueName] = $this->valueReturner($values);
|
93 |
+
} else {
|
94 |
+
$valueBlock[$valueName] = $values;
|
95 |
+
}
|
96 |
+
}
|
97 |
+
return $valueBlock;
|
98 |
+
}
|
99 |
+
|
100 |
+
private function extractDOM($nodeList,$parentNodeName=false) {
|
101 |
+
$itemCounter = 0;
|
102 |
+
$tempNode = null;
|
103 |
+
foreach($nodeList as $values) {
|
104 |
+
if(substr($values->nodeName,0,1) != '#') {
|
105 |
+
if($values->nodeName == 'item') {
|
106 |
+
$nodeName = $values->nodeName.':'.$itemCounter;
|
107 |
+
$itemCounter++;
|
108 |
+
} else {
|
109 |
+
$nodeName = $values->nodeName;
|
110 |
+
}
|
111 |
+
$tempNode[$nodeName] = array();
|
112 |
+
if($values->attributes) {
|
113 |
+
for($i=0;$values->attributes->item($i);$i++) {
|
114 |
+
$tempNode[$nodeName]['properties'][$values->attributes->item($i)->nodeName] = $values->attributes->item($i)->nodeValue;
|
115 |
+
}
|
116 |
+
}
|
117 |
+
if(!$values->firstChild) {
|
118 |
+
$tempNode[$nodeName]['value'] = $values->textContent;
|
119 |
+
} else {
|
120 |
+
$tempNode[$nodeName]['value'] = $this->extractDOM($values->childNodes, $values->nodeName);
|
121 |
+
}
|
122 |
+
if(in_array($parentNodeName, array('channel','rdf:RDF'))) {
|
123 |
+
if($values->nodeName == 'item') {
|
124 |
+
$this->items[] = $tempNode[$nodeName]['value'];
|
125 |
+
} elseif(!in_array($values->nodeName, array('rss','channel'))) {
|
126 |
+
$this->channel[$values->nodeName] = $tempNode[$nodeName];
|
127 |
+
}
|
128 |
+
}
|
129 |
+
} elseif(substr($values->nodeName,1) == 'text') {
|
130 |
+
$tempValue = trim(preg_replace('/\s\s+/',' ',str_replace("\n",' ', $values->textContent)));
|
131 |
+
if($tempValue) {
|
132 |
+
$tempNode = $tempValue;
|
133 |
+
}
|
134 |
+
} elseif(substr($values->nodeName,1) == 'cdata-section'){
|
135 |
+
$tempNode = $values->textContent;
|
136 |
+
}
|
137 |
+
}
|
138 |
+
return $tempNode;
|
139 |
+
}
|
140 |
+
|
141 |
+
private function randomContext() {
|
142 |
+
$headerstrings = array();
|
143 |
+
$headerstrings['User-Agent'] = 'Mozilla/5.0 (Windows; U; Windows NT 5.'.rand(0,2).'; en-US; rv:1.'.rand(2,9).'.'.rand(0,4).'.'.rand(1,9).') Gecko/2007'.rand(10,12).rand(10,30).' Firefox/2.0.'.rand(0,1).'.'.rand(1,9);
|
144 |
+
$headerstrings['Accept-Charset'] = rand(0,1) ? 'en-gb,en;q=0.'.rand(3,8) : 'en-us,en;q=0.'.rand(3,8);
|
145 |
+
$headerstrings['Accept-Language'] = 'en-us,en;q=0.'.rand(4,6);
|
146 |
+
$setHeaders = 'Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5'."\r\n".
|
147 |
+
'Accept-Charset: '.$headerstrings['Accept-Charset']."\r\n".
|
148 |
+
'Accept-Language: '.$headerstrings['Accept-Language']."\r\n".
|
149 |
+
'User-Agent: '.$headerstrings['User-Agent']."\r\n";
|
150 |
+
$contextOptions = array(
|
151 |
+
'http'=>array(
|
152 |
+
'method'=>"GET",
|
153 |
+
'header'=>$setHeaders
|
154 |
+
)
|
155 |
+
);
|
156 |
+
return stream_context_create($contextOptions);
|
157 |
+
}
|
158 |
+
|
159 |
+
}
|
160 |
+
|
161 |
?>
|
includes/skyscraper_output.php
CHANGED
@@ -1,1827 +1,1827 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
/*
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
* The Output And Shortcode Functions For sociable
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
*/
|
14 |
-
|
15 |
-
/*
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
* Returns The Skyscraper Output For The Global $post Object Do Not
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
*/
|
24 |
-
|
25 |
-
function diff_date($date1, $date2){
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
$date1 = mktime(substr($date1,8,2), substr($date1,10,2), substr($date1,12,2), substr($date1,4,2), substr($date1,6,2), substr($date1,0,4));
|
30 |
-
|
31 |
-
$date2 = mktime(substr($date2,8,2), substr($date2,10,2), substr($date2,12,2), substr($date2,4,2), substr($date2,6,2), substr($date2,0,4));
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
$diff_time = ceil((($date2 - $date1)/60));
|
36 |
-
|
37 |
-
return $diff_time;
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
}
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
function skyscraper_html( $where = "" ){
|
48 |
-
|
49 |
-
global $skyscraper_options, $wp_query;
|
50 |
-
|
51 |
-
if (!is_admin() || 1==1){
|
52 |
-
|
53 |
-
// echo "<script type='text/javascript'>";
|
54 |
-
|
55 |
-
// echo "var skyscraper_dir = '".SOCIABLE_HTTP_PATH."' ;";
|
56 |
-
|
57 |
-
// echo "</script>";
|
58 |
-
|
59 |
-
echo " var skyscraper_dir = document.createElement('input');
|
60 |
-
|
61 |
-
skyscraper_dir.id = 'skyscraper_dir';
|
62 |
-
|
63 |
-
skyscraper_dir.type = 'hidden';
|
64 |
-
|
65 |
-
skyscraper_dir.value = '".SOCIABLE_HTTP_PATH."';
|
66 |
-
|
67 |
-
document.body.appendChild(skyscraper_dir); ";
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
$widget_width = str_replace("px", "", $skyscraper_options["widget_width"]);
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
$widget_position = "null";
|
76 |
-
|
77 |
-
if (isset($skyscraper_options["widget_position"])){
|
78 |
-
|
79 |
-
$widget_position = 1;
|
80 |
-
|
81 |
-
}
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
$labels_color = $skyscraper_options["labels_color"];
|
86 |
-
|
87 |
-
$text_size = str_replace("px", "", $skyscraper_options["text_size"]);
|
88 |
-
|
89 |
-
$background_color = $skyscraper_options["background_color"];
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
$addWhere = "";
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
if ($where == ""){
|
98 |
-
|
99 |
-
$addWhere = "var div = document.createElement('div');
|
100 |
-
|
101 |
-
div.id = 'skyscraper';
|
102 |
-
|
103 |
-
document.body.appendChild(div);";
|
104 |
-
|
105 |
-
}
|
106 |
-
|
107 |
-
$url_site= $_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"];
|
108 |
-
|
109 |
-
$script = "
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
if (!document.getElementById('fb-root')){
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
var div = document.createElement('div');
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
div.id = 'fb-root';
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
document.body.appendChild(div);
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
}
|
130 |
-
|
131 |
-
(function(d, s, id) {
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
var js, fjs = d.getElementsByTagName(s)[0];
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
if (d.getElementById(id)) return;
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
js = d.createElement(s); js.id = id;
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
js.src = \"http://connect.facebook.net/en_US/all.js#xfbml=1\";
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
fjs.parentNode.insertBefore(js, fjs);
|
152 |
-
|
153 |
-
}(document, 'script', 'facebook-jssdk'));
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
".$addWhere."
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
jQuery(document).ready(function(){
|
170 |
-
|
171 |
-
oPlugin.toolbarStart('skyscraper', ".$widget_position.",230,".$widget_width.",'".$background_color."','".$labels_color."',false,'#6A6A6A',".$text_size.",'#587cc8');
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
".get_share_node()."
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
".get_counters_node()."
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
".get_social_banner_node()."
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
".get_latest_node()."
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
".get_mentions_node()."
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
".get_follow_us_node()."
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
".get_rss_node()."
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
oPlugin.CreateGoToTop('New_Id_12','Top','<img src=\"".SOCIABLE_HTTP_PATH."images/toolbar/gototop.png\" style=\"width:30px;\" />');
|
208 |
-
|
209 |
-
oPlugin.CreateGoToHome('New_Id_13','Go Home','<img src=\"".SOCIABLE_HTTP_PATH."images/toolbar/gotohome.png\" style=\"width:30px;\" />');
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
});
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
jQuery('.title').css('font-size', '".$text_size."px');
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
";
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
echo $script;
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
}
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
}
|
238 |
-
|
239 |
-
function get_social_banner_node(){
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
global $skyscraper_options;
|
252 |
-
|
253 |
-
global $title_shared;
|
254 |
-
|
255 |
-
global $url_shares;
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
$social_banner_node = "";
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
if(!empty($skyscraper_options["sociable_banner"])){
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
$follow_us = sc_follow_links(1);
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
$follow_buttons = $follow_us["follow_buttons"];
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
$follow_us_count = $follow_us["count"];
|
300 |
-
|
301 |
-
$width_banner = 200;
|
302 |
-
|
303 |
-
$tag_banner = '';
|
304 |
-
|
305 |
-
if (isset($skyscraper_options["blogplay_tags"])){
|
306 |
-
|
307 |
-
if (!empty($skyscraper_options["blogplay_tags"])){
|
308 |
-
|
309 |
-
$tag_banner = '<blogplay.com>';
|
310 |
-
}
|
311 |
-
}
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
$social_banner_node = " var url = '". addslashes(trim($url_shares))."';
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
var title = '".addslashes(trim($title_shared)) ."';
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
var counter = '<ul class=\"boxBanner_ul\">';
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
counter += ' <li>';
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
counter += ' <div class=\"fb-like\" data-send=\"false\" data-layout=\"box_count\" data-width=\"50\" data-href=\"'+url+'\" data-show-faces=\"false\"></div>';
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
counter += ' </li>';
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
counter += ' <li>';
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
counter += ' <iframe width=\"100%\" scrolling=\"no\" frameborder=\"0\" title=\"+1\" vspace=\"0\" tabindex=\"-1\" style=\"position: static; left: 0pt; top: 0pt; width: 60px; margin: 0px; border-style: none; visibility: visible; height: 60px;\" src=\"https://plusone.google.com/_/+1/fastbutton?url='+url+'&size=tall&count=true&hl=en-US&jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3Dt1NEBxIt2Qs.es_419.%2Fsv%3D1%2Fam%3D!Xq7AzNfn9_-I0e5PyA%2Fd%3D1%2F#id=I1_1328906079806&parent='+url+'&rpctoken=615138222&_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart\" name=\"I1_1328906079806\" marginwidth=\"0\" marginheight=\"0\" id=\"I1_1328906079806\" hspace=\"0\" allowtransparency=\"true\"></iframe>';
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
counter += ' </li>';
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
counter += ' <li>';
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
counter += '<iframe scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" src=\"https://platform.twitter.com/widgets/tweet_button.html?_version=2&count=vertical&enableNewSizing=false&id=twitter-widget-6&lang=en&original_referer='+url+'&size=m&text='+title+' ".$tag_banner." &url='+url+'\" class=\"twitter-share-button twitter-count-vertical\" style=\"width: 55px; height: 62px;\" title=\"Twitter Tweet Button\"></iframe>';
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
counter += ' </li>';
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
counter += '</ul>';";
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
if ($follow_us_count > 0){
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
$social_banner_node .= "
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
counter += '<ul class=\"boxBanner_ul_margin\">';
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
counter += '<li>';
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
counter += '</li>';
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
counter += '</ul>';";
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
$social_banner_node .= " counter += '".$follow_buttons."'; ";
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
if ($follow_us_count > 1){
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
$width_banner = $width_banner + (70 * $follow_us_count);
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
}
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
else{
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
$width_banner = $width_banner + (90 * $follow_us_count);
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
}
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
}
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
$label_text = trim($skyscraper_options["sociable_banner_text"]);
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
if (strlen($label_text) > 35){
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
// $label_text = substr($label_text,0,35);
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
}
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
$label_text = addslashes($label_text);
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
$social_banner_node .= "oPlugin.CreateNode('New_Id_14','".$label_text."', '', counter,'banner',80,".$width_banner.");";
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
$timer = ($skyscraper_options["sociable_banner_timer"] * 1000);
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
$colorBack = $skyscraper_options["sociable_banner_colorBack"];
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
$colorFont = $skyscraper_options["sociable_banner_colorFont"];
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
$colorLabel = $skyscraper_options["sociable_banner_colorLabel"];
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
$fontSize = $skyscraper_options["sociable_banner_fontSize"];
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
$social_banner_node .="setTimeout('showBanner(".$timer.",\"".$colorBack."\", \"".$colorLabel."\", \"".$colorFont."\", \"".$fontSize."\")', ".$timer.");";
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
}
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
return $social_banner_node;
|
536 |
-
|
537 |
-
|
538 |
-
|
539 |
-
}
|
540 |
-
|
541 |
-
function get_rss_node(){
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
$rss_node = "";
|
546 |
-
|
547 |
-
$latest_posts = "";
|
548 |
-
|
549 |
-
global $skyscraper_options;
|
550 |
-
|
551 |
-
|
552 |
-
|
553 |
-
|
554 |
-
|
555 |
-
if (!empty($skyscraper_options["accept_read_rss"])){
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
if ($skyscraper_options["accept_read_rss"] != 1){
|
560 |
-
|
561 |
-
|
562 |
-
|
563 |
-
return $rss_node;
|
564 |
-
|
565 |
-
}
|
566 |
-
|
567 |
-
}
|
568 |
-
|
569 |
-
else{
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
return $rss_node;
|
574 |
-
|
575 |
-
}
|
576 |
-
|
577 |
-
|
578 |
-
|
579 |
-
$version = phpversion();
|
580 |
-
|
581 |
-
|
582 |
-
|
583 |
-
if ( substr($version,0,1) == 5 && isset($skyscraper_options["rss_feed"]) && $skyscraper_options["rss_feed"]!="http://"){
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
include("rss_php.php");
|
588 |
-
|
589 |
-
|
590 |
-
|
591 |
-
$rss = new rss_php;
|
592 |
-
|
593 |
-
$rss->load($skyscraper_options["rss_feed"]);
|
594 |
-
|
595 |
-
$items = $rss->getItems();
|
596 |
-
|
597 |
-
|
598 |
-
|
599 |
-
if (!empty($skyscraper_options["rss_feed"])){
|
600 |
-
|
601 |
-
|
602 |
-
|
603 |
-
if (count($items) > 0){
|
604 |
-
|
605 |
-
|
606 |
-
|
607 |
-
$cant = 0;
|
608 |
-
|
609 |
-
foreach($items as $item){
|
610 |
-
|
611 |
-
|
612 |
-
|
613 |
-
if ($cant <= $skyscraper_options["num_rss"]){
|
614 |
-
|
615 |
-
|
616 |
-
|
617 |
-
$title="";
|
618 |
-
|
619 |
-
if (isset($item["title"])){
|
620 |
-
|
621 |
-
$title = addslashes($item["title"]);
|
622 |
-
|
623 |
-
}
|
624 |
-
|
625 |
-
$description="";
|
626 |
-
|
627 |
-
if (isset($item["description"])){
|
628 |
-
|
629 |
-
$description = addslashes($item["description"]);
|
630 |
-
|
631 |
-
}
|
632 |
-
|
633 |
-
$guid="";
|
634 |
-
|
635 |
-
if (isset($item["link"])){
|
636 |
-
|
637 |
-
$guid = addslashes($item["link"]);
|
638 |
-
|
639 |
-
}
|
640 |
-
|
641 |
-
$pubDate="";
|
642 |
-
|
643 |
-
if (isset($item["pubDate"])){
|
644 |
-
|
645 |
-
$pubDate = ago(strtotime($item["pubDate"]));
|
646 |
-
|
647 |
-
}
|
648 |
-
|
649 |
-
|
650 |
-
|
651 |
-
$latest_posts .= "['".$title."','','".$description."','".$guid."','".$pubDate."'],";
|
652 |
-
|
653 |
-
}
|
654 |
-
|
655 |
-
else{
|
656 |
-
|
657 |
-
break;
|
658 |
-
|
659 |
-
}
|
660 |
-
|
661 |
-
$cant++;
|
662 |
-
|
663 |
-
}
|
664 |
-
|
665 |
-
$latest_posts = trim($latest_posts, ",");
|
666 |
-
|
667 |
-
}
|
668 |
-
|
669 |
-
}
|
670 |
-
|
671 |
-
}
|
672 |
-
|
673 |
-
|
674 |
-
|
675 |
-
if ($latest_posts != ""){
|
676 |
-
|
677 |
-
|
678 |
-
|
679 |
-
$rss_node = "var LatestBlogPostContent = [
|
680 |
-
|
681 |
-
".$latest_posts."
|
682 |
-
|
683 |
-
];
|
684 |
-
|
685 |
-
oPlugin.CreateNode('New_Id_5','Posts','',LatestBlogPostContent,'Notice',220,460);";
|
686 |
-
|
687 |
-
}
|
688 |
-
|
689 |
-
|
690 |
-
|
691 |
-
return $rss_node;
|
692 |
-
|
693 |
-
}
|
694 |
-
|
695 |
-
function get_latest_node(){
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
$latest_node = "";
|
700 |
-
|
701 |
-
global $skyscraper_options;
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
if (!empty($skyscraper_options["accept_read_twitter"])){
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
if ($skyscraper_options["accept_read_twitter"] != 1){
|
710 |
-
|
711 |
-
|
712 |
-
|
713 |
-
return $latest_node;
|
714 |
-
|
715 |
-
}
|
716 |
-
|
717 |
-
}
|
718 |
-
|
719 |
-
else{
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
return $latest_node;
|
724 |
-
|
725 |
-
}
|
726 |
-
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
|
731 |
-
if ( isset($skyscraper_options["twitter_username"])){
|
732 |
-
|
733 |
-
|
734 |
-
|
735 |
-
$latest_tweets = get_option_tweets("skyscraper_latest");
|
736 |
-
|
737 |
-
if ($skyscraper_options["twitter_username"] != ""){
|
738 |
-
|
739 |
-
|
740 |
-
|
741 |
-
if ($latest_tweets != ""){
|
742 |
-
|
743 |
-
|
744 |
-
|
745 |
-
$latest_node = "
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
|
750 |
-
|
751 |
-
|
752 |
-
|
753 |
-
var LastestTwittsContent = [
|
754 |
-
|
755 |
-
".$latest_tweets."
|
756 |
-
|
757 |
-
];
|
758 |
-
|
759 |
-
|
760 |
-
|
761 |
-
oPlugin.CreateNode('New_Id_3','Latest','',LastestTwittsContent,'Notice',220,460);";
|
762 |
-
|
763 |
-
}
|
764 |
-
|
765 |
-
}
|
766 |
-
|
767 |
-
}
|
768 |
-
|
769 |
-
return $latest_node;
|
770 |
-
|
771 |
-
}
|
772 |
-
|
773 |
-
|
774 |
-
|
775 |
-
function get_mentions_node(){
|
776 |
-
|
777 |
-
|
778 |
-
|
779 |
-
$mentions_node = "";
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
global $skyscraper_options;
|
784 |
-
|
785 |
-
|
786 |
-
|
787 |
-
if (!empty($skyscraper_options["accept_read_twitter"])){
|
788 |
-
|
789 |
-
|
790 |
-
|
791 |
-
if ($skyscraper_options["accept_read_twitter"] != 1){
|
792 |
-
|
793 |
-
|
794 |
-
|
795 |
-
return $mentions_node;
|
796 |
-
|
797 |
-
}
|
798 |
-
|
799 |
-
}
|
800 |
-
|
801 |
-
else{
|
802 |
-
|
803 |
-
|
804 |
-
|
805 |
-
return $mentions_node;
|
806 |
-
|
807 |
-
}
|
808 |
-
|
809 |
-
|
810 |
-
|
811 |
-
|
812 |
-
|
813 |
-
if ( isset($skyscraper_options["twitter_username"])){
|
814 |
-
|
815 |
-
|
816 |
-
|
817 |
-
$mentions_tweets = get_option_tweets("skyscraper_mentions");
|
818 |
-
|
819 |
-
if ($skyscraper_options["twitter_username"] != ""){
|
820 |
-
|
821 |
-
|
822 |
-
|
823 |
-
if ($mentions_tweets != "" ){
|
824 |
-
|
825 |
-
|
826 |
-
|
827 |
-
$mentions_node = "var TweetsMentionsContent = [
|
828 |
-
|
829 |
-
".$mentions_tweets."
|
830 |
-
|
831 |
-
];
|
832 |
-
|
833 |
-
oPlugin.CreateNode('New_Id_4','Mentions','',TweetsMentionsContent,'Notice',220,460);";
|
834 |
-
|
835 |
-
}
|
836 |
-
|
837 |
-
}
|
838 |
-
|
839 |
-
}
|
840 |
-
|
841 |
-
return $mentions_node;
|
842 |
-
|
843 |
-
}
|
844 |
-
|
845 |
-
function get_counters_node(){
|
846 |
-
|
847 |
-
|
848 |
-
|
849 |
-
global $skyscraper_options;
|
850 |
-
|
851 |
-
global $title_shared;
|
852 |
-
|
853 |
-
global $url_shares;
|
854 |
-
|
855 |
-
$counters_node = "";
|
856 |
-
|
857 |
-
|
858 |
-
|
859 |
-
if ((!empty($skyscraper_options["counters"]["check"]))){
|
860 |
-
|
861 |
-
|
862 |
-
$tag_counter = '';
|
863 |
-
|
864 |
-
if (isset($skyscraper_options["blogplay_tags"])){
|
865 |
-
|
866 |
-
if (!empty($skyscraper_options["blogplay_tags"])){
|
867 |
-
|
868 |
-
$tag_counter = '(blogplay.com)';
|
869 |
-
}
|
870 |
-
}
|
871 |
-
|
872 |
-
|
873 |
-
$counters_node = " var url = '". addslashes(trim($url_shares))."';
|
874 |
-
|
875 |
-
var title = '".addslashes(trim($title_shared)) ."'; ";
|
876 |
-
|
877 |
-
|
878 |
-
|
879 |
-
|
880 |
-
|
881 |
-
|
882 |
-
|
883 |
-
$counters_node .= "
|
884 |
-
|
885 |
-
|
886 |
-
|
887 |
-
var counter = '<ul class= \"boxCounters_ul\">';
|
888 |
-
|
889 |
-
|
890 |
-
|
891 |
-
|
892 |
-
|
893 |
-
|
894 |
-
|
895 |
-
counter += '<li style=\"margin-left:2px\"><fb:like send=\"false\" layout=\"box_count\" show_faces=\"false\" font=\"\"></fb:like></li>';
|
896 |
-
|
897 |
-
counter +=' <li style=\"margin-left:0px\"><iframe width=\"100%\" scrolling=\"no\" frameborder=\"0\" title=\"+1\" vspace=\"0\" tabindex=\"-1\" style=\"position: static; left: 0pt; top: 0pt; width: 60px; margin: 0px; border-style: none; visibility: visible; height: 60px;\" src=\"https://plusone.google.com/_/+1/fastbutton?url='+url+'&size=tall&count=true&hl=en-US&jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3Dt1NEBxIt2Qs.es_419.%2Fsv%3D1%2Fam%3D!Xq7AzNfn9_-I0e5PyA%2Fd%3D1%2F#id=I1_1328906079806&parent='+url+'&rpctoken=615138222&_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart\" name=\"I1_1328906079806\" marginwidth=\"0\" marginheight=\"0\" id=\"I1_1328906079806\" hspace=\"0\" allowtransparency=\"true\"></iframe></li>';
|
898 |
-
|
899 |
-
|
900 |
-
|
901 |
-
|
902 |
-
|
903 |
-
|
904 |
-
|
905 |
-
counter += '<li style=\"margin-left:-2px\"><iframe scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" src=\"https://platform.twitter.com/widgets/tweet_button.html?_version=2&count=vertical&enableNewSizing=false&id=twitter-widget-6&lang=en&original_referer='+url+'&size=m&text='+title+' ".$tag_counter." &url='+url+'\" class=\"twitter-share-button twitter-count-vertical\" style=\"width: 55px; height: 62px;\" title=\"Twitter Tweet Button\"></iframe></li>';
|
906 |
-
|
907 |
-
counter += '</ul>';";
|
908 |
-
|
909 |
-
|
910 |
-
|
911 |
-
}
|
912 |
-
|
913 |
-
|
914 |
-
$counters_node .= "oPlugin.CreateSimpleNode('New_Id_2','Counters<br/>', counter ,".$skyscraper_options["counters"]["folded"].");
|
915 |
-
|
916 |
-
|
917 |
-
|
918 |
-
";
|
919 |
-
|
920 |
-
return $counters_node;
|
921 |
-
|
922 |
-
}
|
923 |
-
|
924 |
-
function get_share_node(){
|
925 |
-
|
926 |
-
global $skyscraper_options;
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
$share_node = "";
|
931 |
-
|
932 |
-
|
933 |
-
|
934 |
-
if (!empty($skyscraper_options["share"]["check"])){
|
935 |
-
|
936 |
-
$share_buttons = share_links();
|
937 |
-
|
938 |
-
$share_node = "oPlugin.CreateSimpleNode('New_Id_1','Share', '".$share_buttons."',".$skyscraper_options["share"]["folded"].");";
|
939 |
-
|
940 |
-
}
|
941 |
-
|
942 |
-
|
943 |
-
|
944 |
-
|
945 |
-
|
946 |
-
|
947 |
-
|
948 |
-
return $share_node;
|
949 |
-
|
950 |
-
|
951 |
-
|
952 |
-
}
|
953 |
-
|
954 |
-
function get_follow_us_node(){
|
955 |
-
|
956 |
-
$follow_us_node = "";
|
957 |
-
|
958 |
-
global $skyscraper_options;
|
959 |
-
|
960 |
-
|
961 |
-
|
962 |
-
if (isset($skyscraper_options["follow_us"])){
|
963 |
-
|
964 |
-
$follow_info = empty_accounts();
|
965 |
-
|
966 |
-
|
967 |
-
|
968 |
-
if ( $follow_info["active"] > 0 && ($follow_info["empty"] < $follow_info["active"])){
|
969 |
-
|
970 |
-
|
971 |
-
|
972 |
-
$follow_buttons = sc_follow_links();
|
973 |
-
|
974 |
-
|
975 |
-
|
976 |
-
$follow_us_node = "oPlugin.CreateNode('New_Id_6','Follow', '', '".$follow_buttons["follow_buttons"]."','Plano',40,140)";
|
977 |
-
|
978 |
-
|
979 |
-
|
980 |
-
|
981 |
-
|
982 |
-
|
983 |
-
|
984 |
-
}
|
985 |
-
|
986 |
-
|
987 |
-
|
988 |
-
}
|
989 |
-
|
990 |
-
return $follow_us_node;
|
991 |
-
|
992 |
-
|
993 |
-
|
994 |
-
}
|
995 |
-
|
996 |
-
function empty_accounts(){
|
997 |
-
|
998 |
-
$empty = 0;
|
999 |
-
|
1000 |
-
$active = 0;
|
1001 |
-
|
1002 |
-
global $skyscraper_options;
|
1003 |
-
|
1004 |
-
|
1005 |
-
|
1006 |
-
foreach($skyscraper_options["follow_us"] as $follow_us){
|
1007 |
-
|
1008 |
-
|
1009 |
-
|
1010 |
-
if (empty($follow_us["account"])){
|
1011 |
-
|
1012 |
-
$empty++;
|
1013 |
-
|
1014 |
-
}
|
1015 |
-
|
1016 |
-
|
1017 |
-
|
1018 |
-
if (isset($follow_us["active"])){
|
1019 |
-
|
1020 |
-
$active++;
|
1021 |
-
|
1022 |
-
}
|
1023 |
-
|
1024 |
-
}
|
1025 |
-
|
1026 |
-
|
1027 |
-
|
1028 |
-
return array("empty" =>$empty, "active"=>$active);
|
1029 |
-
|
1030 |
-
}
|
1031 |
-
|
1032 |
-
function sc_follow_links($banner = 0){
|
1033 |
-
|
1034 |
-
global $skyscraper_options;
|
1035 |
-
|
1036 |
-
$follow_buttons = "<ul class=\'boxBanner_ul\'>";
|
1037 |
-
|
1038 |
-
|
1039 |
-
|
1040 |
-
$count_follow = 0;
|
1041 |
-
|
1042 |
-
|
1043 |
-
|
1044 |
-
|
1045 |
-
|
1046 |
-
|
1047 |
-
|
1048 |
-
foreach($skyscraper_options["follow_us"] as $follow_us){
|
1049 |
-
|
1050 |
-
$follow_us["account"]= trim($follow_us["account"]);
|
1051 |
-
|
1052 |
-
if (!empty($follow_us["active"]) && !empty($follow_us["account"]) ){
|
1053 |
-
|
1054 |
-
$follow_us["account"] = str_replace("http://", "", $follow_us["account"]);
|
1055 |
-
|
1056 |
-
$follow_us["account"] = "http://".$follow_us["account"];
|
1057 |
-
|
1058 |
-
if ($banner==1){
|
1059 |
-
|
1060 |
-
|
1061 |
-
|
1062 |
-
|
1063 |
-
|
1064 |
-
|
1065 |
-
|
1066 |
-
$follow_us["logo"] = "48".$follow_us["logo"];
|
1067 |
-
|
1068 |
-
|
1069 |
-
|
1070 |
-
}
|
1071 |
-
|
1072 |
-
$follow_buttons .= "<li><a target=\'_blank\' rel=\'nofollow\' href=\'".$follow_us["account"]."\'><img src=\'".SOCIABLE_HTTP_PATH."images/toolbar/".$follow_us["logo"]."\' /></a></li>";
|
1073 |
-
|
1074 |
-
|
1075 |
-
|
1076 |
-
|
1077 |
-
|
1078 |
-
|
1079 |
-
|
1080 |
-
$count_follow++;
|
1081 |
-
|
1082 |
-
|
1083 |
-
|
1084 |
-
}
|
1085 |
-
|
1086 |
-
}
|
1087 |
-
|
1088 |
-
|
1089 |
-
|
1090 |
-
|
1091 |
-
|
1092 |
-
|
1093 |
-
|
1094 |
-
$follow_buttons .= "</ul>";
|
1095 |
-
|
1096 |
-
$return = array();
|
1097 |
-
|
1098 |
-
|
1099 |
-
|
1100 |
-
$return["count"] = $count_follow;
|
1101 |
-
|
1102 |
-
|
1103 |
-
|
1104 |
-
$return["follow_buttons"] = $follow_buttons;
|
1105 |
-
|
1106 |
-
|
1107 |
-
|
1108 |
-
|
1109 |
-
|
1110 |
-
|
1111 |
-
|
1112 |
-
return $return;
|
1113 |
-
|
1114 |
-
|
1115 |
-
|
1116 |
-
}
|
1117 |
-
|
1118 |
-
function share_links(){
|
1119 |
-
|
1120 |
-
$url = addslashes(get_bloginfo('wpurl'));
|
1121 |
-
|
1122 |
-
$blogname = addslashes(get_bloginfo('name'));
|
1123 |
-
|
1124 |
-
global $title_shared;
|
1125 |
-
|
1126 |
-
global $url_shares;
|
1127 |
-
|
1128 |
-
global $skyscraper_options;
|
1129 |
-
|
1130 |
-
|
1131 |
-
|
1132 |
-
|
1133 |
-
$page = trim(addslashes($url_shares));
|
1134 |
-
|
1135 |
-
$permalink = trim(addslashes($url_shares));
|
1136 |
-
|
1137 |
-
$title = trim(addslashes($title_shared));
|
1138 |
-
|
1139 |
-
|
1140 |
-
$tag_share = '';
|
1141 |
-
|
1142 |
-
if (isset($skyscraper_options["blogplay_tags"])){
|
1143 |
-
|
1144 |
-
if (!empty($skyscraper_options["blogplay_tags"])){
|
1145 |
-
|
1146 |
-
$tag_share = '{blogplay.com}';
|
1147 |
-
}
|
1148 |
-
}
|
1149 |
-
|
1150 |
-
|
1151 |
-
$share_links = array();
|
1152 |
-
|
1153 |
-
$share_links = array(
|
1154 |
-
|
1155 |
-
|
1156 |
-
|
1157 |
-
"twitter" => array('favicon' => 't.png',
|
1158 |
-
|
1159 |
-
'url' => 'http://twitter.com/intent/tweet?text='.urlencode($title).' - '.urlencode($url).' '.urlencode($tag_share).' ',
|
1160 |
-
|
1161 |
-
'title' => "Share on Twitter",
|
1162 |
-
|
1163 |
-
|
1164 |
-
|
1165 |
-
'blank' => '_blank' ),
|
1166 |
-
|
1167 |
-
|
1168 |
-
|
1169 |
-
"facebook" => array('favicon' => 'f.png',
|
1170 |
-
|
1171 |
-
'url' => 'http://www.facebook.com/share.php?u='.$permalink.'&t='.$title.'',
|
1172 |
-
|
1173 |
-
'title' => "Share on Facebook",
|
1174 |
-
|
1175 |
-
|
1176 |
-
|
1177 |
-
'blank' => '_blank' ),
|
1178 |
-
|
1179 |
-
|
1180 |
-
|
1181 |
-
"google" => array('favicon' => 'g.png',
|
1182 |
-
|
1183 |
-
'url' => 'https://mail.google.com/mail/?view=cm&fs=1&to&su='.$title.'&body='.$permalink.'&ui=2&tf=1&shva=1',
|
1184 |
-
|
1185 |
-
'title' => "Share on Gmail",
|
1186 |
-
|
1187 |
-
|
1188 |
-
|
1189 |
-
'blank' => '_blank' ),
|
1190 |
-
|
1191 |
-
|
1192 |
-
|
1193 |
-
"inbound" => array('favicon' => 'inbound.png',
|
1194 |
-
|
1195 |
-
'url' => 'http://inbound.org/?url='.$permalink.'&title='.$title.'',
|
1196 |
-
|
1197 |
-
'title' => "Share on inbound.org",
|
1198 |
-
|
1199 |
-
|
1200 |
-
|
1201 |
-
'blank' => '_blank' ),
|
1202 |
-
|
1203 |
-
|
1204 |
-
|
1205 |
-
"stumble" => array('favicon' => 's.png',
|
1206 |
-
|
1207 |
-
'url' => 'http://www.stumbleupon.com/submit?url='.$permalink.'&title='.$title.'',
|
1208 |
-
|
1209 |
-
'title' => "Share on StumpleUpon",
|
1210 |
-
|
1211 |
-
|
1212 |
-
|
1213 |
-
'blank' => '_blank' ),
|
1214 |
-
|
1215 |
-
|
1216 |
-
|
1217 |
-
"delicious" => array('favicon' => 'o.png',
|
1218 |
-
|
1219 |
-
'url' => 'http://delicious.com/post?url='.$permalink.'&title='.$title.'&notes=EXCERPT',
|
1220 |
-
|
1221 |
-
"title" => "Share on delicious",
|
1222 |
-
|
1223 |
-
|
1224 |
-
|
1225 |
-
'blank' => '_blank' ),
|
1226 |
-
|
1227 |
-
|
1228 |
-
|
1229 |
-
"reader" => array('favicon' => 'n.png',
|
1230 |
-
|
1231 |
-
'url' => 'http://www.google.com/reader/link?url='.$permalink.'&title='.$title.'&srcURL='.$permalink.'&srcTitle='.$blogname.'',
|
1232 |
-
|
1233 |
-
"title" => "Share on Google Reader",
|
1234 |
-
|
1235 |
-
|
1236 |
-
|
1237 |
-
'blank' => '_blank' ),
|
1238 |
-
|
1239 |
-
|
1240 |
-
|
1241 |
-
"linkedin" => array('favicon' => 'i.png',
|
1242 |
-
|
1243 |
-
'url' => 'http://www.linkedin.com/shareArticle?mini=true&url='.$permalink.'&title='.$title.'&source='.$blogname.'&summary=EXCERPT',
|
1244 |
-
|
1245 |
-
"title" => "Share on LinkedIn",
|
1246 |
-
|
1247 |
-
|
1248 |
-
|
1249 |
-
'blank' => '_blank' ),
|
1250 |
-
|
1251 |
-
|
1252 |
-
|
1253 |
-
|
1254 |
-
|
1255 |
-
|
1256 |
-
|
1257 |
-
"pinterest" => array('favicon' => 'pinterest.png',
|
1258 |
-
|
1259 |
-
'url' => 'http://pinterest.com/pin/create/button/?url='.$permalink.'',
|
1260 |
-
|
1261 |
-
"title" => "Share on Pinterest",
|
1262 |
-
|
1263 |
-
|
1264 |
-
|
1265 |
-
'blank' => '_blank' ),
|
1266 |
-
|
1267 |
-
|
1268 |
-
|
1269 |
-
|
1270 |
-
|
1271 |
-
|
1272 |
-
|
1273 |
-
"favorites" => array('favicon' => 'fv.png',
|
1274 |
-
|
1275 |
-
|
1276 |
-
|
1277 |
-
'url' => 'javascript:AddToFavorites();',
|
1278 |
-
|
1279 |
-
|
1280 |
-
|
1281 |
-
'title' => "Add to favorites - doesn\"t work in Chrome",
|
1282 |
-
|
1283 |
-
|
1284 |
-
|
1285 |
-
'blank' => '_self' )
|
1286 |
-
|
1287 |
-
|
1288 |
-
|
1289 |
-
|
1290 |
-
|
1291 |
-
|
1292 |
-
|
1293 |
-
);
|
1294 |
-
|
1295 |
-
|
1296 |
-
|
1297 |
-
$share_buttons = "";
|
1298 |
-
|
1299 |
-
foreach($share_links as $link){
|
1300 |
-
|
1301 |
-
|
1302 |
-
|
1303 |
-
|
1304 |
-
|
1305 |
-
|
1306 |
-
|
1307 |
-
|
1308 |
-
|
1309 |
-
|
1310 |
-
|
1311 |
-
$share_buttons .= "<a target=\'".$link["blank"]."\' rel=\'nofollow\' href=\'".addslashes($link["url"])."\' title=\'".addslashes($link["title"])."\'><img src=\'".SOCIABLE_HTTP_PATH."images/toolbar/".addslashes($link["favicon"])."\' /></a>";
|
1312 |
-
|
1313 |
-
}
|
1314 |
-
|
1315 |
-
return $share_buttons;
|
1316 |
-
|
1317 |
-
|
1318 |
-
|
1319 |
-
}
|
1320 |
-
|
1321 |
-
/*
|
1322 |
-
|
1323 |
-
* Template Tag To Echo The Sociable 2 HTML
|
1324 |
-
|
1325 |
-
*/
|
1326 |
-
|
1327 |
-
function do_skyscraper(){
|
1328 |
-
|
1329 |
-
echo skyscraper_html();
|
1330 |
-
|
1331 |
-
}
|
1332 |
-
|
1333 |
-
/*
|
1334 |
-
|
1335 |
-
* Sociable 2 Shortcode
|
1336 |
-
|
1337 |
-
*/
|
1338 |
-
|
1339 |
-
function skyscraper_shortcode(){
|
1340 |
-
|
1341 |
-
return skyscraper_html();
|
1342 |
-
|
1343 |
-
}
|
1344 |
-
|
1345 |
-
function auto_skyscraper($content, $admin = false){
|
1346 |
-
|
1347 |
-
global $skyscraper_options;
|
1348 |
-
|
1349 |
-
|
1350 |
-
|
1351 |
-
if ($admin){
|
1352 |
-
|
1353 |
-
$content = skyscraper_html();
|
1354 |
-
|
1355 |
-
return $content;
|
1356 |
-
|
1357 |
-
}
|
1358 |
-
|
1359 |
-
|
1360 |
-
|
1361 |
-
if( ! isset( $skyscraper_options['active'] )){
|
1362 |
-
|
1363 |
-
$content = "";
|
1364 |
-
|
1365 |
-
return $content;
|
1366 |
-
|
1367 |
-
}
|
1368 |
-
|
1369 |
-
|
1370 |
-
|
1371 |
-
|
1372 |
-
|
1373 |
-
if( ! isset( $skyscraper_options['locations'] ) || ! is_array( $skyscraper_options['locations'] ) || empty( $skyscraper_options['locations'] ) ){
|
1374 |
-
|
1375 |
-
|
1376 |
-
|
1377 |
-
$content = "";
|
1378 |
-
|
1379 |
-
} else {
|
1380 |
-
|
1381 |
-
|
1382 |
-
|
1383 |
-
$locations = $skyscraper_options['locations'];
|
1384 |
-
|
1385 |
-
}
|
1386 |
-
|
1387 |
-
/*
|
1388 |
-
|
1389 |
-
* Determine if we are supposed to be displaying the output here.
|
1390 |
-
|
1391 |
-
*/
|
1392 |
-
|
1393 |
-
$display = false;
|
1394 |
-
|
1395 |
-
|
1396 |
-
|
1397 |
-
/*
|
1398 |
-
|
1399 |
-
* is_single is a unique case it still returning true
|
1400 |
-
|
1401 |
-
*/
|
1402 |
-
|
1403 |
-
|
1404 |
-
|
1405 |
-
//If We Can Verify That We are in the correct loaction, simply add something to the $display array, and test for a true result to continue.
|
1406 |
-
|
1407 |
-
foreach( $locations as $location => $val ){
|
1408 |
-
|
1409 |
-
|
1410 |
-
|
1411 |
-
//First We Handle is_single() so it returning true on Single Post Type Pages is not an issue, this is not the intended functionality of this plugin
|
1412 |
-
|
1413 |
-
if( $location == 'is_single' ){
|
1414 |
-
|
1415 |
-
//If we are not in a post, lets ignore this one for now
|
1416 |
-
|
1417 |
-
if( is_single() && get_post_type() == 'post' ){
|
1418 |
-
|
1419 |
-
$display = true;
|
1420 |
-
|
1421 |
-
break;
|
1422 |
-
|
1423 |
-
} else {
|
1424 |
-
|
1425 |
-
continue; // So not to trigger is_single later in this loop, but still be allowed to handle others
|
1426 |
-
|
1427 |
-
}
|
1428 |
-
|
1429 |
-
|
1430 |
-
|
1431 |
-
} elseif( strpos( $location , 'is_single_posttype_' ) === 0 ){ //Now We Need To Check For The Variable Names, Taxonomy Archives, Post Type Archives and Single Custom Post Types.
|
1432 |
-
|
1433 |
-
|
1434 |
-
|
1435 |
-
//Single Custom Post Type
|
1436 |
-
|
1437 |
-
$post_type = str_replace( 'is_single_posttype_' , '' , $location );
|
1438 |
-
|
1439 |
-
if( is_single() && get_post_type() == $post_type ){
|
1440 |
-
|
1441 |
-
$display = true;
|
1442 |
-
|
1443 |
-
break;
|
1444 |
-
|
1445 |
-
}
|
1446 |
-
|
1447 |
-
|
1448 |
-
|
1449 |
-
} elseif( strpos( $location , 'is_posttype_archive_' ) === 0 ){
|
1450 |
-
|
1451 |
-
|
1452 |
-
|
1453 |
-
//Custom Post Type Archive
|
1454 |
-
|
1455 |
-
$post_type = str_replace( 'is_posttype_archive_' , '' , $location );
|
1456 |
-
|
1457 |
-
if( is_post_type_archive( $post_type ) ){
|
1458 |
-
|
1459 |
-
$display = true;
|
1460 |
-
|
1461 |
-
break;
|
1462 |
-
|
1463 |
-
}
|
1464 |
-
|
1465 |
-
|
1466 |
-
|
1467 |
-
} elseif( strpos( $location , 'is_taxonomy_archive_' ) === 0 ) {
|
1468 |
-
|
1469 |
-
|
1470 |
-
|
1471 |
-
//Taxonomy Archive
|
1472 |
-
|
1473 |
-
$taxonomy = str_replace( 'is_taxonomy_archive_' , '' , $location );
|
1474 |
-
|
1475 |
-
if( is_tax( $taxonomy ) ){
|
1476 |
-
|
1477 |
-
$display = true;
|
1478 |
-
|
1479 |
-
break;
|
1480 |
-
|
1481 |
-
}
|
1482 |
-
|
1483 |
-
|
1484 |
-
|
1485 |
-
} elseif( function_exists( $location ) ) {
|
1486 |
-
|
1487 |
-
|
1488 |
-
|
1489 |
-
//Standard conditional tag, these will return BOOL
|
1490 |
-
|
1491 |
-
if( call_user_func( $location ) === true ){
|
1492 |
-
|
1493 |
-
$display = true;
|
1494 |
-
|
1495 |
-
break;
|
1496 |
-
|
1497 |
-
}
|
1498 |
-
|
1499 |
-
|
1500 |
-
|
1501 |
-
} else {
|
1502 |
-
|
1503 |
-
continue;
|
1504 |
-
|
1505 |
-
}
|
1506 |
-
|
1507 |
-
|
1508 |
-
|
1509 |
-
|
1510 |
-
|
1511 |
-
}
|
1512 |
-
|
1513 |
-
|
1514 |
-
|
1515 |
-
//If We have passed all the checks and are looking in the right place lets do this thang
|
1516 |
-
|
1517 |
-
if( isset( $skyscraper_options['automatic_mode'] ) && $display === true ){
|
1518 |
-
|
1519 |
-
if (isset($skyscraper_options["topandbottom"])){
|
1520 |
-
|
1521 |
-
$content = skyscraper_html();
|
1522 |
-
|
1523 |
-
}else{
|
1524 |
-
|
1525 |
-
$content = skyscraper_html();
|
1526 |
-
|
1527 |
-
}
|
1528 |
-
|
1529 |
-
}
|
1530 |
-
|
1531 |
-
else{
|
1532 |
-
|
1533 |
-
$content = skyscraper_html();
|
1534 |
-
|
1535 |
-
}
|
1536 |
-
|
1537 |
-
|
1538 |
-
|
1539 |
-
|
1540 |
-
|
1541 |
-
|
1542 |
-
|
1543 |
-
return $content;
|
1544 |
-
|
1545 |
-
}
|
1546 |
-
|
1547 |
-
function get_tweets_username($username_complete){
|
1548 |
-
|
1549 |
-
|
1550 |
-
|
1551 |
-
if (function_exists('curl_init')) {
|
1552 |
-
|
1553 |
-
|
1554 |
-
|
1555 |
-
// last tweets
|
1556 |
-
|
1557 |
-
$username = str_replace("@", "", $username_complete);
|
1558 |
-
|
1559 |
-
$url = "https://api.twitter.com/1/statuses/user_timeline/".$username.".json";
|
1560 |
-
|
1561 |
-
$latest = curl_call($url);
|
1562 |
-
|
1563 |
-
$latest_row = parser_twitter_results($latest,0);
|
1564 |
-
|
1565 |
-
update_option( "skyscraper_latest", $latest_row );
|
1566 |
-
|
1567 |
-
|
1568 |
-
|
1569 |
-
// last mentions
|
1570 |
-
|
1571 |
-
$url = "http://search.twitter.com/search.json?q=@".$username."&rpp=5&include_entities=true&result_type=mixed";
|
1572 |
-
|
1573 |
-
$mentions = curl_call($url);
|
1574 |
-
|
1575 |
-
|
1576 |
-
|
1577 |
-
if (count($mentions["results"]) > 1){
|
1578 |
-
|
1579 |
-
|
1580 |
-
|
1581 |
-
$mentions_row = parser_twitter_results($mentions["results"],1);
|
1582 |
-
|
1583 |
-
update_option( "skyscraper_mentions", $mentions_row );
|
1584 |
-
|
1585 |
-
}
|
1586 |
-
|
1587 |
-
}
|
1588 |
-
|
1589 |
-
}
|
1590 |
-
|
1591 |
-
function ago($time){
|
1592 |
-
|
1593 |
-
$periods = array("second", "minute", "hour", "day", "week", "month", "year", "decade");
|
1594 |
-
|
1595 |
-
$lengths = array("60","60","24","7","4.35","12","10");
|
1596 |
-
|
1597 |
-
$now = time();
|
1598 |
-
|
1599 |
-
$difference = $now - $time;
|
1600 |
-
|
1601 |
-
$tense = "ago";
|
1602 |
-
|
1603 |
-
for($j = 0; $difference >= $lengths[$j] && $j < count($lengths)-1; $j++) {
|
1604 |
-
|
1605 |
-
$difference /= $lengths[$j];
|
1606 |
-
|
1607 |
-
}
|
1608 |
-
|
1609 |
-
$difference = round($difference);
|
1610 |
-
|
1611 |
-
if($difference != 1) {
|
1612 |
-
|
1613 |
-
$periods[$j].= "s";
|
1614 |
-
|
1615 |
-
}
|
1616 |
-
|
1617 |
-
return $difference." ".$periods[$j]."ago";
|
1618 |
-
|
1619 |
-
}
|
1620 |
-
|
1621 |
-
function parser_twitter_results($results = array(), $mention){
|
1622 |
-
|
1623 |
-
|
1624 |
-
|
1625 |
-
$options_latest = array();
|
1626 |
-
|
1627 |
-
$options_latest = array("date" => date("YmdHis"));
|
1628 |
-
|
1629 |
-
global $skyscraper_options;
|
1630 |
-
|
1631 |
-
$i = 0;
|
1632 |
-
|
1633 |
-
|
1634 |
-
|
1635 |
-
if (is_array($results)){
|
1636 |
-
|
1637 |
-
|
1638 |
-
|
1639 |
-
foreach($results as $tweet){
|
1640 |
-
|
1641 |
-
|
1642 |
-
|
1643 |
-
$options_latest[$i] = array();
|
1644 |
-
|
1645 |
-
$options_latest[$i]["text"] = $tweet["text"];
|
1646 |
-
|
1647 |
-
$options_latest[$i]["created_at"] = ago(strtotime($tweet["created_at"]));
|
1648 |
-
|
1649 |
-
|
1650 |
-
|
1651 |
-
if ($mention){
|
1652 |
-
|
1653 |
-
$options_latest[$i]["name"] = $tweet["from_user_name"];
|
1654 |
-
|
1655 |
-
}
|
1656 |
-
|
1657 |
-
else{
|
1658 |
-
|
1659 |
-
$options_latest[$i]["name"] = $tweet["user"]["name"];
|
1660 |
-
|
1661 |
-
}
|
1662 |
-
|
1663 |
-
|
1664 |
-
|
1665 |
-
$i++;
|
1666 |
-
|
1667 |
-
if ($i == $skyscraper_options["num_tweets"]){
|
1668 |
-
|
1669 |
-
break;
|
1670 |
-
|
1671 |
-
}
|
1672 |
-
|
1673 |
-
}
|
1674 |
-
|
1675 |
-
}
|
1676 |
-
|
1677 |
-
|
1678 |
-
|
1679 |
-
return $options_latest;
|
1680 |
-
|
1681 |
-
}
|
1682 |
-
|
1683 |
-
function curl_call($url){
|
1684 |
-
|
1685 |
-
|
1686 |
-
|
1687 |
-
$ch = curl_init();
|
1688 |
-
|
1689 |
-
curl_setopt($ch, CURLOPT_URL, $url);
|
1690 |
-
|
1691 |
-
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
1692 |
-
|
1693 |
-
curl_setopt($ch, CURLOPT_TIMEOUT, 3);
|
1694 |
-
|
1695 |
-
curl_setopt($ch, CURLINFO_HEADER_OUT, true);
|
1696 |
-
|
1697 |
-
$output = curl_exec($ch);
|
1698 |
-
|
1699 |
-
$info = curl_getinfo($ch);
|
1700 |
-
|
1701 |
-
curl_close($ch);
|
1702 |
-
|
1703 |
-
|
1704 |
-
|
1705 |
-
if ($info["http_code"] == "200"){
|
1706 |
-
|
1707 |
-
|
1708 |
-
|
1709 |
-
$return = json_decode($output,1);
|
1710 |
-
|
1711 |
-
}
|
1712 |
-
|
1713 |
-
else{
|
1714 |
-
|
1715 |
-
$return = false;
|
1716 |
-
|
1717 |
-
}
|
1718 |
-
|
1719 |
-
|
1720 |
-
|
1721 |
-
return $return;
|
1722 |
-
|
1723 |
-
}
|
1724 |
-
|
1725 |
-
function get_option_tweets($option){
|
1726 |
-
|
1727 |
-
|
1728 |
-
|
1729 |
-
global $skyscraper_options;
|
1730 |
-
|
1731 |
-
$skyscraper_latest = get_option($option);
|
1732 |
-
|
1733 |
-
|
1734 |
-
|
1735 |
-
if (empty($skyscraper_latest)){
|
1736 |
-
|
1737 |
-
|
1738 |
-
|
1739 |
-
get_tweets_username($skyscraper_options["twitter_username"]);
|
1740 |
-
|
1741 |
-
$skyscraper_latest = get_option($option);
|
1742 |
-
|
1743 |
-
}
|
1744 |
-
|
1745 |
-
else{
|
1746 |
-
|
1747 |
-
|
1748 |
-
|
1749 |
-
// 5 minutes
|
1750 |
-
|
1751 |
-
if (diff_date($skyscraper_latest["date"], date("YmdHis")) > 5){
|
1752 |
-
|
1753 |
-
|
1754 |
-
|
1755 |
-
get_tweets_username($skyscraper_options["twitter_username"]);
|
1756 |
-
|
1757 |
-
$skyscraper_latest = get_option($option);
|
1758 |
-
|
1759 |
-
}
|
1760 |
-
|
1761 |
-
}
|
1762 |
-
|
1763 |
-
|
1764 |
-
|
1765 |
-
|
1766 |
-
|
1767 |
-
return generate_tweets_box_content($skyscraper_latest);
|
1768 |
-
|
1769 |
-
}
|
1770 |
-
|
1771 |
-
function generate_tweets_box_content($tweets){
|
1772 |
-
|
1773 |
-
$content = "";
|
1774 |
-
|
1775 |
-
if (isset($tweets["date"])){
|
1776 |
-
|
1777 |
-
unset($tweets["date"]);
|
1778 |
-
|
1779 |
-
}
|
1780 |
-
|
1781 |
-
|
1782 |
-
|
1783 |
-
|
1784 |
-
|
1785 |
-
foreach($tweets as $tweet){
|
1786 |
-
|
1787 |
-
|
1788 |
-
|
1789 |
-
$tweet["name"] = addslashes($tweet["name"]);
|
1790 |
-
|
1791 |
-
$tweet["text"] = addslashes($tweet["text"]);
|
1792 |
-
|
1793 |
-
|
1794 |
-
|
1795 |
-
$content .= "['".$tweet["name"]."','".$tweet["name"]."','".$tweet["text"]."','','".$tweet["created_at"]."'],";
|
1796 |
-
|
1797 |
-
}
|
1798 |
-
|
1799 |
-
$content = trim(trim(trim($content), ","));
|
1800 |
-
|
1801 |
-
|
1802 |
-
|
1803 |
-
return $content;
|
1804 |
-
|
1805 |
-
}
|
1806 |
-
|
1807 |
-
if (!empty($_GET["sky"])){
|
1808 |
-
|
1809 |
-
add_action('wp_ajax_my_action', 'my_action_callback');
|
1810 |
-
|
1811 |
-
function my_action_callback() {
|
1812 |
-
|
1813 |
-
global $wpdb; global $skyscraper_options; // this is how you get access to the database
|
1814 |
-
|
1815 |
-
$whatever = intval( $_POST['whatever'] );
|
1816 |
-
|
1817 |
-
$whatever += 10;
|
1818 |
-
|
1819 |
-
echo $whatever;
|
1820 |
-
|
1821 |
-
die(); // this is required to return a proper result
|
1822 |
-
|
1823 |
-
}
|
1824 |
-
|
1825 |
-
}
|
1826 |
-
|
1827 |
?>
|
1 |
+
<?php
|
2 |
+
|
3 |
+
|
4 |
+
|
5 |
+
/*
|
6 |
+
|
7 |
+
|
8 |
+
|
9 |
+
* The Output And Shortcode Functions For sociable
|
10 |
+
|
11 |
+
|
12 |
+
|
13 |
+
*/
|
14 |
+
|
15 |
+
/*
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
+
* Returns The Skyscraper Output For The Global $post Object Do Not
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
*/
|
24 |
+
|
25 |
+
function diff_date($date1, $date2){
|
26 |
+
|
27 |
+
|
28 |
+
|
29 |
+
$date1 = mktime(substr($date1,8,2), substr($date1,10,2), substr($date1,12,2), substr($date1,4,2), substr($date1,6,2), substr($date1,0,4));
|
30 |
+
|
31 |
+
$date2 = mktime(substr($date2,8,2), substr($date2,10,2), substr($date2,12,2), substr($date2,4,2), substr($date2,6,2), substr($date2,0,4));
|
32 |
+
|
33 |
+
|
34 |
+
|
35 |
+
$diff_time = ceil((($date2 - $date1)/60));
|
36 |
+
|
37 |
+
return $diff_time;
|
38 |
+
|
39 |
+
|
40 |
+
|
41 |
+
}
|
42 |
+
|
43 |
+
|
44 |
+
|
45 |
+
|
46 |
+
|
47 |
+
function skyscraper_html( $where = "" ){
|
48 |
+
|
49 |
+
global $skyscraper_options, $wp_query;
|
50 |
+
|
51 |
+
if (!is_admin() || 1==1){
|
52 |
+
|
53 |
+
// echo "<script type='text/javascript'>";
|
54 |
+
|
55 |
+
// echo "var skyscraper_dir = '".SOCIABLE_HTTP_PATH."' ;";
|
56 |
+
|
57 |
+
// echo "</script>";
|
58 |
+
|
59 |
+
echo " var skyscraper_dir = document.createElement('input');
|
60 |
+
|
61 |
+
skyscraper_dir.id = 'skyscraper_dir';
|
62 |
+
|
63 |
+
skyscraper_dir.type = 'hidden';
|
64 |
+
|
65 |
+
skyscraper_dir.value = '".SOCIABLE_HTTP_PATH."';
|
66 |
+
|
67 |
+
document.body.appendChild(skyscraper_dir); ";
|
68 |
+
|
69 |
+
|
70 |
+
|
71 |
+
$widget_width = str_replace("px", "", $skyscraper_options["widget_width"]);
|
72 |
+
|
73 |
+
|
74 |
+
|
75 |
+
$widget_position = "null";
|
76 |
+
|
77 |
+
if (isset($skyscraper_options["widget_position"])){
|
78 |
+
|
79 |
+
$widget_position = 1;
|
80 |
+
|
81 |
+
}
|
82 |
+
|
83 |
+
|
84 |
+
|
85 |
+
$labels_color = $skyscraper_options["labels_color"];
|
86 |
+
|
87 |
+
$text_size = str_replace("px", "", $skyscraper_options["text_size"]);
|
88 |
+
|
89 |
+
$background_color = $skyscraper_options["background_color"];
|
90 |
+
|
91 |
+
|
92 |
+
|
93 |
+
$addWhere = "";
|
94 |
+
|
95 |
+
|
96 |
+
|
97 |
+
if ($where == ""){
|
98 |
+
|
99 |
+
$addWhere = "var div = document.createElement('div');
|
100 |
+
|
101 |
+
div.id = 'skyscraper';
|
102 |
+
|
103 |
+
document.body.appendChild(div);";
|
104 |
+
|
105 |
+
}
|
106 |
+
|
107 |
+
$url_site= $_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"];
|
108 |
+
|
109 |
+
$script = "
|
110 |
+
|
111 |
+
|
112 |
+
|
113 |
+
if (!document.getElementById('fb-root')){
|
114 |
+
|
115 |
+
|
116 |
+
|
117 |
+
var div = document.createElement('div');
|
118 |
+
|
119 |
+
|
120 |
+
|
121 |
+
div.id = 'fb-root';
|
122 |
+
|
123 |
+
|
124 |
+
|
125 |
+
document.body.appendChild(div);
|
126 |
+
|
127 |
+
|
128 |
+
|
129 |
+
}
|
130 |
+
|
131 |
+
(function(d, s, id) {
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
var js, fjs = d.getElementsByTagName(s)[0];
|
136 |
+
|
137 |
+
|
138 |
+
|
139 |
+
if (d.getElementById(id)) return;
|
140 |
+
|
141 |
+
|
142 |
+
|
143 |
+
js = d.createElement(s); js.id = id;
|
144 |
+
|
145 |
+
|
146 |
+
|
147 |
+
js.src = \"http://connect.facebook.net/en_US/all.js#xfbml=1\";
|
148 |
+
|
149 |
+
|
150 |
+
|
151 |
+
fjs.parentNode.insertBefore(js, fjs);
|
152 |
+
|
153 |
+
}(document, 'script', 'facebook-jssdk'));
|
154 |
+
|
155 |
+
|
156 |
+
|
157 |
+
|
158 |
+
|
159 |
+
|
160 |
+
|
161 |
+
".$addWhere."
|
162 |
+
|
163 |
+
|
164 |
+
|
165 |
+
|
166 |
+
|
167 |
+
|
168 |
+
|
169 |
+
jQuery(document).ready(function(){
|
170 |
+
|
171 |
+
oPlugin.toolbarStart('skyscraper', ".$widget_position.",230,".$widget_width.",'".$background_color."','".$labels_color."',false,'#6A6A6A',".$text_size.",'#587cc8');
|
172 |
+
|
173 |
+
|
174 |
+
|
175 |
+
|
176 |
+
|
177 |
+
|
178 |
+
|
179 |
+
".get_share_node()."
|
180 |
+
|
181 |
+
|
182 |
+
|
183 |
+
".get_counters_node()."
|
184 |
+
|
185 |
+
|
186 |
+
|
187 |
+
".get_social_banner_node()."
|
188 |
+
|
189 |
+
|
190 |
+
|
191 |
+
".get_latest_node()."
|
192 |
+
|
193 |
+
|
194 |
+
|
195 |
+
".get_mentions_node()."
|
196 |
+
|
197 |
+
|
198 |
+
|
199 |
+
".get_follow_us_node()."
|
200 |
+
|
201 |
+
|
202 |
+
|
203 |
+
".get_rss_node()."
|
204 |
+
|
205 |
+
|
206 |
+
|
207 |
+
oPlugin.CreateGoToTop('New_Id_12','Top','<img src=\"".SOCIABLE_HTTP_PATH."images/toolbar/gototop.png\" style=\"width:30px;\" />');
|
208 |
+
|
209 |
+
oPlugin.CreateGoToHome('New_Id_13','Go Home','<img src=\"".SOCIABLE_HTTP_PATH."images/toolbar/gotohome.png\" style=\"width:30px;\" />');
|
210 |
+
|
211 |
+
|
212 |
+
|
213 |
+
});
|
214 |
+
|
215 |
+
|
216 |
+
|
217 |
+
jQuery('.title').css('font-size', '".$text_size."px');
|
218 |
+
|
219 |
+
|
220 |
+
|
221 |
+
|
222 |
+
|
223 |
+
|
224 |
+
|
225 |
+
";
|
226 |
+
|
227 |
+
|
228 |
+
|
229 |
+
echo $script;
|
230 |
+
|
231 |
+
|
232 |
+
|
233 |
+
}
|
234 |
+
|
235 |
+
|
236 |
+
|
237 |
+
}
|
238 |
+
|
239 |
+
function get_social_banner_node(){
|
240 |
+
|
241 |
+
|
242 |
+
|
243 |
+
|
244 |
+
|
245 |
+
|
246 |
+
|
247 |
+
|
248 |
+
|
249 |
+
|
250 |
+
|
251 |
+
global $skyscraper_options;
|
252 |
+
|
253 |
+
global $title_shared;
|
254 |
+
|
255 |
+
global $url_shares;
|
256 |
+
|
257 |
+
|
258 |
+
|
259 |
+
|
260 |
+
|
261 |
+
|
262 |
+
|
263 |
+
$social_banner_node = "";
|
264 |
+
|
265 |
+
|
266 |
+
|
267 |
+
|
268 |
+
|
269 |
+
|
270 |
+
|
271 |
+
|
272 |
+
|
273 |
+
|
274 |
+
|
275 |
+
if(!empty($skyscraper_options["sociable_banner"])){
|
276 |
+
|
277 |
+
|
278 |
+
|
279 |
+
|
280 |
+
|
281 |
+
|
282 |
+
|
283 |
+
$follow_us = sc_follow_links(1);
|
284 |
+
|
285 |
+
|
286 |
+
|
287 |
+
|
288 |
+
|
289 |
+
|
290 |
+
|
291 |
+
$follow_buttons = $follow_us["follow_buttons"];
|
292 |
+
|
293 |
+
|
294 |
+
|
295 |
+
|
296 |
+
|
297 |
+
|
298 |
+
|
299 |
+
$follow_us_count = $follow_us["count"];
|
300 |
+
|
301 |
+
$width_banner = 200;
|
302 |
+
|
303 |
+
$tag_banner = '';
|
304 |
+
|
305 |
+
if (isset($skyscraper_options["blogplay_tags"])){
|
306 |
+
|
307 |
+
if (!empty($skyscraper_options["blogplay_tags"])){
|
308 |
+
|
309 |
+
$tag_banner = '<blogplay.com>';
|
310 |
+
}
|
311 |
+
}
|
312 |
+
|
313 |
+
|
314 |
+
|
315 |
+
$social_banner_node = " var url = '". addslashes(trim($url_shares))."';
|
316 |
+
|
317 |
+
|
318 |
+
|
319 |
+
var title = '".addslashes(trim($title_shared)) ."';
|
320 |
+
|
321 |
+
|
322 |
+
|
323 |
+
var counter = '<ul class=\"boxBanner_ul\">';
|
324 |
+
|
325 |
+
|
326 |
+
|
327 |
+
counter += ' <li>';
|
328 |
+
|
329 |
+
|
330 |
+
|
331 |
+
counter += ' <div class=\"fb-like\" data-send=\"false\" data-layout=\"box_count\" data-width=\"50\" data-href=\"'+url+'\" data-show-faces=\"false\"></div>';
|
332 |
+
|
333 |
+
|
334 |
+
|
335 |
+
|
336 |
+
|
337 |
+
|
338 |
+
|
339 |
+
counter += ' </li>';
|
340 |
+
|
341 |
+
|
342 |
+
|
343 |
+
counter += ' <li>';
|
344 |
+
|
345 |
+
|
346 |
+
|
347 |
+
counter += ' <iframe width=\"100%\" scrolling=\"no\" frameborder=\"0\" title=\"+1\" vspace=\"0\" tabindex=\"-1\" style=\"position: static; left: 0pt; top: 0pt; width: 60px; margin: 0px; border-style: none; visibility: visible; height: 60px;\" src=\"https://plusone.google.com/_/+1/fastbutton?url='+url+'&size=tall&count=true&hl=en-US&jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3Dt1NEBxIt2Qs.es_419.%2Fsv%3D1%2Fam%3D!Xq7AzNfn9_-I0e5PyA%2Fd%3D1%2F#id=I1_1328906079806&parent='+url+'&rpctoken=615138222&_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart\" name=\"I1_1328906079806\" marginwidth=\"0\" marginheight=\"0\" id=\"I1_1328906079806\" hspace=\"0\" allowtransparency=\"true\"></iframe>';
|
348 |
+
|
349 |
+
|
350 |
+
|
351 |
+
counter += ' </li>';
|
352 |
+
|
353 |
+
|
354 |
+
|
355 |
+
counter += ' <li>';
|
356 |
+
|
357 |
+
|
358 |
+
|
359 |
+
counter += '<iframe scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" src=\"https://platform.twitter.com/widgets/tweet_button.html?_version=2&count=vertical&enableNewSizing=false&id=twitter-widget-6&lang=en&original_referer='+url+'&size=m&text='+title+' ".$tag_banner." &url='+url+'\" class=\"twitter-share-button twitter-count-vertical\" style=\"width: 55px; height: 62px;\" title=\"Twitter Tweet Button\"></iframe>';
|
360 |
+
|
361 |
+
|
362 |
+
|
363 |
+
counter += ' </li>';
|
364 |
+
|
365 |
+
|
366 |
+
|
367 |
+
counter += '</ul>';";
|
368 |
+
|
369 |
+
|
370 |
+
|
371 |
+
|
372 |
+
|
373 |
+
|
374 |
+
|
375 |
+
if ($follow_us_count > 0){
|
376 |
+
|
377 |
+
|
378 |
+
|
379 |
+
|
380 |
+
|
381 |
+
|
382 |
+
|
383 |
+
$social_banner_node .= "
|
384 |
+
|
385 |
+
|
386 |
+
|
387 |
+
counter += '<ul class=\"boxBanner_ul_margin\">';
|
388 |
+
|
389 |
+
|
390 |
+
|
391 |
+
counter += '<li>';
|
392 |
+
|
393 |
+
|
394 |
+
|
395 |
+
counter += '</li>';
|
396 |
+
|
397 |
+
|
398 |
+
|
399 |
+
counter += '</ul>';";
|
400 |
+
|
401 |
+
|
402 |
+
|
403 |
+
|
404 |
+
|
405 |
+
|
406 |
+
|
407 |
+
$social_banner_node .= " counter += '".$follow_buttons."'; ";
|
408 |
+
|
409 |
+
|
410 |
+
|
411 |
+
|
412 |
+
|
413 |
+
|
414 |
+
|
415 |
+
if ($follow_us_count > 1){
|
416 |
+
|
417 |
+
|
418 |
+
|
419 |
+
|
420 |
+
|
421 |
+
|
422 |
+
|
423 |
+
$width_banner = $width_banner + (70 * $follow_us_count);
|
424 |
+
|
425 |
+
|
426 |
+
|
427 |
+
}
|
428 |
+
|
429 |
+
|
430 |
+
|
431 |
+
else{
|
432 |
+
|
433 |
+
|
434 |
+
|
435 |
+
$width_banner = $width_banner + (90 * $follow_us_count);
|
436 |
+
|
437 |
+
|
438 |
+
|
439 |
+
}
|
440 |
+
|
441 |
+
|
442 |
+
|
443 |
+
|
444 |
+
|
445 |
+
|
446 |
+
|
447 |
+
|
448 |
+
|
449 |
+
|
450 |
+
|
451 |
+
}
|
452 |
+
|
453 |
+
|
454 |
+
|
455 |
+
|
456 |
+
|
457 |
+
|
458 |
+
|
459 |
+
$label_text = trim($skyscraper_options["sociable_banner_text"]);
|
460 |
+
|
461 |
+
|
462 |
+
|
463 |
+
|
464 |
+
|
465 |
+
|
466 |
+
|
467 |
+
if (strlen($label_text) > 35){
|
468 |
+
|
469 |
+
|
470 |
+
|
471 |
+
// $label_text = substr($label_text,0,35);
|
472 |
+
|
473 |
+
|
474 |
+
|
475 |
+
}
|
476 |
+
|
477 |
+
|
478 |
+
|
479 |
+
$label_text = addslashes($label_text);
|
480 |
+
|
481 |
+
|
482 |
+
|
483 |
+
|
484 |
+
|
485 |
+
|
486 |
+
|
487 |
+
$social_banner_node .= "oPlugin.CreateNode('New_Id_14','".$label_text."', '', counter,'banner',80,".$width_banner.");";
|
488 |
+
|
489 |
+
|
490 |
+
|
491 |
+
$timer = ($skyscraper_options["sociable_banner_timer"] * 1000);
|
492 |
+
|
493 |
+
|
494 |
+
|
495 |
+
|
496 |
+
|
497 |
+
|
498 |
+
|
499 |
+
$colorBack = $skyscraper_options["sociable_banner_colorBack"];
|
500 |
+
|
501 |
+
|
502 |
+
|
503 |
+
$colorFont = $skyscraper_options["sociable_banner_colorFont"];
|
504 |
+
|
505 |
+
|
506 |
+
|
507 |
+
$colorLabel = $skyscraper_options["sociable_banner_colorLabel"];
|
508 |
+
|
509 |
+
|
510 |
+
|
511 |
+
$fontSize = $skyscraper_options["sociable_banner_fontSize"];
|
512 |
+
|
513 |
+
|
514 |
+
|
515 |
+
|
516 |
+
|
517 |
+
|
518 |
+
|
519 |
+
$social_banner_node .="setTimeout('showBanner(".$timer.",\"".$colorBack."\", \"".$colorLabel."\", \"".$colorFont."\", \"".$fontSize."\")', ".$timer.");";
|
520 |
+
|
521 |
+
|
522 |
+
|
523 |
+
|
524 |
+
|
525 |
+
|
526 |
+
|
527 |
+
}
|
528 |
+
|
529 |
+
|
530 |
+
|
531 |
+
|
532 |
+
|
533 |
+
|
534 |
+
|
535 |
+
return $social_banner_node;
|
536 |
+
|
537 |
+
|
538 |
+
|
539 |
+
}
|
540 |
+
|
541 |
+
function get_rss_node(){
|
542 |
+
|
543 |
+
|
544 |
+
|
545 |
+
$rss_node = "";
|
546 |
+
|
547 |
+
$latest_posts = "";
|
548 |
+
|
549 |
+
global $skyscraper_options;
|
550 |
+
|
551 |
+
|
552 |
+
|
553 |
+
|
554 |
+
|
555 |
+
if (!empty($skyscraper_options["accept_read_rss"])){
|
556 |
+
|
557 |
+
|
558 |
+
|
559 |
+
if ($skyscraper_options["accept_read_rss"] != 1){
|
560 |
+
|
561 |
+
|
562 |
+
|
563 |
+
return $rss_node;
|
564 |
+
|
565 |
+
}
|
566 |
+
|
567 |
+
}
|
568 |
+
|
569 |
+
else{
|
570 |
+
|
571 |
+
|
572 |
+
|
573 |
+
return $rss_node;
|
574 |
+
|
575 |
+
}
|
576 |
+
|
577 |
+
|
578 |
+
|
579 |
+
$version = phpversion();
|
580 |
+
|
581 |
+
|
582 |
+
|
583 |
+
if ( substr($version,0,1) == 5 && isset($skyscraper_options["rss_feed"]) && $skyscraper_options["rss_feed"]!="http://"){
|
584 |
+
|
585 |
+
|
586 |
+
|
587 |
+
include("rss_php.php");
|
588 |
+
|
589 |
+
|
590 |
+
|
591 |
+
$rss = new rss_php;
|
592 |
+
|
593 |
+
$rss->load($skyscraper_options["rss_feed"]);
|
594 |
+
|
595 |
+
$items = $rss->getItems();
|
596 |
+
|
597 |
+
|
598 |
+
|
599 |
+
if (!empty($skyscraper_options["rss_feed"])){
|
600 |
+
|
601 |
+
|
602 |
+
|
603 |
+
if (count($items) > 0){
|
604 |
+
|
605 |
+
|
606 |
+
|
607 |
+
$cant = 0;
|
608 |
+
|
609 |
+
foreach($items as $item){
|
610 |
+
|
611 |
+
|
612 |
+
|
613 |
+
if ($cant <= $skyscraper_options["num_rss"]){
|
614 |
+
|
615 |
+
|
616 |
+
|
617 |
+
$title="";
|
618 |
+
|
619 |
+
if (isset($item["title"])){
|
620 |
+
|
621 |
+
$title = addslashes($item["title"]);
|
622 |
+
|
623 |
+
}
|
624 |
+
|
625 |
+
$description="";
|
626 |
+
|
627 |
+
if (isset($item["description"])){
|
628 |
+
|
629 |
+
$description = addslashes($item["description"]);
|
630 |
+
|
631 |
+
}
|
632 |
+
|
633 |
+
$guid="";
|
634 |
+
|
635 |
+
if (isset($item["link"])){
|
636 |
+
|
637 |
+
$guid = addslashes($item["link"]);
|
638 |
+
|
639 |
+
}
|
640 |
+
|
641 |
+
$pubDate="";
|
642 |
+
|
643 |
+
if (isset($item["pubDate"])){
|
644 |
+
|
645 |
+
$pubDate = ago(strtotime($item["pubDate"]));
|
646 |
+
|
647 |
+
}
|
648 |
+
|
649 |
+
|
650 |
+
|
651 |
+
$latest_posts .= "['".$title."','','".$description."','".$guid."','".$pubDate."'],";
|
652 |
+
|
653 |
+
}
|
654 |
+
|
655 |
+
else{
|
656 |
+
|
657 |
+
break;
|
658 |
+
|
659 |
+
}
|
660 |
+
|
661 |
+
$cant++;
|
662 |
+
|
663 |
+
}
|
664 |
+
|
665 |
+
$latest_posts = trim($latest_posts, ",");
|
666 |
+
|
667 |
+
}
|
668 |
+
|
669 |
+
}
|
670 |
+
|
671 |
+
}
|
672 |
+
|
673 |
+
|
674 |
+
|
675 |
+
if ($latest_posts != ""){
|
676 |
+
|
677 |
+
|
678 |
+
|
679 |
+
$rss_node = "var LatestBlogPostContent = [
|
680 |
+
|
681 |
+
".$latest_posts."
|
682 |
+
|
683 |
+
];
|
684 |
+
|
685 |
+
oPlugin.CreateNode('New_Id_5','Posts','',LatestBlogPostContent,'Notice',220,460);";
|
686 |
+
|
687 |
+
}
|
688 |
+
|
689 |
+
|
690 |
+
|
691 |
+
return $rss_node;
|
692 |
+
|
693 |
+
}
|
694 |
+
|
695 |
+
function get_latest_node(){
|
696 |
+
|
697 |
+
|
698 |
+
|
699 |
+
$latest_node = "";
|
700 |
+
|
701 |
+
global $skyscraper_options;
|
702 |
+
|
703 |
+
|
704 |
+
|
705 |
+
if (!empty($skyscraper_options["accept_read_twitter"])){
|
706 |
+
|
707 |
+
|
708 |
+
|
709 |
+
if ($skyscraper_options["accept_read_twitter"] != 1){
|
710 |
+
|
711 |
+
|
712 |
+
|
713 |
+
return $latest_node;
|
714 |
+
|
715 |
+
}
|
716 |
+
|
717 |
+
}
|
718 |
+
|
719 |
+
else{
|
720 |
+
|
721 |
+
|
722 |
+
|
723 |
+
return $latest_node;
|
724 |
+
|
725 |
+
}
|
726 |
+
|
727 |
+
|
728 |
+
|
729 |
+
|
730 |
+
|
731 |
+
if ( isset($skyscraper_options["twitter_username"])){
|
732 |
+
|
733 |
+
|
734 |
+
|
735 |
+
$latest_tweets = get_option_tweets("skyscraper_latest");
|
736 |
+
|
737 |
+
if ($skyscraper_options["twitter_username"] != ""){
|
738 |
+
|
739 |
+
|
740 |
+
|
741 |
+
if ($latest_tweets != ""){
|
742 |
+
|
743 |
+
|
744 |
+
|
745 |
+
$latest_node = "
|
746 |
+
|
747 |
+
|
748 |
+
|
749 |
+
|
750 |
+
|
751 |
+
|
752 |
+
|
753 |
+
var LastestTwittsContent = [
|
754 |
+
|
755 |
+
".$latest_tweets."
|
756 |
+
|
757 |
+
];
|
758 |
+
|
759 |
+
|
760 |
+
|
761 |
+
oPlugin.CreateNode('New_Id_3','Latest','',LastestTwittsContent,'Notice',220,460);";
|
762 |
+
|
763 |
+
}
|
764 |
+
|
765 |
+
}
|
766 |
+
|
767 |
+
}
|
768 |
+
|
769 |
+
return $latest_node;
|
770 |
+
|
771 |
+
}
|
772 |
+
|
773 |
+
|
774 |
+
|
775 |
+
function get_mentions_node(){
|
776 |
+
|
777 |
+
|
778 |
+
|
779 |
+
$mentions_node = "";
|
780 |
+
|
781 |
+
|
782 |
+
|
783 |
+
global $skyscraper_options;
|
784 |
+
|
785 |
+
|
786 |
+
|
787 |
+
if (!empty($skyscraper_options["accept_read_twitter"])){
|
788 |
+
|
789 |
+
|
790 |
+
|
791 |
+
if ($skyscraper_options["accept_read_twitter"] != 1){
|
792 |
+
|
793 |
+
|
794 |
+
|
795 |
+
return $mentions_node;
|
796 |
+
|
797 |
+
}
|
798 |
+
|
799 |
+
}
|
800 |
+
|
801 |
+
else{
|
802 |
+
|
803 |
+
|
804 |
+
|
805 |
+
return $mentions_node;
|
806 |
+
|
807 |
+
}
|
808 |
+
|
809 |
+
|
810 |
+
|
811 |
+
|
812 |
+
|
813 |
+
if ( isset($skyscraper_options["twitter_username"])){
|
814 |
+
|
815 |
+
|
816 |
+
|
817 |
+
$mentions_tweets = get_option_tweets("skyscraper_mentions");
|
818 |
+
|
819 |
+
if ($skyscraper_options["twitter_username"] != ""){
|
820 |
+
|
821 |
+
|
822 |
+
|
823 |
+
if ($mentions_tweets != "" ){
|
824 |
+
|
825 |
+
|
826 |
+
|
827 |
+
$mentions_node = "var TweetsMentionsContent = [
|
828 |
+
|
829 |
+
".$mentions_tweets."
|
830 |
+
|
831 |
+
];
|
832 |
+
|
833 |
+
oPlugin.CreateNode('New_Id_4','Mentions','',TweetsMentionsContent,'Notice',220,460);";
|
834 |
+
|
835 |
+
}
|
836 |
+
|
837 |
+
}
|
838 |
+
|
839 |
+
}
|
840 |
+
|
841 |
+
return $mentions_node;
|
842 |
+
|
843 |
+
}
|
844 |
+
|
845 |
+
function get_counters_node(){
|
846 |
+
|
847 |
+
|
848 |
+
|
849 |
+
global $skyscraper_options;
|
850 |
+
|
851 |
+
global $title_shared;
|
852 |
+
|
853 |
+
global $url_shares;
|
854 |
+
|
855 |
+
$counters_node = "";
|
856 |
+
|
857 |
+
|
858 |
+
|
859 |
+
if ((!empty($skyscraper_options["counters"]["check"]))){
|
860 |
+
|
861 |
+
|
862 |
+
$tag_counter = '';
|
863 |
+
|
864 |
+
if (isset($skyscraper_options["blogplay_tags"])){
|
865 |
+
|
866 |
+
if (!empty($skyscraper_options["blogplay_tags"])){
|
867 |
+
|
868 |
+
$tag_counter = '(blogplay.com)';
|
869 |
+
}
|
870 |
+
}
|
871 |
+
|
872 |
+
|
873 |
+
$counters_node = " var url = '". addslashes(trim($url_shares))."';
|
874 |
+
|
875 |
+
var title = '".addslashes(trim($title_shared)) ."'; ";
|
876 |
+
|
877 |
+
|
878 |
+
|
879 |
+
|
880 |
+
|
881 |
+
|
882 |
+
|
883 |
+
$counters_node .= "
|
884 |
+
|
885 |
+
|
886 |
+
|
887 |
+
var counter = '<ul class= \"boxCounters_ul\">';
|
888 |
+
|
889 |
+
|
890 |
+
|
891 |
+
|
892 |
+
|
893 |
+
|
894 |
+
|
895 |
+
counter += '<li style=\"margin-left:2px\"><fb:like send=\"false\" layout=\"box_count\" show_faces=\"false\" font=\"\"></fb:like></li>';
|
896 |
+
|
897 |
+
counter +=' <li style=\"margin-left:0px\"><iframe width=\"100%\" scrolling=\"no\" frameborder=\"0\" title=\"+1\" vspace=\"0\" tabindex=\"-1\" style=\"position: static; left: 0pt; top: 0pt; width: 60px; margin: 0px; border-style: none; visibility: visible; height: 60px;\" src=\"https://plusone.google.com/_/+1/fastbutton?url='+url+'&size=tall&count=true&hl=en-US&jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3Dt1NEBxIt2Qs.es_419.%2Fsv%3D1%2Fam%3D!Xq7AzNfn9_-I0e5PyA%2Fd%3D1%2F#id=I1_1328906079806&parent='+url+'&rpctoken=615138222&_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart\" name=\"I1_1328906079806\" marginwidth=\"0\" marginheight=\"0\" id=\"I1_1328906079806\" hspace=\"0\" allowtransparency=\"true\"></iframe></li>';
|
898 |
+
|
899 |
+
|
900 |
+
|
901 |
+
|
902 |
+
|
903 |
+
|
904 |
+
|
905 |
+
counter += '<li style=\"margin-left:-2px\"><iframe scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" src=\"https://platform.twitter.com/widgets/tweet_button.html?_version=2&count=vertical&enableNewSizing=false&id=twitter-widget-6&lang=en&original_referer='+url+'&size=m&text='+title+' ".$tag_counter." &url='+url+'\" class=\"twitter-share-button twitter-count-vertical\" style=\"width: 55px; height: 62px;\" title=\"Twitter Tweet Button\"></iframe></li>';
|
906 |
+
|
907 |
+
counter += '</ul>';";
|
908 |
+
|
909 |
+
|
910 |
+
|
911 |
+
}
|
912 |
+
|
913 |
+
|
914 |
+
$counters_node .= "oPlugin.CreateSimpleNode('New_Id_2','Counters<br/>', counter ,".$skyscraper_options["counters"]["folded"].");
|
915 |
+
|
916 |
+
|
917 |
+
|
918 |
+
";
|
919 |
+
|
920 |
+
return $counters_node;
|
921 |
+
|
922 |
+
}
|
923 |
+
|
924 |
+
function get_share_node(){
|
925 |
+
|
926 |
+
global $skyscraper_options;
|
927 |
+
|
928 |
+
|
929 |
+
|
930 |
+
$share_node = "";
|
931 |
+
|
932 |
+
|
933 |
+
|
934 |
+
if (!empty($skyscraper_options["share"]["check"])){
|
935 |
+
|
936 |
+
$share_buttons = share_links();
|
937 |
+
|
938 |
+
$share_node = "oPlugin.CreateSimpleNode('New_Id_1','Share', '".$share_buttons."',".$skyscraper_options["share"]["folded"].");";
|
939 |
+
|
940 |
+
}
|
941 |
+
|
942 |
+
|
943 |
+
|
944 |
+
|
945 |
+
|
946 |
+
|
947 |
+
|
948 |
+
return $share_node;
|
949 |
+
|
950 |
+
|
951 |
+
|
952 |
+
}
|
953 |
+
|
954 |
+
function get_follow_us_node(){
|
955 |
+
|
956 |
+
$follow_us_node = "";
|
957 |
+
|
958 |
+
global $skyscraper_options;
|
959 |
+
|
960 |
+
|
961 |
+
|
962 |
+
if (isset($skyscraper_options["follow_us"])){
|
963 |
+
|
964 |
+
$follow_info = empty_accounts();
|
965 |
+
|
966 |
+
|
967 |
+
|
968 |
+
if ( $follow_info["active"] > 0 && ($follow_info["empty"] < $follow_info["active"])){
|
969 |
+
|
970 |
+
|
971 |
+
|
972 |
+
$follow_buttons = sc_follow_links();
|
973 |
+
|
974 |
+
|
975 |
+
|
976 |
+
$follow_us_node = "oPlugin.CreateNode('New_Id_6','Follow', '', '".$follow_buttons["follow_buttons"]."','Plano',40,140)";
|
977 |
+
|
978 |
+
|
979 |
+
|
980 |
+
|
981 |
+
|
982 |
+
|
983 |
+
|
984 |
+
}
|
985 |
+
|
986 |
+
|
987 |
+
|
988 |
+
}
|
989 |
+
|
990 |
+
return $follow_us_node;
|
991 |
+
|
992 |
+
|
993 |
+
|
994 |
+
}
|
995 |
+
|
996 |
+
function empty_accounts(){
|
997 |
+
|
998 |
+
$empty = 0;
|
999 |
+
|
1000 |
+
$active = 0;
|
1001 |
+
|
1002 |
+
global $skyscraper_options;
|
1003 |
+
|
1004 |
+
|
1005 |
+
|
1006 |
+
foreach($skyscraper_options["follow_us"] as $follow_us){
|
1007 |
+
|
1008 |
+
|
1009 |
+
|
1010 |
+
if (empty($follow_us["account"])){
|
1011 |
+
|
1012 |
+
$empty++;
|
1013 |
+
|
1014 |
+
}
|
1015 |
+
|
1016 |
+
|
1017 |
+
|
1018 |
+
if (isset($follow_us["active"])){
|
1019 |
+
|
1020 |
+
$active++;
|
1021 |
+
|
1022 |
+
}
|
1023 |
+
|
1024 |
+
}
|
1025 |
+
|
1026 |
+
|
1027 |
+
|
1028 |
+
return array("empty" =>$empty, "active"=>$active);
|
1029 |
+
|
1030 |
+
}
|
1031 |
+
|
1032 |
+
function sc_follow_links($banner = 0){
|
1033 |
+
|
1034 |
+
global $skyscraper_options;
|
1035 |
+
|
1036 |
+
$follow_buttons = "<ul class=\'boxBanner_ul\'>";
|
1037 |
+
|
1038 |
+
|
1039 |
+
|
1040 |
+
$count_follow = 0;
|
1041 |
+
|
1042 |
+
|
1043 |
+
|
1044 |
+
|
1045 |
+
|
1046 |
+
|
1047 |
+
|
1048 |
+
foreach($skyscraper_options["follow_us"] as $follow_us){
|
1049 |
+
|
1050 |
+
$follow_us["account"]= trim($follow_us["account"]);
|
1051 |
+
|
1052 |
+
if (!empty($follow_us["active"]) && !empty($follow_us["account"]) ){
|
1053 |
+
|
1054 |
+
$follow_us["account"] = str_replace("http://", "", $follow_us["account"]);
|
1055 |
+
|
1056 |
+
$follow_us["account"] = "http://".$follow_us["account"];
|
1057 |
+
|
1058 |
+
if ($banner==1){
|
1059 |
+
|
1060 |
+
|
1061 |
+
|
1062 |
+
|
1063 |
+
|
1064 |
+
|
1065 |
+
|
1066 |
+
$follow_us["logo"] = "48".$follow_us["logo"];
|
1067 |
+
|
1068 |
+
|
1069 |
+
|
1070 |
+
}
|
1071 |
+
|
1072 |
+
$follow_buttons .= "<li><a target=\'_blank\' rel=\'nofollow\' href=\'".$follow_us["account"]."\'><img src=\'".SOCIABLE_HTTP_PATH."images/toolbar/".$follow_us["logo"]."\' /></a></li>";
|
1073 |
+
|
1074 |
+
|
1075 |
+
|
1076 |
+
|
1077 |
+
|
1078 |
+
|
1079 |
+
|
1080 |
+
$count_follow++;
|
1081 |
+
|
1082 |
+
|
1083 |
+
|
1084 |
+
}
|
1085 |
+
|
1086 |
+
}
|
1087 |
+
|
1088 |
+
|
1089 |
+
|
1090 |
+
|
1091 |
+
|
1092 |
+
|
1093 |
+
|
1094 |
+
$follow_buttons .= "</ul>";
|
1095 |
+
|
1096 |
+
$return = array();
|
1097 |
+
|
1098 |
+
|
1099 |
+
|
1100 |
+
$return["count"] = $count_follow;
|
1101 |
+
|
1102 |
+
|
1103 |
+
|
1104 |
+
$return["follow_buttons"] = $follow_buttons;
|
1105 |
+
|
1106 |
+
|
1107 |
+
|
1108 |
+
|
1109 |
+
|
1110 |
+
|
1111 |
+
|
1112 |
+
return $return;
|
1113 |
+
|
1114 |
+
|
1115 |
+
|
1116 |
+
}
|
1117 |
+
|
1118 |
+
function share_links(){
|
1119 |
+
|
1120 |
+
$url = addslashes(get_bloginfo('wpurl'));
|
1121 |
+
|
1122 |
+
$blogname = addslashes(get_bloginfo('name'));
|
1123 |
+
|
1124 |
+
global $title_shared;
|
1125 |
+
|
1126 |
+
global $url_shares;
|
1127 |
+
|
1128 |
+
global $skyscraper_options;
|
1129 |
+
|
1130 |
+
|
1131 |
+
|
1132 |
+
|
1133 |
+
$page = trim(addslashes($url_shares));
|
1134 |
+
|
1135 |
+
$permalink = trim(addslashes($url_shares));
|
1136 |
+
|
1137 |
+
$title = trim(addslashes($title_shared));
|
1138 |
+
|
1139 |
+
|
1140 |
+
$tag_share = '';
|
1141 |
+
|
1142 |
+
if (isset($skyscraper_options["blogplay_tags"])){
|
1143 |
+
|
1144 |
+
if (!empty($skyscraper_options["blogplay_tags"])){
|
1145 |
+
|
1146 |
+
$tag_share = '{blogplay.com}';
|
1147 |
+
}
|
1148 |
+
}
|
1149 |
+
|
1150 |
+
|
1151 |
+
$share_links = array();
|
1152 |
+
|
1153 |
+
$share_links = array(
|
1154 |
+
|
1155 |
+
|
1156 |
+
|
1157 |
+
"twitter" => array('favicon' => 't.png',
|
1158 |
+
|
1159 |
+
'url' => 'http://twitter.com/intent/tweet?text='.urlencode($title).' - '.urlencode($url).' '.urlencode($tag_share).' ',
|
1160 |
+
|
1161 |
+
'title' => "Share on Twitter",
|
1162 |
+
|
1163 |
+
|
1164 |
+
|
1165 |
+
'blank' => '_blank' ),
|
1166 |
+
|
1167 |
+
|
1168 |
+
|
1169 |
+
"facebook" => array('favicon' => 'f.png',
|
1170 |
+
|
1171 |
+
'url' => 'http://www.facebook.com/share.php?u='.$permalink.'&t='.$title.'',
|
1172 |
+
|
1173 |
+
'title' => "Share on Facebook",
|
1174 |
+
|
1175 |
+
|
1176 |
+
|
1177 |
+
'blank' => '_blank' ),
|
1178 |
+
|
1179 |
+
|
1180 |
+
|
1181 |
+
"google" => array('favicon' => 'g.png',
|
1182 |
+
|
1183 |
+
'url' => 'https://mail.google.com/mail/?view=cm&fs=1&to&su='.$title.'&body='.$permalink.'&ui=2&tf=1&shva=1',
|
1184 |
+
|
1185 |
+
'title' => "Share on Gmail",
|
1186 |
+
|
1187 |
+
|
1188 |
+
|
1189 |
+
'blank' => '_blank' ),
|
1190 |
+
|
1191 |
+
|
1192 |
+
|
1193 |
+
"inbound" => array('favicon' => 'inbound.png',
|
1194 |
+
|
1195 |
+
'url' => 'http://inbound.org/?url='.$permalink.'&title='.$title.'',
|
1196 |
+
|
1197 |
+
'title' => "Share on inbound.org",
|
1198 |
+
|
1199 |
+
|
1200 |
+
|
1201 |
+
'blank' => '_blank' ),
|
1202 |
+
|
1203 |
+
|
1204 |
+
|
1205 |
+
"stumble" => array('favicon' => 's.png',
|
1206 |
+
|
1207 |
+
'url' => 'http://www.stumbleupon.com/submit?url='.$permalink.'&title='.$title.'',
|
1208 |
+
|
1209 |
+
'title' => "Share on StumpleUpon",
|
1210 |
+
|
1211 |
+
|
1212 |
+
|
1213 |
+
'blank' => '_blank' ),
|
1214 |
+
|
1215 |
+
|
1216 |
+
|
1217 |
+
"delicious" => array('favicon' => 'o.png',
|
1218 |
+
|
1219 |
+
'url' => 'http://delicious.com/post?url='.$permalink.'&title='.$title.'&notes=EXCERPT',
|
1220 |
+
|
1221 |
+
"title" => "Share on delicious",
|
1222 |
+
|
1223 |
+
|
1224 |
+
|
1225 |
+
'blank' => '_blank' ),
|
1226 |
+
|
1227 |
+
|
1228 |
+
|
1229 |
+
"reader" => array('favicon' => 'n.png',
|
1230 |
+
|
1231 |
+
'url' => 'http://www.google.com/reader/link?url='.$permalink.'&title='.$title.'&srcURL='.$permalink.'&srcTitle='.$blogname.'',
|
1232 |
+
|
1233 |
+
"title" => "Share on Google Reader",
|
1234 |
+
|
1235 |
+
|
1236 |
+
|
1237 |
+
'blank' => '_blank' ),
|
1238 |
+
|
1239 |
+
|
1240 |
+
|
1241 |
+
"linkedin" => array('favicon' => 'i.png',
|
1242 |
+
|
1243 |
+
'url' => 'http://www.linkedin.com/shareArticle?mini=true&url='.$permalink.'&title='.$title.'&source='.$blogname.'&summary=EXCERPT',
|
1244 |
+
|
1245 |
+
"title" => "Share on LinkedIn",
|
1246 |
+
|
1247 |
+
|
1248 |
+
|
1249 |
+
'blank' => '_blank' ),
|
1250 |
+
|
1251 |
+
|
1252 |
+
|
1253 |
+
|
1254 |
+
|
1255 |
+
|
1256 |
+
|
1257 |
+
"pinterest" => array('favicon' => 'pinterest.png',
|
1258 |
+
|
1259 |
+
'url' => 'http://pinterest.com/pin/create/button/?url='.$permalink.'',
|
1260 |
+
|
1261 |
+
"title" => "Share on Pinterest",
|
1262 |
+
|
1263 |
+
|
1264 |
+
|
1265 |
+
'blank' => '_blank' ),
|
1266 |
+
|
1267 |
+
|
1268 |
+
|
1269 |
+
|
1270 |
+
|
1271 |
+
|
1272 |
+
|
1273 |
+
"favorites" => array('favicon' => 'fv.png',
|
1274 |
+
|
1275 |
+
|
1276 |
+
|
1277 |
+
'url' => 'javascript:AddToFavorites();',
|
1278 |
+
|
1279 |
+
|
1280 |
+
|
1281 |
+
'title' => "Add to favorites - doesn\"t work in Chrome",
|
1282 |
+
|
1283 |
+
|
1284 |
+
|
1285 |
+
'blank' => '_self' )
|
1286 |
+
|
1287 |
+
|
1288 |
+
|
1289 |
+
|
1290 |
+
|
1291 |
+
|
1292 |
+
|
1293 |
+
);
|
1294 |
+
|
1295 |
+
|
1296 |
+
|
1297 |
+
$share_buttons = "";
|
1298 |
+
|
1299 |
+
foreach($share_links as $link){
|
1300 |
+
|
1301 |
+
|
1302 |
+
|
1303 |
+
|
1304 |
+
|
1305 |
+
|
1306 |
+
|
1307 |
+
|
1308 |
+
|
1309 |
+
|
1310 |
+
|
1311 |
+
$share_buttons .= "<a target=\'".$link["blank"]."\' rel=\'nofollow\' href=\'".addslashes($link["url"])."\' title=\'".addslashes($link["title"])."\'><img src=\'".SOCIABLE_HTTP_PATH."images/toolbar/".addslashes($link["favicon"])."\' /></a>";
|
1312 |
+
|
1313 |
+
}
|
1314 |
+
|
1315 |
+
return $share_buttons;
|
1316 |
+
|
1317 |
+
|
1318 |
+
|
1319 |
+
}
|
1320 |
+
|
1321 |
+
/*
|
1322 |
+
|
1323 |
+
* Template Tag To Echo The Sociable 2 HTML
|
1324 |
+
|
1325 |
+
*/
|
1326 |
+
|
1327 |
+
function do_skyscraper(){
|
1328 |
+
|
1329 |
+
echo skyscraper_html();
|
1330 |
+
|
1331 |
+
}
|
1332 |
+
|
1333 |
+
/*
|
1334 |
+
|
1335 |
+
* Sociable 2 Shortcode
|
1336 |
+
|
1337 |
+
*/
|
1338 |
+
|
1339 |
+
function skyscraper_shortcode(){
|
1340 |
+
|
1341 |
+
return skyscraper_html();
|
1342 |
+
|
1343 |
+
}
|
1344 |
+
|
1345 |
+
function auto_skyscraper($content, $admin = false){
|
1346 |
+
|
1347 |
+
global $skyscraper_options;
|
1348 |
+
|
1349 |
+
|
1350 |
+
|
1351 |
+
if ($admin){
|
1352 |
+
|
1353 |
+
$content = skyscraper_html();
|
1354 |
+
|
1355 |
+
return $content;
|
1356 |
+
|
1357 |
+
}
|
1358 |
+
|
1359 |
+
|
1360 |
+
|
1361 |
+
if( ! isset( $skyscraper_options['active'] )){
|
1362 |
+
|
1363 |
+
$content = "";
|
1364 |
+
|
1365 |
+
return $content;
|
1366 |
+
|
1367 |
+
}
|
1368 |
+
|
1369 |
+
|
1370 |
+
|
1371 |
+
|
1372 |
+
|
1373 |
+
if( ! isset( $skyscraper_options['locations'] ) || ! is_array( $skyscraper_options['locations'] ) || empty( $skyscraper_options['locations'] ) ){
|
1374 |
+
|
1375 |
+
|
1376 |
+
|
1377 |
+
$content = "";
|
1378 |
+
|
1379 |
+
} else {
|
1380 |
+
|
1381 |
+
|
1382 |
+
|
1383 |
+
$locations = $skyscraper_options['locations'];
|
1384 |
+
|
1385 |
+
}
|
1386 |
+
|
1387 |
+
/*
|
1388 |
+
|
1389 |
+
* Determine if we are supposed to be displaying the output here.
|
1390 |
+
|
1391 |
+
*/
|
1392 |
+
|
1393 |
+
$display = false;
|
1394 |
+
|
1395 |
+
|
1396 |
+
|
1397 |
+
/*
|
1398 |
+
|
1399 |
+
* is_single is a unique case it still returning true
|
1400 |
+
|
1401 |
+
*/
|
1402 |
+
|
1403 |
+
|
1404 |
+
|
1405 |
+
//If We Can Verify That We are in the correct loaction, simply add something to the $display array, and test for a true result to continue.
|
1406 |
+
|
1407 |
+
foreach( $locations as $location => $val ){
|
1408 |
+
|
1409 |
+
|
1410 |
+
|
1411 |
+
//First We Handle is_single() so it returning true on Single Post Type Pages is not an issue, this is not the intended functionality of this plugin
|
1412 |
+
|
1413 |
+
if( $location == 'is_single' ){
|
1414 |
+
|
1415 |
+
//If we are not in a post, lets ignore this one for now
|
1416 |
+
|
1417 |
+
if( is_single() && get_post_type() == 'post' ){
|
1418 |
+
|
1419 |
+
$display = true;
|
1420 |
+
|
1421 |
+
break;
|
1422 |
+
|
1423 |
+
} else {
|
1424 |
+
|
1425 |
+
continue; // So not to trigger is_single later in this loop, but still be allowed to handle others
|
1426 |
+
|
1427 |
+
}
|
1428 |
+
|
1429 |
+
|
1430 |
+
|
1431 |
+
} elseif( strpos( $location , 'is_single_posttype_' ) === 0 ){ //Now We Need To Check For The Variable Names, Taxonomy Archives, Post Type Archives and Single Custom Post Types.
|
1432 |
+
|
1433 |
+
|
1434 |
+
|
1435 |
+
//Single Custom Post Type
|
1436 |
+
|
1437 |
+
$post_type = str_replace( 'is_single_posttype_' , '' , $location );
|
1438 |
+
|
1439 |
+
if( is_single() && get_post_type() == $post_type ){
|
1440 |
+
|
1441 |
+
$display = true;
|
1442 |
+
|
1443 |
+
break;
|
1444 |
+
|
1445 |
+
}
|
1446 |
+
|
1447 |
+
|
1448 |
+
|
1449 |
+
} elseif( strpos( $location , 'is_posttype_archive_' ) === 0 ){
|
1450 |
+
|
1451 |
+
|
1452 |
+
|
1453 |
+
//Custom Post Type Archive
|
1454 |
+
|
1455 |
+
$post_type = str_replace( 'is_posttype_archive_' , '' , $location );
|
1456 |
+
|
1457 |
+
if( is_post_type_archive( $post_type ) ){
|
1458 |
+
|
1459 |
+
$display = true;
|
1460 |
+
|
1461 |
+
break;
|
1462 |
+
|
1463 |
+
}
|
1464 |
+
|
1465 |
+
|
1466 |
+
|
1467 |
+
} elseif( strpos( $location , 'is_taxonomy_archive_' ) === 0 ) {
|
1468 |
+
|
1469 |
+
|
1470 |
+
|
1471 |
+
//Taxonomy Archive
|
1472 |
+
|
1473 |
+
$taxonomy = str_replace( 'is_taxonomy_archive_' , '' , $location );
|
1474 |
+
|
1475 |
+
if( is_tax( $taxonomy ) ){
|
1476 |
+
|
1477 |
+
$display = true;
|
1478 |
+
|
1479 |
+
break;
|
1480 |
+
|
1481 |
+
}
|
1482 |
+
|
1483 |
+
|
1484 |
+
|
1485 |
+
} elseif( function_exists( $location ) ) {
|
1486 |
+
|
1487 |
+
|
1488 |
+
|
1489 |
+
//Standard conditional tag, these will return BOOL
|
1490 |
+
|
1491 |
+
if( call_user_func( $location ) === true ){
|
1492 |
+
|
1493 |
+
$display = true;
|
1494 |
+
|
1495 |
+
break;
|
1496 |
+
|
1497 |
+
}
|
1498 |
+
|
1499 |
+
|
1500 |
+
|
1501 |
+
} else {
|
1502 |
+
|
1503 |
+
continue;
|
1504 |
+
|
1505 |
+
}
|
1506 |
+
|
1507 |
+
|
1508 |
+
|
1509 |
+
|
1510 |
+
|
1511 |
+
}
|
1512 |
+
|
1513 |
+
|
1514 |
+
|
1515 |
+
//If We have passed all the checks and are looking in the right place lets do this thang
|
1516 |
+
|
1517 |
+
if( isset( $skyscraper_options['automatic_mode'] ) && $display === true ){
|
1518 |
+
|
1519 |
+
if (isset($skyscraper_options["topandbottom"])){
|
1520 |
+
|
1521 |
+
$content = skyscraper_html();
|
1522 |
+
|
1523 |
+
}else{
|
1524 |
+
|
1525 |
+
$content = skyscraper_html();
|
1526 |
+
|
1527 |
+
}
|
1528 |
+
|
1529 |
+
}
|
1530 |
+
|
1531 |
+
else{
|
1532 |
+
|
1533 |
+
$content = skyscraper_html();
|
1534 |
+
|
1535 |
+
}
|
1536 |
+
|
1537 |
+
|
1538 |
+
|
1539 |
+
|
1540 |
+
|
1541 |
+
|
1542 |
+
|
1543 |
+
return $content;
|
1544 |
+
|
1545 |
+
}
|
1546 |
+
|
1547 |
+
function get_tweets_username($username_complete){
|
1548 |
+
|
1549 |
+
|
1550 |
+
|
1551 |
+
if (function_exists('curl_init')) {
|
1552 |
+
|
1553 |
+
|
1554 |
+
|
1555 |
+
// last tweets
|
1556 |
+
|
1557 |
+
$username = str_replace("@", "", $username_complete);
|
1558 |
+
|
1559 |
+
$url = "https://api.twitter.com/1/statuses/user_timeline/".$username.".json";
|
1560 |
+
|
1561 |
+
$latest = curl_call($url);
|
1562 |
+
|
1563 |
+
$latest_row = parser_twitter_results($latest,0);
|
1564 |
+
|
1565 |
+
update_option( "skyscraper_latest", $latest_row );
|
1566 |
+
|
1567 |
+
|
1568 |
+
|
1569 |
+
// last mentions
|
1570 |
+
|
1571 |
+
$url = "http://search.twitter.com/search.json?q=@".$username."&rpp=5&include_entities=true&result_type=mixed";
|
1572 |
+
|
1573 |
+
$mentions = curl_call($url);
|
1574 |
+
|
1575 |
+
|
1576 |
+
|
1577 |
+
if (count($mentions["results"]) > 1){
|
1578 |
+
|
1579 |
+
|
1580 |
+
|
1581 |
+
$mentions_row = parser_twitter_results($mentions["results"],1);
|
1582 |
+
|
1583 |
+
update_option( "skyscraper_mentions", $mentions_row );
|
1584 |
+
|
1585 |
+
}
|
1586 |
+
|
1587 |
+
}
|
1588 |
+
|
1589 |
+
}
|
1590 |
+
|
1591 |
+
function ago($time){
|
1592 |
+
|
1593 |
+
$periods = array("second", "minute", "hour", "day", "week", "month", "year", "decade");
|
1594 |
+
|
1595 |
+
$lengths = array("60","60","24","7","4.35","12","10");
|
1596 |
+
|
1597 |
+
$now = time();
|
1598 |
+
|
1599 |
+
$difference = $now - $time;
|
1600 |
+
|
1601 |
+
$tense = "ago";
|
1602 |
+
|
1603 |
+
for($j = 0; $difference >= $lengths[$j] && $j < count($lengths)-1; $j++) {
|
1604 |
+
|
1605 |
+
$difference /= $lengths[$j];
|
1606 |
+
|
1607 |
+
}
|
1608 |
+
|
1609 |
+
$difference = round($difference);
|
1610 |
+
|
1611 |
+
if($difference != 1) {
|
1612 |
+
|
1613 |
+
$periods[$j].= "s";
|
1614 |
+
|
1615 |
+
}
|
1616 |
+
|
1617 |
+
return $difference." ".$periods[$j]."ago";
|
1618 |
+
|
1619 |
+
}
|
1620 |
+
|
1621 |
+
function parser_twitter_results($results = array(), $mention){
|
1622 |
+
|
1623 |
+
|
1624 |
+
|
1625 |
+
$options_latest = array();
|
1626 |
+
|
1627 |
+
$options_latest = array("date" => date("YmdHis"));
|
1628 |
+
|
1629 |
+
global $skyscraper_options;
|
1630 |
+
|
1631 |
+
$i = 0;
|
1632 |
+
|
1633 |
+
|
1634 |
+
|
1635 |
+
if (is_array($results)){
|
1636 |
+
|
1637 |
+
|
1638 |
+
|
1639 |
+
foreach($results as $tweet){
|
1640 |
+
|
1641 |
+
|
1642 |
+
|
1643 |
+
$options_latest[$i] = array();
|
1644 |
+
|
1645 |
+
$options_latest[$i]["text"] = $tweet["text"];
|
1646 |
+
|
1647 |
+
$options_latest[$i]["created_at"] = ago(strtotime($tweet["created_at"]));
|
1648 |
+
|
1649 |
+
|
1650 |
+
|
1651 |
+
if ($mention){
|
1652 |
+
|
1653 |
+
$options_latest[$i]["name"] = $tweet["from_user_name"];
|
1654 |
+
|
1655 |
+
}
|
1656 |
+
|
1657 |
+
else{
|
1658 |
+
|
1659 |
+
$options_latest[$i]["name"] = $tweet["user"]["name"];
|
1660 |
+
|
1661 |
+
}
|
1662 |
+
|
1663 |
+
|
1664 |
+
|
1665 |
+
$i++;
|
1666 |
+
|
1667 |
+
if ($i == $skyscraper_options["num_tweets"]){
|
1668 |
+
|
1669 |
+
break;
|
1670 |
+
|
1671 |
+
}
|
1672 |
+
|
1673 |
+
}
|
1674 |
+
|
1675 |
+
}
|
1676 |
+
|
1677 |
+
|
1678 |
+
|
1679 |
+
return $options_latest;
|
1680 |
+
|
1681 |
+
}
|
1682 |
+
|
1683 |
+
function curl_call($url){
|
1684 |
+
|
1685 |
+
|
1686 |
+
|
1687 |
+
$ch = curl_init();
|
1688 |
+
|
1689 |
+
curl_setopt($ch, CURLOPT_URL, $url);
|
1690 |
+
|
1691 |
+
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
1692 |
+
|
1693 |
+
curl_setopt($ch, CURLOPT_TIMEOUT, 3);
|
1694 |
+
|
1695 |
+
curl_setopt($ch, CURLINFO_HEADER_OUT, true);
|
1696 |
+
|
1697 |
+
$output = curl_exec($ch);
|
1698 |
+
|
1699 |
+
$info = curl_getinfo($ch);
|
1700 |
+
|
1701 |
+
curl_close($ch);
|
1702 |
+
|
1703 |
+
|
1704 |
+
|
1705 |
+
if ($info["http_code"] == "200"){
|
1706 |
+
|
1707 |
+
|
1708 |
+
|
1709 |
+
$return = json_decode($output,1);
|
1710 |
+
|
1711 |
+
}
|
1712 |
+
|
1713 |
+
else{
|
1714 |
+
|
1715 |
+
$return = false;
|
1716 |
+
|
1717 |
+
}
|
1718 |
+
|
1719 |
+
|
1720 |
+
|
1721 |
+
return $return;
|
1722 |
+
|
1723 |
+
}
|
1724 |
+
|
1725 |
+
function get_option_tweets($option){
|
1726 |
+
|
1727 |
+
|
1728 |
+
|
1729 |
+
global $skyscraper_options;
|
1730 |
+
|
1731 |
+
$skyscraper_latest = get_option($option);
|
1732 |
+
|
1733 |
+
|
1734 |
+
|
1735 |
+
if (empty($skyscraper_latest)){
|
1736 |
+
|
1737 |
+
|
1738 |
+
|
1739 |
+
get_tweets_username($skyscraper_options["twitter_username"]);
|
1740 |
+
|
1741 |
+
$skyscraper_latest = get_option($option);
|
1742 |
+
|
1743 |
+
}
|
1744 |
+
|
1745 |
+
else{
|
1746 |
+
|
1747 |
+
|
1748 |
+
|
1749 |
+
// 5 minutes
|
1750 |
+
|
1751 |
+
if (diff_date($skyscraper_latest["date"], date("YmdHis")) > 5){
|
1752 |
+
|
1753 |
+
|
1754 |
+
|
1755 |
+
get_tweets_username($skyscraper_options["twitter_username"]);
|
1756 |
+
|
1757 |
+
$skyscraper_latest = get_option($option);
|
1758 |
+
|
1759 |
+
}
|
1760 |
+
|
1761 |
+
}
|
1762 |
+
|
1763 |
+
|
1764 |
+
|
1765 |
+
|
1766 |
+
|
1767 |
+
return generate_tweets_box_content($skyscraper_latest);
|
1768 |
+
|
1769 |
+
}
|
1770 |
+
|
1771 |
+
function generate_tweets_box_content($tweets){
|
1772 |
+
|
1773 |
+
$content = "";
|
1774 |
+
|
1775 |
+
if (isset($tweets["date"])){
|
1776 |
+
|
1777 |
+
unset($tweets["date"]);
|
1778 |
+
|
1779 |
+
}
|
1780 |
+
|
1781 |
+
|
1782 |
+
|
1783 |
+
|
1784 |
+
|
1785 |
+
foreach($tweets as $tweet){
|
1786 |
+
|
1787 |
+
|
1788 |
+
|
1789 |
+
$tweet["name"] = addslashes($tweet["name"]);
|
1790 |
+
|
1791 |
+
$tweet["text"] = addslashes($tweet["text"]);
|
1792 |
+
|
1793 |
+
|
1794 |
+
|
1795 |
+
$content .= "['".$tweet["name"]."','".$tweet["name"]."','".$tweet["text"]."','','".$tweet["created_at"]."'],";
|
1796 |
+
|
1797 |
+
}
|
1798 |
+
|
1799 |
+
$content = trim(trim(trim($content), ","));
|
1800 |
+
|
1801 |
+
|
1802 |
+
|
1803 |
+
return $content;
|
1804 |
+
|
1805 |
+
}
|
1806 |
+
|
1807 |
+
if (!empty($_GET["sky"])){
|
1808 |
+
|
1809 |
+
add_action('wp_ajax_my_action', 'my_action_callback');
|
1810 |
+
|
1811 |
+
function my_action_callback() {
|
1812 |
+
|
1813 |
+
global $wpdb; global $skyscraper_options; // this is how you get access to the database
|
1814 |
+
|
1815 |
+
$whatever = intval( $_POST['whatever'] );
|
1816 |
+
|
1817 |
+
$whatever += 10;
|
1818 |
+
|
1819 |
+
echo $whatever;
|
1820 |
+
|
1821 |
+
die(); // this is required to return a proper result
|
1822 |
+
|
1823 |
+
}
|
1824 |
+
|
1825 |
+
}
|
1826 |
+
|
1827 |
?>
|
includes/sociable_output.php
CHANGED
@@ -128,7 +128,20 @@ function sociable_html( $display = array(),$location = "" ){
|
|
128 |
|
129 |
// Start preparing the output
|
130 |
|
131 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
|
133 |
$html = '<!-- Start Sociable --><div class="sociable">';
|
134 |
|
@@ -256,6 +269,8 @@ function sociable_html( $display = array(),$location = "" ){
|
|
256 |
$url = str_replace('TITLECOUNT', $titleCOUNT, $url);
|
257 |
|
258 |
$url = str_replace('TITLE', $title, $url);
|
|
|
|
|
259 |
|
260 |
$url = str_replace('RSS', $rss, $url);
|
261 |
|
@@ -296,6 +311,9 @@ function sociable_html( $display = array(),$location = "" ){
|
|
296 |
$linkitem = ( ! isset( $sociable_options['use_images'] ) ) ? $description : "<img style='".$margin."' src='".SOCIABLE_HTTP_PATH."images/more.png'>";
|
297 |
|
298 |
}
|
|
|
|
|
|
|
299 |
|
300 |
}
|
301 |
|
@@ -311,12 +329,14 @@ function sociable_html( $display = array(),$location = "" ){
|
|
311 |
|
312 |
$target = isset( $sociable_options['new_window'] ) ? 'target="_blank"' : '' ;
|
313 |
|
314 |
-
if ($sitename == "Add to favorites" || $sitename=="More"){
|
315 |
-
|
316 |
-
if ($sitename == "More"){
|
317 |
-
|
318 |
-
|
319 |
-
|
|
|
|
|
320 |
}else{
|
321 |
|
322 |
$link .= '<a class="'.$sociable_options['icon_option'].'_'.$sociable_options['icon_size'].'" style="cursor:pointer;'.$style.'" rel="nofollow" title="'.$sitename.' - doesn\'t work in Chrome" onClick="' . $href . '">' ."" . '</a></li>' ;
|
@@ -370,6 +390,8 @@ function sociable_html( $display = array(),$location = "" ){
|
|
370 |
$url = ( isset( $site['script'] ) ) ? $site['script'] : $site['url'];
|
371 |
|
372 |
$url = str_replace('TITLECOUNT', $titleCOUNT, $url);
|
|
|
|
|
373 |
|
374 |
$url = str_replace('TITLE', $title, $url);
|
375 |
|
@@ -394,14 +416,19 @@ function sociable_html( $display = array(),$location = "" ){
|
|
394 |
}else{
|
395 |
|
396 |
if (isset($description) && $description!= "More"){
|
397 |
-
|
398 |
$linkitem = ( ! isset( $sociable_options['use_images'] ) ) ? $description : _get_sociable_image( $site, $description );
|
399 |
|
400 |
}else{
|
401 |
-
|
402 |
$linkitem = ( ! isset( $sociable_options['use_images'] ) ) ? $description : "<img style='".$margin."' src='".SOCIABLE_HTTP_PATH."images/more.png'>";
|
403 |
|
404 |
}
|
|
|
|
|
|
|
|
|
|
|
405 |
|
406 |
}
|
407 |
|
@@ -417,12 +444,14 @@ function sociable_html( $display = array(),$location = "" ){
|
|
417 |
|
418 |
$target = isset( $sociable_options['new_window'] ) ? 'target="_blank"' : '' ;
|
419 |
|
420 |
-
if ($sitename == "Add to favorites" || $sitename=="More"){
|
421 |
-
|
422 |
-
if ($sitename == "More"){
|
423 |
|
|
|
|
|
424 |
$link .= '<a style="cursor:poainter" rel="nofollow" onMouseOver="more(this,\'post'.$location.'-' . $post->ID . '\')">' . $linkitem . '</a></li>' ;
|
425 |
-
|
|
|
|
|
426 |
}else{
|
427 |
|
428 |
$link .= '<a class="'.$sociable_options['icon_option'].'_'.$sociable_options['icon_size'].'" style="cursor:pointer;'.$style.'" rel="nofollow" title="'.$sitename.' - doesn\'t work in Chrome" onClick="' . $href . '">' ."" . '</a></li>' ;
|
@@ -434,7 +463,7 @@ function sociable_html( $display = array(),$location = "" ){
|
|
434 |
if($sociable_options["icon_option"] == "option6" || !empty($sociable_options["custom_icons"])){
|
435 |
|
436 |
$link .= '<a title="'.$sitename.'" style="'.$description.$sociable_options['icon_size'].'_'.str_replace("option","",$sociable_options['icon_option']).'" rel="nofollow" ' . $target . ' href="' . $href . '">' . $linkitem . '</a></li>' ;
|
437 |
-
|
438 |
}else{
|
439 |
|
440 |
$link .= '<a title="'.$sitename.'" class="'.$sociable_options['icon_option'].'_'.$sociable_options['icon_size'].'" style="'.$style.'" rel="nofollow" ' . $target . ' href="' . $href . '">' . "" . '</a></li>' ;
|
@@ -522,6 +551,10 @@ function sociable_html( $display = array(),$location = "" ){
|
|
522 |
$url = str_replace('PERMALINKCOUNT', $permalinkCOUNT, $url);
|
523 |
|
524 |
$url = str_replace('PERMALINK', $permalink, $url);
|
|
|
|
|
|
|
|
|
525 |
|
526 |
$link.= $url."</li>";
|
527 |
|
128 |
|
129 |
// Start preparing the output
|
130 |
|
131 |
+
$args = array(
|
132 |
+
'post_type' => 'attachment',
|
133 |
+
'numberposts' => null,
|
134 |
+
'post_status' => null,
|
135 |
+
'post_parent' => $post->ID
|
136 |
+
);
|
137 |
+
|
138 |
+
$image = "";
|
139 |
+
if ($attachments) {
|
140 |
+
foreach ($attachments as $attachment) {
|
141 |
+
//echo apply_filters('the_title', $attachment->post_title);
|
142 |
+
$image = wp_get_attachment_url($attachment->ID, true);
|
143 |
+
}
|
144 |
+
}
|
145 |
|
146 |
$html = '<!-- Start Sociable --><div class="sociable">';
|
147 |
|
269 |
$url = str_replace('TITLECOUNT', $titleCOUNT, $url);
|
270 |
|
271 |
$url = str_replace('TITLE', $title, $url);
|
272 |
+
|
273 |
+
$url = str_replace('SOURCE',$image,$url);
|
274 |
|
275 |
$url = str_replace('RSS', $rss, $url);
|
276 |
|
311 |
$linkitem = ( ! isset( $sociable_options['use_images'] ) ) ? $description : "<img style='".$margin."' src='".SOCIABLE_HTTP_PATH."images/more.png'>";
|
312 |
|
313 |
}
|
314 |
+
if ($description =="vuible"){
|
315 |
+
$linkitem = ( ! isset( $sociable_options['use_images'] ) ) ? $description : "<img style='' src='".SOCIABLE_HTTP_PATH."images/".$sociable_options['icon_option']."/".$sociable_options['icon_size']."/vuible.png'>";
|
316 |
+
}
|
317 |
|
318 |
}
|
319 |
|
329 |
|
330 |
$target = isset( $sociable_options['new_window'] ) ? 'target="_blank"' : '' ;
|
331 |
|
332 |
+
if ($sitename == "Add to favorites" || $sitename=="More" || $sitename=="vuible"){
|
333 |
+
|
334 |
+
if ($sitename == "More" || $sitename=="vuible"){
|
335 |
+
if ($sitename == "More"){
|
336 |
+
$link .= '<a style="cursor:pointer" rel="nofollow" onMouseOut="fixOnMouseOut(document.getElementById(\'sociable-post'.$location.'-'.$post->ID.'\'), event, \'post'.$location.'-'.$post->ID.'\')" onMouseOver="more(this,\'post'.$location.'-' . $post->ID . '\')">' . $linkitem . '</a></li>' ;
|
337 |
+
}else{
|
338 |
+
$link .= '<a onClick="ipinit();" style="cursor:pointer" rel="nofollow" title="Vuible.com | Share positive messages (images and videos only)">' . $linkitem . '</a></li>' ;
|
339 |
+
}
|
340 |
}else{
|
341 |
|
342 |
$link .= '<a class="'.$sociable_options['icon_option'].'_'.$sociable_options['icon_size'].'" style="cursor:pointer;'.$style.'" rel="nofollow" title="'.$sitename.' - doesn\'t work in Chrome" onClick="' . $href . '">' ."" . '</a></li>' ;
|
390 |
$url = ( isset( $site['script'] ) ) ? $site['script'] : $site['url'];
|
391 |
|
392 |
$url = str_replace('TITLECOUNT', $titleCOUNT, $url);
|
393 |
+
|
394 |
+
$url = str_replace('SOURCE',$image,$url);
|
395 |
|
396 |
$url = str_replace('TITLE', $title, $url);
|
397 |
|
416 |
}else{
|
417 |
|
418 |
if (isset($description) && $description!= "More"){
|
419 |
+
|
420 |
$linkitem = ( ! isset( $sociable_options['use_images'] ) ) ? $description : _get_sociable_image( $site, $description );
|
421 |
|
422 |
}else{
|
423 |
+
|
424 |
$linkitem = ( ! isset( $sociable_options['use_images'] ) ) ? $description : "<img style='".$margin."' src='".SOCIABLE_HTTP_PATH."images/more.png'>";
|
425 |
|
426 |
}
|
427 |
+
|
428 |
+
if ($sitename =="vuible"){
|
429 |
+
|
430 |
+
$linkitem = ( ! isset( $sociable_options['use_images'] ) ) ? $description : "<a title='Vuible.com | Share positive messages (images and videos only)'> <img style='' src='".SOCIABLE_HTTP_PATH."images/".$sociable_options['icon_option']."/".$sociable_options['icon_size']."/vuible.png'></a>";
|
431 |
+
}
|
432 |
|
433 |
}
|
434 |
|
444 |
|
445 |
$target = isset( $sociable_options['new_window'] ) ? 'target="_blank"' : '' ;
|
446 |
|
447 |
+
if ($sitename == "Add to favorites" || $sitename=="More" || $sitename=="vuible"){
|
|
|
|
|
448 |
|
449 |
+
if ($sitename == "More" || $sitename=="vuible"){
|
450 |
+
if ($sitename=="More"){
|
451 |
$link .= '<a style="cursor:poainter" rel="nofollow" onMouseOver="more(this,\'post'.$location.'-' . $post->ID . '\')">' . $linkitem . '</a></li>' ;
|
452 |
+
}else{
|
453 |
+
$link .= '<a onClick="ipinit();" style="cursor:pointer" rel="nofollow" title="Vuible.com | Share positive messages (images and videos only)">' . $linkitem . '</a></li>' ;
|
454 |
+
}
|
455 |
}else{
|
456 |
|
457 |
$link .= '<a class="'.$sociable_options['icon_option'].'_'.$sociable_options['icon_size'].'" style="cursor:pointer;'.$style.'" rel="nofollow" title="'.$sitename.' - doesn\'t work in Chrome" onClick="' . $href . '">' ."" . '</a></li>' ;
|
463 |
if($sociable_options["icon_option"] == "option6" || !empty($sociable_options["custom_icons"])){
|
464 |
|
465 |
$link .= '<a title="'.$sitename.'" style="'.$description.$sociable_options['icon_size'].'_'.str_replace("option","",$sociable_options['icon_option']).'" rel="nofollow" ' . $target . ' href="' . $href . '">' . $linkitem . '</a></li>' ;
|
466 |
+
|
467 |
}else{
|
468 |
|
469 |
$link .= '<a title="'.$sitename.'" class="'.$sociable_options['icon_option'].'_'.$sociable_options['icon_size'].'" style="'.$style.'" rel="nofollow" ' . $target . ' href="' . $href . '">' . "" . '</a></li>' ;
|
551 |
$url = str_replace('PERMALINKCOUNT', $permalinkCOUNT, $url);
|
552 |
|
553 |
$url = str_replace('PERMALINK', $permalink, $url);
|
554 |
+
if ($sitename =="vuible Counter"){
|
555 |
+
|
556 |
+
$url = ( ! isset( $sociable_options['use_images'] ) ) ? $description : "<a title='Vuible.com | Share positive messages (images and videos only)'><img onClick='ipinit();' style='cursor:pointer' src='".SOCIABLE_HTTP_PATH."images/vuible.png'></a>";
|
557 |
+
}
|
558 |
|
559 |
$link.= $url."</li>";
|
560 |
|
index.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
<?php
|
2 |
-
/*
|
3 |
-
* Sociable - Blogplay.com
|
4 |
-
*/
|
5 |
-
?>
|
1 |
+
<?php
|
2 |
+
/*
|
3 |
+
* Sociable - Blogplay.com
|
4 |
+
*/
|
5 |
+
?>
|
js/vuible.js
ADDED
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
var ipinsite = 'Vuible.com',
|
2 |
+
ipinsiteurl = 'http://vuible.com/';
|
3 |
+
(function(){
|
4 |
+
var v = "1.7";
|
5 |
+
|
6 |
+
if (window.jQuery === undefined || window.jQuery.fn.jquery < v) {
|
7 |
+
var done = false;
|
8 |
+
var script = document.createElement('script');
|
9 |
+
script.src = "//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js";
|
10 |
+
script.onload = script.onreadystatechange = function(){
|
11 |
+
if (!done && (!this.readyState || this.readyState == "loaded" || this.readyState == "complete")) {
|
12 |
+
done = true;
|
13 |
+
ipinit();
|
14 |
+
}
|
15 |
+
};
|
16 |
+
document.getElementsByTagName('head')[0].appendChild(script);
|
17 |
+
} else {
|
18 |
+
ipinit();
|
19 |
+
}
|
20 |
+
|
21 |
+
function ipinit() {
|
22 |
+
(window.ipinit = function() {
|
23 |
+
if (jQuery('#ipinframe').length == 0) {
|
24 |
+
jQuery('body').css('overflow', 'hidden')
|
25 |
+
.append("\
|
26 |
+
<div id='ipinframe'>\
|
27 |
+
<div id='ipinframebg'><p>Loading...</p></div>\
|
28 |
+
<div id='ipinheader'><p id='ipinclose'>X</p><p id='ipinlogo'>" + ipinsite + "</p></div>\
|
29 |
+
<div id='ipinimages'></div>\
|
30 |
+
<style type='text/css'>\
|
31 |
+
#ipinframebg {background: #f2f2f2; display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 2147483646;}\
|
32 |
+
#ipinframebg p {background: #999; border-radius: 8px; color: white; font: normal normal bold 16px\/16px Helvetica, Arial, sans-serif; margin: -2em auto 0 -9.5em; padding: 12px; position: absolute; top: 50%; left: 50%; text-align: center; width: 15em;}\
|
33 |
+
#ipinframe #ipinheader {background: white; border-bottom: 1px solid #d4d4d4; border-top: 3px solid #2f2f2f; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); color: white; height: 40px; margin: 0; padding: 0; position: fixed; top: 0; left: 0; text-align: center; width: 100%; z-index: 2147483647;}\
|
34 |
+
#ipinframe #ipinheader #ipinlogo {color: black; font: normal normal bold 20px\/20px Helvetica, Arial, sans-serif; margin: 0; padding: 12px 15px 13px 20px;}\
|
35 |
+
#ipinframe #ipinheader #ipinclose {background: #f33; color: white; cursor: pointer; float: right; font: normal normal bold 16px\/16px Helvetica, Arial, sans-serif; margin: 0; padding: 12px 15px 13px 20px;}\
|
36 |
+
#ipinimages {position: fixed; top: 60px; left: 0; width: 100%; height: 94%; overflow-x: auto; overflow-y: scroll; text-align: center; z-index: 2147483647;}\
|
37 |
+
#ipinimages .ipinimgwrapper {border: 1px solid #aaa; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); cursor: pointer; display: inline-block; height: 200px; margin: 15px; overflow: hidden; position: relative; width: 200px;}\
|
38 |
+
#ipinimages .ipinbutton {background: rgba(0, 0, 0, 0.5); border-radius: 8px; color: white; font: normal normal bold 36px/36px Helvetica, Arial, sans-serif; padding: 8px 16px; display: none; margin-left: -24px; margin-top: -24px; position: absolute; top: 50%; left:50%;}\
|
39 |
+
#ipinimages .ipindimension {background: rgba(255, 255, 255, 0.9); font: normal normal normal 12px/12px Helvetica, Arial, sans-serif; padding: 3px 0; position: absolute; right: 0; bottom: 0; left: 0;}\
|
40 |
+
#ipinimages img {width: 100%; height: auto;}\
|
41 |
+
</style>\
|
42 |
+
</div>");
|
43 |
+
|
44 |
+
jQuery('#ipinframebg').fadeIn(200);
|
45 |
+
|
46 |
+
var imgarr = [];
|
47 |
+
var videoflag = '0';
|
48 |
+
var documentURL = document.URL;
|
49 |
+
|
50 |
+
if (documentURL.indexOf('youtube.com/watch') != -1) {
|
51 |
+
video_id = document.URL.match('[\\?&]v=([^&#]*)');
|
52 |
+
imgsrc = 'http://img.youtube.com/vi/' + video_id[1] + '/0.jpg';
|
53 |
+
imgarr.unshift([imgsrc,480,360]);
|
54 |
+
videoflag = '1';
|
55 |
+
display_thumbnails(imgarr, videoflag);
|
56 |
+
jQuery('#movie_player').css('visibility','hidden');
|
57 |
+
} else if (documentURL.match(/vimeo.com\/(\d+)($|\/)/)) {
|
58 |
+
video_id = documentURL.split('/')[3];
|
59 |
+
|
60 |
+
jQuery.getJSON('http://www.vimeo.com/api/v2/video/' + video_id + '.json?callback=?', {format: "json"}, function(data) {
|
61 |
+
imgsrc = data[0].thumbnail_large;
|
62 |
+
imgarr.unshift([imgsrc,640,360]);
|
63 |
+
videoflag = '1';
|
64 |
+
display_thumbnails(imgarr, videoflag);
|
65 |
+
});
|
66 |
+
} else {
|
67 |
+
jQuery('img').each(function() {
|
68 |
+
var imgsrc = jQuery(this).prop('src');
|
69 |
+
|
70 |
+
var imgwidth = this.naturalWidth;
|
71 |
+
if (!imgwidth) {
|
72 |
+
imgwidth = jQuery(this).width();
|
73 |
+
}
|
74 |
+
|
75 |
+
var imgheight = this.naturalHeight;
|
76 |
+
if (!imgheight) {
|
77 |
+
imgheight = jQuery(this).height();
|
78 |
+
}
|
79 |
+
|
80 |
+
if (imgsrc && imgwidth >= 125) {
|
81 |
+
imgarr.unshift([imgsrc,imgwidth,imgheight]);
|
82 |
+
}
|
83 |
+
});
|
84 |
+
|
85 |
+
display_thumbnails(imgarr, videoflag);
|
86 |
+
}
|
87 |
+
}
|
88 |
+
|
89 |
+
jQuery('#ipinheader').on('click', '#ipinclose', function() {
|
90 |
+
if (documentURL.indexOf('youtube.com/watch') != -1) {
|
91 |
+
jQuery('#movie_player').css('visibility','visible');
|
92 |
+
}
|
93 |
+
jQuery('body').css('overflow', 'visible');
|
94 |
+
jQuery('#ipinframe').fadeOut(200, function() {
|
95 |
+
jQuery(this).remove();
|
96 |
+
});
|
97 |
+
});
|
98 |
+
|
99 |
+
jQuery('#ipinimages').on('click', '.ipinimgwrapper', function() {
|
100 |
+
window.open(jQuery(this).data('href'), "ipinwindow", "width=400,height=760,left=0,top=0,resizable=1,scrollbars=1");
|
101 |
+
if (documentURL.indexOf('youtube.com/watch') != -1) {
|
102 |
+
jQuery('#movie_player').css('visibility','visible');
|
103 |
+
}
|
104 |
+
jQuery('body').css('overflow', 'visible');
|
105 |
+
jQuery('#ipinframe').remove();
|
106 |
+
});
|
107 |
+
|
108 |
+
jQuery('#ipinimages').on('mouseover', '.ipinimgwrapper', function() {
|
109 |
+
jQuery(this).find('.ipinbutton').show();
|
110 |
+
}).on('mouseout', '.ipinimgwrapper', function() {
|
111 |
+
jQuery(this).find('.ipinbutton').hide();
|
112 |
+
});
|
113 |
+
|
114 |
+
jQuery(document).keyup(function(e) {
|
115 |
+
if (e.keyCode == 27) {
|
116 |
+
if (documentURL.indexOf('youtube.com/watch') != -1) {
|
117 |
+
jQuery('#movie_player').css('visibility','visible');
|
118 |
+
}
|
119 |
+
jQuery('body').css('overflow', 'visible');
|
120 |
+
jQuery('#ipinframe').fadeOut(200, function() {
|
121 |
+
jQuery(this).remove();
|
122 |
+
});
|
123 |
+
}
|
124 |
+
});
|
125 |
+
})();
|
126 |
+
}
|
127 |
+
|
128 |
+
function display_thumbnails(imgarr, videoflag) {
|
129 |
+
if (!imgarr.length) {
|
130 |
+
jQuery('#ipinframebg').html('<p>Sorry, unable to find any pinnable items on this page.</p>');
|
131 |
+
} else {
|
132 |
+
imgarr.sort(function(a,b)
|
133 |
+
{
|
134 |
+
if (a[1] == b[1]) return 0;
|
135 |
+
return a[1] > b[1] ? -1 : 1;
|
136 |
+
});
|
137 |
+
|
138 |
+
var imgstr = '';
|
139 |
+
for (var i = 0; i < imgarr.length; i++) {
|
140 |
+
if (videoflag == '0') {
|
141 |
+
imgstr += '<div class="ipinimgwrapper" data-href="' + ipinsiteurl + 'pins-settings/?m=bm&imgsrc=' + encodeURIComponent(imgarr[i][0].replace('http','')) + '&source=' + encodeURIComponent(document.URL.replace('http','')) + '&title=' + encodeURIComponent(document.getElementsByTagName('title')[0].innerHTML) + '&video=' + videoflag + '"><div class="ipinbutton">+</div><div class="ipindimension">' + parseInt(imgarr[i][1],10) + ' x ' + parseInt(imgarr[i][2],10) + '</div><img src="' + imgarr[i][0] + '" /></div>';
|
142 |
+
} else {
|
143 |
+
imgstr += '<div class="ipinimgwrapper" data-href="' + ipinsiteurl + 'pins-settings/?m=bm&imgsrc=' + encodeURIComponent(imgarr[i][0].replace('http','')) + '&source=' + encodeURIComponent(document.URL.replace('http','')) + '&title=' + encodeURIComponent(document.getElementsByTagName('title')[0].innerHTML) + '&video=' + videoflag + '"><div class="ipinbutton">+</div><div class="ipindimension"> Video </div><img src="' + imgarr[i][0] + '" /></div>';
|
144 |
+
}
|
145 |
+
}
|
146 |
+
jQuery('#ipinframebg p').fadeOut(200);
|
147 |
+
jQuery('#ipinimages').css('height',jQuery(window).height()-jQuery('#ipinheader').height()-20)
|
148 |
+
.html(imgstr + "<div style='height:40px;clear:both;'><br /></div>");
|
149 |
+
if ((navigator.appVersion.indexOf('Chrome/') != -1 || navigator.appVersion.indexOf('Safari/')) && videoflag != '1') {
|
150 |
+
jQuery('#ipinimages .ipinimgwrapper').css('float','left');
|
151 |
+
}
|
152 |
+
}
|
153 |
+
}
|
154 |
+
})();
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: sociable
|
|
4 |
Tags: sociable, social bookmarking, social bookmarks, social icons, bookmarking, share, sharing, be sociable share, share and enjoy, digg, delicious, twitter, facebook, blinklist, stumbleupon, gmail, posterous, tumblr
|
5 |
Requires at least: 2.6
|
6 |
Tested up to: 3.3.1
|
7 |
-
Stable tag: 4.3.
|
8 |
|
9 |
Congrats for joining the leader in the sharing space of WordPress plugins. "Sociable" is totally FREE, has over 1,7 million downloads and now you can enjoy Fueto and make your searches more Sociable.
|
10 |
|
@@ -59,7 +59,7 @@ Sociable finds its home outside of the WordPress environment on Blogplay.com-
|
|
59 |
|
60 |
|
61 |
|
62 |
-
*** Sociable 4.3.
|
63 |
|
64 |
= Recent Updates =
|
65 |
|
@@ -153,6 +153,11 @@ Please send us an email to sociableblogplay [ at ] gmail.com
|
|
153 |
|
154 |
== Changelog ==
|
155 |
|
|
|
|
|
|
|
|
|
|
|
156 |
= 4.3.3 =
|
157 |
|
158 |
* Forced update by WordPress.org Plugin Team - Remove admin advertising that now links to a malware site.
|
4 |
Tags: sociable, social bookmarking, social bookmarks, social icons, bookmarking, share, sharing, be sociable share, share and enjoy, digg, delicious, twitter, facebook, blinklist, stumbleupon, gmail, posterous, tumblr
|
5 |
Requires at least: 2.6
|
6 |
Tested up to: 3.3.1
|
7 |
+
Stable tag: 4.3.4
|
8 |
|
9 |
Congrats for joining the leader in the sharing space of WordPress plugins. "Sociable" is totally FREE, has over 1,7 million downloads and now you can enjoy Fueto and make your searches more Sociable.
|
10 |
|
59 |
|
60 |
|
61 |
|
62 |
+
*** Sociable 4.3.4 ***
|
63 |
|
64 |
= Recent Updates =
|
65 |
|
153 |
|
154 |
== Changelog ==
|
155 |
|
156 |
+
= 4.3.4 =
|
157 |
+
|
158 |
+
* Bugs Fixed.
|
159 |
+
* Vuible.com added
|
160 |
+
|
161 |
= 4.3.3 =
|
162 |
|
163 |
* Forced update by WordPress.org Plugin Team - Remove admin advertising that now links to a malware site.
|
sociable.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Sociable
|
4 |
Plugin URI: http://blogplay.com/plugin
|
5 |
Description: Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
|
6 |
-
Version: 4.3.
|
7 |
Author: Blogplay
|
8 |
Author URI: http://blogplay.com/
|
9 |
Copyright 2006 Peter Harkins (ph@malaprop.org)
|
@@ -261,6 +261,8 @@ function sociable_init(){
|
|
261 |
|
262 |
|
263 |
wp_enqueue_script( 'sociable' , SOCIABLE_HTTP_PATH . 'js/sociable.js' );
|
|
|
|
|
264 |
|
265 |
|
266 |
|
@@ -652,7 +654,7 @@ function sociable_reset(){
|
|
652 |
|
653 |
|
654 |
|
655 |
-
|
656 |
|
657 |
|
658 |
|
@@ -696,7 +698,7 @@ function sociable_reset(){
|
|
696 |
|
697 |
|
698 |
|
699 |
-
|
700 |
|
701 |
|
702 |
|
@@ -744,7 +746,9 @@ function sociable_reset(){
|
|
744 |
|
745 |
|
746 |
|
747 |
-
'StumbleUpon Counter' =>'on'
|
|
|
|
|
748 |
|
749 |
|
750 |
|
@@ -1834,7 +1838,27 @@ function sociable_reset(){
|
|
1834 |
|
1835 |
),
|
1836 |
|
1837 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1838 |
|
1839 |
|
1840 |
|
3 |
Plugin Name: Sociable
|
4 |
Plugin URI: http://blogplay.com/plugin
|
5 |
Description: Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
|
6 |
+
Version: 4.3.4
|
7 |
Author: Blogplay
|
8 |
Author URI: http://blogplay.com/
|
9 |
Copyright 2006 Peter Harkins (ph@malaprop.org)
|
261 |
|
262 |
|
263 |
wp_enqueue_script( 'sociable' , SOCIABLE_HTTP_PATH . 'js/sociable.js' );
|
264 |
+
|
265 |
+
wp_enqueue_script( 'vuible' , SOCIABLE_HTTP_PATH . 'js/vuible.js' );
|
266 |
|
267 |
|
268 |
|
654 |
|
655 |
|
656 |
|
657 |
+
'vuible' =>'on',
|
658 |
|
659 |
|
660 |
|
698 |
|
699 |
|
700 |
|
701 |
+
|
702 |
|
703 |
|
704 |
|
746 |
|
747 |
|
748 |
|
749 |
+
'StumbleUpon Counter' =>'on',
|
750 |
+
|
751 |
+
'vuible Counter' =>'on'
|
752 |
|
753 |
|
754 |
|
1838 |
|
1839 |
),
|
1840 |
|
1841 |
+
'vuible' => array(
|
1842 |
+
'favicon' => 'vuible.png',
|
1843 |
+
'url' => 'http://vuible.com/pins-settings/?m=bm&imgsrc=SOURCE&source=PERMALINK&title=TITLE&video=0',
|
1844 |
+
'spriteCoordinates' => Array(
|
1845 |
+
'16' => array("-112px","-16px"),
|
1846 |
+
'32' => array("-224px","-32px"),
|
1847 |
+
'48' => array("-336px","-48px"),
|
1848 |
+
'64' => array("-448px","-64px")
|
1849 |
+
)
|
1850 |
+
),
|
1851 |
+
'vuible Counter' => array(
|
1852 |
+
'counter' =>1,
|
1853 |
+
'favicon' => 'vuible.png',
|
1854 |
+
'url' => '<script src="http://www.stumbleupon.com/hostedbadge.php?s=2&r=PERMALINKCOUNT"></script>',
|
1855 |
+
'spriteCoordinates' => Array(
|
1856 |
+
'16' => array("-112px","-16px"),
|
1857 |
+
'32' => array("-224px","-32px"),
|
1858 |
+
'48' => array("-336px","-48px"),
|
1859 |
+
'64' => array("-448px","-64px")
|
1860 |
+
)
|
1861 |
+
),
|
1862 |
|
1863 |
|
1864 |
|