WP Manifestindependent plugin directory
manifest / integrations / umich-altmetric

University of Michigan: Altmetric

Display Altmetric data using a Wordpress shortcode

by U-M: Digital · github.com/umdigital/umich-altmetric · website

2stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/umdigital/umich-altmetric/archive/refs/heads/master.zip

Readme

UMich Altmetric Data

Display Altmetric data using a Wordpress shortcode or block.

You will need to generate an API URL in Altmetric Explorer. (Export Search Results -> Open Results in API) Please see Altmetric's support page for additional help: https://help.altmetric.com/support/solutions/articles/6000241368-introduction-to-the-explorer-api

Shortcode

[altmetric url="{MY_URL_HERE}" limit="25" donut-size="small" template="default"]

OR

[altmetric limit="25" donut-size="small" template="default"]{MY_URL_HERE}[/altmetric]

Shortcode options

Option Values Default
url string
limit number 25
donut-size small, medium medium
template string default

Read the full README on GitHub →