You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## List of supported social networks and microblogs
@@ -71,6 +71,7 @@ For more speed and profit, use «all in one» solution from [jsDelivr](http://ww
71
71
*`ip`[Instapaper](http://www.instapaper.com)
72
72
*`ra`[Readability](http://www.readability.com)
73
73
*`xi`[Xing](http://www.xing.com)
74
+
*`wp`[WordPress](http://www.wordpress.com)
74
75
75
76
If you don't see your social network, please [let us know](https://github.com/enjoyiacm/goodshare.js#developer) and we'll try to add it!
76
77
@@ -173,7 +174,7 @@ Value of ``data-counter`` attribute, see in this list of supported social networ
173
174
*`mr`[Мой Мир@Mail.Ru](http://my.mail.ru)
174
175
*`gp`[Google Plus](http://plus.google.ru)
175
176
*`li`[LinkedIn](http://linkedin.com)
176
-
*`tw`[Twitter](http://twitter.com)
177
+
*~~`tw`[Twitter](http://twitter.com)~~
177
178
*`tm`[tumblr](http://tumblr.com)
178
179
*`pt`[Pinterest](http://pinterest.com)
179
180
*`rd`[Reddit](http://reddit.com)
@@ -185,11 +186,13 @@ Value of ``data-counter`` attribute, see in this list of supported social networ
185
186
186
187
**Note:**``StumbleUpon``, ``Pocket`` and ``Xing`` counters use [Yahoo Query Language](https://developer.yahoo.com/yql) (YQL). It may impose some restrictions on use, associated with limit queries to Yahoo (we try to find another solution for this, if you know — [write issue to us](https://github.com/enjoyiacm/goodshare.js/issues/new)).
187
188
189
+
**Note:** After stop supporting Twitter API v1.0 (20 Nov 2015), old way to get ``Twitter`` share counter is not working. But we search way to use Twitter API 1.1 to fix it (if you know how — [write issue to us](https://github.com/enjoyiacm/goodshare.js/issues/new)).
190
+
188
191
## Usage example
189
192
190
193
This example shows one of decoration options with all supported social networks.
191
194
192
-

195
+

193
196
194
197
```html
195
198
<!DOCTYPE html>
@@ -222,6 +225,7 @@ This example shows one of decoration options with all supported social networks.
222
225
a[data-type="ip"] {background: #428bca;}
223
226
a[data-type="ra"] {background: #990000;}
224
227
a[data-type="xi"] {background: #cfdc00;}
228
+
a[data-type="wp"] {background: #0087be;}
225
229
a[data-type="tg"] {background: #0088cc;}
226
230
a[data-type="vi"] {background: #8f5db7;}
227
231
a[data-type="wa"] {background: #43d854;}
@@ -239,7 +243,7 @@ This example shows one of decoration options with all supported social networks.
0 commit comments