This page explains how to customize the appearance and behavior of the TwoCoin widget to match your website's design and user experience requirements.
The TwoCoin widget uses a modern dark theme design that works well with most websites. The widget is designed to be responsive and will adapt to different screen sizes automatically.
The widget features:
When using iframe integration, you can style the iframe container to better fit your website design:
<style>
.widget-container {
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
overflow: hidden;
max-width: 500px;
margin: 0 auto;
}
.widget-iframe {
width: 100%;
height: 800px;
border: none;
}
</style>
<div class="widget-container">
<iframe
class="widget-iframe"
src="https://your-widget-domain.com/widget"
title="TwoCoin Widget">
</iframe>
</div>
This approach gives you full control over the widget container's appearance while maintaining the widget's internal styling.
The TwoCoin widget is currently available in English. Additional language support is planned for future releases.
en
- EnglishThe widget is designed to be flexible and adapt to your website's needs:
The widget automatically adapts to different screen sizes. When using iframe integration, you can control the dimensions:
Fixed width iframe:
width="500px" height="800px"
Responsive iframe:
width="100%" height="800px"
The widget is optimized for mobile devices. Best practices for mobile integration:
If you encounter any issues or have questions not addressed in this documentation, please contact our support team on Telegram at https://t.me/cs_2coin (@cs_2coin).