treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Add like button to any DIV

  • I use 'I Like This' plugin to add a like button to my posts.
    Well, It's the code to add the button manual: <?php if(function_exists(getILikeThis)) getILikeThis('get'); ?>
    image
    Ok, So how to add the button↑ to a DIV? For example how to add 3 separated buttons to 3 separated DIVs?