This question has been flagged
1 Reply
3293 Views

Hello,

i want to embed in website a horde-framework-calendar from my mail-provider.

The snippet to embed is:

<div id="kronolithCal"></div><script src="https://webmail.your-server.de/services/ajax.php/kronolith/embed?token=QptY1-qyTot_E2pqyfxoiTU&calendar=internal_Of0ezeehb-HAwBYy1eeyNEX&container=kronolithCal&view=Month" type="text/javascript"></script>

How to embed this?

Thx.

Joe


Avatar
Discard
Best Answer

Hi Axel,

For external snippet embed in odoo website, you can use iframe:

https://stackoverflow.com/questions/42346566/embed-html-code-inside-odoo-form

There is one app that is used to embed external snippet just try: 

https://apps.odoo.com/apps/modules/9.0/website_embed/

https://apps.openerp.com/apps/modules/10.0/website_event_snippet_calendar/

https://apps.openerp.com/apps/modules/9.0/website_iframe_snippet/

Hope it will useful for you..

Avatar
Discard