Blog Social Share Buttons Module

Display social share buttons below the blog post content.

On this page

Modulegithub.com/hbstack/blog/modules/social-share-buttons
Repository⭐ Please consider giving a star if your like it.
Stars
Version
Used by
Requirements
License
UsageSee how to use modules.

Parameters

params.toml

1[hb]
2  [hb.blog]
3    [hb.blog.social_share_buttons]
4      alignment = 'start'
5      icons = true
6      labels = true
7      media = ['twitter', 'facebook']

params.yaml

1hb:
2  blog:
3    social_share_buttons:
4      alignment: start
5      icons: true
6      labels: true
7      media:
8      - twitter
9      - facebook

params.json

 1{
 2   "hb": {
 3      "blog": {
 4         "social_share_buttons": {
 5            "alignment": "start",
 6            "icons": true,
 7            "labels": true,
 8            "media": [
 9               "twitter",
10               "facebook"
11            ]
12         }
13      }
14   }
15}

Learn more about the parameters.