Plugin info

Total downloads: 4,299
Active installs: 200
Total reviews: 3
Average rating: 4.3
Support threads opened: 1
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 3/27/2019 (2471 days ago)
Added to WordPress: 6/12/2015 (10 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: f
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2471 days ago • Support resolved 0% • 3 reviews

12/100

Is zingtree abandoned?

Possibly abandoned (last update 2471 days ago).

Compatibility

Requires WordPress: 3.0
Tested up to: f
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

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.

Frequently Asked Questions

No FAQ available

Review feed

Zingtree
8/5/2017

Easy Decision Trees

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.
David Artiss
9/3/2017

Works but concerned about the level of support

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.

Screenshots

No screenshots available

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