social-share-button 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
data/Changelogs.md
CHANGED
@@ -14,13 +14,13 @@ window.SocialShareButton =
|
|
14
14
|
when "twitter"
|
15
15
|
SocialShareButton.openUrl("https://twitter.com/home?status=#{title}: #{url}")
|
16
16
|
when "douban"
|
17
|
-
SocialShareButton.openUrl("http://www.douban.com/recommend/?url=#{url}&title=#{title}&
|
17
|
+
SocialShareButton.openUrl("http://www.douban.com/recommend/?url=#{url}&title=#{title}&image=#{img}")
|
18
18
|
when "facebook"
|
19
19
|
SocialShareButton.openUrl("http://www.facebook.com/sharer.php?t=#{title}&u=#{url}")
|
20
20
|
when "qq"
|
21
|
-
SocialShareButton.openUrl("http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=#{url}&title=#{title}")
|
21
|
+
SocialShareButton.openUrl("http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=#{url}&title=#{title}&pics=#{img}")
|
22
22
|
when "tqq"
|
23
|
-
SocialShareButton.openUrl("http://share.v.t.qq.com/index.php?c=share&a=index&url=#{url}&title=#{title}")
|
23
|
+
SocialShareButton.openUrl("http://share.v.t.qq.com/index.php?c=share&a=index&url=#{url}&title=#{title}&pic=#{img}")
|
24
24
|
when "baidu"
|
25
25
|
SocialShareButton.openUrl("http://apps.hi.baidu.com/share/?url=#{url}&title=#{title}&content=")
|
26
26
|
when "kaixin001"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: social-share-button
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-08-
|
12
|
+
date: 2012-08-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|