return '<div>
<button id="lg-start-call" style="background:#f44d6d;color:white;padding:10px;border:none;border-radius:8px;">📞 Start Call</button>

<button id="lg-end-call" style="background:#333;color:white;padding:10px;border:none;border-radius:8px;margin-left:10px;">❌ End Call</button>
</div>

<script>
document.addEventListener("DOMContentLoaded", function() {
    document.getElementById("lg-start-call").onclick = function() {
        if (typeof startLoveGuffCall === "function") {
            startLoveGuffCall();
        } else {
            alert("Start function not found");
        }
    };

    document.getElementById("lg-end-call").onclick = function() {
        if (typeof endLoveGuffCall === "function") {
            endLoveGuffCall();
        } else {
            alert("End function not found");
        }
    };
});
</script>';<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://loveguff.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://loveguff.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://loveguff.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://loveguff.com/wp-sitemap-posts-listing_type-1.xml</loc></sitemap><sitemap><loc>https://loveguff.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://loveguff.com/wp-sitemap-taxonomies-dagender-1.xml</loc></sitemap><sitemap><loc>https://loveguff.com/wp-sitemap-taxonomies-dasexuality-1.xml</loc></sitemap><sitemap><loc>https://loveguff.com/wp-sitemap-taxonomies-country-1.xml</loc></sitemap><sitemap><loc>https://loveguff.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
