AYMB Badge

Wanna help support Aint Yo Mama’s Blog? Please consider embedding one of the following badges on your blog or website. If you need any technical help, or want a custom AYMB badge for your site, please feel free to reach out.

signature
Check out the “BUILDING A BETTER BLOG BADGE” tutorial to learn how to build and offer others your own custom badge! [COMING SOON]

250px Badge with Overhanging Monkey

AYMB 250px Badge

[sourcecode language="xml"]
<div style="text-align:center; margin: 10px auto;">
<a href="http://www.aintyomamasblog.com/" target="_blank">
<img src="http://i936.photobucket.com/albums/ad206/aintyomamasblog/badge-250.png"
alt="Ain’t Yo Mama’s Blog badge" title="Ain’t Yo Mama’s Blog"
border="0" />
</a>
</div>
[/sourcecode]

250px Badge without Monkey

Ain't Yo Mama's Blog badge

[sourcecode language="xml"]
<div style="text-align:center; margin: 10px auto;">
<a href="http://www.aintyomamasblog.com/" target="_blank">
<img src="http://i936.photobucket.com/albums/ad206/aintyomamasblog/aymb-badge-no-monkey-250.png" border="0" alt="Ain’t Yo Mama’s Blog badge" title="Ain’t Yo Mama’s Blog" />
</a>
</div>
[/sourcecode]

195px Badge with Overhanging Monkey

Ain't Yo Mama's Blog badge

[sourcecode language="xml"]
<div style="text-align:center; margin: 10px auto;">
<a href="http://www.aintyomamasblog.com/" target="_blank">
<img src="http://i936.photobucket.com/albums/ad206/aintyomamasblog/aymb-badge-no-monkey-195.png" border="0" alt="Ain’t Yo Mama’s Blog badge" title="Ain’t Yo Mama’s Blog" />
</a>
</div>
[/sourcecode]

195px Badge without Monkey

Ain't Yo Mama's Blog badge

[sourcecode language="xml"]
<div style="text-align:center; margin: 10px auto;">
<a href="http://www.aintyomamasblog.com/" target="_blank">
<img src="http://i936.photobucket.com/albums/ad206/aintyomamasblog/aymb-badge-195.png" border="0" alt="Ain’t Yo Mama’s Blog badge" title="Ain’t Yo Mama’s Blog" />
</a>
</div>
[/sourcecode]

250px Badge with Hover Effect

style="margin: 10px auto; display: block; width: 250px; height: 136px; background-image: url(http://i936.photobucket.com/albums/ad206/aintyomamasblog/badge-250-sprite.png); background-position: top;"
onmouseover="this.style.backgroundPosition='bottom'"
onmouseout="this.style.backgroundPosition='top'"
title="Ain't Yo Mama's Blog">

[sourcecode language="xml"]
<a href="http://www.aintyomamasblog.com/" target="_blank">
<span
style="margin: 10px auto; display: block; width: 250px; height: 136px; background-image: url(http://i936.photobucket.com/albums/ad206/aintyomamasblog/badge-250-sprite.png); background-position: top;"
onmouseover="this.style.backgroundPosition=’bottom’"
onmouseout="this.style.backgroundPosition=’top’"
title="Ain’t Yo Mama’s Blog">
</span>
</a>
[/sourcecode]

195px Badge with Hover Effect

style="margin: 10px auto; display: block; width: 195px; height: 107px; background-image: url(http://i936.photobucket.com/albums/ad206/aintyomamasblog/badge-195-sprite.png); background-position: top;"
onmouseover="this.style.backgroundPosition='bottom'"
onmouseout="this.style.backgroundPosition='top'"
title="Ain't Yo Mama's Blog">

[sourcecode language="xml"]
<a href="http://www.aintyomamasblog.com/" target="_blank">
<span
style="margin: 10px auto; display: block; width: 195px; height: 107px; background-image: url(http://i936.photobucket.com/albums/ad206/aintyomamasblog/badge-195-sprite.png); background-position: top;"
onmouseover="this.style.backgroundPosition=’bottom’"
onmouseout="this.style.backgroundPosition=’top’"
title="Ain’t Yo Mama’s Blog">
</span>
</a>
[/sourcecode]