Skip to content

Commit

Permalink
Testing LinkedIn share button
Browse files Browse the repository at this point in the history
  • Loading branch information
Keanro committed Aug 21, 2024
1 parent 9d77cbe commit 0a62d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/share.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</li>
<li class="share__item">
<a class="share__link share__linkedin"
href="https://www.linkedin.com/shareArticle?mini=true&url={{ site.url }}{{ site.baseurl }}{{ page.url }}&title={{ page.title | uri_escape }}&summary={{ page.description | uri_escape }}&source={{ site.title | uri_escape }}"
href="https://www.linkedin.com/shareArticle?mini=true&url={{ site.url }}{{ page.url }}&title={{ page.title | uri_escape }}&summary={{ page.description | uri_escape }}&source={{ site.title | uri_escape }}"
onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
title="Share on LinkedIn" rel="nofollow"><i class="ion ion-logo-linkedin"></i></a>
</li>
Expand Down

0 comments on commit 0a62d29

Please sign in to comment.