Viewing 2 replies - 1 through 2 (of 2 total)
  • sav

    (@fabiosavinagmailcom)

    You can call the function wp_bandcamp_embed_player with an array of player attributes as a parameter.
    Here’s an example:

    wp_bandcamp_embed_player(array(
        'type' => 'album',
        'id' => '130906753',
        'size' => 'grande2',
        'bgcol' => '#FFFFFF',
        'linkcol' => '#4285BB',
        'transparent' => 'true'
    ));
    Thread Starter Eckstein

    (@eckstein)

    Excellent, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP BandCamp] Insert into theme’ is closed to new replies.