Title: Screenshot Generator
Author: lassebunk
Published: <strong>2015 年 5 月 4 日</strong>
Last modified: 2015 年 5 月 5 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/screenshot-generator.svg)

# Screenshot Generator

 作者：[lassebunk](https://profiles.wordpress.org/lassebunk/)

[下载](https://downloads.wordpress.org/plugin/screenshot-generator.0.1.7.zip)

 * [详情](https://cn.wordpress.org/plugins/screenshot-generator/#description)
 * [评价](https://cn.wordpress.org/plugins/screenshot-generator/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/screenshot-generator/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/screenshot-generator/#developers)

 [支持](https://wordpress.org/support/plugin/screenshot-generator/)

## 描述

Screenshot Generator is a WordPress plugin that takes screenshots of posts for social
media etc. when they are updated.
 It uses [PhantomJS](http://phantomjs.org/) to
do this.

_Why?_ When developing [Toptrust](http://toptrust.dk), I was tired of manually adding
images of posts
 when sharing on social media. This was especially true for pages
that had no featured/thumbnail images. I wanted screenshots to be taken automatically,
and so Screenshot Generator was born.

### Usage

When you update a post or page, a screenshot is automatically taken in the background.

After a few seconds, the screenshot URL is saved to the post’s meta key `_scrgen_screenshot`.

### Screenshots on social media

An `og:image` and `twitter:image:src` is automatically added to the meta tags
 when
viewing the post. These are only added if the post doesn’t have a thumbnail, in 
which case the plugin expects the thumbnail to be added by you or another plugin.
You can change this in the plugin settings page.

### Retrieving screenshots manually

If you want to retrieve the screenshot manually, you can do so inside a post:

    ```
    <img src="<?php echo scrgen_screenshot(); ?>" />
    ```

### Contributing

Contributions are appreciated and very welcome. You can contribute in the
 plugin’s
[GitHub repository](https://github.com/lassebunk/screenshot-generator).

### Credits

The screenshot functionality is adapted from Microweber’s
 [Screen](https://github.com/microweber/screen)
code.

## 屏幕截图

 * [[
 * How the screenshot will look when shared in social media.
 * [[
 * The settings page.

## 安装

 1. Download the plugin to `wp-content/plugins`.
 2. Install PhantomJS.
 3.  * **Mac:**
     *     ```
             $ brew install phantomjs
           ```
       
     * Or if this fails, [download from here](https://github.com/eugene1g/phantomjs/releases).
     * **Linux:**
     *     ```
             $ apt-get install phantomjs fontconfig freetype*
           ```
       
 4. Make sure the `phantomjs` binary is in your PHP’s `PATH`.
 5. If you can’t modify your `PATH`, you can set the `PHANTOMJS` constant to the
     binary’s
    path and this will be used:
 6.     ```
          define('PHANTOMJS', '/usr/local/bin/phantomjs');
        ```
    
 7. Create a folder called `wp-content/screenshots` and grant write permissions.
 8. Update a post.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Screenshot Generator」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ lassebunk ](https://profiles.wordpress.org/lassebunk/)

[帮助将「Screenshot Generator」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/screenshot-generator)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/screenshot-generator/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/screenshot-generator/)，或通过[RSS](https://plugins.trac.wordpress.org/log/screenshot-generator/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/screenshot-generator/)。

## 额外信息

 *  版本 **0.1.7**
 *  最后更新：**11 年前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 4.0.0 或更高版本 **
 *  已测试的最高版本为 **4.2.39**
 *  语言
 * [English (US)](https://wordpress.org/plugins/screenshot-generator/)
 * 标签
 * [preview](https://cn.wordpress.org/plugins/tags/preview/)[screenshot](https://cn.wordpress.org/plugins/tags/screenshot/)
   [social](https://cn.wordpress.org/plugins/tags/social/)
 *  [高级视图](https://cn.wordpress.org/plugins/screenshot-generator/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/screenshot-generator/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/screenshot-generator/reviews/)

## 贡献者

 *   [ lassebunk ](https://profiles.wordpress.org/lassebunk/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/screenshot-generator/)