WP Manifestindependent plugin directory
manifest / integrations / wp-mendeleyplugin

Collab Mendeley Plugin

A WordPress plugin to show an always up-to-date list of scientific publications from your Mendeley account.

by Davide Parisi, Nicola Musicco · github.com/collab-uniba/wp-mendeleyplugin · website

1stars
2forks

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/collab-uniba/wp-mendeleyplugin/archive/refs/heads/master.zip

Declares an update source (https://github.com/collab-uniba/wp-mendeleyplugin), so updates arrive through the plugin's own updater.

From the readme

wp-mendeleyplugin A WordPress plugin to list an always up-to-date list of scientific publications from your Mendeley account. You can create a Mendeley account and download their client apps here: http://www.mendeley.com Installation & usage notes To install, simply clone this repository into the plugin directory of your WordPress installation. ~~~ git clone https://github.com/davideparisi/wp-mendeleyplugin ~~~ After completing installation, go to SettingsMendeley Settings to configure it. Configuration allows to set you Mendeley id and secret, request an OAUTH2 Access Token and import your authored publications. A Mendeley button will appear in WordPress editor to enter the shortcode in the form [mendeley titletag=h2 sectiontag=h3]My Publications[/mendeley] wherever you wish the list to appear.

Read the full README on GitHub →