Display the viaSocket Partner Badge on Your Website
As an official viaSocket partner, you can showcase your collaboration with us by adding the viaSocket Partner Badge to your website. It’s a simple way to reflect your commitment to automation, app integrations, and innovation—while giving your visitors confidence in your expertise.
How to Add the Badge
Copy and paste one of the following code snippets into your website wherever you'd like the badge to appear. Common locations include your website footer, sidebar, or a dedicated "Partners" or "About" section.
Black Logo (Default)
Use this version if your website has a light background.
<!-- viaSocket Partner Badge - Black Logo -->
<div style="height: 100px; width: 250px;">
<a href="https://viasocket.com/" target="_blank">
<img src="https://viasocket.com/assets/shared/partner/logo-black.svg"
style="height: 100%; width: 100%; object-fit: contain;"
alt="viaSocket Partner">
</a>
</div>
White Logo
Ideal for dark backgrounds to ensure visibility.
<!-- viaSocket Partner Badge - White Logo -->
<div style="height: 100px; width: 250px;">
<a href="https://viasocket.com/" target="_blank">
<img src="https://viasocket.com/assets/shared/partner/logo-white.svg"
style="height: 100%; width: 100%; object-fit: contain;"
alt="viaSocket Partner">
</a>
</div>
Transparent Logo
Use this version when you want the badge to blend seamlessly with your site’s background.
<!-- viaSocket Partner Badge - Transparent Logo -->
<div style="height: 100px; width: 250px;">
<a href="https://viasocket.com/" target="_blank">
<img src="https://viasocket.com/assets/shared/partner/logo-transparent.svg"
style="height: 100%; width: 100%; object-fit: contain;"
alt="viaSocket Partner">
</a>
</div>
Notes
Make sure the badge is placed somewhere visible and accessible.
You may adjust the height and width values as needed to fit your layout.
All badge versions are linked to https://viasocket.com and will open in a new tab.
If you need help with implementation or would like a custom size or format, feel free to reach out to us at [email protected].