Integrate the free Legal AI certification on your bar association website. Members train directly from your page, with your branding.
Copy this code and paste it on any HTML page of your website:
<!-- Lexiel Academia: Certificacion IA Legal -->
<div id="lexiel-academia-embed"></div>
<script>
(function() {
var d = document.getElementById('lexiel-academia-embed');
if (!d) return;
var iframe = document.createElement('iframe');
iframe.src = 'https://lexiel.ai/en/academia/cursos/certificacion-ia-legal?embed=true';
iframe.style.width = '100%';
iframe.style.minHeight = '600px';
iframe.style.border = 'none';
iframe.style.borderRadius = '12px';
iframe.allow = 'clipboard-write';
d.appendChild(iframe);
})();
</script>Replace TU_COLEGIO with your association short name and URL_DE_TU_LOGO with your logo URL:
<!-- Lexiel Academia: con co-branding -->
<div id="lexiel-academia-embed"></div>
<script>
(function() {
var d = document.getElementById('lexiel-academia-embed');
if (!d) return;
var iframe = document.createElement('iframe');
iframe.src = 'https://lexiel.ai/en/academia/cursos/certificacion-ia-legal?embed=true&partner=TU_COLEGIO&logo=URL_DE_TU_LOGO';
iframe.style.width = '100%';
iframe.style.minHeight = '600px';
iframe.style.border = 'none';
iframe.style.borderRadius = '12px';
iframe.allow = 'clipboard-write';
d.appendChild(iframe);
})();
</script>Need help with integration or want a custom design?
Contact us