I hereby claim:
- I am mariemosley on github.
- I am mariemosley (https://keybase.io/mariemosley) on keybase.
- I have a public key ASDax8Z3lR9Q9ytuvPqEIqNJf9ZmJLlZP6J4I3JHjbGRHwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <!-- BEGIN CODE IT PRETTY PINTEREST GALLERY --> | |
| <style> | |
| #pinterest-gallery { | |
| overflow: auto; | |
| width: 210px; | |
| list-style: none; | |
| } | |
| <script> | |
| $(document).ready(function() { | |
| $('.entry-content').each(function() { | |
| var image = $(this).find('img').first(); | |
| var permalink = image.parents('.post-outer').find('.timestamp-link').attr('href') || $(location).attr('href'); | |
| var title = image.parents('.post-outer').find('.entry-title').text(); | |
| var width = image.width(); | |
| if (width >= 300) { | |
| $('.separator a').removeAttr('imageanchor style'); |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | |
| <script type='text/javascript'> | |
| $(document).ready(function() { | |
| $('.tweetable').each(function() { | |
| var sentence = $(this); | |
| var permalink = sentence.parents('.post-outer').find('.timestamp-link').attr('href') || $(location).attr('href'); | |
| var tweetable = sentence.text(); | |
| var result = encodeURIComponent(tweetable); | |
| var link = encodeURIComponent(permalink); | |
| <script type="text/javascript"> | |
| var ads = []; | |
| ads[0] = '<a href="FIRST SPONSOR URL HERE" target="_blank" rel="nofollow"><img src="FIRST SPONSOR IMAGE URL HERE" alt="FIRST SPONSOR NAME" title="FIRST SPONSOR NAME" width="125" height="125"></a>' | |
| ads[1] = '<a href="SECOND SPONSOR URL HERE" target="_blank" rel="nofollow"><img src="SECOND SPONSOR IMAGE URL HERE" alt="SECOND SPONSOR NAME" title="SECOND SPONSOR NAME" width="125" height="125"></a>' | |
| ads[2] = '<a href="THIRD SPONSOR URL HERE" target="_blank" rel="nofollow"><img src="THIRD SPONSOR IMAGE URL HERE" alt="THIRD SPONSOR NAME" title="THIRD SPONSOR NAME" width="125" height="125"></a>' | |
| ads[3] = '<a href="FOURTH SPONSOR URL HERE" target="_blank" rel="nofollow"><img src="FOURTH SPONSOR IMAGE URL HERE" alt="FOURTH SPONSOR NAME" title="FOURTH SPONSOR NAME" width="125" height="125"></a>' | |
| ads[4] = '<a href="FIFTH SPONSOR URL HERE" target="_blank" rel="nofollow"><img src="FIFTH SPONSOR IMAGE URL HERE" alt="FIFTH SPONSOR NAME" title="FIFTH SPONSOR NAME" width="125" heig |
| <!-- twitter card details --> | |
| <meta content='summary' name='twitter:card'/> | |
| <meta content='@YOUR-TWITTER-NAME' name='twitter:site'/> | |
| <meta expr:content='data:blog.url' name='twitter:url'/> | |
| <meta expr:content='data:blog.pageName' name='twitter:title'/> | |
| <meta expr:content='data:blog.metaDescription' name='twitter:description'/> | |
| <meta expr:content='data:blog.postImageThumbnailUrl' name='twitter:image'/> | |
| <!-- end twitter card details --> |
| <script type="text/javascript"> | |
| $(document).ready(function() { | |
| $('.entry-content img').each(function(){ | |
| $permalink = $(this).parents('.post-outer').find('.timestamp-link').attr('href') || $(location).attr('href'); | |
| $title = $(this).parents('.post-outer').find('.entry-title').text(); | |
| $(this).addClass('pinme').after('<a href="http://pinterest.com/pin/create/button/?url=' + $permalink + '&media=' + $(this).attr('src') + '&description=' + $title + '" class="pin-it-button" count-layout="horizontal"></a>'); | |
| }); | |
| }); |