Update Full Player image (Fusebox 1.0)

The full player comes with the Pro subscription only, and is not included in the Free subscription. For a look at how Pro compares to Free, go here.


Your podcast logo appears in the Fusebox players by default. The image you see on the left side of your player’s progress bar comes from the currently playing file’s ID3 tags. You can override this image by adding an image tag to your shortcode.

Manually Setting a New Image

  1. Upload an image to your Media Library. Go to the library and click the Add New button.

  2. After you've uploaded the image, click on the image. This will open up the image's Attachment Details page. On this page, highlight and copy the image's URL.

  3. Add this URL into your [fusebox_full_player] shortcode (see below for more details).

Adding the Image URL to the Shortcode

For example, I would like to change the SPI logo on my podcast player to this image, which has a URL of https://www.smartpassiveincome.com/wp-content/uploads/2020/01/logo-green-1000.png.

I will add the following to my shortcode:

image="https://www.smartpassiveincome.com/wp-content/uploads/2020/01/logo-green-1000.png"

My player shortcode now reads:

[fusebox_full_player image="https://www.smartpassiveincome.com/wp-content/uploads/2020/01/logo-green-1000.png"]

Notes on images:

  • We highly recommend that you upload a square image. The image I used above was not exactly square—you can see that a small bar was added to the bottom to make it square.
  • Your image will be displayed as 100 px tall. The minimum size you should upload is 100px x 100px.

Still need help? Contact Us Contact Us