Skip to content

Commit f40dbb0

Browse files
author
IACM
committed
Add Weibo and Renren share links
1 parent c471eb4 commit f40dbb0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ If you want place plugin via fast CDN (special thanks to [jsDelivr](http://www.j
3939

4040
```html
4141
<!-- 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>
4343
```
4444

4545
For more speed and profit, use «all in one» solution from [jsDelivr](http://www.jsdelivr.com) CDN:
4646

4747
```html
4848
<!-- 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>
5050
```
5151

5252
## 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
7575
* `ra` [Readability](http://www.readability.com)
7676
* `xi` [Xing](http://www.xing.com)
7777
* `wp` [WordPress](http://www.wordpress.com)
78+
* `rr` [Renren](http://www.renren.com)
79+
* `wb` [Weibo](http://www.weibo.com)
7880

7981
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!
8082

@@ -215,7 +217,7 @@ Save and upload to your server.
215217

216218
This example shows one of decoration options with all supported social networks.
217219

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)
219221

220222
```html
221223
<!DOCTYPE html>
@@ -254,6 +256,8 @@ This example shows one of decoration options with all supported social networks.
254256
a[data-type="vi"] {background: #8f5db7;}
255257
a[data-type="wa"] {background: #43d854;}
256258
a[data-type="ln"] {background: #00c300;}
259+
a[data-type="rr"] {background: #53a9d7;}
260+
a[data-type="wb"] {background: #c53220;}
257261
</style>
258262
</head>
259263
<body>
@@ -285,6 +289,8 @@ This example shows one of decoration options with all supported social networks.
285289
<a href="#" class="goodshare" data-type="ra">Readability</a>
286290
<a href="#" class="goodshare" data-type="xi">Xing <span data-counter="xi"></span></a>
287291
<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>
288294
</div>
289295
<div>
290296
<h2>For iOS/Android mobile devices</h2>
@@ -295,7 +301,7 @@ This example shows one of decoration options with all supported social networks.
295301
</div>
296302
<p>See goodshare.js on GitHub: <a href="https://github.com/enjoyiacm/goodshare.js" target="_blank">https://github.com/enjoyiacm/goodshare.js</a></p>.
297303
<!-- 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>
299305
</body>
300306
</html>
301307
```

0 commit comments

Comments
 (0)