Skip to content

Commit

Permalink
chore: add new business sharing options (#587)
Browse files Browse the repository at this point in the history
Added LinkedIn and Xing as sharing options
  • Loading branch information
itpropro committed Feb 13, 2020
1 parent 9b63d73 commit 9c7bf97
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,14 @@ sharing_options:
google_plus:
icon: "fab fa-google-plus"
url: "https://plus.google.com/share?url={{post.permalink}}"
# Asian social networks
# Business Social Networks
# linkedin:
# icon: "fab fa-linkedin"
# url: "https://www.linkedin.com/shareArticle?mini=true&url={{post.permalink}}"
# xing:
# icon: "fab fa-xing"
# url: "https://www.xing.com/spi/shares/new?url={{post.permalink}}"
# Asian social networks
# weibo:
# title: "Weibo"
# icon: "fab fa-weibo"
Expand All @@ -295,7 +302,7 @@ sharing_options:
# title: "Renren"
# icon: "fab fa-renren"
# url: "http://widget.renren.com/dialog/share?resourceUrl={{post.permalink}}"
# Russian social networks
# Russian social networks
# vk:
# title: "VK"
# icon: "fab fa-vk"
Expand Down

0 comments on commit 9c7bf97

Please sign in to comment.