Axel Schweiß
Gut bekanntes Mitglied
Ich möchte im Shop 4 Evo Template im Footer das eKomi Widget einrichten.
Dazu erstelle ich eine neue Box ohne Rahmen und füge den Quellcode von Ekomi ein.
Leider bleibt die Startseite dann komplett weiß.
Habt Ihr ein Lösungsvorschlag wie ich das Siegel einbinden kann?
Hier der Quellcode:
<!-- eKomiWidget START -->
<div id="eKomiWidget_default"></div>
<!-- eKomiWidget END -->
<!-- eKomiLoader START, only needed once per page -->
<script type="text/javascript">
(function(){
eKomiIntegrationConfig = new Array(
{certId:'1H7RUJ5UJULS494'}
);
if(typeof eKomiIntegrationConfig != "undefined"){for(var eKomiIntegrationLoop=0;eKomiIntegrationLoop<eKomiIntegrationConfig.length;eKomiIntegrationLoop++){
var eKomiIntegrationContainer = document.createElement('script');
eKomiIntegrationContainer.type = 'text/javascript'; eKomiIntegrationContainer.defer = true;
eKomiIntegrationContainer.src = (document.location.protocol=='https:'?'https:':'http:') +"//connect.ekomi.de/integration_1450622993/" + eKomiIntegrationConfig[eKomiIntegrationLoop].certId + ".js";
document.getElementsByTagName("head")[0].appendChild(eKomiIntegrationContainer);
}}else{if('console' in window){ console.error('connectEkomiIntegration - Cannot read eKomiIntegrationConfig'); }}
})();
</script>
<!-- eKomiLoader END, only needed once per page -->
Dazu erstelle ich eine neue Box ohne Rahmen und füge den Quellcode von Ekomi ein.
Leider bleibt die Startseite dann komplett weiß.
Habt Ihr ein Lösungsvorschlag wie ich das Siegel einbinden kann?
Hier der Quellcode:
<!-- eKomiWidget START -->
<div id="eKomiWidget_default"></div>
<!-- eKomiWidget END -->
<!-- eKomiLoader START, only needed once per page -->
<script type="text/javascript">
(function(){
eKomiIntegrationConfig = new Array(
{certId:'1H7RUJ5UJULS494'}
);
if(typeof eKomiIntegrationConfig != "undefined"){for(var eKomiIntegrationLoop=0;eKomiIntegrationLoop<eKomiIntegrationConfig.length;eKomiIntegrationLoop++){
var eKomiIntegrationContainer = document.createElement('script');
eKomiIntegrationContainer.type = 'text/javascript'; eKomiIntegrationContainer.defer = true;
eKomiIntegrationContainer.src = (document.location.protocol=='https:'?'https:':'http:') +"//connect.ekomi.de/integration_1450622993/" + eKomiIntegrationConfig[eKomiIntegrationLoop].certId + ".js";
document.getElementsByTagName("head")[0].appendChild(eKomiIntegrationContainer);
}}else{if('console' in window){ console.error('connectEkomiIntegration - Cannot read eKomiIntegrationConfig'); }}
})();
</script>
<!-- eKomiLoader END, only needed once per page -->