The social sharing on post footer have some URL issues.
If I use {{ post.url}} instead of your {{ page.url}}, it is not working. I want to manually add my home URL with {{ page.url}} in sharing code.
Like http://myhomepage{{ page.url}}
Now my code look like,
<a class="icon-twitter" href="http://twitter.com/share?text={{page.title}}&url=http://sarathlal.com{{ page.url }}" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;"> <span class="hidden">Twitter</span> </a>
Even in Kasper demo, the links for social sharing are broken.
The social sharing on post footer have some URL issues.
If I use {{ post.url}} instead of your {{ page.url}}, it is not working. I want to manually add my home URL with {{ page.url}} in sharing code.
Like
http://myhomepage{{ page.url}}Now my code look like,
<a class="icon-twitter" href="http://twitter.com/share?text={{page.title}}&url=http://sarathlal.com{{ page.url }}" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;"> <span class="hidden">Twitter</span> </a>Even in Kasper demo, the links for social sharing are broken.