<body>
<header>
...
</header>
<main>
<h1>Blog Arabesk</h1>
<div id="soro-blog"></div>
<script>
(function(){
const s = document.createElement('script');
const params = new URLSearchParams(window.location.search);
let url = "https://app.trysoro.com/api/embed/dfd777c0-f9be-4cba-ab01-1de97ea2ef2d";
if(params.get("post")){
url += "?post=" + encodeURIComponent(params.get("post"));
}
s.src = url;
document.getElementById("soro-blog").appendChild(s);
})();
</script>
</main>
<footer>
...
</footer>
</body>