Cody G. Henshaw

Hacking the WWW

Pinflickr - Some Kind of Wordpress Pinboard Plugin

I have just completed the first version of my “Pinflickr” plugin which automatically generates a pinboard styled gallery. Below is a paste of the Readme file located in the git repo. Full write-up coming soon.

Full Source on Github

This plugin uses the Flickr API to build a pinboard style gallery on an existing Wordpress site.

Examples:

Screenshot 1 Screenshot 2

Installation

  • Move wp-pinflickr folder to the plugins directory of your Wordpress site.
  • Create a new API code and app secret on flickr More Info
  • Access Pinflickr Settings under the Settings menu inside the Wordpress Admin Menu.
  • Enter your API code and App Secret from Flickr. Save these changes.
  • Create a new page that will hold your gallery
  • The plugin works with a shortcode to display the gallery. The format is as follows:

[pinflickr user_id="66956608@N06" tags="tags,separated,by,commas"]

The easiest way to find a user id is by using the site idGettr.

  • Enter the shortcode with your user_id and desired tags and save this page.
  • That’s it! You’ve created an awesome pinboard styled gallery!

Working Demo Coming Soon

SublimeText 2 Keybindings Cheatsheet

Migrating this post from my old blog… These keybindings are still relevant though.

General

Files

Ctrl + Shift + n – New Window
Ctrl + Shift + w – Close Window
Ctrl + Shift + t – Reopen Last File
Ctrl + Shift + s – Save File As Prompt
Ctrl + w – Close Current File
Ctrl + o – Open File Prompt
Ctrl + n – New File
Ctrl + s – Save

Views

Ctrl + k + b – Toggle Sidebar
F11 – Toggle Fullscreen
Shift + F11 – Toggle Distraction Free
Ctrl + Shift + p – Command Prompt
Alt + Shift + 2 – Split View into Two Columns
Alt + Shift + 1 – Revert to One Column
Alt + Shift + 5 – Set to Grid View
Ctrl + [NUM] – Jump to Group Where [NUM] is 1-4
Ctrl + Shift + [NUM] – Move File to Specified Group Where [NUM] is 1-4