Articles on: General
This article is also available in:

Can I display my tools manually using Javascript?

Yes, you can program to display Zotabox tools using below Javascript code:

window.addEventListener(‘onLoadZotabox’, function (e) {
if (your_conditions) { //Show tool with your custom conditions. Eg. category=”mobile”
Zotabox.show(toolID) //Get tool ID in its settings page URL
}
}, false)


Updated on: 14/11/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!