Version Description
Download this release
Release Info
Developer | micropat |
Plugin | AddToAny Share Buttons |
Version | 0.9.9.9.5 |
Comparing to | |
See all releases |
Code changes from version 0.9.9.9.4 to 0.9.9.9.5
- README.txt +17 -4
- add-to-any.php +2 -2
- icons/dailyme.png +0 -0
- icons/expression.png +0 -0
- icons/google_buzz.png +0 -0
- icons/mindbodygreen.png +0 -0
- icons/mixx.png +0 -0
- icons/msdn.png +0 -0
- icons/shoutwire.png +0 -0
- icons/technet.png +0 -0
- languages/add-to-any-ar.mo +0 -0
- languages/add-to-any-ar.po +21 -20
- services.php +5 -33
README.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== AddToAny: Share/Bookmark/Email Buttons ===
|
2 |
Contributors: micropat
|
3 |
-
Tags: sharing, share, sharethis, bookmarking, social, social bookmarking, social bookmarks, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, email, e-mail, seo, button, delicious, google buzz, buzz, google, digg, reddit, facebook, facebook like, like, myspace, twitter, tweet, +1, plus 1, google plus one, plus one, messenger, stumbleupon, technorati, addthis, sexybookmarks, sociable, sharedaddy, icon, icons, wpmu, addtoany
|
4 |
Requires at least: 2.8
|
5 |
-
Tested up to: 3.
|
6 |
-
Stable tag: 0.9.9.9.
|
7 |
|
8 |
Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, Google, StumbleUpon, Digg and many more.
|
9 |
|
@@ -25,7 +25,7 @@ Standalone **share icons** let you optimize your blog posts for specific social
|
|
25 |
* Includes all <a href="http://www.addtoany.com/services/">services</a>
|
26 |
* Google Analytics integration (<a href="http://www.addtoany.com/ext/google_analytics/">access guide</a>)
|
27 |
* WordPress optimized with asynchronous script loading
|
28 |
-
* Localized in English, Chinese, Spanish,
|
29 |
* Easily customizable for beginners or advanced users, and highly extensible for developers and designers
|
30 |
* Many more publisher and user features!
|
31 |
|
@@ -209,6 +209,19 @@ Upload the plugin directory (including all files and directories within) to the
|
|
209 |
|
210 |
== Changelog ==
|
211 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
212 |
= .9.9.9.4 =
|
213 |
* Fix Google +1 Button (Google changed the URL)
|
214 |
* Fix Irish translation filename
|
1 |
=== AddToAny: Share/Bookmark/Email Buttons ===
|
2 |
Contributors: micropat
|
3 |
+
Tags: sharing, share, sharethis, bookmarking, social, social bookmarking, social bookmarks, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, email, e-mail, seo, button, delicious, google buzz, buzz, google, digg, reddit, facebook, facebook like, like, myspace, twitter, tweet, +1, plus 1, google plus, google plus one, plus one, messenger, stumbleupon, technorati, addthis, sexybookmarks, sociable, sharedaddy, icon, icons, wpmu, addtoany
|
4 |
Requires at least: 2.8
|
5 |
+
Tested up to: 3.3
|
6 |
+
Stable tag: 0.9.9.9.5
|
7 |
|
8 |
Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, Google, StumbleUpon, Digg and many more.
|
9 |
|
25 |
* Includes all <a href="http://www.addtoany.com/services/">services</a>
|
26 |
* Google Analytics integration (<a href="http://www.addtoany.com/ext/google_analytics/">access guide</a>)
|
27 |
* WordPress optimized with asynchronous script loading
|
28 |
+
* Localized in English, Chinese, Spanish, Arabic, French, Portuguese, Japanese, Italian, Dutch, Danish, Catalan, Persian, Russian, Turkish, Albanian, Romanian, Belarusian, Greek, Irish
|
29 |
* Easily customizable for beginners or advanced users, and highly extensible for developers and designers
|
30 |
* Many more publisher and user features!
|
31 |
|
209 |
|
210 |
== Changelog ==
|
211 |
|
212 |
+
= .9.9.9.5 =
|
213 |
+
* Add Google+ as standalone service (endpoint is an external +1 button until Google+ offers a traditional sharing endpoint)
|
214 |
+
* Fix Vodpod casing
|
215 |
+
* Remove DailyMe
|
216 |
+
* Remove Expression
|
217 |
+
* Remove Google Buzz
|
218 |
+
* Remove MSDN
|
219 |
+
* Remove MindBodyGreen
|
220 |
+
* Remove Mixx
|
221 |
+
* Remove Shoutwire
|
222 |
+
* Remove TechNet
|
223 |
+
* Update Arabic translation
|
224 |
+
|
225 |
= .9.9.9.4 =
|
226 |
* Fix Google +1 Button (Google changed the URL)
|
227 |
* Fix Irish translation filename
|
add-to-any.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: AddToAny: Share/Bookmark/Email Buttons
|
4 |
Plugin URI: http://www.addtoany.com/
|
5 |
Description: Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, Google, StumbleUpon, Digg and many more. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
|
6 |
-
Version: .9.9.9.
|
7 |
Author: AddToAny
|
8 |
Author URI: http://www.addtoany.com/
|
9 |
*/
|
@@ -740,7 +740,7 @@ function A2A_SHARE_SAVE_unschedule_cache() {
|
|
740 |
OPTIONS
|
741 |
******************************/
|
742 |
|
743 |
-
|
744 |
function A2A_SHARE_SAVE_migrate_options() {
|
745 |
|
746 |
$options = array(
|
3 |
Plugin Name: AddToAny: Share/Bookmark/Email Buttons
|
4 |
Plugin URI: http://www.addtoany.com/
|
5 |
Description: Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, Google, StumbleUpon, Digg and many more. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
|
6 |
+
Version: .9.9.9.5
|
7 |
Author: AddToAny
|
8 |
Author URI: http://www.addtoany.com/
|
9 |
*/
|
740 |
OPTIONS
|
741 |
******************************/
|
742 |
|
743 |
+
|
744 |
function A2A_SHARE_SAVE_migrate_options() {
|
745 |
|
746 |
$options = array(
|
icons/dailyme.png
DELETED
Binary file
|
icons/expression.png
DELETED
Binary file
|
icons/google_buzz.png
DELETED
Binary file
|
icons/mindbodygreen.png
DELETED
Binary file
|
icons/mixx.png
DELETED
Binary file
|
icons/msdn.png
DELETED
Binary file
|
icons/shoutwire.png
DELETED
Binary file
|
icons/technet.png
DELETED
Binary file
|
languages/add-to-any-ar.mo
CHANGED
Binary file
|
languages/add-to-any-ar.po
CHANGED
@@ -4,13 +4,15 @@ msgstr ""
|
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2011-02-23 20:39-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator:
|
8 |
-
"Language-Team:
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
"X-Poedit-Basepath: ../\n"
|
|
|
|
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
#: add-to-any.php:322
|
@@ -47,7 +49,7 @@ msgstr "أبحث عن خدمة"
|
|
47 |
|
48 |
#: add-to-any.php:330
|
49 |
msgid "Instantly find any service to add to"
|
50 |
-
msgstr ""
|
51 |
|
52 |
#: add-to-any.php:331
|
53 |
msgid "Powered by"
|
@@ -88,7 +90,7 @@ msgstr "تصميمك يحتاج لتعديلز لتعديل تصميمك, أست
|
|
88 |
#: add-to-any.php:520
|
89 |
#, php-format
|
90 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
91 |
-
msgstr ""
|
92 |
|
93 |
#: add-to-any.php:654
|
94 |
#: add-to-any.php:778
|
@@ -105,15 +107,15 @@ msgstr "تم حفظ الأعدادات"
|
|
105 |
|
106 |
#: add-to-any.php:688
|
107 |
msgid "bottom"
|
108 |
-
msgstr ""
|
109 |
|
110 |
#: add-to-any.php:692
|
111 |
msgid "top"
|
112 |
-
msgstr ""
|
113 |
|
114 |
#: add-to-any.php:696
|
115 |
msgid "top & bottom"
|
116 |
-
msgstr ""
|
117 |
|
118 |
#: add-to-any.php:727
|
119 |
msgid "AddToAny: Share/Save "
|
@@ -150,27 +152,27 @@ msgid "Placement"
|
|
150 |
msgstr "مكان العرض"
|
151 |
|
152 |
#: add-to-any.php:832
|
153 |
-
#,
|
154 |
msgid "Display at the %s of posts"
|
155 |
msgstr "عرض زر نشر/حفظ في اخر تدويناتك"
|
156 |
|
157 |
#: add-to-any.php:839
|
158 |
#, php-format
|
159 |
msgid "Display at the %s of post excerpts"
|
160 |
-
msgstr ""
|
161 |
|
162 |
#: add-to-any.php:846
|
163 |
-
#,
|
164 |
msgid "Display at the %s of posts on the front page"
|
165 |
-
msgstr "عرض زر نشر/حفظ في
|
166 |
|
167 |
#: add-to-any.php:854
|
168 |
-
#,
|
169 |
msgid "Display at the %s of posts in the feed"
|
170 |
msgstr "عرض زر نشر/حفظ في اخر تدويناتك بالخلاصات"
|
171 |
|
172 |
#: add-to-any.php:858
|
173 |
-
#,
|
174 |
msgid "Display at the %s of pages"
|
175 |
msgstr "عرض زر نشر/حفظ في أخر الصفحات"
|
176 |
|
@@ -227,21 +229,20 @@ msgid "<strong>Note</strong>: If you're adding new code, be careful not to accid
|
|
227 |
msgstr "<strong>ملحوظة</strong>: إذا أضفت اكواد جديدة, كن حزر حتى لا تمسح اكواد قديمة.</label>"
|
228 |
|
229 |
#: add-to-any.php:917
|
230 |
-
#, fuzzy
|
231 |
msgid "Advanced Options"
|
232 |
-
msgstr "خيارات خاصة"
|
233 |
|
234 |
#: add-to-any.php:922
|
235 |
msgid "Use CSS stylesheet"
|
236 |
-
msgstr ""
|
237 |
|
238 |
#: add-to-any.php:927
|
239 |
msgid "Cache AddToAny locally with daily cache updates"
|
240 |
-
msgstr ""
|
241 |
|
242 |
#: add-to-any.php:931
|
243 |
msgid "Only consider for sites with frequently returning visitors. Since many visitors will have AddToAny cached in their browser already, serving AddToAny locally from your site will be slower for those visitors. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
|
244 |
-
msgstr ""
|
245 |
|
246 |
#: add-to-any.php:938
|
247 |
msgid "Save Changes"
|
@@ -249,11 +250,11 @@ msgstr "حفظ التغيرات"
|
|
249 |
|
250 |
#: add-to-any.php:939
|
251 |
msgid "Are you sure you want to delete all AddToAny options?"
|
252 |
-
msgstr ""
|
253 |
|
254 |
#: add-to-any.php:939
|
255 |
msgid "Reset"
|
256 |
-
msgstr ""
|
257 |
|
258 |
#: add-to-any.php:944
|
259 |
msgid "Like this plugin?"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2011-02-23 20:39-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: yaser mohammed ahmed <fubu_sss_05@hotmail.com>\n"
|
8 |
+
"Language-Team: Englize.com - Yaser Maadan <yaser@englize.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
+
"X-Poedit-Language: Arabic\n"
|
15 |
+
"X-Poedit-Country: UNITED ARAB EMIRATES\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
#: add-to-any.php:322
|
49 |
|
50 |
#: add-to-any.php:330
|
51 |
msgid "Instantly find any service to add to"
|
52 |
+
msgstr "البحث الفوري عن اي خدمة لإضافتها الى"
|
53 |
|
54 |
#: add-to-any.php:331
|
55 |
msgid "Powered by"
|
90 |
#: add-to-any.php:520
|
91 |
#, php-format
|
92 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
93 |
+
msgstr "لا يمكن إنشاء مجلد %s. هل الكجلد الرئيسي قابل للكتابة في السيرفر؟"
|
94 |
|
95 |
#: add-to-any.php:654
|
96 |
#: add-to-any.php:778
|
107 |
|
108 |
#: add-to-any.php:688
|
109 |
msgid "bottom"
|
110 |
+
msgstr "الأسفل"
|
111 |
|
112 |
#: add-to-any.php:692
|
113 |
msgid "top"
|
114 |
+
msgstr "الأعلى"
|
115 |
|
116 |
#: add-to-any.php:696
|
117 |
msgid "top & bottom"
|
118 |
+
msgstr "الأعلى & الأسفل"
|
119 |
|
120 |
#: add-to-any.php:727
|
121 |
msgid "AddToAny: Share/Save "
|
152 |
msgstr "مكان العرض"
|
153 |
|
154 |
#: add-to-any.php:832
|
155 |
+
#, php-format
|
156 |
msgid "Display at the %s of posts"
|
157 |
msgstr "عرض زر نشر/حفظ في اخر تدويناتك"
|
158 |
|
159 |
#: add-to-any.php:839
|
160 |
#, php-format
|
161 |
msgid "Display at the %s of post excerpts"
|
162 |
+
msgstr "عرض زر نشر/حفظ في اخر المقتطفات"
|
163 |
|
164 |
#: add-to-any.php:846
|
165 |
+
#, php-format
|
166 |
msgid "Display at the %s of posts on the front page"
|
167 |
+
msgstr "عرض زر نشر/حفظ في الصفحة الرئيسية"
|
168 |
|
169 |
#: add-to-any.php:854
|
170 |
+
#, php-format
|
171 |
msgid "Display at the %s of posts in the feed"
|
172 |
msgstr "عرض زر نشر/حفظ في اخر تدويناتك بالخلاصات"
|
173 |
|
174 |
#: add-to-any.php:858
|
175 |
+
#, php-format
|
176 |
msgid "Display at the %s of pages"
|
177 |
msgstr "عرض زر نشر/حفظ في أخر الصفحات"
|
178 |
|
229 |
msgstr "<strong>ملحوظة</strong>: إذا أضفت اكواد جديدة, كن حزر حتى لا تمسح اكواد قديمة.</label>"
|
230 |
|
231 |
#: add-to-any.php:917
|
|
|
232 |
msgid "Advanced Options"
|
233 |
+
msgstr "خيارات خاصة "
|
234 |
|
235 |
#: add-to-any.php:922
|
236 |
msgid "Use CSS stylesheet"
|
237 |
+
msgstr "استخدام استايل CSS"
|
238 |
|
239 |
#: add-to-any.php:927
|
240 |
msgid "Cache AddToAny locally with daily cache updates"
|
241 |
+
msgstr "حفظ AddToAny بشكل داخلي مع تحديث للمحفوظات بشكل يومي."
|
242 |
|
243 |
#: add-to-any.php:931
|
244 |
msgid "Only consider for sites with frequently returning visitors. Since many visitors will have AddToAny cached in their browser already, serving AddToAny locally from your site will be slower for those visitors. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
|
245 |
+
msgstr "إن الكثير من الزوار سوف يكون لديهم AddToAny مخزنة بشكل تلقائي في متصفحاتهم، تشغيل هذه الإضافة بشكل محلي من موقعك قد يبطئ عرضها لهؤلاء الزوار. كن متأكداً تأكد من ضبط ترويسات (الكاش) للصور في مجلد <code>uploads/addtoany</code>."
|
246 |
|
247 |
#: add-to-any.php:938
|
248 |
msgid "Save Changes"
|
250 |
|
251 |
#: add-to-any.php:939
|
252 |
msgid "Are you sure you want to delete all AddToAny options?"
|
253 |
+
msgstr "هل أنت متأكد من حذف جميع خيارات الإضافة؟"
|
254 |
|
255 |
#: add-to-any.php:939
|
256 |
msgid "Reset"
|
257 |
+
msgstr "مسح"
|
258 |
|
259 |
#: add-to-any.php:944
|
260 |
msgid "Like this plugin?"
|
services.php
CHANGED
@@ -104,10 +104,6 @@ $A2A_SHARE_SAVE_services = Array(
|
|
104 |
"name" => "DZone",
|
105 |
"icon" => "dzone",
|
106 |
),
|
107 |
-
"dailyme" => Array(
|
108 |
-
"name" => "DailyMe",
|
109 |
-
"icon" => "dailyme",
|
110 |
-
),
|
111 |
"delicious" => Array(
|
112 |
"name" => "Delicious",
|
113 |
"icon" => "delicious",
|
@@ -140,10 +136,6 @@ $A2A_SHARE_SAVE_services = Array(
|
|
140 |
"name" => "Evernote",
|
141 |
"icon" => "evernote",
|
142 |
),
|
143 |
-
"expression" => Array(
|
144 |
-
"name" => "Expression",
|
145 |
-
"icon" => "expression",
|
146 |
-
),
|
147 |
"facebook" => Array(
|
148 |
"name" => "Facebook",
|
149 |
"icon" => "facebook",
|
@@ -180,10 +172,6 @@ $A2A_SHARE_SAVE_services = Array(
|
|
180 |
"name" => "Google Bookmarks",
|
181 |
"icon" => "google",
|
182 |
),
|
183 |
-
"google_buzz" => Array(
|
184 |
-
"name" => "Google Buzz",
|
185 |
-
"icon" => "google_buzz",
|
186 |
-
),
|
187 |
"google_gmail" => Array(
|
188 |
"name" => "Google Gmail",
|
189 |
"icon" => "gmail",
|
@@ -192,6 +180,10 @@ $A2A_SHARE_SAVE_services = Array(
|
|
192 |
"name" => "Google Reader",
|
193 |
"icon" => "reader",
|
194 |
),
|
|
|
|
|
|
|
|
|
195 |
"grono" => Array(
|
196 |
"name" => "Grono",
|
197 |
"icon" => "grono",
|
@@ -268,10 +260,6 @@ $A2A_SHARE_SAVE_services = Array(
|
|
268 |
"name" => "LiveJournal",
|
269 |
"icon" => "livejournal",
|
270 |
),
|
271 |
-
"msdn" => Array(
|
272 |
-
"name" => "MSDN",
|
273 |
-
"icon" => "msdn",
|
274 |
-
),
|
275 |
"maple" => Array(
|
276 |
"name" => "Maple",
|
277 |
"icon" => "maple",
|
@@ -284,18 +272,10 @@ $A2A_SHARE_SAVE_services = Array(
|
|
284 |
"name" => "Messenger",
|
285 |
"icon" => "live",
|
286 |
),
|
287 |
-
"mindbodygreen" => Array(
|
288 |
-
"name" => "MindBodyGreen",
|
289 |
-
"icon" => "mindbodygreen",
|
290 |
-
),
|
291 |
"mister_wong" => Array(
|
292 |
"name" => "Mister-Wong",
|
293 |
"icon" => "mister-wong",
|
294 |
),
|
295 |
-
"mixx" => Array(
|
296 |
-
"name" => "Mixx",
|
297 |
-
"icon" => "mixx",
|
298 |
-
),
|
299 |
"mozillaca" => Array(
|
300 |
"name" => "Mozillaca",
|
301 |
"icon" => "mozillaca",
|
@@ -405,10 +385,6 @@ $A2A_SHARE_SAVE_services = Array(
|
|
405 |
"name" => "Segnalo",
|
406 |
"icon" => "segnalo",
|
407 |
),
|
408 |
-
"shoutwire" => Array(
|
409 |
-
"name" => "Shoutwire",
|
410 |
-
"icon" => "shoutwire",
|
411 |
-
),
|
412 |
"simpy" => Array(
|
413 |
"name" => "Simpy",
|
414 |
"icon" => "simpy",
|
@@ -477,10 +453,6 @@ $A2A_SHARE_SAVE_services = Array(
|
|
477 |
"name" => "Tailrank",
|
478 |
"icon" => "tailrank",
|
479 |
),
|
480 |
-
"technet" => Array(
|
481 |
-
"name" => "TechNet",
|
482 |
-
"icon" => "technet",
|
483 |
-
),
|
484 |
"technorati_favorites" => Array(
|
485 |
"name" => "Technorati Favorites",
|
486 |
"icon" => "technorati",
|
@@ -522,7 +494,7 @@ $A2A_SHARE_SAVE_services = Array(
|
|
522 |
"icon" => "vk",
|
523 |
),
|
524 |
"vodpod" => Array(
|
525 |
-
"name" => "
|
526 |
"icon" => "vodpod",
|
527 |
),
|
528 |
"webnews" => Array(
|
104 |
"name" => "DZone",
|
105 |
"icon" => "dzone",
|
106 |
),
|
|
|
|
|
|
|
|
|
107 |
"delicious" => Array(
|
108 |
"name" => "Delicious",
|
109 |
"icon" => "delicious",
|
136 |
"name" => "Evernote",
|
137 |
"icon" => "evernote",
|
138 |
),
|
|
|
|
|
|
|
|
|
139 |
"facebook" => Array(
|
140 |
"name" => "Facebook",
|
141 |
"icon" => "facebook",
|
172 |
"name" => "Google Bookmarks",
|
173 |
"icon" => "google",
|
174 |
),
|
|
|
|
|
|
|
|
|
175 |
"google_gmail" => Array(
|
176 |
"name" => "Google Gmail",
|
177 |
"icon" => "gmail",
|
180 |
"name" => "Google Reader",
|
181 |
"icon" => "reader",
|
182 |
),
|
183 |
+
"google_plus" => Array(
|
184 |
+
"name" => "Google+",
|
185 |
+
"icon" => "google",
|
186 |
+
),
|
187 |
"grono" => Array(
|
188 |
"name" => "Grono",
|
189 |
"icon" => "grono",
|
260 |
"name" => "LiveJournal",
|
261 |
"icon" => "livejournal",
|
262 |
),
|
|
|
|
|
|
|
|
|
263 |
"maple" => Array(
|
264 |
"name" => "Maple",
|
265 |
"icon" => "maple",
|
272 |
"name" => "Messenger",
|
273 |
"icon" => "live",
|
274 |
),
|
|
|
|
|
|
|
|
|
275 |
"mister_wong" => Array(
|
276 |
"name" => "Mister-Wong",
|
277 |
"icon" => "mister-wong",
|
278 |
),
|
|
|
|
|
|
|
|
|
279 |
"mozillaca" => Array(
|
280 |
"name" => "Mozillaca",
|
281 |
"icon" => "mozillaca",
|
385 |
"name" => "Segnalo",
|
386 |
"icon" => "segnalo",
|
387 |
),
|
|
|
|
|
|
|
|
|
388 |
"simpy" => Array(
|
389 |
"name" => "Simpy",
|
390 |
"icon" => "simpy",
|
453 |
"name" => "Tailrank",
|
454 |
"icon" => "tailrank",
|
455 |
),
|
|
|
|
|
|
|
|
|
456 |
"technorati_favorites" => Array(
|
457 |
"name" => "Technorati Favorites",
|
458 |
"icon" => "technorati",
|
494 |
"icon" => "vk",
|
495 |
),
|
496 |
"vodpod" => Array(
|
497 |
+
"name" => "Vodpod",
|
498 |
"icon" => "vodpod",
|
499 |
),
|
500 |
"webnews" => Array(
|