Changeset 3440138
- Timestamp:
- 01/15/2026 08:42:52 AM (3 months ago)
- Location:
- blocks-for-bandcamp/trunk
- Files:
-
- 2 edited
-
blocks-for-bandcamp.php (modified) (2 diffs)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blocks-for-bandcamp/trunk/blocks-for-bandcamp.php
r3393088 r3440138 6 6 Author: Greyforest 7 7 Author URI: https://www.greyforest.digital 8 Version: 1. 0.48 Version: 1.1.0 9 9 Requires at least: 6.0 10 Requires PHP: 7.011 Tested up to: 6. 810 Requires PHP: 8.0 11 Tested up to: 6.9 12 12 Text Domain: blocks-for-bandcamp 13 13 License: GPLv2 or later … … 21 21 if (!defined('ABSPATH')) { return; } 22 22 23 define('GF_BLOCKS_FOR_BANDCAMP_PLUGIN_VERSION','1. 0.4');23 define('GF_BLOCKS_FOR_BANDCAMP_PLUGIN_VERSION','1.1.0'); 24 24 define('GF_BLOCKS_FOR_BANDCAMP_PLUGIN_URL',plugin_dir_url( __FILE__ )); 25 25 define('GF_BLOCKS_FOR_BANDCAMP_PLUGIN_PATH',dirname( __FILE__ )); -
blocks-for-bandcamp/trunk/readme.txt
r3393088 r3440138 7 7 Tags: bandcamp, band, embed, merch, album 8 8 Requires at least: 6.0 9 Tested up to: 6. 810 Stable tag: 1. 0.411 Requires PHP: 7.09 Tested up to: 6.9 10 Stable tag: 1.1.0 11 Requires PHP: 8.0 12 12 License: GPLv2 or later 13 13 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 19 19 A collection of Gutenberg blocks for Bandcamp with functions for embedding merchandise, featured albums, audio players, and customized download code redemption forms. 20 20 21 Blocks for Bandcamp is a 100% free WordPress plugin that bridges your Bandcamp presence with your WordPress site by providing a suite of Gutenberg blocks specifically made for Bandcamp artists, labels, and music promoters to direct fans to your site while still selling music and merch from Bandcamp. This plugin gives you easy drag and drop editor tools with tons of customization options to showcase your music, merchandise, and download code forms with full customization — no API keys, logging in, or technical setup required. 22 23 This plugin was created with love by a musician, so that any band, solo artist, composer, poet, comedian, collective, sound artist, audiobook, podcast, record label, music blog, or fan can share Bandcamp content in a new and unique way on their own website. 24 21 25 Does not require API connection or any login - works for any public Bandcamp account / album. 22 26 23 ## ALBUM27 ### ALBUM 24 28 * Display information about a single album from Bandcamp account 25 29 * Header section with cover art, title, artist, release date, and links … … 30 34 * Option to only display certain sections (header / playlist / merch) 31 35 32 ## EMBED36 ### EMBED 33 37 * Custom options for embedding Bandcamp players (via shortcode, iFrame, or URL) 34 38 * Legacy [bandcamp] shortcode functionality that matches the one provided by Bandcamp 35 39 36 ## FORM40 ### FORM 37 41 * Generate and customize a custom download code redemption form 38 42 * Choose colors, borders, font size, padding, and other styles for input field and button independently 39 43 40 ## MERCH44 ### MERCH 41 45 * Display a full listing of all merch items from Bandcamp account 42 46 * Option to display merch items from single album only … … 44 48 * Display options for photos, album name, artist name, price, format, description, and more 45 49 46 ## MINIPLAYER50 ### MINIPLAYER 47 51 * Display a mini audio player of a specific track via album URL 48 52 * Select track by number or set to album's "featured" track 49 53 * Display options for album name, artist name, track title, album link, progress bar, and colors 50 54 51 ## COMPATIBILITY52 * This plugin requires a minimum PHP version of 7.455 ### COMPATIBILITY 56 * This plugin requires a minimum PHP version of 8.0 53 57 * This plugin requires Gutenberg Editor to be activated 54 58 55 ### NOTE TO ARTISTS & ACCOUNT OWNERS59 #### NOTE TO ARTISTS & ACCOUNT OWNERS 56 60 The HTML5 audio players for the "Miniplayer" and "Album" blocks use a Bandcamp MP3, but any "plays" by visitors ARE NOT TRACKED OR COUNTED TOWARD YOUR BANDCAMP STATS. 57 61 58 62 "Plays" are only tracked/counted via the official Bandcamp "embed" option, available in the "Album" and "Embed" blocks. 59 63 60 ### NOTICE64 #### NOTICE 61 65 *Your use of this plugin as an individual and a site owner is governed by the terms outlined on Bandcamp's ["Terms of Use"](https://bandcamp.com/terms_of_use) and ["Acceptable Use and Modern Policy"](https://get.bandcamp.help/hc/en-us/articles/23005947027991-Bandcamp-s-Acceptable-Use-and-Moderation-policy). This plugin makes use of publicly available data on Bandcamp album pages, but using or displaying data from other artists/accounts is explicitly forbidden.* 66 67 *This plugin is not affiliated with, endorsed by, or built in collaboration with Bandcamp.* 68 69 70 == Usecases == 71 72 Create a "Discography" section on your website, with a custom page per album. Add the **ALBUM** block to embed the artwork, audio, and merch for each album in a unified way. It's a perfect way to generate a catalog of your work with visual customization per album. 73 74 Have a new album coming out and want to share a custom URL for promotion? Embed a **MERCH** block to display links to your pre-order merchandise products tied to that album, and use the **MINIPLAYER** block to show off the album artwork with a playable audio interface for any track. 75 76 Want to create a unique portal for fans to redeem your download codes? Use the **FORM** block to insert a simple input field & button for fans to enter their code in. Put it on a custom page with a full-screen video background or a blown-up version of the album art, and you just made an experience for that fan. 77 78 Tired of copying/pasting custom HTML to display your albums? Use the **EMBED** block to display any of the default Bandcamp audio players via pasting the URL of the album, the iFrame code, or the WordPress.com [bandcamp] code. 62 79 63 80 == Support == … … 68 85 69 86 == Changelog == 87 88 = 1.1.0 -> January 15th, 2025 = 89 * Compatibility check for WordPress 6.9 90 * Updated readme 91 * Updated minimum PHP version to 8.0 70 92 71 93 = 1.0.4 -> November 10th, 2025 =
Note: See TracChangeset
for help on using the changeset viewer.