diff --git a/docs/features.rst b/docs/features.rst index 107ec36..553c524 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -201,3 +201,51 @@ To add the blog Sitemap, add the following code to the project ``urls.py``:: } }), ) + + +************* +Social shares +************* + +``djangocms_blog`` integrates well with options for social shares. One of the many options available is Shariff_ which was developed by a popular German computer magazine. + +.. _Shariff: https://github.com/heiseonline/shariff + +To allow readers to share articles on Facebook, Twitter, LinkedIn or just mail them, simply add share buttons to your ``post_detail.html`` template just before ````. + +If you decide to use Shariff this just requires a simple ``