Skip to content

Instantly share code, notes, and snippets.

@jenielliott
jenielliott / PinterestCode.html
Last active October 13, 2015 06:18
How to add Pinterest images + code to your blog sidebar
<div align="center">
<a href="URL-OF-BLOG-POST" title="TITLE-OF-YOUR-IMAGE-OR-POST" target="_blank"><img src="LOCATION-URL-OF-YOUR-IMAGE-FILE" alt="DESCRIPTIVE-TEXT-OF-YOUR-LINK" /></a>
</div>
<div align="center">
DROP CODE FOR PINTEREST PIN-IT BUTTON HERE
</div>
@jenielliott
jenielliott / Image with grabbable code
Last active October 7, 2015 15:58
Image link with grabbable button code for tutorial
<div align="center">
<img src="LOCATION-URL-OF-YOUR-IMAGE" alt="DESCRIPTIVE-TEXT-OF-YOUR-IMAGE" /></br>
<form><textarea rows="5" cols="15" readonly="readonly"><a href="LINK-URL" title="NAME-OF-YOUR-BLOG"><img src="LOCATION-URL-OF-YOUR-IMAGE" alt="DESCRIPTIVE-TEXT-OF-YOUR-LINK" /></a></textarea></form>
</div>
@jenielliott
jenielliott / Button grab code
Last active October 7, 2015 15:58
Button grab code for tutorial
<form><textarea rows="5" cols="15" readonly="readonly"><a href="LINK-URL" title="NAME-OF-YOUR-BLOG" target="_blank"><img src="LOCATION-URL-OF-YOUR-IMAGE" alt="DESCRIPTIVE-TEXT-OF-YOUR-LINK" /></a></textarea></form>
@jenielliott
jenielliott / HTML Image Link Tutorial
Last active October 7, 2015 15:57
Image link for tutorial