Title: Website Screenshots
Author: dirk94
Published: <strong>20 de Agosto de  2020</strong>
Last modified: 20 de Agosto de  2020

---

Buscar plugins

Este plugin **no ha sido probado con ninguna las 3 últimas versiones principales
de WordPress**. Puede que ya no se mantenga o no tenga soporte, y puede que tenga
problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

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

# Website Screenshots

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

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

 * [Detalles](https://cl.wordpress.org/plugins/website-screenshots/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/website-screenshots/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/website-screenshots/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/website-screenshots/#developers)

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

## Descripción

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 pantalla

 * [[
 * [[

## Instalación

 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

## Reseñas

No hay reseñas para este plugin.

## Colaboradores & Desarrolladores

“Website Screenshots” es software de código abierto. Las siguientes personas han
contribuido a este plugin.

Colaboradores

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

[Traduce “Website Screenshots” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/website-screenshots)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/website-screenshots/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/website-screenshots/),
o suscríbete al [registro de desarrollo](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).

## Historial de cambios

#### 1.0.1 – 20 August 2020

 * Updated the readme.

#### 1.0.0 – 19 August 2020

 * The initial release.

## Meta

 *  Versión **1.0**
 *  Última actualización **hace 6 años**
 *  Instalaciones activas **10+**
 *  Versión de WordPress ** 4.0 o superior **
 *  Probado hasta **5.5.18**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/website-screenshots/)
 * Etiquetas
 * [automatic](https://cl.wordpress.org/plugins/tags/automatic/)[generator](https://cl.wordpress.org/plugins/tags/generator/)
   [screenshot](https://cl.wordpress.org/plugins/tags/screenshot/)[tool](https://cl.wordpress.org/plugins/tags/tool/)
   [website screenshot](https://cl.wordpress.org/plugins/tags/website-screenshot/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/website-screenshots/advanced/)

## Calificaciones

Aún no se han enviado valoraciones.

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

[Ver todas las reseñas](https://wordpress.org/support/plugin/website-screenshots/reviews/)

## Colaboradores

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

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/website-screenshots/)