Allows members to like posts.
Download or clone the Likes plugin repo into your esoTalk plugin directory:
cd ESOTALK_DIR/addons/plugins/
git clone [email protected]:esotalk/Likes.git Likes
Navigate to the the admin/plugins page and activate the Likes plugin.
Create definitions.Likes.php
in your language pack with the following definitions:
$definitions["Unlike"] = "Unlike";
$definitions["Like"] = "Like";
$definitions["Members Who Liked This Post"] = "Members Who Liked This Post";
$definitions["%s likes this."] = "%s likes this.";
$definitions["%s like this."] = "%s like this.";