Change YouTube Channel Name on Mobile App

Prachi Gupta
Updated on 13-Sep-2022 13:18:28

340 Views

YouTube is the most popular video streaming platform, which is accessed by millions of people around the world. Besides entertainment, users can also create their own YouTube channel, give it a name, upload their video content, have live sessions, shorts, podcasts and much more. The first and the foremost part of the Creators channel that came to the notice of the audience is the “channel name”. YouTube channel name is a brand. When a creator publishes videos, people identify the content with a specific channel name. Sometimes, a time comes when a creator becomes dissatisfied with the current ... Read More

Tips and Tricks for Using Hashtags

Prachi Gupta
Updated on 13-Sep-2022 13:15:52

279 Views

Tips and strategies for using hashtags Limited hashtags − YouTube permits 15 hashtags, don't go crazy in adding unlimited, if a creator writes more than 15 hashtags in the description, they are ignored by the YouTube algorithm. So don’t overload description with hashtags. Use relevant hashtags according to YouTube – Hashtags should relate to the videos otherwise video can get held by YouTube’s “misleading metadata policy”. Trending hashtags can be tempting for the creators but they keep in mind that the trending hashtag needs to be closely related to the content of the video. Explore ... Read More

Add Hashtags to Your YouTube Video on Mobile App

Prachi Gupta
Updated on 13-Sep-2022 13:14:29

694 Views

Hashtags increase your presence on social media as keywords on Google. In starting, when social media evolved, hashtags belonged to Twitter and Instagram but nowadays using hashtags in YouTube videos can be the ticket to increased viewership and subscriber growth. YouTube had started to add hyperlinked hashtags above the video titles on both its desktop site and mobile app. The placement of the hashtags, to their video descriptions, enables viewers to instantly search for more relatable videos for their search with a single click or tap. According to Android Police, “YouTube displays the first three Hashtags that are ... Read More

Flow of Your YouTube Video

Prachi Gupta
Updated on 13-Sep-2022 13:11:10

1K+ Views

Good YouTube video flow is one of the biggest secrets to getting the attention a channel needs to grow. Structuring the videos helps to get many opportunities, to increase engagements and keep people watching the content. Not only formal structure is helpful but sometimes in the individual pieces, one can include humor in each video. Video can be a powerful asset for any company to be added to any marketing strategy. But not just any video will do, the creator has to create a video that speaks to the target audience, holds the viewers’ attention, and effectively communicates the ... Read More

Disable Centered Rotation of Text Using Fabric.js

Rahul Gurung
Updated on 13-Sep-2022 12:16:10

226 Views

In this tutorial, we are going to learn how to disable the centered rotation of Text using FabricJS. We can display text on canvas by adding an instance of fabric.Text. Not only does it allow us to move, scale and change the dimensions of the text but it also provides additional functionality like text alignment, text decoration, line height which can be obtained by the properties textAlign, underline and lineHeight respectively. By default all objects in FabricJS use their center as the point of rotation. However, we can change this behaviour by using the centeredRotation property. Syntax new fabric.Text(text: String, ... Read More

Create Text with Dash Pattern Border using Fabric.js

Rahul Gurung
Updated on 13-Sep-2022 12:14:55

295 Views

In this tutorial, we are going to create a Text with a dash pattern border using FabricJS. We can display text on canvas by adding an instance of fabric.Text. Not only does it allow us to move, scale and change the dimensions of the text but it also provides additional functionality like text alignment, text decoration, line height which can be obtained by the properties textAlign, underline and lineHeight respectively. We can change the appearance of the dashes of border, by using the borderDashArray property. However, our text object must have borders in order for this property to work. If ... Read More

Create a Canvas with Text Using Fabric.js

Rahul Gurung
Updated on 13-Sep-2022 12:13:19

1K+ Views

In this tutorial, we are going to learn about how to create a canvas with a Text object using FabricJS. We can display text on canvas by adding an instance of fabric.Text. Not only does it allow us to move, scale and change the dimensions of the text but it also provides additional functionality like text alignment, text decoration, line height which can be obtained by the properties textAlign, underline and lineHeight respectively. One difference between Text and Textbox is, Textbox is editable interactively while Text isn’t. Syntax new fabric.Text( text: String , options: Object) Parameters text − ... Read More

Compute Height of Character at Given Position in Text Using Fabric.js

Rahul Gurung
Updated on 13-Sep-2022 12:11:40

430 Views

In this tutorial, we are going to learn how to compute the height of line at required line index in Text using FabricJS. We can display text on canvas by adding an instance of fabric.Text. Not only does it allow us to move, scale and change the dimensions of the text but it also provides additional functionality like text alignment, text decoration, line height which can be obtained by the properties textAlign, underline and lineHeight respectively. We can also compute the height of line at required line index by using the getHeightOfLine method. Syntax getHeightOfLine(lineIndex: Number) Parameters lineIndex ... Read More

Change Font Weight of Text Using Fabric.js

Rahul Gurung
Updated on 13-Sep-2022 12:10:48

459 Views

In this tutorial, we are going to see how to change the font weight of Text using FabricJS. We can display text on canvas by adding an instance of fabric.Text. Not only does it allow us to move, scale and change the dimensions of the text but it also provides additional functionality like text alignment, text decoration, line height which can be obtained by the properties textAlign, underline and lineHeight respectively. Font weight refers to the value which determines how bold or light our text will appear. Syntax new fabric.Text(text: String , { fontWeight: Number|String }: Object) Parameters ... Read More

Change Font Style of Text Using Fabric.js

Rahul Gurung
Updated on 13-Sep-2022 12:08:41

415 Views

In this tutorial, we are going to learn about how to change the font style in Text object using FabricJS. We can display text on canvas by adding an instance of fabric.Text. Not only does it allow us to move, scale and change the dimensions of the text but it also provides additional functionality like text alignment, text decoration, line height which can be obtained by the properties textAlign, underline and lineHeight respectively. We can change the font style by using the fontStyle property. Syntax new fabric.Text(text: String, { fontStyle: String }: Object) Parameters text − This parameter ... Read More

Advertisements