WP Manifestindependent plugin directory
manifest / content / wpdtrt-conversation

DTRT Conversation archived

Shortcode to author a conversation between two people.

by Dan Smith · github.com/dotherightthing/wpdtrt-conversation · website

0stars
13release downloads
≈10active sites
0forks

Install

The author publishes release zips, so WP-CLI can install straight from GitHub:

wp plugin install https://github.com/dotherightthing/wpdtrt-conversation/releases/download/1.0.1/release.zip

Readme

DTRT Conversation

Shortcode to author a conversation between two people.

Setup and Maintenance

Please read DTRT WordPress Plugin Boilerplate: Workflows.

WordPress Installation

Please read the WordPress readme.txt.

WordPress Usage

Styling

Core CSS properties may be overwritten by changing the variable values in your theme stylesheet.

See scss/variables/_css.scss.

Shortcode

Please use the provided shortcodes to embed a conversation:

<!-- within the editor -->
[wpdtrt_conversation_shortcode]
[wpdtrt_conversation_exchange_shortcode questioner="Chingis" questioner_country="Mongolia" question="Sain uu?" respondent="John" respondent_country="New Zealand" response="Hi"]
[/wpdtrt_conversation_shortcode]

// in a PHP template, as a template tag
<?php echo do_shortcode( '[wpdtrt_conversation_shortcode][wpdtrt_conversation_exchange_shortcode questioner="Chingis" questioner_country="Mongolia" question="Sain uu?" respondent="John" respondent_country="New Zealand" response="Hi"][/wpdtrt_conversation_shortcode]' ); ?>

Options

  1. questioner="Questioner's name"
  2. questioner_country="Mongolia" - only Mongolia and New Zealand flag icons are currently supported
  3. question="Sain uu?"
  4. respondent="Respondent's name"
  5. respondent_country="New Zealand" - only Mongolia and New Zealand flag icons are currently supported
  6. response="Hello"

Dependencies

None.

Demo pages

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
1.0.1 Aug 6, 2021 release.zip 7
1.0.0 Aug 5, 2021 release.zip 6

Active-site estimate ≈10 comes from the median of recent superseded releases. Method.