=== Emote for WordPress ===
Contributors: ezoic, emote
Author URI: https://emote.com/
=Tags: comments, emote, moderation
Requires at least: 3.0.1
Tested up to: 6.5.3
Stable tag: 1.0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Emote for WordPress replaces default WordPress comments and puts Emote comments
script in its place. 

== Description ==

Emote for WordPress replaces default WordPress comments and puts Emote comments
script in its place.

== Frequently Asked Questions ==

= Why does my comment section formatting looks off? =

Emote for WordPress does a simple replacement of the comment section for your
theme, if that replaces some of the formatting from your theme it will cause
emote not to adopt that. A solution would be to disable this plugin and in
WordPress's 'Edit Themes' section find your theme's 'Comments' file and replace
the comments portion with the following snippet while preserving the formatting.

<script defer src="https://i.emote.com/js/emote.js"></script>
<div id="emote_com"></div>

= Explanation for external service =
This plugin provides a commenting system that is fast, user friendly and easy to
distribute on all platforms. Thus it is necessarily for us to load comments from
our own server. The external service that gets called is the script
i.emote.com/js/emote.js. This script handles loading comments from our server and
displaying them nicely, and is necessary for the plugin to function.

== Changelog ==

= 1.0 =
* First iteration, replacing default WordPress comments and importing them to Emote.
