Powered By Badge

Add a stylish "Web hosting by ENGINYRING" badge to your website footer with a single line of code.

Quick Start

Simply add one of the following script tags to your website's footer, right before the closing </body> tag. The badge will appear exactly where you place the script.

Tip: The badge renders inline, so you can wrap it in a <div> or <p> with text-align: center to center it in your footer.

Light Styles

Simple Light

Clean, minimal badge for light backgrounds.

style=v1
<script src="https://cdn.enginyring.com/js/pwdby.js?style=v1"></script>

Blue Gradient Border

Elegant badge with purple-blue gradient border.

style=v2_blue_border
<script src="https://cdn.enginyring.com/js/pwdby.js?style=v2_blue_border"></script>

RGB Animated

Eye-catching animated rainbow border effect.

style=v3_rgb
<script src="https://cdn.enginyring.com/js/pwdby.js?style=v3_rgb"></script>

Dark Styles

Simple Dark

Sleek dark badge for dark-themed websites.

style=dark_v1
<script src="https://cdn.enginyring.com/js/pwdby.js?style=dark_v1"></script>

Dark Blue Gradient Border

Dark background with elegant purple-blue gradient border.

style=dark_blue_border
<script src="https://cdn.enginyring.com/js/pwdby.js?style=dark_blue_border"></script>

Dark RGB Animated

Animated rainbow border on dark background.

style=dark_rgb
<script src="https://cdn.enginyring.com/js/pwdby.js?style=dark_rgb"></script>

Glassmorphism Styles

Simple Glass

Modern frosted glass effect, perfect for colorful backgrounds.

style=glassmorphism
<script src="https://cdn.enginyring.com/js/pwdby.js?style=glassmorphism"></script>

Glass Blue Gradient Border

Frosted glass with elegant purple-blue gradient border.

style=glassmorphism_blue_border
<script src="https://cdn.enginyring.com/js/pwdby.js?style=glassmorphism_blue_border"></script>

Glass RGB Animated

Frosted glass effect with animated rainbow border - the ultimate combo.

style=glassmorphism_rgb
<script src="https://cdn.enginyring.com/js/pwdby.js?style=glassmorphism_rgb"></script>

Usage Examples

Centered in Footer

Wrap the script in a centered container:

<footer> <!-- Your footer content --> <div style="text-align: center; padding: 20px 0;"> <script src="https://cdn.enginyring.com/js/pwdby.js?style=v3_rgb"></script> </div> </footer>

Right-Aligned in Footer

<div style="text-align: right; padding: 10px 20px;"> <script src="https://cdn.enginyring.com/js/pwdby.js?style=dark_v1"></script> </div>

Quick Reference

Style Name Background Border Best For
v1 Light None Clean, minimal websites
v2_blue_border Light Blue gradient Modern, professional sites
v3_rgb Light RGB animated Gaming, tech, creative sites
dark_v1 Dark Subtle Dark-themed websites
dark_blue_border Dark Blue gradient Premium dark sites
dark_rgb Dark RGB animated Dark gaming/tech sites
glassmorphism Transparent Subtle Colorful backgrounds
glassmorphism_blue_border Transparent Blue gradient Premium gradient sites
glassmorphism_rgb Transparent RGB animated Maximum visual impact

Need a Custom Style?

Contact our support team and we'll create a custom badge that matches your brand perfectly.