Distribution Kit
Embed the bridge anywhere
Drop this iframe on any site — wallet, docs, project page — and your visitors can swap wTXC ↔ TXC without leaving. No keys, no SDK, no signup.
1 · Configure defaults
Default direction
Default amount (wTXC)
Theme
Width (px or %)
Height (px)
2 · Copy the snippet
<iframe id="wtxc-bridge" src="https://swap.texitcoin.org/embed?have=wTXC&amount=100&theme=dark" style="width:100%;height:680px;border:0;background:transparent" allow="clipboard-write" loading="lazy" title="wTXC to TXC bridge"></iframe>
<script>(function(){window.addEventListener("message",function(e){if(!e.data||e.data.type!=="swap-embed:height")return;var f=document.getElementById("wtxc-bridge");if(f&&typeof e.data.height==="number")f.style.height=e.data.height+"px"});})();</script>3 · Live preview
Sharing tips
· Responsive by default — width:100% inside any container.
· On order creation we post swap-embed:order-created to the parent window with the order ID.
· No keys or SDK. Anyone can embed.