# feedback_popup - EE plugin to display feedback

              The Feedback_popup Plugin 
                 
Displays your markup data to every x number of visitors, which have 
resided on your site for an m number of minutes.

Usage:

{exp:feedback_popup}
HTML fragment, etc and/or EE tags you want feedback_popup to display when activated, here.
{/exp:feedback_popup}

There are two optional pameters that can be specified, which
override the default of every 50 visitors with a 2 minute session age.
For example, specifying this one as the opening tag:

      {exp:feedback_popup visitors="10" time="5"}
      

Hello, you are our lucky 10th visitor!

{/exp:feedback_popup} This would make feedback_popup display the markup you specify inside, to every 10th visitor, with a session age of at least 5 minutes into their browsing session, on every template that uses this tag. 3- segment tags Note, Do not use 3-segment tags on PHP 4 runtime, only the main, 2-segment. This will hopefully be resolved in a future version of this plugin. 3-segment tags for use inside the {exp:feedback_popup} {/exp:feedback_popup} {exp:feedback_popup:visitor_count} : displays the visitor count {exp:feedback_popup:visitor_time} : displays the visitor session length - other 3-segment tags {exp:feedback_popup:version} : displays the version number of the plugin. Finally, here is an example that uses all possible options. This is a good one to use for testing: {exp:feedback_popup visitors="1" time="1"} feedback_popup version {exp:feedback_popup:version} activated. You are visitor {exp:feedback_popup:visitor_count}, and your session is at least {exp:feedback_popup:visitor_time} minutes old. {/exp:feedback_popup}
Icon  Name                       Last modified      Size  Description
[DIR] Parent Directory - [   ] feedback_popup.zip 04-May-2010 02:34 4.7K [TXT] pi.feedback_popup.php.html 04-May-2010 02:30 78K