Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

YouTube Videos Not Showing Anymore

Asked Modified Viewed 3,863 times
S
SnakeEye
S
If it aint broke...Don't fix it!
  • Junior Member, joined since
  • Contributed 37 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
asked
Junior Member

I use v7.02.07 and haven't had a problem until recently. People were able to make posts in the forum and use the YouTube embedder to post a video and normally it worked fine. Until just a few days ago. Now when you read the post, the video doesn't show up anymore no matter what video it is. All it shows now is is a black space below where the video is supposed to be showing. Is there an issue somewhere that I need to know about? How do I fix this?
0 replies

11 posts

W
wildhaggis
W
This space, is not a space to advertise. This space, is not a space to expound political or religious beliefs. This space, is not a space to be abused. This space is for your signature..... and I'm not signing anything wink
  • Junior Member, joined since
  • Contributed 36 posts on the community forums.
  • Started 5 threads in the forums
answered
Junior Member

I don't know how to fix your problem, but just tested on my V7.02.07 site by adding a video and it's working fine:

https://www.wildhaggis.net

Mike
0 replies
D
dimki
D
dimki 10
  • Senior Member, joined since
  • Contributed 246 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

i think


for bbcode youtube
go..
includes + bbcode

go...
youtube_bbcode_include


no iframe to embed



$text = preg_replace('#\[youtube\](http:|https:)?(\/\/www.youtube\.com\/watch\?v=|\/\/youtu\.be\/)?(.*?)\[/youtube\]#si', '<strong>'.$locale['bb_youtube'].'</strong><br /><embed width="425" height="350" src="http://www.youtube.com/v/\3" frameborder="0"></embed>', $text);
?>




for mobile

https://www.php-fusion.co.uk/forum/viewthread.php?thread_id=38354&pid=201728#post_201728
0 replies
S
SnakeEye
S
If it aint broke...Don't fix it!
  • Junior Member, joined since
  • Contributed 37 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
answered
Junior Member

Thanks dimki. That did the trick. I still don't understand why it quit working though. I didn't change anything and it just quit working on it's own. Working now though.
Edited by SnakeEye on 17-03-2017 22:04,
0 replies
D
dimki
D
dimki 10
  • Senior Member, joined since
  • Contributed 246 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

problem its from google Player API no from phpfusion , but who will make upgrading bbcode in version 7 2 people involved v9 version For some years not involved anybody and will take a long time to 9 version to be stable 100%

https://developers.google.com/youtube..._reference
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

Quote

will take a long time to 9 version to be stable 100%

It has taken a long time and the result is that our Core is very close if not already 100% stable most reports now is mostley minor stuff about the updated Infusions. If we only released Core it would be simple. Not much left now tho !
0 replies
S
Sladdaren
S
http://volvosweden.se - Forum för oss som kör Volvo
  • Junior Member, joined since
  • Contributed 28 posts on the community forums.
  • Started 9 threads in the forums
answered
Junior Member

Yeah, my Youtube videos has disappeared to :|.
0 replies
D
dimki
D
dimki 10
  • Senior Member, joined since
  • Contributed 246 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

I did not understand :|
Edited by dimki on 20-03-2017 22:02,
0 replies
S
Sladdaren
S
http://volvosweden.se - Forum för oss som kör Volvo
  • Junior Member, joined since
  • Contributed 28 posts on the community forums.
  • Started 9 threads in the forums
answered
Junior Member

Ty..your solution did work for me also...:G
0 replies
D
dimki
D
dimki 10
  • Senior Member, joined since
  • Contributed 246 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

play in chrome google mobile play, :G
in mozila play mobile play, :G
explora microsoft play in moblle no play , :G :x
opera ? :|
0 replies
W
Wanabo
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
answered
Senior Member

Try this in youtube_bbcode_include.php
$text = preg_replace('#\[youtube\](http:|https:)?(\/\/www.youtube\.com\/watch\?v=|\/\/youtu\.be\/)?(.*?)\[/youtube\]#si', '<strong>'.$locale['bb_youtube'].'</strong><br /><iframe width="560" height="315" src="https://www.youtube.com/embed/\3" style="border:0" allowfullscreen></iframe>', $text);
0 replies
D
dimki
D
dimki 10
  • Senior Member, joined since
  • Contributed 246 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

Quote

Try this in youtube_bbcode_include.php
$text = preg_replace('#\[youtube\](http:|https:)?(\/\/www.youtube\.com\/watch\?v=|\/\/youtu\.be\/)?(.*?)\[/youtube\]#si', '<strong>'.$locale['bb_youtube'].'</strong><br /><iframe width="560" height="315" src="https://www.youtube.com/embed/\3" style="border:0" allowfullscreen></iframe>', $text);

- by Wanabo



super play all thanks this
https://www.youtube.com/embed/\3



<?php
/*-------------------------------------------------------+
| PHPFusion Content Management System
| Copyright (C) PHPFusion Inc
| https://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: youtube_bbcode_include.php
| Author: Wooya
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
if (!defined("IN_FUSION")) { die("Access Denied"); }


add_to_head("<style type='text/css'>

.flexible-container {  position: relative;  padding-bottom: 56.25%; padding-top: 30px;
 height: 0; overflow: hidden;  margin-bottom: -50px;  }
 
.flexible-container iframe,   
.flexible-container object, 
.flexible-container embed {  position: absolute;  top: 0; left: 0; width: 80%; height: 80%;  }

</style>");

$text = preg_replace('#\[youtube\](http:|https:)?(\/\/www.youtube\.com\/watch\?v=|\/\/youtu\.be\/)?(.*?)\[/youtube\]#si', '<strong>'.$locale['bb_youtube'].'</strong><br /><div class="flexible-container"><iframe width="560" height="315" src="https://www.youtube.com/embed/\3" style="border:0" allowfullscreen></iframe></div>', $text);


?>
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 11 posts
  • Votes 0 votes
  • Topic users 6 members

6 participants

F
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
W
W
This space, is not a space to advertise. This space, is not a space to expound political or religious beliefs. This space, is not a space to be abused. This space is for your signature..... and I'm not signing anything wink
  • Junior Member, joined since
  • Contributed 36 posts on the community forums.
  • Started 5 threads in the forums
W
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
S
S
If it aint broke...Don't fix it!
  • Junior Member, joined since
  • Contributed 37 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
D
D
dimki 10
  • Senior Member, joined since
  • Contributed 246 posts on the community forums.
  • Started 28 threads in the forums
S
S
http://volvosweden.se - Forum för oss som kör Volvo
  • Junior Member, joined since
  • Contributed 28 posts on the community forums.
  • Started 9 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet