Script Center issue
-
Hi,
I have a question regarding the script center.
I want to integrate the code below with the script center, but it did not work. I tried to add the URL th URL of the script to block it, tried to add different URLs, tried to set it as an Ifram, tried to set the DIV ID, … But when alwas when I added the URL, my website does not show the integrated URL at all.Regards,
Philipp<div id=”cwMaps”></div>
<script type=”text/javascript” src=”https://xxx.xxxx.xx/embedded.bundle.js”></script>
<script type=”text/javascript”>
var options = {
mode:”embedded”,
apikey:”lungau”,
baseElementSelector:”#cwMaps”,
showMap:true,
mapOnly:false,
renderGalleryView: true,
themeColor : ‘#B41D28’,
showFirst : ‘gallery’,
mapHeight: ‘650’,
language: ‘de’,
filter: ‘-1’,
categoryId:19624 };
window.addEventListener(‘load’, function() {
phoenix.initRender(options);
});
</script>`
- The topic ‘Script Center issue’ is closed to new replies.