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.zipReadme
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
questioner="Questioner's name"questioner_country="Mongolia"- onlyMongoliaandNew Zealandflag icons are currently supportedquestion="Sain uu?"respondent="Respondent's name"respondent_country="New Zealand"- onlyMongoliaandNew Zealandflag icons are currently supportedresponse="Hello"
Dependencies
None.
Demo pages
- Conversation: Don't Believe The Hype - Day 41
Read the full README on GitHub →
Releases
Active-site estimate ≈10 comes from the median of recent superseded releases. Method.