I would like to have integration between DSpace 7.6 or version 8, the following is details put in altmetrics.cfg file to enable the integration :
#---------------------------------------------------------------#
#-----------IMPACT METRICS DISPLAY CONFIGURATIONS---------------#
#---------------------------------------------------------------#
# Configuration properties used by impact metrics badges #
#---------------------------------------------------------------#
# TODO: UNSUPPORTED in DSpace 7.0
# Metadata field which contains the interesting identifiers
altmetrics.field = dc.identifier.uri
#---------------------------------------------------------------#
# Configure
altmetric.com badges. #
# See
http://api.altmetric.com/embeds.html #
#---------------------------------------------------------------#
# Is the Altmetric.com badge enabled?
altmetric.enabled = true
# Possible values: donut medium-donut large-donut 1 4
altmetric.badgeType = donut
# Possible values: left right top bottom
altmetric.popover = right
# Possible values: right
altmetric.details = right
# Possible values: true
altmetric.noScore = hide
# Possible values: true
altmetric.hideNoMentions = true
# e.g. _blank
altmetric.linkTarget = _blank
If there is anything I should put to enable this integration please share.