News:

Create A Forum Installed

Author Topic: youtube video section on home page  (Read 261 times)

0 Members and 2 Guests are viewing this topic.

Offline Anil Sharma

  • Newbie
  • *
  • Posts: 20
  • Karma: 0
    • View Profile

Badges: (View All)
10 Posts Level 3 Apple User
youtube video section on home page
« 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

Share on Facebook Share on Twitter


Offline CreateAForum

  • Administrator
  • *****
  • Posts: 7186
  • Karma: 327
    • View Profile

Badges: (View All)
Avatar Linux User Tenth year Anniversary
Re: youtube video section on home page
« Reply #1 on: March 19, 2023, 07:26:04 pm »
You can embed youtube videos in an html ezblock so yes
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/

Offline Anil Sharma

  • Newbie
  • *
  • Posts: 20
  • Karma: 0
    • View Profile

Badges: (View All)
10 Posts Level 3 Apple User
Re: youtube video section on home page
« Reply #2 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.

Offline CreateAForum

  • Administrator
  • *****
  • Posts: 7186
  • Karma: 327
    • View Profile

Badges: (View All)
Avatar Linux User Tenth year Anniversary
Re: youtube video section on home page
« Reply #3 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.
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/

Offline Anil Sharma

  • Newbie
  • *
  • Posts: 20
  • Karma: 0
    • View Profile

Badges: (View All)
10 Posts Level 3 Apple User
Re: youtube video section on home page
« Reply #4 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 .

Offline Anil Sharma

  • Newbie
  • *
  • Posts: 20
  • Karma: 0
    • View Profile

Badges: (View All)
10 Posts Level 3 Apple User
Re: youtube video section on home page
« Reply #5 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 ?

Offline CreateAForum

  • Administrator
  • *****
  • Posts: 7186
  • Karma: 327
    • View Profile

Badges: (View All)
Avatar Linux User Tenth year Anniversary
Re: youtube video section on home page
« Reply #6 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
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/

Offline Anil Sharma

  • Newbie
  • *
  • Posts: 20
  • Karma: 0
    • View Profile

Badges: (View All)
10 Posts Level 3 Apple User
Re: youtube video section on home page
« Reply #7 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.

Offline CreateAForum

  • Administrator
  • *****
  • Posts: 7186
  • Karma: 327
    • View Profile

Badges: (View All)
Avatar Linux User Tenth year Anniversary
Re: youtube video section on home page
« Reply #8 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>

Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/

Offline Anil Sharma

  • Newbie
  • *
  • Posts: 20
  • Karma: 0
    • View Profile

Badges: (View All)
10 Posts Level 3 Apple User
Re: youtube video section on home page
« Reply #9 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.

 

Related Topics

  Subject / Started by Replies Last post
1 Replies
806 Views
Last post November 04, 2012, 10:46:51 pm
by aIURbliS
3 Replies
1114 Views
Last post September 09, 2013, 03:55:29 pm
by Yaga_Vidal
5 Replies
746 Views
Last post August 12, 2014, 02:17:33 am
by AlaskaGuy
4 Replies
1583 Views
Last post February 26, 2019, 11:40:17 pm
by BlackDiamond
1 Replies
465 Views
Last post September 14, 2020, 08:51:45 pm
by CreateAForum