I just installed and tried the Bandcamp Plugin documented at GitHub - aezell/plugin-bandcamp: A customizable Bandcamp plugin for Micro.blog
It didn’t work. Any clues as to what I might have gotten wrong?
The URL is enclosed in backticks, as the documentation says, but that doesn’t show up in the screenshot.
I believe the back ticks are a mistake. They should not be present, despite what the Github page says.
I should note, the timeline will not include embeds.
Removing the backticks did this:
Did you get this working? It didn’t work for me today. I posted before I read this help page about the backticks.
I had this error on my Design page:
Theme error: Error building site: “content/2025/05/01/may-is-bandcamp-friday-if.md:21:14”: unrecognized character in shortcode action: U+005B ‘[’. Note: Parameters with non-alphanumeric args must be quoted.
[
is not allowed in URLs. The fact that it’s in there suggests that this is being used like a link, but you don’t need the []
parts of doing a link with the shortcode.
Your raw content would help me provide the exact feedback needed to get it working.
This is the contents of the post
May 2, 2025 is Bandcamp Friday
If you didn't know, Bandcamp waives most fees on Bandcamp Friday, giving artists a larger cut. It's a great time to grab a song, an album, or even my entire catalogue (for a bargain price).
voltij.bandcamp.com
{{< bandcamp id=“1091170946” url=“voltij.bandcamp.com/album/acouxtic-volume-1’” artist=“VOLTIJ” album=“Acouxtic Volume 1”>}}
I don’t see any instance of using artist
or album
as parameters. I also see a ` mark after volume-1 which shouldn’t be there. And those quotes are curly, not straight, which could be an issue as well.