Hi,
I purchased this great plugin some days ago, works fine but I want to show a word after the like number, if the post has 1500 likes then show “1500 votes”, I added the word “votes” in this line:
$wti_like_post .= “<span class=’lc-“.$post_id.” lc’>” . $like_count . ” votes</span></div>”;
file wti-like-post-site.php, works when you visit the page for the first time, but if you press the button (or text) for voting, then the word “votes” disappears.
Also, the same problem with de number format, I want tho show a thousands separator, 1,500 instead 1500.
I put this: $result = number_format((float)$like_count , 0, ‘.’, ‘,’);
Again, works fine when you visit the page for the first time, but when press the like button, the format dissapears. I think this is very easy for you, my programming skilss are weak as you can see.
Sorry for my English.
Thank for you help!
Carlos