Create A Forum - Support Forums

Support => General Support => Topic started by: Anil Sharma on March 19, 2023, 08:32:56 am

Title: youtube video section on home page
Post by: Anil Sharma on March 19, 2023, 08:32:56 am
Hi Support Team


Just wondering if we have possibility in EzPortal to place Youtube video section on the home page as per the location marked in yellow on attached screenshot.


Regards
Title: Re: youtube video section on home page
Post by: CreateAForum on March 19, 2023, 07:26:04 pm
You can embed youtube videos in an html ezblock so yes
Title: Re: youtube video section on home page
Post by: Anil Sharma on March 20, 2023, 07:50:38 am
You can embed youtube videos in an html ezblock so yes
I know that but I was looking to find what steps to follow to place the video in yellow highlighted section and adjust video frame size. Could you please outline the steps I need to follow to add video section on home page.
Title: Re: youtube video section on home page
Post by: CreateAForum on March 20, 2023, 01:54:24 pm

You would add an html ezblock.
Under Ezportal - ezBlock Manager
Then under the center column you would add an html ezblock.
Copy the youtube code.

Adjust the size of the video code copied over by changing the height/width tag to what is needed.

Then on "Visible Areas" page choose only home page.
Title: Re: youtube video section on home page
Post by: Anil Sharma on March 21, 2023, 02:03:44 pm

You would add an html ezblock.
Under Ezportal - ezBlock Manager
Then under the center column you would add an html ezblock.
Copy the youtube code.

Adjust the size of the video code copied over by changing the height/width tag to what is needed.

Then on "Visible Areas" page choose only home page.


Thanks for putting on the required steps. Following that I am able to add video section in the center but now another problem arises that other side is empty. So I was wondering could we be able divide the center portion into two half sections and place 2 videos side by side. Please check the attached screenshot for explanation .
Title: Re: youtube video section on home page
Post by: Anil Sharma on March 23, 2023, 12:09:51 pm

You would add an html ezblock.
Under Ezportal - ezBlock Manager
Then under the center column you would add an html ezblock.
Copy the youtube code.

Adjust the size of the video code copied over by changing the height/width tag to what is needed.

Then on "Visible Areas" page choose only home page.


Thanks for putting on the required steps. Following that I am able to add video section in the center but now another problem arises that other side is empty. So I was wondering could we be able divide the center portion into two half sections and place 2 videos side by side. Please check the attached screenshot for explanation .


Anyone having any clue if the above asked query could be resolved or not ?
Title: Re: youtube video section on home page
Post by: CreateAForum on March 23, 2023, 02:22:21 pm
You can use a table html tag and create two columns then place one youtube in one and the other in column
Title: Re: youtube video section on home page
Post by: Anil Sharma on March 24, 2023, 12:07:26 am
You can use a table html tag and create two columns then place one youtube in one and the other in column


Thanks for giving this option but I am not able to find this option of "table HTML tag" ,sorry but I am not aware of html language if that's required here,  could you please explain & elaborate the steps or screenshots where to find this option to choose or what I should be doing ? it will be greatly appreciable.
Title: Re: youtube video section on home page
Post by: CreateAForum on March 24, 2023, 03:43:26 am
There is not  table ezblock it is html code you enter like this in in an html ezblock

Code: [Select]
<table>
<tr>
<td>Youtube video here or link</td>
<td>Youtube video #2 here or link</td>
<tr>
</table>

Title: Re: youtube video section on home page
Post by: Anil Sharma on March 24, 2023, 06:14:38 am
There is not  table ezblock it is html code you enter like this in in an html ezblock

Code: [Select]
<table>
<tr>
<td>Youtube video here or link</td>
<td>Youtube video #2 here or link</td>
<tr>
</table>






Eureka, It worked, amazing results. Thanks for that. Attached is the screenshot how the page looks now.