I'm trying to embed a bandcamp,com player for this track in a blog post. The share/embed link on the bandcamp page generates this code for wordpress.com:
[bandcamp track=1234984057 bgcol=FFFFFF linkcol=4285BB size=venti]
and this code for wordpress.org:
<iframe width="400" height="100" style="position: relative; display: block; width: 400px; height: 100px;" src="http://bandcamp.com/EmbeddedPlayer/v=2/track=1234984057/size=venti/bgcol=FFFFFF/linkcol=4285BB/" allowtransparency="true" frameborder="0"><a href="http://mariancall.bandcamp.com/track/got-to-fly">Got to Fly by Marian Call</a></iframe>
Neither succeeds in embedding the player. The wordpress.com version doesn't get displayed in the post at all, and the wordpress.org version is just converted into a link to the bandcamp,com page, ignoring the iframe tags.
Any suggestions?
The blog I need help with is timtfj.wordpress.com.