Lucep Widget Integration
Add the official Lucep callback widget to your site. Give your visitors the power of instant response and increase your website conversion by 70%.
How to Install
1
Create a Lucep Account
Sign up for a Lucep account and configure your sales team.
2
Configure Team Key
Note your unique Team Name or Domain key from the Lucep dashboard.
3
Embed the Script
Copy the specific widget snippet and paste it into the footer template of your website.
Widget Snippet
<script type="text/javascript">
window.$gorilla ||
((window._gorilla = {
no_ui: false,
load_ui: "https://cdn.lucep.com/js/CornerWidgetUI.stable.latest.min.js",
mobile: false,
cdn: "https://cdn.lucep.com/",
domain: "YOUR_TEAM_NAME",
id: 1,
lang: "eng",
}) &&
(function (l, u, c, e, p) {
var g = document.createElement(e);
g.src = l;
g.onload = u;
document.getElementsByTagName(c)[p].appendChild(g);
})("https://cdn.lucep.com/js/L.SalesGorilla.stable.latest.min.js", null, "head", "script", 0));
</script>
Note: Replace
YOUR_TEAM_NAME with your actual team name from Lucep Settings. This will automatically load the widget on your site.