PHPackages                             cyberitas/wp-pinterest-rss-widget - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. cyberitas/wp-pinterest-rss-widget

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

cyberitas/wp-pinterest-rss-widget
=================================

Wordpress pinterest RSS Widget

v3.0.2(4y ago)0256GPL-2.0+PHP

Since Nov 23Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Cyberitas/wordpress-pinterest-rss-widget)[ Packagist](https://packagist.org/packages/cyberitas/wp-pinterest-rss-widget)[ Docs](https://github.com/Cyberitas/wordpress-pinterest-rss-widget)[ RSS](/packages/cyberitas-wp-pinterest-rss-widget/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (4)Used By (0)

=== Pinterest RSS Widget ===

PHP 8 Compatible fork of the original pinterest-rss-widget WordPress plugin.

== Original Code ==

Contributors: bkmacdaddy, AidaofNubia, thewebprincess, leepettijohn Donate link: [https://www.paypal.com/cgi-bin/webscr?cmd=\_s-xclick&amp;hosted\_button\_id=SXTEL7YLUSFFC](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SXTEL7YLUSFFC)Tags: Pinterest, rss, feed, widget Requires at least: 2.8.4 Tested up to: 4.1.1 Stable tag: trunk

A widget to display thumbnails and titles of the latest Pinterest Pins from a specific user via their Pinterest RSS feed

== Description ==

This plugin allows you to place a widget on your sidebar that fetches the most recent contents of a Pinterest user's RSS feed and displays the corresponding thumbnail images. You can choose whether to show the description below the image, and you can set the height and width of the thumbnails to fit your theme. You also have the option of showing 4 different sizes of the official "Follow Me On Pinterest" button below the list of your pins.

You can also use this plugin from your theme templates, to display images lists anywhere else on your blog and you can easily give them a fixed size or a maximum size with CSS styling.

Starting with plugin version 1.3, you can also add a list of thumbnails of your Pins to a post or a page in the editor using the shortcode \[prw username="Your Pinterest Username"\]. (See FAQs for instructions).

Version 1.4 adds the capability of showing pins from a specific board in the widget or shortcode, rather than just all of the latest pins from a specific user. (See FAQs for instructions).

Note: This plugin is heavily based on the Image Feed Widget plugin created by Yorik van Havre (). As of version 2.0 it also utilizes the jQuery NailThumb script for image resizing () and no longer utilizes the timthumb.php script.

== Installation ==

1. Upload the folder `pinterest-rss-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 RSS Widget" will be available under Appearance &gt; Widgets, where you can add it to your sidebar and edit all settings of the plugin.

== Frequently Asked Questions ==

= How do I use the shortcode in the post or page editor? =

While editing the post or page that you want to add your Pins to, enter the shortcode \[prw username="Your Pinterest Username"\]. At the very minimum you have to include the username parameter, substituting "Your Pinterest Username" with your actual Pinterest username. The rest of the parameters are the same as listed below in the template tags explanation, and the defaults are also the same. Here's an example:

`[prw username="bkmacdaddy" boardname="design-inspiration" maxfeeds="10" divname="myList" printtext="0" target="newwindow" useenclosures="yes" thumbwidth="100" thumbheight="100" showfollow="medium"]`

The above example will show the 10 latest Pins from bkmacdaddy's Design Inspiration board, in a div class titled "pins-feed-myList". Each thumbnail will be 100 x 100 pixels with no description below them. When clicked on, the Pin will open in a new tab/window, and the Follow Me On Pinterest button at the bottom will be the medium sized one.

If you leave out any of the parameters they will revert to the defaults listed below.

= How do I use the plugin in my theme? =

Anywhere in your theme templates, you can display the list of latest Pins thumbnails by placing the following code where you want them to appear:

``

Where:

- **username** is the Pinterest username you wish to display Pins from (mandatory)
- **boardname** is the slug (URL) of a specific board. This must be the actual part of the URL that designates the board (i.e. [http://pinterest.com/bkmacdaddy/\*\*design-inspiration\*\*/](http://pinterest.com/bkmacdaddy/**design-inspiration**/) - the portion in bold) (optional)
- **maxfeeds** is the maximum number of Pins to display (optional, default = 25)
- **divname** is a name suffix for the list class. "myList" will become "pins-feed-myList" (optional)
- **printtext** must be 1 if you want the first few words of the Pin description to be printed below the thumbnail (optional)
- **target** is "samewindow" or "newwindow", depending on where you want links to open (optional, default = samewindow)
- **useenclosures** is "yes" or "no" (optional, default = yes). Use this if you don't want to use the tag in the feed and force the script to find an image link in the feed item description.
- **thumbwidth** is a number that will set the width in pixels of the Pin's thumbnail (optional, default = 150)
- **thumbheight** is a number that will set the height in pixels of the Pin's thumbnail (optional, default = 150)
- **showfollow** is "large", "medium", "small", "tiny" or "none" (optional, default = none). Use this if you want to show the "Follow Me On Pinterest" button below the thumbnails. Select the size that best fits the space allowed ("large" is 156x26, "medium" is 78x26, "small" is the square 61x61 logo, and "tiny" is the 16x16 logo.)

Example:

``

== Screenshots ==

1. The widget settings
2. Widget on the front end with 9 Pins and titles displaying
3. Choose one of four buttons (or none) to display beneath the list of Pins

== Changelog ==

= 2.2.5 =

- Fixed issue with new Pinterest https URL

= 2.2.4 =

- Added fix for "Call to undefined method WP\_Error::set\_timeout()"

= 2.2.3 =

- Removed extraneous line left in accidentally in 2.2.2

= 2.2.2 =

- Removed problematic deregistering of WordPress jQuery
- Plugin now uses built-in WordPress jQuery

= 2.2.1 =

- Fixed problem with wrong version in repository

= 2.2 =

- Fixed code to work with latest version of WordPress (3.5)

= 2.01 =

- Added timeout for RSS feed retrieval to avoid Call to undefined method WP\_Error::get\_item\_quantity()

= 2.0 =

- Removed timthumb.php and replaced jQuery NailThumb for image resizing

= 1.5 =

- Updated to latest version of timthumb.php

= 1.4 =

- Added the capability to show pins from a specific board

= 1.3.2 =

- Recoded to remove ob\_ functions that were not working on certain server configurations

= 1.3.1 =

- Repaired error in shortcode

= 1.3 =

- Added shortcode for use in posts and pages

= 1.2.5 =

- Added ability to choose 4 different sizes of "Follow Me On Pinterest" buttons

= 1.2.4 =

- Changed location of cache folder for timthumb.php script to /wp-content/uploads/prw\_tmp/
- Changed URL of plugin site to
- Added donation link

= 1.2.3 =

- Added FAQS based on some troubleshooting
- Added 2 contributors for their testing assistance and suggestions
- Tweaked instructions on the widget settings

= 1.2.2 =

- Fixed directory path errors on WP Multisite

= 1.2.1 =

- Corrected "Follow Me On Pinterest" button image errors

= 1.2 =

- Added "Follow Me On Pinterest" button

= 1.1 =

- Improved CSS styles for better universal use

= 1.0 =

- First version

== Upgrade Notice ==

= 1.4 =

Originally from

Last committed to 6 years ago.

Began breaking in PHP 8 and so Cyberitas has taken over and made a fix for this plugin for PHP 8.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

1631d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/25478a405435bb0df8adb3852f7da2a765be872dac568918767d2ff1f77c49a3?d=identicon)[scm6079](/maintainers/scm6079)

---

Top Contributors

[![scm6079](https://avatars.githubusercontent.com/u/4087959?v=4)](https://github.com/scm6079 "scm6079 (1 commits)")

---

Tags

wordpressrsspinterest

### Embed Badge

![Health badge](/badges/cyberitas-wp-pinterest-rss-widget/health.svg)

```
[![Health](https://phpackages.com/badges/cyberitas-wp-pinterest-rss-widget/health.svg)](https://phpackages.com/packages/cyberitas-wp-pinterest-rss-widget)
```

###  Alternatives

[tgmpa/tgm-plugin-activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins).

1.8k222.5k13](/packages/tgmpa-tgm-plugin-activation)[aristath/kirki

Extending the WordPress customizer

1.3k73.0k4](/packages/aristath-kirki)[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[pdir/social-feed-bundle

Social feed extension for Contao CMS

1414.8k](/packages/pdir-social-feed-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
