1. rneumann
  2. Support
  3. Tuesday, June 21 2016, 06:57 PM
Hi,

I have some questions about the YouTube link option. It's possible to display a YouTube-video in your profile with the YouTube link option, BUT:

It doesn't work if I copy a YouTube link from my browser, it only works if I change "https://"; to "http://"; .. This will be annoying for visitors of my website. Is their a way to solve this?

Also I would like to know if I can set a max width to the youtube videos, because if my template is responsive, the video will be too wide.

Thanks in advance!
admin Accepted Answer
Admin
It doesn't work if I copy a YouTube link from my browser, it only works if I change "https://"; to "http://"; .. This will be annoying for visitors of my website. Is their a way to solve this?
Strange, I have just tried and works, can you please provide me more details about this (if you fill the form below the reply with your site details we can try to check this).

Also I would like to know if I can set a max width to the youtube videos, because if my template is responsive, the video will be too wide.
You can manage this with simple CSS
  1. more than a month ago
  2. Support
  3. # 1
rneumann Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
rneumann Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Support
  3. # 3
admin Accepted Answer
Admin
Hi,
I have tried on your site and works:
Example Link: https://www.youtube.com/watch?v=Yrtpl9aDDrk

Have your tried with another browser or device?
  1. more than a month ago
  2. Support
  3. # 4
derek-rayburn Accepted Answer
Pro
I am having the same issue. Youtube videos not showing in newsfeed.
  1. more than a month ago
  2. Support
  3. # 5
admin Accepted Answer
Admin
Hi,
can you please provide me your site details to check this?
you can use the form below the reply in "Site Details" tab.
  1. more than a month ago
  2. Support
  3. # 6
derek-rayburn Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Support
  3. # 7
admin Accepted Answer
Admin
Hi,
found the problem, we use PHP function called file_get_content (very popular and common php function) to get image from youtube.

On your site this function is not able to download remote files (video image) due to PHP configuration.

To fix this you should change in your php.ini (or from CPANEL) the directive "allow_url_fopen" from "0" to "1".

If you're not familiar with this then you can contact your hosting provider to enable this.
  1. more than a month ago
  2. Support
  3. # 8
derek-rayburn Accepted Answer
Pro
Thanks! I am upgrading my entire server so this is perfect timing!
  1. more than a month ago
  2. Support
  3. # 9
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.