Facebook Twitter RSS
About
Forum
Demo
Products
Home
 

  • Home
  • Forum
  • Help
    • TinyPortal
  • Search
  • Login
  • Register

  • PHPmotionWiz Forum »
  • eclipse Theme »
  • eclipse Mods »
  • [Eclipse Mod] - "Logoless" Youtube player.

  • Print
Pages: [1] 2   Go Down

Author Topic: [Eclipse Mod] - "Logoless" Youtube player.  (Read 996 times)

0 Members and 1 Guest are viewing this topic.

Offline Shawn

  • Administrator
  • Hero Member
  • *****
  • Posts: 871
  • Liked: 18
    • View Profile
[Eclipse Mod] - "Logoless" Youtube player.
« on: September 28, 2011, 08:30:23 PM »
This mod is intended for sites using the Video Embedder or Mass Video Embedder power tools from PHPmotion.com


  Preview: (Click to enlarge)

     
This mod will allow you to use the new Logoless Youtube player on your Youtube embedded videos in eclipse!

Not only can you hide the Youtube Logo, the new player also has several customization options like themes, auto hide, etc... The white theme is selected to match eclipse. You can see the full list of options here.


How to Install
This mod is intended for sites that have the Video Embedder or Mass Video Embedder power tools from PHPmotion.com installed.

1. Open /addons/massembedder/embed.php or /addons/videoembedder/embed.php and look for:
Code: [Select]
$videoembedder_code = '<object width="'.$embed_width.'" height="'.$embed_height.'">
      <param name="movie" value="http://www.youtube.com/v/'.$embed_id.'&hl=en&fs=1&rel=0"></param>
      <param name="allowFullScreen" value="true"></param>
      <param name="allowscriptaccess" value="always"></param>
      <param name="autoplay" value="'.$autostart.'"></param>
      <embed src="http://www.youtube.com/v/'.trim($embed_id).'&hl=en&fs=1&rel=0&autoplay='.$autostart.'" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="'.$embed_width.'" height="'.$embed_height.'"></embed>
     </object>';

Replace with:
Code: [Select]
$videoembedder_code = '<object width="'.$embed_width.'" height="'.$embed_height.'">
                        <param name="movie" value="http://www.youtube.com/v/'.$embed_id.'&hl=en&fs=1&rel=0"></param>
                        <param name="type" value="application/x-shockwave-flash"></param>
      <param name="allowFullScreen" value="true"></param>
                    <param name="allowscriptaccess" value="always"></param>
      <param name="wmode" value="opaque"></param>
      <param name="autoplay" value="'.$autostart.'"></param>
      <embed wmode="opaque" src="http://www.youtube.com/v/'.trim($embed_id).'&version=3&modestbranding=1&theme=light&autohide=0&iv_load_policy=3&hl=en&fs=1&rel=0&autoplay='.$autostart.'" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="'.$embed_width.'" height="'.$embed_height.'"></embed>
     </object>';



2. open /classes/config.inc.php and look for:
Code: [Select]
$config['theme_embed_height']
Change the value from whatever it is to 385.  If it's already 385 you can ignore this step.



That's it, Have fun!
« Last Edit: September 28, 2011, 08:48:12 PM by Shawn »
Logged
Please read why I ask people not to PM me for support.

Offline Reji Raju

  • Newbie
  • *
  • Posts: 4
  • Liked: 0
    • View Profile
Re: [Eclipse Mod] - "Logoless" Youtube player.
« Reply #1 on: October 14, 2011, 05:20:16 AM »
Hi Shawn

I have problem with logo less youtube player as you give the details i use my site but still not working pls check http://www.christianvidz.com
Logged

Offline Shawn

  • Administrator
  • Hero Member
  • *****
  • Posts: 871
  • Liked: 18
    • View Profile
Re: [Eclipse Mod] - "Logoless" Youtube player.
« Reply #2 on: October 14, 2011, 08:37:56 AM »
I just checked out your site and it appears you got it working now!  :)
Logged
Please read why I ask people not to PM me for support.

Offline Reji Raju

  • Newbie
  • *
  • Posts: 4
  • Liked: 0
    • View Profile
Re: [Eclipse Mod] - "Logoless" Youtube player.
« Reply #3 on: October 14, 2011, 11:04:47 AM »
Hi Shawn
still i have the youtube logo not removed i didn't see any videos without logo pls check whats the problem
Logged

Offline Shawn

  • Administrator
  • Hero Member
  • *****
  • Posts: 871
  • Liked: 18
    • View Profile
Re: [Eclipse Mod] - "Logoless" Youtube player.
« Reply #4 on: October 14, 2011, 11:20:09 AM »
I just checked and your youtube videos do not have the youtube logo in the lower right corner...

Here's an example: http://www.christianvidz.com/videos/1250/malayalam-christian-messages-part-5-pr-jimson-joseph
Logged
Please read why I ask people not to PM me for support.

Offline justwushu

  • Global Moderator
  • Full Member
  • *****
  • Posts: 194
  • Liked: 9
    • View Profile
    • Just Wushu video Sharing
Re: [Eclipse Mod] - "Logoless" Youtube player.
« Reply #5 on: October 20, 2011, 04:41:38 AM »
Hi Shawn,

http://www.christianvidz.com/videos/1250/malayalam-christian-messages-part-5-pr-jimson-joseph

check the above link in the latest Google Chrome and Safari. The logo in those browsers is still there for me. In IE9, Opera and Firefox it is not there, and its a different player.

Looks like it might be doing some sort of browser check?
Logged

Offline Shawn

  • Administrator
  • Hero Member
  • *****
  • Posts: 871
  • Liked: 18
    • View Profile
Re: [Eclipse Mod] - "Logoless" Youtube player.
« Reply #6 on: October 20, 2011, 08:54:17 AM »
You're right, it uses the default youtube player in Chrome.  I'll have to do some research on this one.
Logged
Please read why I ask people not to PM me for support.

Offline mk

  • Jr. Member
  • **
  • Posts: 50
  • Liked: 0
    • View Profile
Re: [Eclipse Mod] - "Logoless" Youtube player.
« Reply #7 on: December 10, 2011, 07:31:50 PM »
Hey shawn, iam abou to purchase the youtube embedder, just wanted to know if i haveto follow these steps with my version of eclipse or does is it standard in my current version? thanks
Logged

Offline Shawn

  • Administrator
  • Hero Member
  • *****
  • Posts: 871
  • Liked: 18
    • View Profile
Re: [Eclipse Mod] - "Logoless" Youtube player.
« Reply #8 on: December 11, 2011, 07:39:50 AM »
Yes, you'll have to mod yourself following the above instructions.  I can't package it with eclipse because PHPmotion's license doesn't allow me to distribute the modified file.
Logged
Please read why I ask people not to PM me for support.

Offline mk

  • Jr. Member
  • **
  • Posts: 50
  • Liked: 0
    • View Profile
Re: [Eclipse Mod] - "Logoless" Youtube player.
« Reply #9 on: December 17, 2011, 03:29:58 PM »
Hi Shawn, i tried this mod,works only on IE but not on google chrome,i read you would be taking a look at the problem, any fix to it yet? Also the related embedd videos from youtube does not show on the related side, how do i fix it a i have videos from youtube that are over one parts? thanks
Logged

  • Print
Pages: [1] 2   Go Up
  • PHPmotionWiz Forum »
  • eclipse Theme »
  • eclipse Mods »
  • [Eclipse Mod] - "Logoless" Youtube player.
 

Recent Posts

  • Center Spotlight Video by quantum
    [Today at 08:02:24 PM]
  • phpmotion subscription ma... by justwushu
    [Today at 05:55:18 PM]
  • Simpson Video in Spotligh... by justwushu
    [Today at 04:21:52 PM]
  • Video Size and Type by Neil Stalker
    [May 17, 2012, 07:14:22 PM]
  • member video not working by vidzmax
    [May 17, 2012, 10:00:24 AM]
  • HELP! I need OpenX Remove... by Shawn
    [May 17, 2012, 09:07:44 AM]
  • Blank Page - Help by Siulwon
    [May 17, 2012, 03:41:33 AM]
  • Eclipse Light (Coming Soo... by Shawn
    [May 16, 2012, 11:43:52 AM]
  • how to change logo in bro... by Jessica Woods
    [May 15, 2012, 01:23:34 PM]
  • Embed video not showing i... by Shawn
    [May 15, 2012, 10:06:15 AM]

  • SMF 2.0.2 | SMF © 2011, Simple Machines
    TinyPortal © 2005-2012
  • XHTML
  • RSS
  • WAP2