Printable Version of Topic

Click here to view this topic in its original format

Forums _ Webmasters' Corner _ Like Button for Tumblr

Posted by: doodoo Aug 24 2011, 08:17 PM

Saw a good example of this at http://cicerontheme.tumblr.com/. You can like a post from the homepage without having to go to the permalink page.

Here's what I've found from her source.

CODE
$(document).ready(function(){
    $('a.like_link').click(function() {
        var post = $(this).closest('.post');
        var id = post.attr('id');
        var oath = post.attr('rel').slice(-8);
        var like = 'http://www.tumblr.com/like/'+oath+'?id='+id;
        $('#likeit').attr('src', like);
        $(this).addClass('liked');
        return false;
    })
});


CODE
<a href="{Permalink}" class="like-link">Like</a>


I tried to recreate this button here: http://mockuptheme.tumblr.com

I click 'like' but it doesn't show up in my likes page.

What am I doing wrong?

Posted by: doodoo Aug 24 2011, 08:29 PM

I'm gonna go get some Chipotle and I expect this to be answered by the time I get back.

Posted by: spambot Aug 24 2011, 09:22 PM

Hopefully it takes you 3 weeks to get Chipotle.

Posted by: doodoo Aug 24 2011, 09:33 PM

So I got chips and usually order two sides of guacamole cause the chips are too many, but what the f*ck is this - fewer chips and too much guacamole!

Posted by: tokyo-rose Aug 27 2011, 06:19 PM

http://stackoverflow.com/questions/6970156/tumblr-like-heart-button-script-on-homepage?

Posted by: doodoo Aug 30 2011, 09:31 AM

yeah thats where i found it actually, but it didnt explain much past the js part.

Posted by: doodoo Sep 7 2011, 02:23 PM

ay, ay! ??????

Posted by: doodoo Sep 14 2011, 01:15 PM

21 DAYS, C'MON

Posted by: doodoo Nov 10 2011, 01:08 PM

2 months.

Posted by: tokyo-rose Nov 11 2011, 02:33 AM

QUOTE(doodoo @ Nov 10 2011, 01:08 PM) *
2 months.

No one who's good with Tumblr coding is around anymore, so :\