WP Pinboard

Adds a shortcode to display Pinboard.in bookmarks in your content, widgets, or templates. Public feeds can be filtered by usernames or tags.

Author:Josh Stauffer (profile at wordpress.org)
WordPress version required:3.5
WordPress version tested:4.2.4
Plugin version:1.0
Added to WordPress repository:05-08-2015
Last updated:05-08-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:https://wordpress.org/plugins/wp-pinboard/
Total downloads:1 057
Active installs:20+
plugin download
Click to start download

Adds a shortcode to display Pinboard.in bookmarks in your content, widgets, or templates. Public feeds can be filtered by usernames or tags.

URL Patterns

The URL patterns for public bookmarks look like this:

You can filter bookmarks by combining a username with tags:

You can filter bookmarks by up to three tags:

Please note that the URL must begin with https://pinboard.in/.

Usage Examples

Basic Example:

[wp_pinboard]https://pinboard.in/u:username/[/wp_pinboard]

Advanced Example:

  • description: Whether to show of hide the description of the bookmark. Default 'show'.
  • tags: Whether to show of hide the tags of the bookmark. Default 'show'.
  • date: Whether to show of hide the date of the bookmark. Default 'show'.
  • user: Whether to show of hide the username of the bookmark. Default 'show'.
  • count: The number of bookmarks to display (max: 400). Default 20.
  • orderby: How to sort the bookmarks. Accepts 'title', 'date', or 'random'. Default 'date'.
[wp_pinboard description="show" tags="show" user="show" date="show" count="20" orderby="date"]https://pinboard.in/u:username/[/wp_pinboard]

Text Widget Example:

You can print bookmarks using a text widget like so:

[wp_pinboard]https://pinboard.in/u:username/[/wp_pinboard]

Template Example:

You can also print bookmarks directly in a template like so:

<?php echo do_shortcode('[wp_pinboard]https://pinboard.in/u:username/[/wp_pinboard]'); ?>

FAQ
ChangeLog