WPIntell

Source evidence

API documentation?

LeadBooster Chatbot by Pipedrive · support · 2020-12-11T12:37:00+00:00

neutralsentiment
lowseverity
0.32relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 23 rows with source links

17.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Loosie94 resolved
Hi, We are using this plugin on a site where we also want to trigger it with some other buttons when a user clicks on it. I can’t really find how to do this? Hope you guys can help me out. Thanks! Fixed this myself, for those who interested, this worked: jQuery(document).on('click', '.trigger-start-chat', function (e) { e.preventDefault(); if (jQuery('iframe#LeadboosterContainer').length) { jQuery('iframe#LeadboosterContainer').contents().find("button").trigger('click'); } else { alert('LeadboosterContainer not found'); } });

Comments

1 shown
Loosie94 2020-12-16T09:07:00+00:00

Fixed this myself, for those who interested, this worked: jQuery(document).on('click', '.trigger-start-chat', function (e) { e.preventDefault(); if (jQuery('iframe#LeadboosterContainer').length) { jQuery('iframe#LeadboosterContainer').contents().find("button").trigger('click'); } else { alert('LeadboosterContainer not found'); } });