於博客文章下方顯示社交分享按鈕。
成為我們的資助者或贊助商,以支持我們的工作。
Module | github.com/hbstack/blog/modules/social-share-buttons |
---|---|
Repository | ⭐ Please consider giving a star if your like it. |
Stars | |
Version | |
Used by | |
Requirements | |
License | |
Usage | See how to use modules. |
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}
詳情請參閱參數。