Skip to content

Commit

Permalink
Updated icons, removed Linkedin and Twitter counters, updated Faceboo…
Browse files Browse the repository at this point in the history
…k counter - v2.4.0
  • Loading branch information
ozdemirburak committed Nov 24, 2020
1 parent e35448c commit 0d01439
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 45 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 2.4.0
- Updated icons
- Removed Twitter counter
- Removed Linkedin counter
- Fixed Facebook counter

## 2.3.0
- Viber icon

## 2.2.0
- Removed deprecated icons

## 2.1.3
- rel opener and nofollow for anchors

## 2.1.2
- Fixed Pinterest url error.

Expand All @@ -11,7 +26,7 @@
- Added `popup` option for opening links in popup or not.

## 2.0.0
- Removed Font Awesome dependency, using simple icons as the SVG source
- Removed Font Awesome dependency, using [simple icons](https://github.com/simple-icons/simple-icons) as the SVG source
- Renamed `envelope` to `mail`
- Changed button colors

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ $(".content").floatingSocialShare({
$("body").floatingSocialShare({
place: "top-left", // alternatively content-left, content-right, top-right
counter: true, // set to false for hiding the counters of buttons
twitter_counter: false, // Twitter API does not provide counters without API key, register to https://opensharecount.com/
facebook_token: null, // To show Facebook share count, obtain a token, see: https://stackoverflow.com/questions/17197970/facebook-permanent-page-access-token/43570120#43570120
buttons: [ // all of the currently available social buttons
"mail", "facebook", "linkedin", "odnoklassniki",
"pinterest", "reddit", "telegram", "tumblr", "twitter",
Expand Down
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": "2.3.0",
"version": "2.4.0",
"homepage": "http://github.com/ozdemirburak/jquery-floating-social-share",
"authors": [
"Burak Özdemir (https://ozdemirburak.com)"
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.floating-social-share.min.css

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

2 changes: 1 addition & 1 deletion dist/jquery.floating-social-share.min.js

Large diffs are not rendered by default.

24 changes: 16 additions & 8 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-floating-social-share",
"version": "2.3.0",
"version": "2.4.0",
"description": "Social media share buttons with counters.",
"main": "dist/jquery-floating-social-share.min.js",
"repository": {
Expand All @@ -16,7 +16,8 @@
"gulp-concat": "^2.6.0",
"gulp-less": "^4.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0"
"gulp-uglify": "^2.0.0",
"yargs-parser": "^20.2.4"
},
"keywords": [
"share buttons",
Expand Down
8 changes: 4 additions & 4 deletions src/jquery.floating-social-share.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@
background-color: #D14836;
}
#floatingSocialShare .facebook {
background-color: #3B5998;
background-color: #1877F2;
}
#floatingSocialShare .linkedin {
background-color: #0077B5;
}
#floatingSocialShare .odnoklassniki {
background-color: #F4731C;
background-color: #EE8208;
}
#floatingSocialShare .pinterest {
background-color: #BD081C;
Expand All @@ -116,10 +116,10 @@
background-color: #665CAC;
}
#floatingSocialShare .vk {
background-color: #6383A8;
background-color: #4680C2;
}
#floatingSocialShare .whatsapp {
background-color: #00E676;
background-color: #25D366;
}
@media only screen and (max-width: 961px) {
#floatingSocialShare {
Expand Down
Loading

0 comments on commit 0d01439

Please sign in to comment.