This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to remove text from videos?
01-27-2013, 11:10 PM
Post: #1
how to remove text from videos?
in this video http://www.youtube.com/watch?v=jLXNqpCu0Ns
in corner there is written @emilyrister and at ending a black screen come up & says twitter - @emilyrister
if i want to re-upload that video without having these, how can i do it?

Ads

Find all posts by this user
Quote this message in a reply
01-27-2013, 11:18 PM
Post: #2
 
Title is only problem in youtube videos.Please check below the instructions to how to remove it.

Open the YouTube video that you want to embed on your website.


Click the "Share" button located underneath the video screen on the page. Click the "Embed" button. Use your mouse to highlight all of the code in the box.

Right-click the highlighted code, then click "Copy" in the pop-up menu. This copies the embed code to the Windows clipboard.


Open your preferred HTML or text editor program. Open the file that contains the HTML code for the website that you want to embed the video into.


Place the cursor where you want the video to appear in the HTML code. Type "" to create a line break, then press the Enter key.


Press the Ctrl and V keys to paste the code for the YouTube video into your HTML file. The embed code appears similar to:

<iframe width="560" height="349" src="http://www.youtube.com/embed/CD85z3d44N1" frameborder="0" allowfullscreen></iframe>


Place the cursor after the last character, and before the end-quote symbol, in the "src" URL value. In the example embed code, you would position the cursor after the "1" in the src="http://www.youtube.com/embed/CD85z3d44N1" value.


Type the following YouTube embed code variable after the last character or digit in the "src" URL value:

&showinfo=0

Using the example YouTube video, the modified HTML code would look like:

<iframe width="560" height="349" src="http://www.youtube.com/embed/ CD85z3d44N1&showinfo=0" frameborder="0" allowfullscreen></iframe>


Save the changes to your modified HTML file in the editor program. Log in to your Web hosting account control panel. Use the "File Manager" or "File Uploader" application in the control panel to upload the modified HTML file to your Web server. Go to the URL address of the new HTML file in your Web browser. The YouTube video appears on the page without the title at the top of the viewer window.

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)