Skip to content

Commit c346b53

Browse files
document AddToAny in config.example.yml
1 parent 8838185 commit c346b53

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

config/config.example.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,3 +736,22 @@ searchResults:
736736
followAuthorityMetadataValuesLimit: 5
737737

738738

739+
# Configuration of social links using AddToAny plugin
740+
addToAnyPlugin:
741+
# If you want to self-host check https://www.addtoany.com/buttons/customize/host_cache
742+
scriptUrl: "https://static.addtoany.com/menu/page.js"
743+
# This is enabled flag
744+
socialNetworksEnabled: true
745+
# Check available integrations, visit https://www.addtoany.com/buttons/for/website
746+
# 1. Click "Choose Services", select integrations, then click Done
747+
# 2. Get Button Code
748+
# 3. You will get a HTML e.g. <a class="a2a_button_facebook"></a> where "facebook" is part you want to include in list
749+
buttons:
750+
- facebook
751+
- twitter
752+
- linkedin
753+
- email
754+
- copy_link
755+
showPlusButton: true
756+
showCounters: true
757+
title: DSpace demo

0 commit comments

Comments
 (0)