Welcome to Gaia! ::


Prismatic Unicorn

76,950 Points
  • Fairy bread fancier 500
  • Just A Regular User 500
  • Wing Mastery 100
Lady Saxophone

Further updates on the deep mystery of Youtube videos. I've been doing some poking, and it seems like the issue causing players to not show up correctly is because Youtube is trying to use the https connection (secure link), and the videos aren't set up for this. (Apologies for my supreme lack of technical language.)

If we try to go to https://www.youtube.googleapis.com/v/NnvVZN7EbbY?autoplay=1 it gives the 'this connection is not secure' error, and if I trim off the s manually so that I'm using http like so http://www.youtube.googleapis.com/v/NnvVZN7EbbY?autoplay=1 it brings up a 404 error. Looking at the API demo page, it's starting to spit out links with /embed/ instead of /v/ or /p/, but I'm not sure if we can get the /embed/ stuff to work on Gaia?

I can use the www.youtube.com and the youtube.google.apis links on a Classic profile fine, but it's not letting me use API links on a v2 profile, so the only thing which I can get happening is autoplay, the profiles seems to be eating any other instructions in the link.

Saxy Coder

▧▧▧ ♬ ▧▧▧
Zzyli
Further updates on the deep mystery of Youtube videos. I've been doing some poking, and it seems like the issue causing players to not show up correctly is because Youtube is trying to use the https connection (secure link), and the videos aren't set up for this. (Apologies for my supreme lack of technical language.)

If we try to go to https://www.youtube.googleapis.com/v/NnvVZN7EbbY?autoplay=1 it gives the 'this connection is not secure' error, and if I trim off the s manually so that I'm using http like so http://www.youtube.googleapis.com/v/NnvVZN7EbbY?autoplay=1 it brings up a 404 error. Looking at the API demo page, it's starting to spit out links with /embed/ instead of /v/ or /p/, but I'm not sure if we can get the /embed/ stuff to work on Gaia?

I can use the www.youtube.com and the youtube.google.apis links on a Classic profile fine, but it's not letting me use API links on a v2 profile, so the only thing which I can get happening is autoplay, the profiles seems to be eating any other instructions in the link.
Hmmm... the plot thickens ono
I'm going to have to test this some more myself... In the meantime, the "jp.youtube" url which gothy provided on the previous page seems to work just fine (and you can color customize) ouo

▧▧▧▧▧▧▧

Prismatic Unicorn

76,950 Points
  • Fairy bread fancier 500
  • Just A Regular User 500
  • Wing Mastery 100
Lady Saxophone
▧▧▧ ♬ ▧▧▧
Hmmm... the plot thickens ono
I'm going to have to test this some more myself... In the meantime, the "jp.youtube" url which gothy provided on the previous page seems to work just fine (and you can color customize) ouo

▧▧▧▧▧▧▧

It's interesting, because that would imply that Japanese youtube is either behind the times or doing their own thing (weirdly, every so often, Google decides to give me Japanese versions of Google Drive, Youtube, and Gmail, but I think that's partially my fault for telling my browser to not auto-translate pages in Japanese).

Hopefully we can get to the bottom of this together. It would be really annoying if Youtube decides to go the way of Wix where you have to use an incredibly convoluted method to get it to work on a profile.

Space Sex Symbol

thanks so much! 4laugh

Alien Bunny

12,300 Points
  • Frozen Sleuth 100
  • Party Member 100
  • Team Rina 200
thank you very much exclaim

Timid Kitten

uudon
Now, I am done reserving. C:

Do you perhaps have the code for just the pause buton and not the volume/mute button right beside it? sweatdrop

Beloved Darling

RaimuKiri

Just change the width to 30px instead of 60px ^^

.media_panel object {width: 30px}

Timid Kitten

Confelicity
RaimuKiri

Just change the width to 30px instead of 60px ^^

.media_panel object {width: 30px}

ty my friend actually helped me out with this earlier

IiI kim's Senpai

Profitable Saint

gaia_spoons gaia_diamond
OCTOBER 14 2014
tiny addition to guide!

Dangerous Hunter

I have an current theme and I made a media bubble but I can not paste the media code or youtube code into the box, it only allowed me to edit title. Any suggests please?

Saxy Coder

▧▧▧ ♬ ▧▧▧
Sai Kunoichi
I have an current theme and I made a media bubble but I can not paste the media code or youtube code into the box, it only allowed me to edit title. Any suggests please?
You only have a Playlist panel, from what I see. And Gaia disabled Playlists quite a while back.
Add a "Media" panel instead (and your Code goes into your CSS Theme Override)

▧▧▧▧▧▧▧

Dangerous Hunter

Lady Saxophone
▧▧▧ ♬ ▧▧▧
Sai Kunoichi
I have an current theme and I made a media bubble but I can not paste the media code or youtube code into the box, it only allowed me to edit title. Any suggests please?
You only have a Playlist panel, from what I see. And Gaia disabled Playlists quite a while back.
Add a "Media" panel instead (and your Code goes into your CSS Theme Override)

▧▧▧▧▧▧▧


Figured that out finally sweatdrop I had rewrote somethings and after saving I had 20 + media things open from when I tried clicking them > > Now im trying to hide it again, but it wont over ride

Saxy Coder

▧▧▧ ♬ ▧▧▧
Sai Kunoichi
Figured that out finally sweatdrop I had rewrote somethings and after saving I had 20 + media things open from when I tried clicking them > > Now im trying to hide it again, but it wont over ride
.media_player {display:none} isn't a valid selector name . w . ;;
See the first page -- #multimedia is for Classic, .media_panel is for Current
And display: none will completely remove the element, but if you just want to hide it, you'll want to use visibility: hidden or opacity: 0

I'll also point out that you somehow copied the default coding into your Theme Override, which isn't necessary since Gaia automatically injects it.
You can remove this part (beginning) :
.panel{padding: 15px;}
.panel h2{margin:-5px -5px 10px -5px;padding:5px 6px;background:#aaa;text-align:left;text-transform:uppercase;font-weight:bold;color:#fff;font-size:10px;}
html { background: url(http://s.cdn.gaiaonline.com/images/profiles/v2/backgrounds/bg_wallpaper.jpg) repeat; }
body { background: no-repeat; }
.panel h2{background:#3D8AD0;color:#fff;}
.panel{background:#fff;color:#000;}
a{color:#D37B14;}
#header a{color:#D37B14;}

/* User-specified Theme Override CSS */

and this part (end) :
#gaia_header {display:block !important; position:relative !important; top:0px !important; left:0px !important; width:100% !important; height:25px !important; margin:0 !important; padding:0 !important; z-index:9999 !important; font-size:11px !important;}
#header_left {display:block !important; position:relative !important; top:0px !important; float:left !important; width:49% !important; height:25px !important; line-height:24px !important; margin:0 !important; padding:0 !important; z-index:9999 !important; font-size:11px !important; text-align:left !important;}
#header_right {display:block !important; position:relative !important; top:0px !important; right:0px !important; width:49% !important; height:25px !important; line-height:24px !important; margin:0 !important; padding:0 !important; z-index:9999 !important; font-size:11px !important; text-align:right !important;}
#header_left img {display:inline !important;}
#header_left ul {display:inline !important;}
#header_right ul {display:inline !important;}
#header_left li {display:inline !important;}
#header_right li {display:inline !important;}
#header_left a {display:inline !important;}
#header_right a {display:inline !important;}

▧▧▧▧▧▧▧

Devoted Lunatic

User Image

So sorry for being a bother but I've got a problem~

I've got Current as profile layout and have always used the .media_panel{position: absolute; left: -9999px;} to hide the media panel.
But somehow it's not working anymore~
Help?

Beloved Darling

Sineaed

That code should work, but it looks like you deleted part of something from your code and not all of it, and the bracket is messing up your code. This part is at the beginning of your code from what I can see:
position: absolute; }

Delete that and I think the rest of your codes will do their jobs.

Quick Reply

Submit
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum