Title: Website Screenshots
Author: dirk94
Published: <strong>20 agosto, 2020</strong>
Last modified: 20 agosto, 2020

---

Pesquisar plugins

Este plugin **não foi testado com os 3 lançamentos principais mais recentes do WordPress**.
Ele pode não ser mais mantido ou suportado e pode ter problemas de compatibilidade
quando usado com versões mais recentes do WordPress.

![](https://ps.w.org/website-screenshots/assets/icon-128x128.png?rev=2365607)

# Website Screenshots

 Por [dirk94](https://profiles.wordpress.org/dirk94/)

[Baixar](https://downloads.wordpress.org/plugin/website-screenshots.zip)

 * [Detalhes](https://br.wordpress.org/plugins/website-screenshots/#description)
 * [Avaliações](https://br.wordpress.org/plugins/website-screenshots/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/website-screenshots/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/website-screenshots/#developers)

 [Suporte](https://wordpress.org/support/plugin/website-screenshots/)

## Descrição

Use the `[website-screenshot]` shortcode to automatically insert an up to date webiste
screenshot.

#### Shortcode Examples

    ```
    // Website screenshot of wordpress.org
    [website-screenshot url="https://wordpress.org" width="1680"]

    // You can also resize the generated images
    [website-screenshot url="https://wordpress.org" width="1680" thumbnail_width="100"]

    // And you can add custom html tags
    [website-screenshot url="https://wordpress.org" target="_blank" class="my-image-class"]
    ```

#### Parameters

 * url (required) – The url
 * width – the width of the screenhsot
 * height – the height of the screenshot
 * thumbnail_width – Resize the image to the desired width, preserves the aspect
   ratio
 * alt – the image alt text
 * target – browser target. For example: use _blank to open in a new window
 * class – add a class to the screenshot

#### Generating the screenshot in PHP

You can also use our PHP class to generate a screenshot:

    ```
    <img src="<?php echo WebsiteScreenshot::screenshot(['url' => 'https://wordpress.org']); ?>" />
    ```

#### Notes

 * This plugin relies on [screenshotapi.net](https://screenshotapi.net) you should
   create an account there and paste your API token into the settings page.

## Capturas de tela

[[

[[

## Instalação

 1. Install the plugin from the WordPress admin panel, or upload the `website-screenshots`
    folder to `/wp-content/plugins/`
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## Avaliações

Não há avaliações para este plugin.

## Colaboradores e desenvolvedores

“Website Screenshots” é um programa de código aberto. As seguintes pessoas contribuíram
para este plugin.

Colaboradores

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

[Traduzir o “Website Screenshots” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/website-screenshots)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/website-screenshots/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/website-screenshots/)
ou assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/website-screenshots/)
por [RSS](https://plugins.trac.wordpress.org/log/website-screenshots/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

#### 1.0.1 – 20 August 2020

 * Updated the readme.

#### 1.0.0 – 19 August 2020

 * The initial release.

## Meta

 *  Versão **1.0**
 *  Última atualização **6 anos atrás**
 *  Instalações ativas **10+**
 *  Versão do WordPress ** 4.0 ou superior **
 *  Testado até **5.5.22**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/website-screenshots/)
 * Tags
 * [automatic](https://br.wordpress.org/plugins/tags/automatic/)[generator](https://br.wordpress.org/plugins/tags/generator/)
   [screenshot](https://br.wordpress.org/plugins/tags/screenshot/)[tool](https://br.wordpress.org/plugins/tags/tool/)
   [website screenshot](https://br.wordpress.org/plugins/tags/website-screenshot/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/website-screenshots/advanced/)

## Classificações

Ainda não foi enviada nenhuma avaliação.

[Sua avaliação](https://wordpress.org/support/plugin/website-screenshots/reviews/#new-post)

[Ver todas avaliações](https://wordpress.org/support/plugin/website-screenshots/reviews/)

## Colaboradores

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

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/website-screenshots/)