Log In · Register

 

Help Topic Rules and Requirements

For a list of all requirements and guidelines pertaining to posting a new Help topic, please click here.

This Month's Contests | Staff Member of the Month | Hosts Looking for Hostees | Hostees looking for Hosts | BigBookofResources

Submission Guidelines

Like Button for Tumblr
fiveseven
post Aug 24 2011, 08:17 PM
Post #1


Senior Member
***

Group: Human
Posts: 72
Joined: Jul 2011
Member No: 809,041



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?
 

Posts in this topic
doodoo   Like Button for Tumblr   Aug 24 2011, 08:17 PM
doodoo   I'm gonna go get some Chipotle and I expect th...   Aug 24 2011, 08:29 PM
spambot   Hopefully it takes you 3 weeks to get Chipotle.   Aug 24 2011, 09:22 PM
doodoo   So I got chips and usually order two sides of guac...   Aug 24 2011, 09:33 PM
tokyo-rose   http://stackoverflow.com/questions/6970156...ipt-o...   Aug 27 2011, 06:19 PM
doodoo   yeah thats where i found it actually, but it didnt...   Aug 30 2011, 09:31 AM
doodoo   ay, ay! ??????   Sep 7 2011, 02:23 PM
doodoo   21 DAYS, C'MON   Sep 14 2011, 01:15 PM
doodoo   2 months.   Nov 10 2011, 01:08 PM
tokyo-rose   QUOTE(doodoo @ Nov 10 2011, 01:08 PM) 2 m...   Nov 11 2011, 02:33 AM


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: