author | Anthony Ly <anthonyly.com@gmail.com> |
Mon, 19 Nov 2012 18:26:13 +0100 | |
changeset 194 | 32102edaa81b |
parent 136 | bde1974c263b |
permissions | -rw-r--r-- |
136 | 1 |
<?php |
2 |
||
3 |
$A2A_SHARE_SAVE_services = Array( |
|
4 |
||
5 |
"aim" => Array( |
|
6 |
"name" => "AIM", |
|
7 |
"icon" => "aim", |
|
8 |
), |
|
9 |
"aol_mail" => Array( |
|
10 |
"name" => "AOL Mail", |
|
11 |
"icon" => "aol", |
|
12 |
), |
|
13 |
"allvoices" => Array( |
|
14 |
"name" => "Allvoices", |
|
15 |
"icon" => "allvoices", |
|
16 |
), |
|
17 |
"amazon_wish_list" => Array( |
|
18 |
"name" => "Amazon Wish List", |
|
19 |
"icon" => "amazon", |
|
20 |
), |
|
21 |
"arto" => Array( |
|
22 |
"name" => "Arto", |
|
23 |
"icon" => "arto", |
|
24 |
), |
|
25 |
"ask_com_mystuff" => Array( |
|
26 |
"name" => "Ask.com MyStuff", |
|
27 |
"icon" => "ask", |
|
28 |
), |
|
29 |
"backflip" => Array( |
|
30 |
"name" => "Backflip", |
|
31 |
"icon" => "backflip", |
|
32 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
33 |
"balatarin" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
34 |
"name" => "Balatarin", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
35 |
"icon" => "balatarin", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
36 |
), |
136 | 37 |
"bebo" => Array( |
38 |
"name" => "Bebo", |
|
39 |
"icon" => "bebo", |
|
40 |
), |
|
41 |
"bibsonomy" => Array( |
|
42 |
"name" => "BibSonomy", |
|
43 |
"icon" => "bibsonomy", |
|
44 |
), |
|
45 |
"bitty_browser" => Array( |
|
46 |
"name" => "Bitty Browser", |
|
47 |
"icon" => "bitty", |
|
48 |
), |
|
49 |
"blinklist" => Array( |
|
50 |
"name" => "Blinklist", |
|
51 |
"icon" => "blinklist", |
|
52 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
53 |
"blip" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
54 |
"name" => "Blip", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
55 |
"icon" => "blip", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
56 |
), |
136 | 57 |
"blogmarks" => Array( |
58 |
"name" => "BlogMarks", |
|
59 |
"icon" => "blogmarks", |
|
60 |
), |
|
61 |
"blogger_post" => Array( |
|
62 |
"name" => "Blogger Post", |
|
63 |
"icon" => "blogger", |
|
64 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
65 |
"browser" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
66 |
"name" => "Bookmark/Favorites", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
67 |
"icon" => "bookmark", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
68 |
"href" => "javascript:if(document.all){window.external.AddFavorite('A2A_LINKURL','A2A_LINKNAME')}else{var b=a2a_config.localize.BookmarkInstructions || 'Press Ctrl+D to bookmark this page';alert(a2a_config.localize.BookmarkInstructions)}", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
69 |
"href_js_esc" => "TRUE", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
70 |
), |
136 | 71 |
"bookmarks_fr" => Array( |
72 |
"name" => "Bookmarks.fr", |
|
73 |
"icon" => "bookmarks_fr", |
|
74 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
75 |
"box_net" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
76 |
"name" => "Box.net", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
77 |
"icon" => "box", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
78 |
), |
136 | 79 |
"buddymarks" => Array( |
80 |
"name" => "BuddyMarks", |
|
81 |
"icon" => "buddymarks", |
|
82 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
83 |
"business_exchange" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
84 |
"name" => "Business Exchange", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
85 |
"icon" => "business_exchange", |
136 | 86 |
), |
87 |
"care2_news" => Array( |
|
88 |
"name" => "Care2 News", |
|
89 |
"icon" => "care2", |
|
90 |
), |
|
91 |
"citeulike" => Array( |
|
92 |
"name" => "CiteULike", |
|
93 |
"icon" => "citeulike", |
|
94 |
), |
|
95 |
"connotea" => Array( |
|
96 |
"name" => "Connotea", |
|
97 |
"icon" => "connotea", |
|
98 |
), |
|
99 |
"current" => Array( |
|
100 |
"name" => "Current", |
|
101 |
"icon" => "current", |
|
102 |
), |
|
103 |
"dzone" => Array( |
|
104 |
"name" => "DZone", |
|
105 |
"icon" => "dzone", |
|
106 |
), |
|
107 |
"delicious" => Array( |
|
108 |
"name" => "Delicious", |
|
109 |
"icon" => "delicious", |
|
110 |
), |
|
111 |
"design_float" => Array( |
|
112 |
"name" => "Design Float", |
|
113 |
"icon" => "designfloat", |
|
114 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
115 |
"diary_ru" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
116 |
"name" => "Diary.Ru", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
117 |
"icon" => "diary_ru", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
118 |
), |
136 | 119 |
"digg" => Array( |
120 |
"name" => "Digg", |
|
121 |
"icon" => "digg", |
|
122 |
), |
|
123 |
"diglog" => Array( |
|
124 |
"name" => "Diglog", |
|
125 |
"icon" => "diglog", |
|
126 |
), |
|
127 |
"diigo" => Array( |
|
128 |
"name" => "Diigo", |
|
129 |
"icon" => "diigo", |
|
130 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
131 |
"email" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
132 |
"name" => "Email", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
133 |
"icon" => "email", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
134 |
), |
136 | 135 |
"evernote" => Array( |
136 |
"name" => "Evernote", |
|
137 |
"icon" => "evernote", |
|
138 |
), |
|
139 |
"facebook" => Array( |
|
140 |
"name" => "Facebook", |
|
141 |
"icon" => "facebook", |
|
142 |
), |
|
143 |
"fark" => Array( |
|
144 |
"name" => "Fark", |
|
145 |
"icon" => "fark", |
|
146 |
), |
|
147 |
"faves" => Array( |
|
148 |
"name" => "Faves", |
|
149 |
"icon" => "faves", |
|
150 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
151 |
"favoriten" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
152 |
"name" => "Favoriten", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
153 |
"icon" => "favoriten", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
154 |
), |
136 | 155 |
"folkd" => Array( |
156 |
"name" => "Folkd", |
|
157 |
"icon" => "folkd", |
|
158 |
), |
|
159 |
"friendfeed" => Array( |
|
160 |
"name" => "FriendFeed", |
|
161 |
"icon" => "friendfeed", |
|
162 |
), |
|
163 |
"funp" => Array( |
|
164 |
"name" => "FunP", |
|
165 |
"icon" => "funp", |
|
166 |
), |
|
167 |
"gabbr" => Array( |
|
168 |
"name" => "Gabbr", |
|
169 |
"icon" => "gabbr", |
|
170 |
), |
|
171 |
"google_bookmarks" => Array( |
|
172 |
"name" => "Google Bookmarks", |
|
173 |
"icon" => "google", |
|
174 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
175 |
"google_gmail" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
176 |
"name" => "Google Gmail", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
177 |
"icon" => "gmail", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
178 |
), |
136 | 179 |
"google_reader" => Array( |
180 |
"name" => "Google Reader", |
|
181 |
"icon" => "reader", |
|
182 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
183 |
"google_plus" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
184 |
"name" => "Google+", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
185 |
"icon" => "google_plus", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
186 |
), |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
187 |
"grono" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
188 |
"name" => "Grono", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
189 |
"icon" => "grono", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
190 |
), |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
191 |
"hatena" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
192 |
"name" => "Hatena", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
193 |
"icon" => "hatena", |
136 | 194 |
), |
195 |
"hellotxt" => Array( |
|
196 |
"name" => "HelloTxt", |
|
197 |
"icon" => "hellotxt", |
|
198 |
), |
|
199 |
"hemidemi" => Array( |
|
200 |
"name" => "Hemidemi", |
|
201 |
"icon" => "hemidemi", |
|
202 |
), |
|
203 |
"hotmail" => Array( |
|
204 |
"name" => "Hotmail", |
|
205 |
"icon" => "live", |
|
206 |
), |
|
207 |
"hugg" => Array( |
|
208 |
"name" => "Hugg", |
|
209 |
"icon" => "hugg", |
|
210 |
), |
|
211 |
"hyves" => Array( |
|
212 |
"name" => "Hyves", |
|
213 |
"icon" => "hyves", |
|
214 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
215 |
"iwiw" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
216 |
"name" => "IWIW", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
217 |
"icon" => "iwiw", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
218 |
), |
136 | 219 |
"identi_ca" => Array( |
220 |
"name" => "Identi.ca", |
|
221 |
"icon" => "identica", |
|
222 |
), |
|
223 |
"imera_brazil" => Array( |
|
224 |
"name" => "Imera Brazil", |
|
225 |
"icon" => "imera", |
|
226 |
), |
|
227 |
"instapaper" => Array( |
|
228 |
"name" => "Instapaper", |
|
229 |
"icon" => "instapaper", |
|
230 |
), |
|
231 |
"jamespot" => Array( |
|
232 |
"name" => "Jamespot", |
|
233 |
"icon" => "jamespot", |
|
234 |
), |
|
235 |
"jumptags" => Array( |
|
236 |
"name" => "Jumptags", |
|
237 |
"icon" => "jumptags", |
|
238 |
), |
|
239 |
"khabbr" => Array( |
|
240 |
"name" => "Khabbr", |
|
241 |
"icon" => "khabbr", |
|
242 |
), |
|
243 |
"kledy" => Array( |
|
244 |
"name" => "Kledy", |
|
245 |
"icon" => "kledy", |
|
246 |
), |
|
247 |
"linkagogo" => Array( |
|
248 |
"name" => "LinkaGoGo", |
|
249 |
"icon" => "linkagogo", |
|
250 |
), |
|
251 |
"linkatopia" => Array( |
|
252 |
"name" => "Linkatopia", |
|
253 |
"icon" => "linkatopia", |
|
254 |
), |
|
255 |
"linkedin" => Array( |
|
256 |
"name" => "LinkedIn", |
|
257 |
"icon" => "linkedin", |
|
258 |
), |
|
259 |
"livejournal" => Array( |
|
260 |
"name" => "LiveJournal", |
|
261 |
"icon" => "livejournal", |
|
262 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
263 |
"lockerz_grab" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
264 |
"name" => "Lockerz Grab", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
265 |
"icon" => "lockerz", |
136 | 266 |
), |
267 |
"maple" => Array( |
|
268 |
"name" => "Maple", |
|
269 |
"icon" => "maple", |
|
270 |
), |
|
271 |
"meneame" => Array( |
|
272 |
"name" => "Meneame", |
|
273 |
"icon" => "meneame", |
|
274 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
275 |
"live" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
276 |
"name" => "Messenger", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
277 |
"icon" => "messenger", |
136 | 278 |
), |
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
279 |
"mister_wong" => Array( |
136 | 280 |
"name" => "Mister-Wong", |
281 |
"icon" => "mister-wong", |
|
282 |
), |
|
283 |
"mozillaca" => Array( |
|
284 |
"name" => "Mozillaca", |
|
285 |
"icon" => "mozillaca", |
|
286 |
), |
|
287 |
"multiply" => Array( |
|
288 |
"name" => "Multiply", |
|
289 |
"icon" => "multiply", |
|
290 |
), |
|
291 |
"mylinkvault" => Array( |
|
292 |
"name" => "MyLinkVault", |
|
293 |
"icon" => "mylinkvault", |
|
294 |
), |
|
295 |
"myspace" => Array( |
|
296 |
"name" => "MySpace", |
|
297 |
"icon" => "myspace", |
|
298 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
299 |
"nujij" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
300 |
"name" => "NUjij", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
301 |
"icon" => "nujij", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
302 |
), |
136 | 303 |
"netlog" => Array( |
304 |
"name" => "Netlog", |
|
305 |
"icon" => "netlog", |
|
306 |
), |
|
307 |
"netvibes_share" => Array( |
|
308 |
"name" => "Netvibes Share", |
|
309 |
"icon" => "netvibes", |
|
310 |
), |
|
311 |
"netvouz" => Array( |
|
312 |
"name" => "Netvouz", |
|
313 |
"icon" => "netvouz", |
|
314 |
), |
|
315 |
"newstrust" => Array( |
|
316 |
"name" => "NewsTrust", |
|
317 |
"icon" => "newstrust", |
|
318 |
), |
|
319 |
"newsvine" => Array( |
|
320 |
"name" => "NewsVine", |
|
321 |
"icon" => "newsvine", |
|
322 |
), |
|
323 |
"nowpublic" => Array( |
|
324 |
"name" => "NowPublic", |
|
325 |
"icon" => "nowpublic", |
|
326 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
327 |
"oknotizie" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
328 |
"name" => "Oknotizie", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
329 |
"icon" => "oknotizie", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
330 |
), |
136 | 331 |
"oneview" => Array( |
332 |
"name" => "Oneview", |
|
333 |
"icon" => "oneview", |
|
334 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
335 |
"orkut" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
336 |
"name" => "Orkut", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
337 |
"icon" => "orkut", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
338 |
), |
136 | 339 |
"phonefavs" => Array( |
340 |
"name" => "PhoneFavs", |
|
341 |
"icon" => "phonefavs", |
|
342 |
), |
|
343 |
"ping" => Array( |
|
344 |
"name" => "Ping", |
|
345 |
"icon" => "ping", |
|
346 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
347 |
"pinterest" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
348 |
"name" => "Pinterest", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
349 |
"icon" => "pinterest", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
350 |
), |
136 | 351 |
"plaxo_pulse" => Array( |
352 |
"name" => "Plaxo Pulse", |
|
353 |
"icon" => "plaxo", |
|
354 |
), |
|
355 |
"plurk" => Array( |
|
356 |
"name" => "Plurk", |
|
357 |
"icon" => "plurk", |
|
358 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
359 |
"posterous" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
360 |
"name" => "Posterous", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
361 |
"icon" => "posterous", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
362 |
), |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
363 |
"print" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
364 |
"name" => "Print", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
365 |
"icon" => "print", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
366 |
"href" => "javascript:print()", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
367 |
), |
136 | 368 |
"printfriendly" => Array( |
369 |
"name" => "PrintFriendly", |
|
370 |
"icon" => "printfriendly", |
|
371 |
), |
|
372 |
"protopage_bookmarks" => Array( |
|
373 |
"name" => "Protopage Bookmarks", |
|
374 |
"icon" => "protopage", |
|
375 |
), |
|
376 |
"pusha" => Array( |
|
377 |
"name" => "Pusha", |
|
378 |
"icon" => "pusha", |
|
379 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
380 |
"qq" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
381 |
"name" => "QQ", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
382 |
"icon" => "qq", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
383 |
), |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
384 |
"read_it_later" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
385 |
"name" => "Read It Later", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
386 |
"icon" => "read_it_later", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
387 |
), |
136 | 388 |
"reddit" => Array( |
389 |
"name" => "Reddit", |
|
390 |
"icon" => "reddit", |
|
391 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
392 |
"rediff" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
393 |
"name" => "Rediff MyPage", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
394 |
"icon" => "rediff", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
395 |
), |
136 | 396 |
"segnalo" => Array( |
397 |
"name" => "Segnalo", |
|
398 |
"icon" => "segnalo", |
|
399 |
), |
|
400 |
"simpy" => Array( |
|
401 |
"name" => "Simpy", |
|
402 |
"icon" => "simpy", |
|
403 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
404 |
"sina_weibo" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
405 |
"name" => "Sina Weibo", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
406 |
"icon" => "sina_weibo", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
407 |
), |
136 | 408 |
"sitejot" => Array( |
409 |
"name" => "SiteJot", |
|
410 |
"icon" => "sitejot", |
|
411 |
), |
|
412 |
"slashdot" => Array( |
|
413 |
"name" => "Slashdot", |
|
414 |
"icon" => "slashdot", |
|
415 |
), |
|
416 |
"smaknews" => Array( |
|
417 |
"name" => "SmakNews", |
|
418 |
"icon" => "smaknews", |
|
419 |
), |
|
420 |
"sphere" => Array( |
|
421 |
"name" => "Sphere", |
|
422 |
"icon" => "sphere", |
|
423 |
), |
|
424 |
"sphinn" => Array( |
|
425 |
"name" => "Sphinn", |
|
426 |
"icon" => "sphinn", |
|
427 |
), |
|
428 |
"spurl" => Array( |
|
429 |
"name" => "Spurl", |
|
430 |
"icon" => "spurl", |
|
431 |
), |
|
432 |
"squidoo" => Array( |
|
433 |
"name" => "Squidoo", |
|
434 |
"icon" => "squidoo", |
|
435 |
), |
|
436 |
"startaid" => Array( |
|
437 |
"name" => "StartAid", |
|
438 |
"icon" => "startaid", |
|
439 |
), |
|
440 |
"strands" => Array( |
|
441 |
"name" => "Strands", |
|
442 |
"icon" => "strands", |
|
443 |
), |
|
444 |
"stumbleupon" => Array( |
|
445 |
"name" => "StumbleUpon", |
|
446 |
"icon" => "stumbleupon", |
|
447 |
), |
|
448 |
"stumpedia" => Array( |
|
449 |
"name" => "Stumpedia", |
|
450 |
"icon" => "stumpedia", |
|
451 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
452 |
"svejo" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
453 |
"name" => "Svejo", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
454 |
"icon" => "svejo", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
455 |
), |
136 | 456 |
"symbaloo_feeds" => Array( |
457 |
"name" => "Symbaloo Feeds", |
|
458 |
"icon" => "symbaloo", |
|
459 |
), |
|
460 |
"tagza" => Array( |
|
461 |
"name" => "Tagza", |
|
462 |
"icon" => "tagza", |
|
463 |
), |
|
464 |
"tailrank" => Array( |
|
465 |
"name" => "Tailrank", |
|
466 |
"icon" => "tailrank", |
|
467 |
), |
|
468 |
"technorati_favorites" => Array( |
|
469 |
"name" => "Technorati Favorites", |
|
470 |
"icon" => "technorati", |
|
471 |
), |
|
472 |
"technotizie" => Array( |
|
473 |
"name" => "Technotizie", |
|
474 |
"icon" => "technotizie", |
|
475 |
), |
|
476 |
"tipd" => Array( |
|
477 |
"name" => "Tipd", |
|
478 |
"icon" => "tipd", |
|
479 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
480 |
"tuenti" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
481 |
"name" => "Tuenti", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
482 |
"icon" => "tuenti", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
483 |
), |
136 | 484 |
"tumblr" => Array( |
485 |
"name" => "Tumblr", |
|
486 |
"icon" => "tumblr", |
|
487 |
), |
|
488 |
"twiddla" => Array( |
|
489 |
"name" => "Twiddla", |
|
490 |
"icon" => "twiddla", |
|
491 |
), |
|
492 |
"twitter" => Array( |
|
493 |
"name" => "Twitter", |
|
494 |
"icon" => "twitter", |
|
495 |
), |
|
496 |
"typepad_post" => Array( |
|
497 |
"name" => "TypePad Post", |
|
498 |
"icon" => "typepad", |
|
499 |
), |
|
500 |
"viadeo" => Array( |
|
501 |
"name" => "Viadeo", |
|
502 |
"icon" => "viadeo", |
|
503 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
504 |
"vk" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
505 |
"name" => "Vkontakte", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
506 |
"icon" => "vk", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
507 |
), |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
508 |
"vodpod" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
509 |
"name" => "Vodpod", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
510 |
"icon" => "vodpod", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
511 |
), |
136 | 512 |
"webnews" => Array( |
513 |
"name" => "Webnews", |
|
514 |
"icon" => "webnews", |
|
515 |
), |
|
516 |
"wink" => Array( |
|
517 |
"name" => "Wink", |
|
518 |
"icon" => "wink", |
|
519 |
), |
|
520 |
"wists" => Array( |
|
521 |
"name" => "Wists", |
|
522 |
"icon" => "wists", |
|
523 |
), |
|
524 |
"wordpress" => Array( |
|
525 |
"name" => "WordPress", |
|
526 |
"icon" => "wordpress", |
|
527 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
528 |
"wykop" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
529 |
"name" => "Wykop", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
530 |
"icon" => "wykop", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
531 |
), |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
532 |
"xing" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
533 |
"name" => "XING", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
534 |
"icon" => "xing", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
535 |
), |
136 | 536 |
"xerpi" => Array( |
537 |
"name" => "Xerpi", |
|
538 |
"icon" => "xerpi", |
|
539 |
), |
|
540 |
"yahoo_bookmarks" => Array( |
|
541 |
"name" => "Yahoo Bookmarks", |
|
542 |
"icon" => "yahoo", |
|
543 |
), |
|
544 |
"yahoo_mail" => Array( |
|
545 |
"name" => "Yahoo Mail", |
|
546 |
"icon" => "yahoo", |
|
547 |
), |
|
548 |
"yahoo_messenger" => Array( |
|
549 |
"name" => "Yahoo Messenger", |
|
550 |
"icon" => "yim", |
|
551 |
), |
|
552 |
"yample" => Array( |
|
553 |
"name" => "Yample", |
|
554 |
"icon" => "yample", |
|
555 |
), |
|
556 |
"yigg" => Array( |
|
557 |
"name" => "YiGG", |
|
558 |
"icon" => "yigg", |
|
559 |
), |
|
560 |
"yoolink" => Array( |
|
561 |
"name" => "Yoolink", |
|
562 |
"icon" => "yoolink", |
|
563 |
), |
|
564 |
"youmob" => Array( |
|
565 |
"name" => "YouMob", |
|
566 |
"icon" => "youmob", |
|
567 |
), |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
568 |
"dihitt" => Array( |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
569 |
"name" => "diHITT", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
570 |
"icon" => "dihitt", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
571 |
), |
136 | 572 |
"unalog" => Array( |
573 |
"name" => "unalog", |
|
574 |
"icon" => "unalog", |
|
575 |
), |
|
576 |
||
577 |
); |