|
|
|
|
@ -118,7 +118,7 @@ $plugin_count = count(glob('../../plugins/*', GLOB_ONLYDIR));
|
|
|
|
|
|
|
|
|
|
if(plausibledatadomain&&plausibledomain&&plausibleembedtoken){
|
|
|
|
|
echo '
|
|
|
|
|
<iframe plausible-embed src="' . plausibledomain . '/share/' . plausibledatadomain . '?auth= ' . plausibleembedtoken . '&embed=true&theme=light&background=%23EBECED" scrolling="no" frameborder="0" loading="lazy" style="width: 1px; min-width: 100%; height: 1600px;"></iframe>
|
|
|
|
|
<iframe plausible-embed src="' . plausibledomain . '/share/' . plausibledatadomain . '?auth=' . plausibleembedtoken . '&embed=true&theme=light&background=%23EBECED" scrolling="no" frameborder="0" loading="lazy" style="width: 1px; min-width: 100%; height: 1600px;"></iframe>
|
|
|
|
|
<script async src="' . plausibledomain . '/js/embed.host.js"></script> ';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|