WP Manifestindependent plugin directory
manifest / integrations / wp-discogs

WP Discogs

WordPress plugin for working with Discogs API

by Chrispian H. Burks · github.com/chrispian/wp-discogs · website

8stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/chrispian/wp-discogs/archive/refs/heads/master.zip

Simple plugin to add various Discogs data to your site via short codes, widgets, Gutenberg blocks and Advanced Custom Fields.

Screenshots

image

image

NOTE This is still an early release and has not been throughougly tested. I've been running it on several of my sites now for a while with no issues but please use with caution. Testers very much appreciated.

Usage

Currently: Just add [discogs] Where you want your collection to show up. Coming soon there will be more options, including pagination, style, wishlists, etc.

To Do

  • Add caching to requests to save API calls and reduce overhead.
  • Add Error Checking
  • Move singletons into OOP classes
  • Move CSS to extneral resource instead of inline
  • Create helper for displaying results
  • Add Wishlists
  • Add options for display (Pagination, styles, results, etc.)
  • Add other API methods like Searching, adding to wishlist, etc.
  • Add Widgets
  • Add Gutenberg Blocks
  • Add Advanced Custom Field support
  • Is there anyway to sort by artist, album name?

Authors

  • Chrispian H. Burks - Initial work - Chrispian