Jump to content

HTML help


Go to solution Solved by Rook,

9 posts in this topic

Recommended Posts

Posted

so on tumblr you can edit your Page HTML and i wannted to add a soundcloud Embed code but have it hiddin so only the song plays but have no one see where its coming from

Posted (edited)

i think it goes like this

<embed name="music name" src="music here" loop="false" hidden="true" autostart="true">
Updated by Amuyea
Posted

I think you'll need to place the embed code in a DIV or something where you can 'embed' the code into, like place inside.

 

Not really sure, but maybe if you try this in your CSS:

 

opacity: 0;

 

OR

 

display: none;

Posted

I was thinking about something else.

 

You can also set the opacity to 0, so that it plays, but nobody can see it.

 

Width and height works for fluid and fast responsiveness.

Posted

I was thinking about something else.

 

You can also set the opacity to 0, so that it plays, but nobody can see it.

 

Width and height works for fluid and fast responsiveness.

That works too but the player will still take up the space and if you hover your mouse over it, you can pause/ play the music. :p

Posted

but what to do when the blog is not infinite scroll? i want the music to keep playing even if you click next, is  it possible to do that?

Posted

but what to do when the blog is not infinite scroll? i want the music to keep playing even if you click next, is  it possible to do that?

Yes it is but it's not easy. You'd be refreshing the webpage via ajax or javascript, not sure.

Posted

Yes it is but it's not easy. You'd be refreshing the webpage via ajax or javascript, not sure.

it's JavaScript. I'm also thinking if other music players have that option 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines