How to Make an HTML Bar on a YouTube Channel
Although YouTube members are generally not allowed to add custom Web coding to a YouTube profile page, YouTube partners can use custom branding options to enable the Branding Box. In the Branding Box, partners can create a navigation bar, which is a list of links created using the Web programming language known as HTML. Adding an HTML navigation bar allows YouTube partners to display links to other YouTube pages, social networks and other websites.
Instructions
-
-
1
Navigate to your YouTube profile and click the arrow next to your user name at the top of the page.
-
2
Click "My Channel" on the drop-down menu.
-
-
3
Click the "Modules" tab at the top of the page.
-
4
Select the check box next to "Branding Box," then click the "Save Changes" button.
-
5
Scroll down your profile page to the Branding Box and click the "Edit" link.
-
6
Enter in the blank box the HTML code that you want to use to create your navigation bar. For example:
<ul>
<li><a href="http://URL.com">URL</a></li>
<li><a href="http://URL.com">URL</a></li>
<li><a href="http://URL.com">URL</a></li>
</ul>Change "URL.com" and "URL" to your desired URL link and title.
-
7
Click the "Save Changes" button once you have added all your links.
-
1