diff --git a/_includes/post-sharing.html b/_includes/post-sharing.html
index 7285c39..c241ea5 100644
--- a/_includes/post-sharing.html
+++ b/_includes/post-sharing.html
@@ -6,6 +6,7 @@
{{ site.data.locales[site.lang].post.share }}
{% capture title %}{{ page.title }} - {{ site.title }}{% endcapture %}
+ {% assign title = title | uri_escape %}
{% assign url = page.url | absolute_url | url_encode %}
{% for share in site.data.share.platforms %}