2020-10-25, 07:36 PM
(2020-10-25, 02:52 PM)bhuto Wrote: thanks sir now its showing like i want but its show only number. where i need to add its css to make it like button
Maybe try adding the class
tyl_counter
(which is styled in thankyoulike.css).(2020-10-25, 02:52 PM)bhuto Wrote: and also when ppl click on it i need to show who likes the thread show in popup box
That's currently not supported out of the box by the plugin. You'd need custom code for that. You can get inspiration from the
tyl_query_post_likes()
and tyl_build_likers_list()
functions, as well as the thankyoulike_postbit()
function from which they are both called in inc/plugins/thankyoulike.php.