I was searching true Forum but I couldn't find tutorial about how to edit content of new php Block.
Dolphin ver. 7.3.0:
In Dashboard > Builders > Pages Builder > Hompage , when I drag Sample PHP Block to Column 1 and then try to edit the content all I can do is set the language key for the php Block.
Can you please advice how to edit the content, I'd like to insert this code ( I've tried to insert it in HTML Block but it gets striped out after saving, tried to save it directly to the DB and it didn't work as well)..., so the code which I need to enter is:
<div id="cometchat_embed_chatrooms_container" style="display:inline-block; border:1px solid #CCCCCC;"></div> <script src="/cometchat/js.php?type=core&name=embedcode" type="text/javascript"></script> <script>var iframeObj = {};iframeObj.module="chatrooms";iframeObj.src="/cometchat/modules/chatrooms/index.php?id=1";iframeObj.width="500";iframeObj.height="300";if(typeof(addEmbedIframe)=="function"){addEmbedIframe(iframeObj);}</script>
Please, can someone help me on this?
Kind regards
Mayki