Embed Video into Special Slide Icon section - Fordson

Embed Video into Special Slide Icon section - Fordson

- Narit B の投稿
返信数: 6

Hi 

I'm using moodle 3.3.4 with Fordson v1.6.6.

How can i embed my video, youtube video or another resource videos web to show into Special Slide Icon section. please see the picture as below;



Thank you

Narit B への返信

Re: Embed Video into Special Slide Icon section - Fordson

- Chris Kenniburg の投稿
画像 Plugin developers

Highlight that text and turn it into a link.  Once it is a link the Moodle filter should pick it up and embed the video.  I can confirm it works.

see screenshot.

添付 Dashboard (1).png
Chris Kenniburg への返信

Re: Embed Video into Special Slide Icon section - Fordson

- Narit B の投稿

Hi Chris

Thank you  for relied. 

I already turned the text into the link but it's still not view the video (only changed to hyperlink) as screenshot.

Do i missing or did something wrong?


Note: This under Icon Navigation ---> Special Slide Icon Button





 

Thank you in advance

Narit B への返信

Re: Embed Video into Special Slide Icon section - Fordson

- Chris Kenniburg の投稿
画像 Plugin developers

Are you trying to embed a playlist?  

It works if you go to a single video, copy the link, and then make a piece of text the link to the video.  You must have the filter turned on and Moodle takes over and does the embed.  

Narit B への返信

Re: Embed Video into Special Slide Icon section - Fordson

- Chris Kenniburg の投稿
画像 Plugin developers

I am not sure why your URL has the word "embed" in it.  I just opened youtube, copied a link, added it to the text box as a text link, and Moodle did the embed with the filter.

添付 Moodle 3 6 DEV  Administration  Appearance  Themes  Fordson (2).png
Chris Kenniburg への返信

Re: Embed Video into Special Slide Icon section - Fordson

- Narit B の投稿
Hi Chris 


Yes, you are corrected that was my mistaken. 

Now it's working and thank you very much again. #likeFordsonTheme Yes 笑顔


If you not mind, may i ask some question that is it possible to..

1. change or move the login window position in custom login

2. change background color of each icon in custom login


as screenshot below 


   

Thank you in advance



Narit B への返信

Re: Embed Video into Special Slide Icon section - Fordson

- Chris Kenniburg の投稿
画像 Plugin developers

1. You can do this with the templates I believe.  Try changing /fordson/templates/core/loginform.mustache

Try switching everything in the div class="col-xl-3 push-xl-1 col-md-4" by moving the contents of the div class="col-xl-7 push-xl-1 col-md-8" above it.  

This will put the larger blank area first followed by the login form.  I attached a sample which might help get you started.  Just drop it in after making a copy of the original.

2. That can be adjusted using CSS by anyone with experience using Chrome Inspect and then copy/paste your new style in the Custom SCSS box at the bottom of the Fordson Color tab.