#eTubeGuide : How Text Scrolling Move and Scroll YouTube Video on Hindi DJ Remix Blogger Website - #eTubeGuide »Tricks


#eTubeGuide : How Text Scrolling Move and Scroll YouTube Video on Hindi DJ Remix Blogger Website

» #eTubeGuide Video Description :

To create a scrolling text effect and add a scrollable YouTube video on your Hindi DJ Remix Blogger Website, you can follow these steps. This involves adding HTML and CSS for the scrolling text and embedding a YouTube video that can be scrolled on your page.

Step 1: Add Scrolling Text on Your Blogger Website

  1. Go to Blogger Dashboard:

    • Log in to your Blogger account and open the Blog you want to edit.
  2. Create a New Post or Edit an Existing Post:

    • Navigate to Posts > New Post or select an existing post where you want to add the scrolling text.
  3. Add Scrolling Text Using HTML:

    • Switch to the HTML view of the post editor.
    • Add the following code to create a scrolling text effect:
    html
    <marquee behavior="scroll" direction="left" scrollamount="5" style="font-size: 24px; color: #FF4500; font-weight: bold;">
    Latest Hindi DJ Remix Songs: Check out our newest mixes! Follow for more!
    </marquee>
    • Explanation:
      • marquee: This tag makes the text scroll horizontally.
      • behavior="scroll": Makes the text scroll continuously.
      • direction="left": Scrolls the text from right to left.
      • scrollamount="5": Controls the scrolling speed (higher value = faster).
      • style: Adds custom styling to the text, such as font size, color, and weight.
  4. Save and Publish:

    • Switch back to the Compose view to see the effect in the post.
    • Save or Publish the post to make the scrolling text appear live on your website.

Step 2: Add a Scrollable YouTube Video

To embed a YouTube video on your Blogger website that can scroll, follow these steps:

  1. Find the YouTube Video:

    • Go to YouTube and find the Hindi DJ Remix video you want to embed.
    • Click on the Share button below the video and then click Embed.
  2. Copy the Embed Code:

    • Copy the embed code provided by YouTube. It will look something like this:
    html
    <iframe width="560" height="315" src="https://www.youtube.com/embed/YOUR_VIDEO_ID" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
  3. Edit the Embed Code for Scrolling:

    • To make the video scrollable, add some custom CSS styles. For example:
    html
    <div style="overflow-x: auto; white-space: nowrap;">
    <iframe width="560" height="315" src="https://www.youtube.com/embed/YOUR_VIDEO_ID" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
    </div>
    • Explanation:
      • overflow-x: auto: This makes the video scrollable horizontally if the container is too small.
      • white-space: nowrap: Prevents the content inside from wrapping, ensuring that the video stays in a single line.
  4. Insert the Code in Your Post:

    • In your Blogger post, switch to the HTML view and paste the video embed code with the div container around it.
  5. Save and Publish:

    • Save the post or Publish it to make the scrollable video live on your site.

Step 3: Customizing the Layout

If you want more customization for both scrolling text and videos, you can adjust the settings:

  1. Change Scrolling Speed or Direction:

    • Modify the scrollamount or direction attribute in the <marquee> tag to adjust the scrolling effect.
  2. Adjust Video Size:

    • You can adjust the width and height in the <iframe> code to match the desired size for your blog layout.

Step 4: Example of Combined Code (Text + Video)

Here’s an example where both the scrolling text and scrollable YouTube video are included in one post:

html
<!-- Scrolling Text -->
<marquee behavior="scroll" direction="left" scrollamount="5" style="font-size: 24px; color: #FF4500; font-weight: bold;">
Latest Hindi DJ Remix Songs: Check out our newest mixes! Follow for more!
</marquee>
<br><br>
<!-- Scrollable YouTube Video -->
<div style="overflow-x: auto; white-space: nowrap;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/YOUR_VIDEO_ID" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
  • This code combines both the scrolling text and the scrollable YouTube video on your Blogger website.

Step 5: Final Check and Publish

  • After adding the content, check the layout and functionality.
  • Ensure the text is scrolling and the video can be scrolled horizontally on mobile and desktop.
  • Publish your changes to make them live on your Hindi DJ Remix Blogger website.

By following these steps, you can easily add scrolling text and a scrollable YouTube video to your Blogger website to enhance engagement and create a dynamic experience for visitors.

» #eTubeGuide Video #HashTags :

#TextScrolling #ScrollingTextEffect #YouTubeVideoScroll #HindiDJRemix #BloggerWebsite #DJRemixBlogger #YouTubeVideoEmbed #BloggerCustomization #ScrollingTextBlogger #DJRemixSite #YouTubeScrollEffect #BloggerVideoEmbed #DJRemixVideos #BloggerVideoCustomization #ScrollTextBlogger #YouTubeBlogger #DJRemixSong #BloggerTips #TextScrollEffect #DJRemixBloggerWebsite #YouTubeVideoMove #ScrollingEffectBlogger #BloggerVideoSettings #EmbedYouTubeVideo #HindiDJRemixSite #BloggerScrollEffect #TextScrollingEffect #RemixBloggerWebsite #YouTubeTextScroll #DJRemixWebsite #BloggerCustomText #ScrollYouTubeVideo #YouTubeBloggerTips #TextMovementBlogger #DJRemixSongs #BloggerDesignTips #YouTubeVideoCustomize #ScrollTextOnBlogger #DJRemixBloggerSite #TextScrollingEffectBlogger #VideoScrollBlogger #YouTubeCustomization #HindiRemixVideo #BloggerVideoEmbedTips #ScrollingTextForYouTube #TextEffectsBlogger #YouTubeVideoScrollEffect #DJRemixOnBlogger #BloggerYouTubeTips #TextScrollerBlogger #MoveTextOnBlogger

#eTubeGuide » YouTube Video Tutorial Guide » YouTube Video Tricks and Tips
Next Post Previous Post