@@ -39,14 +39,14 @@ If you want place plugin via fast CDN (special thanks to [jsDelivr](http://www.j
39
39
40
40
``` html
41
41
<!-- Latest 3.2.x goodshare.js minify version from jsDelivr CDN -->
42
- <script src =" https://cdn.jsdelivr.net/jquery.goodshare.js/3.2.6 /goodshare.min.js" ></script >
42
+ <script src =" https://cdn.jsdelivr.net/jquery.goodshare.js/3.2.7 /goodshare.min.js" ></script >
43
43
```
44
44
45
45
For more speed and profit, use «all in one» solution from [ jsDelivr] ( http://www.jsdelivr.com ) CDN:
46
46
47
47
``` html
48
48
<!-- jQuery 1.11.3 minify version and latest 3.2.x goodshare.js minify version from jsDelivr CDN -->
49
- <script src =" https://cdn.jsdelivr.net/g/jquery@1.11.3,jquery.goodshare.js@3.2.6 " ></script >
49
+ <script src =" https://cdn.jsdelivr.net/g/jquery@1.11.3,jquery.goodshare.js@3.2.7 " ></script >
50
50
```
51
51
52
52
## List of supported social networks and microblogs
@@ -75,6 +75,8 @@ For more speed and profit, use «all in one» solution from [jsDelivr](http://ww
75
75
* ` ra ` [ Readability] ( http://www.readability.com )
76
76
* ` xi ` [ Xing] ( http://www.xing.com )
77
77
* ` wp ` [ WordPress] ( http://www.wordpress.com )
78
+ * ` rr ` [ Renren] ( http://www.renren.com )
79
+ * ` wb ` [ Weibo] ( http://www.weibo.com )
78
80
79
81
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!
80
82
@@ -215,7 +217,7 @@ Save and upload to your server.
215
217
216
218
This example shows one of decoration options with all supported social networks.
217
219
218
- ![ goodshare.js usage example github] ( http://goodshare.ru/assets/images/goodshare-usage-example-github-ver9 .png )
220
+ ![ goodshare.js usage example github] ( http://goodshare.ru/assets/images/goodshare-usage-example-github-ver10 .png )
219
221
220
222
``` html
221
223
<!DOCTYPE html>
@@ -254,6 +256,8 @@ This example shows one of decoration options with all supported social networks.
254
256
a [data-type = " vi" ] {background : #8f5db7 ;}
255
257
a [data-type = " wa" ] {background : #43d854 ;}
256
258
a [data-type = " ln" ] {background : #00c300 ;}
259
+ a [data-type = " rr" ] {background : #53a9d7 ;}
260
+ a [data-type = " wb" ] {background : #c53220 ;}
257
261
</style >
258
262
</head >
259
263
<body >
@@ -285,6 +289,8 @@ This example shows one of decoration options with all supported social networks.
285
289
<a href =" #" class =" goodshare" data-type =" ra" >Readability</a >
286
290
<a href =" #" class =" goodshare" data-type =" xi" >Xing <span data-counter =" xi" ></span ></a >
287
291
<a href =" #" class =" goodshare" data-type =" wp" >WordPress</a >
292
+ <a href =" #" class =" goodshare" data-type =" rr" >Renren</a >
293
+ <a href =" #" class =" goodshare" data-type =" wb" >Weibo</a >
288
294
</div >
289
295
<div >
290
296
<h2 >For iOS/Android mobile devices</h2 >
@@ -295,7 +301,7 @@ This example shows one of decoration options with all supported social networks.
295
301
</div >
296
302
<p >See goodshare.js on GitHub: <a href =" https://github.com/enjoyiacm/goodshare.js" target =" _blank" >https://github.com/enjoyiacm/goodshare.js</a ></p >.
297
303
<!-- jQuery 1.11.3 minify version and latest 3.2.x goodshare.js minify version from jsDelivr CDN -->
298
- <script src =" https://cdn.jsdelivr.net/g/jquery@1.11.3,jquery.goodshare.js@3.2.6 " ></script >
304
+ <script src =" https://cdn.jsdelivr.net/g/jquery@1.11.3,jquery.goodshare.js@3.2.7 " ></script >
299
305
</body >
300
306
</html >
301
307
```
0 commit comments