WP Manifestindependent plugin directory
manifest / content / remark-shortcode-plugin

Remark Shortcode Plugin

Adds a shortcode to include remarks into texts

by Alex Neverov · github.com/alnever/remark-shortcode-plugin · website

0stars
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/alnever/remark-shortcode-plugin/archive/refs/heads/master.zip

Readme

Plugin Name: Remark Shortcode Plugin Plugin Uri: https://github.com/alnever/remark-shortcode-plugin Description: Adds a shortcode to include remarks into texts Version: 1.0 Author: Alex Neverov Author URI: http://alneverov.ru

The plugin allows to include a short remarks onto pages and into posts.

v 1.0 usage

[remark author="" source="" link="" link_name=""]

[/remark]

The parameters author, source, link, and link_name are optional.

  • author - display the remark's author name;
  • sourec - display the source of the remark;
  • link - URL of the source
  • link_name - the link text on the page

The - a text shown as a remark.

v 1.1 The settings page was included. There is just one option - a custom CSS, which may be used to adopt the remark's view to the design of the site.

Read the full README on GitHub →