Download the PHP package cyberitas/wp-pinterest-rss-widget without Composer

On this page you can find all versions of the php package cyberitas/wp-pinterest-rss-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wp-pinterest-rss-widget

=== 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&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 (http://wordpress.org/extend/plugins/image-feed-widget/). As of version 2.0 it also utilizes the jQuery NailThumb script for image resizing (http://www.garralab.com/nailthumb.php) 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 > 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:

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 =

= 2.2.4 =

= 2.2.3 =

= 2.2.2 =

= 2.2.1 =

= 2.2 =

= 2.01 =

= 2.0 =

= 1.5 =

= 1.4 =

= 1.3.2 =

= 1.3.1 =

= 1.3 =

= 1.2.5 =

= 1.2.4 =

= 1.2.3 =

= 1.2.2 =

= 1.2.1 =

= 1.2 =

= 1.1 =

= 1.0 =

== Upgrade Notice ==

= 1.4 =

Originally from https://plugins.trac.wordpress.org/browser/pinterest-rss-widget/#trunk

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.


All versions of wp-pinterest-rss-widget with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package cyberitas/wp-pinterest-rss-widget contains the following files

Loading the files please wait ....