• Cart$0
Cinnamon Girl Studio - A Web Design Company close

Adding Fixed Social Icons


Adding Fixed Social Icons

We’ve gotten so many emails asking how to add the little social icons (twitter, facebook etc.. ) to the side of a blog/site. It’s super easy.. follow these instructions

Exchange the words YOUR LINK HERE with your Facebook, Twitter & Feed links making sure not to erase the ” ”

WORDPRESS – paste inside a text widget & save

<style>
#Social {
background: transparent;
width: 48px;
position: fixed;
top: 60%;
right: 0.20%;
}
</style>
<div id="Social">
<a href="YOUR LINK HERE" target="_blank"><img src="http://www.cinnamongirlstudio.com/blogtemplates/social-icons/facebook.png" /></a><br />
<a href="YOUR LINK HERE" target="_blank"><img src="http://www.cinnamongirlstudio.com/blogtemplates/social-icons/twitter.png" /></a><br />
<a href="YOUR LINK HERE" target="_blank"><img src="http://www.cinnamongirlstudio.com/blogtemplates/social-icons/feed.png" /></a>
</div>

BLOGGER – For Cinnamon Girl Studio templates – Canvas, Montage, three-thirty am, Ruffles & Flourish paste inside of an html/javascript gadget & save.

<div id="Social">
<a href="YOUR LINK HERE" target="_blank"><img src="http://www.cinnamongirlstudio.com/blogtemplates/social-icons/facebook.png" /></a><br />
<a href="YOUR LINK HERE" target="_blank"><img src="http://www.cinnamongirlstudio.com/blogtemplates/social-icons/twitter.png" /></a><br />
<a href="YOUR LINK HERE" target="_blank"><img src="http://www.cinnamongirlstudio.com/blogtemplates/social-icons/feed.png" /></a>
</div>

BLOGGER – For Cinnamon Girl Studio older templates Snapshot & A Simple Photography Blog paste into an html/javascript gadget & save.

<style>
#Social {
background: transparent;
width: 48px;
position: fixed;
top: 60%;
right: 0.20%;
}
</style>
<div id="Social">
<a href="YOUR LINK HERE" target="_blank"><img src="http://www.cinnamongirlstudio.com/blogtemplates/social-icons/facebook.png" /></a><br />
<a href="YOUR LINK HERE" target="_blank"><img src="http://www.cinnamongirlstudio.com/blogtemplates/social-icons/twitter.png" /></a><br />
<a href="YOUR LINK HERE" target="_blank"><img src="http://www.cinnamongirlstudio.com/blogtemplates/social-icons/feed.png" /></a>
</div>