There is some additional js code I did not paste that handles the triggering.
/* OPTIONAL - Configuration */
responseRate: 100, //Percentage of users who will receive the invitation
repromptTime: 7776000, //90 days in seconds
promptDelay: 3, //Time in seconds prompt will be delayed
The html does have some triggered events tied to the the yes and no buttons.
div id="oo_invitation_prompt">
div id="oo_close_prompt" onclick="OOo.hidePrompt()">span class="screen_reader">Close Comment CardX/div>
div id="oo_company_logo">/div>
h1>We Value Your Opinion!/h1>
p>After your website visit, would you be willing to answer a few brief questions?/p>
div id="prompt_buttons">
a href="javascript:void(0)" id="oo_launch_prompt">Yes, I would/a>
a href="javascript:void(0)" id="oo_no_thanks" onclick="OOo.hidePrompt()">No thanks/a>
a href="javascript:void(0)" id="oo_never_show" style="visibility:hidden;color:#252525;text-decoration:none;border:1px solid #cccccc;padding:5px 11px;">Don't ask again/a>
/div>
div id="oo_ol_brand">/div>
/div>
The pathtoassets is supposed to house the html css and various other js files olab uses, including the one that is now utag.#.js. I can email you all the files and instructions if you would like.
Best,
Joe