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'); ?> Ok, So how to add the button↑ to a DIV? For example how to add 3 separated buttons to 3 separated DIVs?
Well, It's the code to add the button manual:
<?php if(function_exists(getILikeThis)) getILikeThis('get'); ?>Ok, So how to add the button↑ to a DIV? For example how to add 3 separated buttons to 3 separated DIVs?