Title: Pinterest Pinboard Widget
Author: codefish
Published: <strong>21 de gener de 2012</strong>
Last modified: 5 de març de 2015

---

Cerca extensions

![](https://ps.w.org/pinterest-pinboard-widget/assets/banner-772x250.jpg?rev=493460)

Aquesta extensió **no s’ha provat en les darreres 3 versions majors del WordPress**.
Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat
quan s’usa en versions recents del WordPress.

![](https://s.w.org/plugins/geopattern-icon/pinterest-pinboard-widget_f8f8f8.svg)

# Pinterest Pinboard Widget

 Per [codefish](https://profiles.wordpress.org/codefish/)

[Baixa](https://downloads.wordpress.org/plugin/pinterest-pinboard-widget.1.0.7.zip)

 * [Detalls](https://ca.wordpress.org/plugins/pinterest-pinboard-widget/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/pinterest-pinboard-widget/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/pinterest-pinboard-widget/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/pinterest-pinboard-widget/#developers)

 [Suport](https://wordpress.org/support/plugin/pinterest-pinboard-widget/)

## Descripció

This plugin adds your favorite pins much like the pinboards on Pinterest. It uses
the original thumbnails from Pinterest itself. The plugin aims to have the same 
look and feel as the pinboords on Pinterest. To improve your site’s performance,
the pins are cached every 15 minutes.

The Pinterest Pinboard can be used as a widget in your sidebar or on any page using
the shortcode.

### Get Involved

 * Development and pull requests [on GitHub](https://github.com/codefishnl/wordpress-pinterest-pinboard-widget)
 * Bug reports and suggestions on [WordPress.org forums](https://wordpress.org/support/plugin/pinterest-pinboard-widget)

## Captures

[⌊Settings of the widget under: Appearance > Widgets⌉⌊Settings of the widget under:
Appearance > Widgets⌉[

Settings of the widget under: Appearance > Widgets

[⌊This is the Pinterest Pinboard widget in the sidebar of the Twenty Eleven WordPress
theme⌉⌊This is the Pinterest Pinboard widget in the sidebar of the Twenty Eleven
WordPress theme⌉[

This is the Pinterest Pinboard widget in the sidebar of the Twenty Eleven WordPress
theme

## Instal·lació

 1. Upload the folder pinterest-pinboard-widget and its contents to the /wp-content/
    plugins/ directory or use the wordpress plugin installer
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. A new «Pinterest Pinboard» widget will be available under Appearance > Widgets.
 4. Add it to your sidebar and edit settings, or use the following shortcode on your
    page to display the pins `[pinterest_pinboard username="pinterest"]`.

## PMF

  Installation Instructions

 1. Upload the folder pinterest-pinboard-widget and its contents to the /wp-content/
    plugins/ directory or use the wordpress plugin installer
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. A new «Pinterest Pinboard» widget will be available under Appearance > Widgets.
 4. Add it to your sidebar and edit settings, or use the following shortcode on your
    page to display the pins `[pinterest_pinboard username="pinterest"]`.

  My latest pins are not showing on my website

The Pinterest Pinboard Widget caches the RSS feed from Pinterest itself every 15
minutes. This improves loading time of your website, but may show a new pin with
a slight delay. A just added pin also takes some time to show up in Pinterest’s 
RSS feed.

  Can I disable caching?

In the current version caching is always enabled (15 minutes). Future versions of
the plugin will allow you to set the caching interval or disable caching completely.

  Can I add a Follow Me button?

The current version show a ‘more pins’ link only. Future versions of the plugin 
will have more choices of buttons provided by Pinterest.

  I want to add a Pinboard to a page. Is this possible?

Yes, since version 1.0.5 the plugin support a shortcode `pinterest_pinboard`. The
following argument can be supplied:

 * username: The pinterest username to retrieve the pins for
 * rows: Nr. of rows of pins to display
 * cols: Nr. of columns of pins to display
 * new_window: Either 0 (open url in same window) or 1 (open url in new window)

Some examples of the shortcode uses are below. Retrieve 9 pins for user pinterest:

    ```
    [pinterest_pinboard username="pinterest" rows=3 cols=3]
    ```

Retrieve 30 pins for user pinterest and open links in a new window:

    ```
    [pinterest_pinboard username="pinterest" rows=3 cols=10 new_window=1]
    ```

## Ressenyes

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

### 󠀁[Still works but should have an update](https://wordpress.org/support/topic/still-works-but-should-have-an-update/)󠁿

 [JohnRoyce](https://profiles.wordpress.org/johnroyce/) 12 de juny de 2017

This plugin works, it is a little wiggly about placement but can be dealt with if
you know some CSS/HTML. It does go «out» sometimes but not too bad. Really it has
been surprisingly durable over many months now. I do wonder why they don’t release
an update, even if just a minor log change. The lapse is too long imo.

 [ Llegiu totes les 7 ressenyes ](https://wordpress.org/support/plugin/pinterest-pinboard-widget/reviews/)

## Col·laboradors i desenvolupadors

«Pinterest Pinboard Widget» és programari de codi obert. La següent gent ha col·laborat
en aquesta extensió.

Col·laboradors

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

[Traduïu «Pinterest Pinboard Widget» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/pinterest-pinboard-widget)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/pinterest-pinboard-widget/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/pinterest-pinboard-widget/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/pinterest-pinboard-widget/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/pinterest-pinboard-widget/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 1.0.7

 * Fixed wrong fetch url (caused: Unable to load Pinterest pins for)

#### 1.0.6

 * Fix broken pinboard layout.

#### 1.0.5

 * Enable shortcode support.
 * Use protocol relative urls for pins to solve issues with https.

#### 1.0.4

 * Fix PHP notice, see: https://wordpress.org/support/topic/use-of-undefined-constant-
   1

#### 1.0.3

 * Add setting to allow links to be opened in a new window
 * Set CSS for pinboard widget images to display inline, regardless of the current
   theme.
 * Move inline CSS to css file
 * Remove unittest from the release
 * Minor code fixes
 * Minor CSS fixes

#### 1.0.2

 * When server runs https:// also retrieve the pins from Pinterest that way
 * Fixed a bug when pin description contained a quote («)
 * Replaced inline php with echo

#### 1.0.1

 * CSS enhancements
 * Output HTML comment line for troubleshooting purposes

#### 1.0.0

 * Initial version

## Meta

 *  Versió **1.0.7**
 *  Darrera actualització **fa 9 anys**
 *  Instal·lacions actives **500+**
 *  Versió del WordPress ** 3.0 o posterior **
 *  Provada fins a **4.1.42**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/pinterest-pinboard-widget/)
 * Etiquetes
 * [pinboard](https://ca.wordpress.org/plugins/tags/pinboard/)[Pinterest](https://ca.wordpress.org/plugins/tags/pinterest/)
   [widget](https://ca.wordpress.org/plugins/tags/widget/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/pinterest-pinboard-widget/advanced/)

## Valoracions

 4 sobre 5 estrelles.

 *  [  3 valoracions de 5 estrelles     ](https://wordpress.org/support/plugin/pinterest-pinboard-widget/reviews/?filter=5)
 *  [  1 valoració de 4 estrelles     ](https://wordpress.org/support/plugin/pinterest-pinboard-widget/reviews/?filter=4)
 *  [  3 valoracions de 3 estrelles     ](https://wordpress.org/support/plugin/pinterest-pinboard-widget/reviews/?filter=3)
 *  [  0 valoracions de 2 estrelles     ](https://wordpress.org/support/plugin/pinterest-pinboard-widget/reviews/?filter=2)
 *  [  0 valoracions de 1 estrelles     ](https://wordpress.org/support/plugin/pinterest-pinboard-widget/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/pinterest-pinboard-widget/reviews/#new-post)

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/pinterest-pinboard-widget/reviews/)

## Col·laboradors

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

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/pinterest-pinboard-widget/)