Changeset 2124528
- Timestamp:
- 07/17/2019 11:30:21 AM (7 years ago)
- Location:
- metype/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (3 diffs)
-
scripts/feed_widget.js (modified) (1 diff)
-
scripts/metype_commenting_widget.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
metype/trunk/README.txt
r1875263 r2124528 3 3 Tags: comments, spam, engagement, conversations, freedom of speech, communities 4 4 Requires at least: 3.0.1 5 Tested up to: 4.9.45 Tested up to: 5.2.2 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 * Live feed widget re-circulates content among your audience. 14 14 * 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. 16 16 * Moderate comments based on keywords in all languages and scripts; 17 17 * Configurable colours so that the widgets blend in with the theme of your website. … … 31 31 1. Visit [Metype](https://www.metype.com) 32 32 2. 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. 33 3. Enter the required details and proceed to create an account. 34 34 4. You will be redirected to metype.com/admin. Under the Embed Metype section you'll find Account ID. 35 35 5. Make a note of your Metype Account ID. 36 36 6. Now visit your Wordpress admin page. E.g. yourwebsite.com/wp-admin 37 37 7. Go to Plugins —> Add new 38 8. Search for Metype 38 8. Search for Metype 39 39 9. You'll find Metype by Quintype Technologies India Pvt Ltd 40 40 10. Click on Install Now. -
metype/trunk/scripts/feed_widget.js
r1862720 r2124528 40 40 } 41 41 })(); 42 43 -
metype/trunk/scripts/metype_commenting_widget.js
r1851605 r2124528 4 4 metypeContainer.setAttribute('data-metype-window-height', window.innerHeight) 5 5 metypeContainer.setAttribute('data-metype-screen-width', window.screen.width) 6 6 7 7 talktype(function() { 8 8 talktype.commentWidgetIframe(metypeContainer);
Note: See TracChangeset
for help on using the changeset viewer.