Plugin Directory

Changeset 2124528


Ignore:
Timestamp:
07/17/2019 11:30:21 AM (7 years ago)
Author:
metypedev
Message:

Tested the plugin for wordpress version 5.2.2, it supports and changed the support version

Location:
metype/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • metype/trunk/README.txt

    r1875263 r2124528  
    33Tags: comments, spam, engagement, conversations, freedom of speech, communities
    44Requires at least: 3.0.1
    5 Tested up to: 4.9.4
     5Tested up to: 5.2.2
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313* Live feed widget re-circulates content among your audience.
    1414* Social login using Facebook, Google and Twitter.
    15 * Comments Manager to delete or restore comments is packaged with an in-built auto spam detection powered by Akismet so spammers are kept at bay. 
     15* Comments Manager to delete or restore comments is packaged with an in-built auto spam detection powered by Akismet so spammers are kept at bay.
    1616* Moderate comments based on keywords in all languages and scripts;
    1717* Configurable colours so that the widgets blend in with the theme of your website.
     
    31311. Visit [Metype](https://www.metype.com)
    32322. Click on Get Started for a free plan, or choose a plan that suits your need.
    33 3. Enter the required details and proceed to create an account. 
     333. Enter the required details and proceed to create an account.
    34344. You will be redirected to metype.com/admin. Under the Embed Metype section you'll find Account ID.
    35355. Make a note of your Metype Account ID.
    36366. Now visit your Wordpress admin page. E.g. yourwebsite.com/wp-admin
    37377. Go to Plugins —> Add new
    38 8. Search for Metype 
     388. Search for Metype
    39399. You'll find Metype by Quintype Technologies India Pvt Ltd
    404010. Click on Install Now.
  • metype/trunk/scripts/feed_widget.js

    r1862720 r2124528  
    4040  }
    4141})();
    42 
    43 
  • metype/trunk/scripts/metype_commenting_widget.js

    r1851605 r2124528  
    44    metypeContainer.setAttribute('data-metype-window-height', window.innerHeight)
    55    metypeContainer.setAttribute('data-metype-screen-width', window.screen.width)
    6    
     6
    77talktype(function() {
    88  talktype.commentWidgetIframe(metypeContainer);
Note: See TracChangeset for help on using the changeset viewer.