Forum Replies Created

Viewing 1 replies (of 1 total)
  • Plugin Author ebengran

    (@ebengran)

    Hi there! Thanks for your question.

    The short answer: Sometimes.

    The long answer: It’s possible to use the plugin in the Classic Editor’s “Code” tab, but that requires your theme to support blocks and requires you to work with the code version of the Linked Open Profiles block, which can be unwieldly. If you’re prepared to do so, you may copy and paste this to the Code tab of the Classic Editor:

    <!-- wp:mesh-research/linked-open-profiles {"orcidId":"<YOUR_ORCID_ID>", "verifiedOrcidId":true } /-->

    Replace <YOUR_ORCID_ID> with a valid ORCID iD. Besides the required orcidId and verifiedOrcidId attributes, there are 59 other optional attributes that you can add to this. They can be found within block.json located in your plugin’s files at /wp-content/plugins/linked-open-profiles/src/block.json.

    We are not planning on developing further compatibility with the Classic Editor as WordPress considers it a legacy experience and does not recommend it over the modern editor.

    To make best use of the plugin, we recommend using the Block Editor with a hybrid or Full Site Editing (FSE) theme at minimum to take full advantage of the plugin’s capabilities. 

Viewing 1 replies (of 1 total)