WP Manifestindependent plugin directory
manifest / integrations / wordpress-orcid

ORCID

WordPress plugin for ORCID integration - display researcher identifiers on posts, pages, and comments with real-time API validation

by Roy Boverhof · github.com/latinvm/wordpress-orcid · website

8stars
3forks

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/latinvm/wordpress-orcid/archive/refs/heads/master.zip

From the readme

ORCID WordPress Plugin A WordPress plugin that displays ORCID (Open Researcher and Contributor ID) identifiers in comments and posts. Description This plugin allows WordPress users to add their ORCID to their profile, which can then be displayed on posts and pages. Commenters can also optionally enter their ORCID in the comment form. Requirements - WordPress 5.0 or higher - PHP 7.4 or higher Features - Add ORCID field to user profiles - Display author ORCID on posts and pages - Optional ORCID field in comment forms - Real-time ORCID validation via the ORCID public API - Auto-approve comments from verified ORCID holders - Customizable display position (top/bottom of content) - Display ORCID numbers or author names - Shortcode support for flexible placement - Template functions for theme integration - Internationalization ready Installation 1. Upload the orcid folder to /wp-content/plugins/ 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Configure settings under Settings → ORCID for WordPress Settings The plugin adds a Settings page accessible via Settings → ORCID for WordPress. Available options: - Automatically add ORCID to: Choose to display ORCIDs on

Read the full README on GitHub →