Title: [Plugin: WP BandCamp] Insert into theme
Last modified: August 20, 2016

---

# [Plugin: WP BandCamp] Insert into theme

 *  Resolved [Eckstein](https://wordpress.org/support/users/eckstein/)
 * (@eckstein)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-bandcamp-insert-into-theme/)
 * Is there a code to insert this directly into a theme?
 * [http://wordpress.org/extend/plugins/wp-bandcamp/](http://wordpress.org/extend/plugins/wp-bandcamp/)

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

 *  [sav](https://wordpress.org/support/users/fabiosavinagmailcom/)
 * (@fabiosavinagmailcom)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-bandcamp-insert-into-theme/#post-3085183)
 * 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](https://wordpress.org/support/users/eckstein/)
 * (@eckstein)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-bandcamp-insert-into-theme/#post-3085184)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-bandcamp.svg)
 * [WP BandCamp](https://wordpress.org/plugins/wp-bandcamp/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-bandcamp/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-bandcamp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-bandcamp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-bandcamp/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Eckstein](https://wordpress.org/support/users/eckstein/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-bandcamp-insert-into-theme/#post-3085184)
 * Status: resolved