Requirements of nearly every website ask us to incorporate links for sharing content on social media. There are tools out there which generates these links for us. But what if we want to generate them automatically on our websites?

In this short article I will provide you with Twitter, Facebook, LinkedIn and Google+ share urls enhanced by Kentico macros which you can place in your template and let them generate automatically.
https://twitter.com/home?status={% UrlEncode(CurrentDocument.DocumentName)#%}%20{% UrlEncode(CurrentDocument.AbsoluteUrl)#%}
http://www.facebook.com/sharer/sharer.php?u={% CurrentDocument.AbsoluteURL #%}
https://www.linkedin.com/shareArticle?mini=true&url={% CurrentDocument.AbsoluteURL #%}&title={% UrlEncode(CurrentDocument.Name)#%}&summary=&source=
https://plus.google.com/share?url={% CurrentDocument.AbsoluteURL #%}Further reading
all postsSync form submissions with Integration bus in Kentico Xperience 13
In this post, I will provide a code snippet and tips on how to synchronize new form submissions with an external system via its REST API using the Integration Bus in Kentico Xperie…
- Front-end & JavaScript
Table of contents in Javascript
In this post, I will provide you with a javascript code sample that transforms headings in a page into a structured table of contents with anchor links.
- Front-end & JavaScript
Why I don't use Bootstrap or any other complex UI framework
In the past, I have developed quite a few sites using Bootstrap. After a while, I came to a decision not to use it because I saw a lot of problems related to slicing sites using Bo…