Title: Urlbox Screenshots
Author: urlbox.io
Published: <strong>Oktubre 27, 2016</strong>
Last modified: Oktubre 14, 2024

---

Maghanap ng mga plugin

![](https://ps.w.org/urlbox-screenshots/assets/banner-772x250.png?rev=3089467)

Ang plugin na ito ay **hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress**.
Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility
kapag ginamit sa mas bagong bersyon ng WordPress.

![](https://ps.w.org/urlbox-screenshots/assets/icon.svg?rev=3089467)

# Urlbox Screenshots

 Ni [urlbox.io](https://profiles.wordpress.org/urlbox/)

[I-download](https://downloads.wordpress.org/plugin/urlbox-screenshots.1.6.2.zip)

 * [Mga Detalye](https://tl.wordpress.org/plugins/urlbox-screenshots/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/urlbox-screenshots/#reviews)
 *  [Pag-install](https://tl.wordpress.org/plugins/urlbox-screenshots/#installation)
 * [Development](https://tl.wordpress.org/plugins/urlbox-screenshots/#developers)

 [Suporta](https://wordpress.org/support/plugin/urlbox-screenshots/)

## Deskripsyon

🎉 Easily display website screenshots of any URL in your WordPress site 🎉

This plugin uses the Urlbox API to generate website screenshots and display them
on your site. Please note the Urlbox API is a paid service – you can sign up for
a trial at [https://urlbox.com](https://urlbox.com).

**How to use the plugin**

When running WordPress locally or in a containerised environment, we recommend you
use at least WordPress version 6.0 and PHP 8.0.

 1. First activate the plugin and fill in your Urlbox.com API Key and Secret in the
    settings page.
 2. (Optional) You can set default options for your screenshots such as width, height,
    and thumbnail width on the plugin settings page.
 3. Now when you want to display a screenshot inside a post or page, just use the following
    in a Shortcode block:

[urlbox url=google.com] // display a screenshot of google.com

If you want to override any of the settings, just pass the option into the shortcode:

[urlbox url=google.com full_page=true thumbnail_width=400] // display a full_page
screenshot of google.com thumnailed down to 400px wide

The plugin wraps the `<img>` element inside a `<figure>` element. You can set the
class of both the figure and the img elements from the settings page (which will
apply to all screenshots), and also override these settings for an individual screenshot
by passing the options in the shortcode:

[urlbox url=google.com figure_class=my-figure-class img_class=my-img-class ] // 
change the css classes of the wrapping figure and img element

**What do you need**

 * WordPress
 * A Urlbox Account
 * Your Urlbox API key and secret (From: [https://urlbox.com](https://urlbox.com))

### Known Bugs

1.6.0 – Bug in proxy logic. Testing one’s proxy connection in the plugin’s settings
will not work due to an ‘Invalid JSON’ error, because of a lack of JSON encoding.
This error does not display in the WordPress playground, but will display in any
dockerised/live environment. Action taken was to fix the bug and release 1.6.1, 
and introduce a dockerised test/development environment for future coverage before
releases.

## Mga Screenshot

 * [[
 * Settings view
 * [[
 * Using the shortcode in a post
 * [[
 * Viewing the results

## Pag-install

 1. Upload the Urlbox plugin directory to the `/wp-content/plugins/urlbox` directory
    or install using the WordPress plugin installer
 2. Activate the plugin through the **Plugins** menu in WordPress
 3. Edit default settings as necessary using **Urlbox Options**
 4. Create a new page or post, or edit an existing one
 5. Insert your shortcode using the Shortcode block
 6. Customise your screenshots by changing options in your shortcodes

## FAQ

### How to change options from the shortcode

Pass them in like so: [urlbox url=www.bbc.co.uk width=100]
 See [https://urlbox.com/docs/options](https://urlbox.com/docs/options)
for default values

## Mga Review

![](https://secure.gravatar.com/avatar/1ceeadc577147b15cb7162109f6dfd09a0136c61dde632db476a7869d2f54261?
s=60&d=retro&r=g)

### 󠀁[Works exactly as expected – great service!](https://wordpress.org/support/topic/works-exactly-as-expected-great-service/)󠁿

 [SeanAUS120](https://profiles.wordpress.org/seanaus120/) Abril 24, 2018

Very simple to setup and the screenshots look amazing. Highly recommend this plugin
for screenshoting.

![](https://secure.gravatar.com/avatar/111643ac98f39db50c6d169a38c5bb981af9ba8399ff23453d7fef2c4b288571?
s=60&d=retro&r=g)

### 󠀁[Nice plugin, but $29/mo after 7 days (Ouch)](https://wordpress.org/support/topic/nice-plugin-but-29mo-after-7-days-ouch/)󠁿

 [nathaningram](https://profiles.wordpress.org/nathaningram/) Disyembre 5, 2016

This is a well-executed plugin and would be a helpful tool for many users if not
for the price. In order to use the plugin, a URLbox.io account is necessary. Good
news, it’s free for 7 days. Bad news, it’s $29 a month after that. I’m not sure 
of many applications that would justify that price tag. Shame… it’s a nice plugin.

 [ Basahin lahat ng 2 na review ](https://wordpress.org/support/plugin/urlbox-screenshots/reviews/)

## Mga Contributor at Developer

Ang “Urlbox Screenshots” ay open source software. Ang mga sumusunod na tao ay nag-
ambag sa plugin na ito.

Mga Contributor

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

[Isalin ang “Urlbox Screenshots” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/urlbox-screenshots)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/urlbox-screenshots/),
i-check ang [SVN repository](https://plugins.svn.wordpress.org/urlbox-screenshots/),
o mag-subscribe sa [development log](https://plugins.trac.wordpress.org/log/urlbox-screenshots/)
sa pamamagitan ng [RSS](https://plugins.trac.wordpress.org/log/urlbox-screenshots/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.6.2

Update instances of .io to .com. This includes the generated URL made by the generateUrl()
method.

#### 1.6.1

Performs a refactor of the plugin, fixing a bug in the proxy logic, adding more 
documentation to docblocks, improving security issues, and decoupling proxy logic
into a specific test method for the proxy connection and a generalised POST /sync
method.

#### 1.6.0

Introduce proxy logic, so users can make urlbox screenshot requests via their proxy
which is set in the plugin settings.

#### 1.5.4

Fixes minor bug introduced in 1.5.3 – Checkbox state wasn’t held in settings.

#### 1.5.3

Updates shortcode logic to allow an ‘alt’ attribute in the tag

#### 1.5.2

Updated shortcode logic to allow all Urlbox API options

#### 1.5.1

Updated HTML output and instructions for the block editor; tested with WordPress
5.9

#### 1.5

Fixed minor bugs and tested with WordPress 5.7-beta

#### 1.0

Initial Release

## Meta

 *  Bersyon **1.6.1**
 *  Huling na-update **2 taon ang nakalipas**
 *  Mga aktibong installation **50+**
 *  Bersyon ng WordPress ** 6.0 o mas bago **
 *  Sinubukan hanggang **6.6.5**
 *  Wika
 * [English (US)](https://wordpress.org/plugins/urlbox-screenshots/)
 * Mga Tag
 * [screenshot](https://tl.wordpress.org/plugins/tags/screenshot/)[screenshots](https://tl.wordpress.org/plugins/tags/screenshots/)
 *  [Advanced View](https://tl.wordpress.org/plugins/urlbox-screenshots/advanced/)

## Mga Rating

 3.5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/urlbox-screenshots/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/urlbox-screenshots/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/urlbox-screenshots/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/urlbox-screenshots/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/urlbox-screenshots/reviews/?filter=1)

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

[Tingnan lahat ng review](https://wordpress.org/support/plugin/urlbox-screenshots/reviews/)

## Mga Contributor

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

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

 [Tingnan ang support forum](https://wordpress.org/support/plugin/urlbox-screenshots/)