The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

I Cannot embed video in my forum

4 posters

Go down

Solved I Cannot embed video in my forum

Post by legsandgirl July 4th 2016, 11:07 am

I cannot embed video although I have already allow "html"
Clearly, When I enter embed code and press "Preview" so everything fine, but then I press "Send" It shows the embed code, and the box of "Disable HTML in this post" automatically Tick. what should i do? Thanks.
legsandgirl
legsandgirl
New Member

Posts : 2
Reputation : 1
Language : english

http://nguyenthaitong.forumvi.com

Back to top Go down

Solved Re: I Cannot embed video in my forum

Post by brandon_g July 4th 2016, 3:51 pm

Hello,

Where did you enable html? In the admin panel or your profile?

There are two places you must go to enable html.

One is in the admin panel and enables html for the whole forum. To enable html for the whole forum, go to:

Acp-->General-->Messages and Emails-->Configuration-->Allow html: tick yes and save.

The second place is in your profile, this needs to be set by the inidivual user in their profile.

To enable html in your profile, go to: Profile (edit profile, not view profile)-->Prefrences-->Allow html?: Tick yes and save.

If you have html enabled in both of those places, the html should work for you on your forum. Wink

-Brandon


I Cannot embed video in my forum Brando10
Remember to mark your topic I Cannot embed video in my forum Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

I Cannot embed video in my forum Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

Solved Re: I Cannot embed video in my forum

Post by legsandgirl July 4th 2016, 4:46 pm

brandon_g wrote:Hello,

Where did you enable html? In the admin panel or your profile?

There are two places you must go to enable html.

One is in the admin panel and enables html for the whole forum. To enable html for the whole forum, go to:

Acp-->General-->Messages and Emails-->Configuration-->Allow html: tick yes and save.

The second place is in your profile, this needs to be set by the inidivual user in their profile.

To enable html in your profile, go to: Profile (edit profile, not view profile)-->Prefrences-->Allow html?: Tick yes and save.

If you have html enabled in both of those places, the html should work for you on your forum. Wink

-Brandon

2 places, but I just set 1 place
Thanks a lot, I got it. Now everything fine.
legsandgirl
legsandgirl
New Member

Posts : 2
Reputation : 1
Language : english

http://nguyenthaitong.forumvi.com

Back to top Go down

Solved Re: I Cannot embed video in my forum

Post by Michael_vx July 4th 2016, 6:23 pm

is your problem solved or still not ?
try this Script for youtube links it will convert youtube links to embed video by it self with out the embed code from youtube just put the link in topic
to JavaScript add this Script blow in topics only name it what ever you like
Code:
jQuery(function(){



   var width = "560";

   var height = "315";

   jQuery('.postbody a[href*="youtube.com/watch"]').each(function(){

      var watchid = jQuery(this).attr('href').split("v=")[1].split("&")[0];                                

      jQuery(this).html("<br><iframe width="+width+"
height="+height+" src=https://www.youtube.com/embed/"+watchid+"
frameborder=0 allowfullscreen></iframe><br>");  

   });

});
thanks
Michael_vx
Michael_vx
Forumember

Male Posts : 664
Reputation : 29
Language : Arabic and some English
Location : Egypt

Back to top Go down

Solved Re: I Cannot embed video in my forum

Post by SLGray July 4th 2016, 7:13 pm

Problem solved & topic archived.
Please read our forum rules:  ESF General Rules


I Cannot embed video in my forum Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum