WordPress Configuration

Estimated reading: 2 minutes 1865 views

Plugin Installation

WordPress Information

For WordPress Installation you can check the Famous 5-Minutes Install here:

Plugin Requirements

To use Plugin, you must be running WordPress 4.9.1 or higher, PHP 7.1 or higher, and MySQL 5.6 or higher. with.

Recommended PHP Configuration Limits

White screen, demo content fails when importing, empty page content and other similar issues are all related to low PHP configuration limits. The solution is to increase the PHP limits. You can do this on your own, or contact your web host and ask them to increase those limits to a minimum as follows:

  1. max_input_vars = 3000
  2. memory_limit = 128M
  3. max_execution_time = 300
  4. max_input_time = 300
  5. upload_max_filesize = 64M
  6. post_max_size = 64M
Enable JWT Authentication

WordPress JSON Web Token Authentication allows you to do REST API authentication via token. It is a simple, non-complex, and easy to use.This plugin probably is the most convenient way to do JWT Authentication in WordPress.

Enable PHP HTTP Authorization Header
Shared Hosts

Most shared hosts have disabled the HTTP Authorization Header by default.

To enable this option you’ll need to edit your .htaccess file by adding the following:

RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
WPEngine

To enable this option you’ll need to edit your .htaccess file by adding the following.(See Issues)

 SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1  

How to install plugin

How to add a new plugin in WordPress

You can locate the plugin zip folder in your package zip file

socialv-api.zip

Permalink Setting

This is the important step. You must change your prmalink structure to get proper api response

Gmail SMTP

How to Enable Gmail SMTP

After Set Above Option you need to configure your gmail account

  1. Login to Gmail
  2. Click to “Account”
  3. “Less secure app access” (If it is “Off” then make it “On”)

Enable Friends only activity option

  • When you enable Friends only activity, your app shows posts only if the user connects with their friends. When you disable this option anyone can view posts without connecting with their friends.
  • Open admin panel and click on App Configuration option.
  • If you have installed SocialV theme then this option is enable/disable from theme’s admin panel and if you do not installed theme then you can enable/disable option here. 

Leave a Comment

Share this Doc

WordPress Configuration

Or copy link

CONTENTS