This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

zingtree

Description

Learn more about Zingtree

Zingtree is a toolkit that lets you embed interactive decision trees into any web page. It’s useful for helping people find answers in a simple Q&A format. Your end-users are prompted with questions and then click answer buttons to navigate through an interactive decision tree you build. You can start building trees now at Zingtree.com for free.

To embed a Zingtree into your web page, enter a short code like this:

[zingtree id="148196706"]

or as a button which triggers a pop-up tree:

[zingtree display="popup" id="148196706"]

or to display in “panels” style and add persistent buttons to the bottom of each page:

[zingtree id="148196706" style="panels" persist_names="Restart|Submit Ticket" persist_node_ids="1|5"]

Including a real-time History:

[zingtree id="148196706" show_history="yes"]

Hiding the name of the tree:

[zingtree id="148196706" hide_title="yes"]

Hiding the back button:

[zingtree id="148196706" hide_back_button="yes"]

Adding a 400 msec Fade transition effect:

[zingtree id="148196706" transition="fade" speed="400"]

Adding a 1000 msec Slide transition effect:

[zingtree id="148196706" transition="slide" speed="1000"]

The parameters:

  • id – The Tree ID which you want to embed.
  • style – The style used to display the tree. Can be “buttons” or “panels”. Buttons is the default if not specified. (optional)
  • show_history – Set this to “yes” to include a real-time history display (optional).
  • show_breadcrumbs – Set this to “yes” to include a contextual “breadcrumbs” display (optional).
  • persist_names – Names of persistent buttons on each page (optional)
  • persist_node_ids – The Node #s of persistent buttons on each page (optional).
  • hide_title – Set this to “yes” to not display the name of the tree (optional).
  • hide_back_button – Set this to “yes” to not display the Back button (optional).
  • transition – Set a special effect for moving from node to node. Can be “fade” or “slide” (optional).
  • speed – For transition effects, set the speed of the effect in milliseconds. 400 is default. (optional).
  • disable_scroll – Disables the automatic scrolling that occurs when embedding trees into web pages. Defaults to “yes” (optional).
  • other_parameters – Add other Publishing URL parameters to the code thatlaunches your tree. See the Zingtree FAQ for details. (optional)

  • display – Set to “embed” or “popup”. Embed embeds the tree into your page. Popup makes a button which when clicked opens the tree in a popup over your page. Default is embed (optional).

  • button_color – If in Popup mode, this is the color of the button in hex. (I.e. “#FF0000”). Defaults to blue. (optional)
  • button_text_color – If in Popup mode, sets the color of the button text in hex. Defaults to white. (optional)
  • button_text – Sets the text that appears in the button. (optional)

Installation

  1. Install and activate the plugin on the Plugins page
  2. Add shortcode [zingtree name="My Tree" id="148196706" ] to the page or the post content. Substitute for the name and ID of your tree.

Reviews

September 3, 2017
I raised a support query over 2 years ago. Okay, nothing is broke but it asked some questions about use and some suggested improvements. Even if they didn't want to take make the changes, some acknowledgement would have been nice. But there's been nothing. So, nothing suggests to me that if I use this plugin and it breaks, they will offer any support. However, right now, it does work and works well, hence the star rating. However, right now, although I'm experimenting with it I'm nervous to use this in a live setup, for the above reasons. I'm hoping the developers will respond to this and put my mind at ease.
August 5, 2017
It's a breeze using the Zingtree web site to create decision trees, and this plug-in to publish them. Trees can be launched as pop-ups via a button click, or just embedded into any post. Couldn't be easier.
Read all 3 reviews

Contributors & Developers

“zingtree” is open source software. The following people have contributed to this plugin.

Contributors

Translate “zingtree” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

6.1

Added other_parameters, disable_scroll, scroll_parent_to_top options

5.0

Added show_history, show_breadcrumbs options

4.0

Added options for pop-up decision tree display

3.1

  • Uses esc_html instead of wp_specialchars

2.1

  • Added hide_title, hide_back_button options
  • Uses latest tree rendering engine

2.0.0

  • Added support for Panels style

1.0.0

  • Initial release