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 in news

Asked Modified Viewed 1,077 times
D
Dahwiestark
D
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

Hi.
So i'm trying to iframe or something youtube videos into news articles. I tried with bb codes etc. So far nothing works.
Anyone have any idea how to do this?
Thanks in advance.
0 replies

9 posts

A
Apis
A
Apis 12
  • Junior Member, joined since
  • Contributed 42 posts on the community forums.
  • Started 13 threads in the forums
answered
Junior Member

BBCode is not allowed in news and articles. You must use HTML tags.
On YouTube, you click RMB on the video and download the code to paste on the website. It works fine without any problems. Example from my website.
https://www.zegluga-rzeczna.pl/news/3...40-stu-lat
0 replies
D
Dahwiestark
D
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

What do you mean rmb? When i click on share at a youtube video and copy the embed iframe link i try to paste it into a news post is doesnt work when i post it. I get an error that the following link i tried to reach ia not qvailable or somthing.
0 replies
A
Apis
A
Apis 12
  • Junior Member, joined since
  • Contributed 42 posts on the community forums.
  • Started 13 threads in the forums
answered
Junior Member

RMB = right mouse button.
Try changing all " to ' characters in the code to be pasted.
0 replies
G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Answered 2 questions
answered
Senior Member

All double quotes TO single quotes dude in the UTube video code!
0 replies
D
Dahwiestark
D
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

So i just copy lets say a random yt video

<iframe width="901" height="507" src="https://www.youtube.com/embed/fPIlpM9Za78" title="YOU LAUGH YOU LOSE EYES | MEMES" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

And change it to the following:

<iframe width='901' height='507' src='https://www.youtube.com/embed/fPIlpM9Za78' title='YOU LAUGH YOU LOSE EYES | MEMES' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture' allowfullscreen></iframe>

If so, and i'm doing it right. This doesnt work either unfortunatelly.
I get an error " 403 The link you followed may have expired, or the page may not be accessible to you."

I checked your page Apis not sure why its not working for me.

Not sure what am i doing wrong. I'm on the latest version of php fusion.
0 replies
D
Dahwiestark
D
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Its like my Article , News etc infusions dont even wanna hear about iframe... Like its blocked or something. When i create a custom page i can iframe anything or embedd videos easily.
0 replies
A
Apis
A
Apis 12
  • Junior Member, joined since
  • Contributed 42 posts on the community forums.
  • Started 13 threads in the forums
answered
Junior Member

In my PHPFusion v 9.10.30 test site, I pasted the code from your post and everything works. It doesn't matter if it's double or single quotes.
https://www.nowa.zegluga.hmcloud.pl/n...s/3154/xxx

I don't know what the cause is in your case.
0 replies
D
Dahwiestark
D
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Okay i managed to found the issue... For some reason my Admin panel was broken... And i didnt even notice it... I basically just fresh copy pasted the admin lte panel theme files and works wonders...
0 replies
D
Dahwiestark
D
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Also for future reference for others.
It was either the ModSecurity at cPanel. I turned it off. Or permission issues for folders and contents that i had to set to 777 on administration and infusions.

Cheers for helping and hopefully if others encounter similar issue now have an answer.
0 replies

Labels

Statistics

  • Views 0 views
  • Posts 9 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

G
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Answered 2 questions
D
D
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
A
A
Apis 12
  • Junior Member, joined since
  • Contributed 42 posts on the community forums.
  • Started 13 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet