Webring banner generator

Enter your subdomain and click the button to generate a webring banner SVG for your site.


Either save the source as a .svg file, or paste it directly inside your HTML.

If pasting directly into HTML, size can be adjusted by changing the width and height attributes on the <svg...> tag.

If you saved it as a file, you can insert the <object...> tag below into your HTML and adjust the banner size in the object tag. Don't use an img tag as that will prevent the buttons from working.

<object type="image/svg+xml" data="webring.svg" height="120" width="330"></object>
SVG source:


      
    


Credit to sidebar.io / Sacha Greif for SVG banner code.