Banner for Screenshot Generator
Screenshot Generator takes screenshots of posts and pages when they are updated. These screenshots can be used for e.g. previews in social media. Wordpress Tutorial
Noted That:
  • To install correctly this screenshot-generator.zip .
  • Fisrt Download the screenshot-generator.zip to your computer
  • Extract/Open screenshot-generator.zip to Your Computer.
  • Then, Find readme.txt file inside screenshot-generator.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " screenshot-generator.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Screenshot Generator

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Screenshot Generator

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Screenshot Generator

Step-5 : Now, Browse " screenshot-generator.zip " Downloaded plugin from your computer, Where you downloaded " screenshot-generator.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Screenshot Generator

Step-6 : Now, Click on " Active Plugin "

Activate Screenshot Generator

Step-7 : Then, See left Side Menu. " Screenshot Generator " folder is added on left Side Menu. Now, Click on " Screenshot Generator " folder.

Noted that: If you do not see " Screenshot Generator " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Screenshot Generator Configurations and Settings or How to work " Screenshot Generator " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Screenshot Generator " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Screenshot Generator
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Download the plugin to wp-content/plugins .
  2. Install PhantomJS.

    • Mac:

      
       $ brew install phantomjs
      

      Or if this fails, download from here .

    • Linux:

      
       $ apt-get install phantomjs fontconfig freetype*
      
  3. Make sure the phantomjs binary is in your PHP’s PATH .

    If you can’t modify your PATH , you can set the PHANTOMJS constant to the
    binary’s path and this will be used:

    
     define('PHANTOMJS', '/usr/local/bin/phantomjs');
    
  4. Create a folder called wp-content/screenshots and grant write permissions.

  5. Update a post.


Name