Skip to content

Commit

Permalink
Added title to tweet, v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ozdemirburak committed Nov 18, 2016
1 parent 3916ac4 commit 1f02909
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-floating-social-share",
"version": "1.6.1",
"version": "1.6.2",
"homepage": "http://github.com/ozdemirburak/jquery-floating-social-share",
"authors": [
"Burak Ozdemir <https://github.com/ozdemirburak>"
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.floating-social-share.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-floating-social-share",
"version": "1.6.1",
"version": "1.6.2",
"description": "social media share buttons with counters",
"main": "dist/jquery-floating-social-share.min.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/jquery.floating-social-share.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"twitter": {
className: "twitter",
url:"https://twitter.com/home?status={url}"
url:"https://twitter.com/home?status={title} {url}"
},
"vk": {
className: "vk",
Expand Down

0 comments on commit 1f02909

Please sign in to comment.