SelfSufficientMe
Well-known member
Basically, I'm just asking for a bit of help on how to embed an iframe into a post using the editor. Is it even possible?
The code I have is a mini player which just shows the album art and plays the song when the play button is pressed. I grabbed the code from the artists site "Embed this song onto your website" and it's in HTML format so I used the "insert code" and selected HTML on the editor but it just shows the code instead of the player when the post is saved.
I tried asking this question elsewhere but got the cold shoulder I think because I thought I could somehow use BBCodes to set this up but obviously it's not the case. I'm still finding my way around XF and my coding knowledge is pretty poor so any help is appreciated.
This is the code I'm trying to embed (minus the host website details) but it gives the idea of what I'm trying to embed:
< iframe style="border: 0; width: 350px; height: 470px;" src="http://something.com/EmbeddedPlayer...kcol=0687f5/tracklist=false/transparent=true/" seamless><a href="Atoms'>http://something.something.com/album/atoms-emptiness">Atoms & Emptiness by Something</a></iframe>
The code I have is a mini player which just shows the album art and plays the song when the play button is pressed. I grabbed the code from the artists site "Embed this song onto your website" and it's in HTML format so I used the "insert code" and selected HTML on the editor but it just shows the code instead of the player when the post is saved.
I tried asking this question elsewhere but got the cold shoulder I think because I thought I could somehow use BBCodes to set this up but obviously it's not the case. I'm still finding my way around XF and my coding knowledge is pretty poor so any help is appreciated.
This is the code I'm trying to embed (minus the host website details) but it gives the idea of what I'm trying to embed:
< iframe style="border: 0; width: 350px; height: 470px;" src="http://something.com/EmbeddedPlayer...kcol=0687f5/tracklist=false/transparent=true/" seamless><a href="Atoms'>http://something.something.com/album/atoms-emptiness">Atoms & Emptiness by Something</a></iframe>