Wednesday, May 18, 2016
Top 10 Simple & sy Methods To Embed You Tube s in Blogger,Website,Joomla and Wordpress
This post clrly explainedtop 10 ways to embed you tube s inBlogger, Wordpress, Joomla, or simply inside the HTML of your blog or website.You can choose any one which you understand sily to embed you tube s
Ist Method:
1. Go to your Blogger account and Sign in by entering email address and .
2. Click the NEW POST button.
3. Now click the "Insert a " icon to embed youtube as shown in given below
4. New frame will open.From most left side select "From Youtube".
5. Inside the srch bar srch the you want to embed or paste the url of which you want to embed.Hit ENTER or click on magnifying glass button.
6.Result will be shown.Select particular and click on "Select" button below.
7. After that your youtube will be routinely published inside your article/post editor.
To resize :
8. In order to resize your youtube , click on HTML and you will see the below.
<div class="separator" style="clr: both; text-align: center;"> <object class="BLOGGER-youtube-" classid="clsid:D27B6E-AE6D-11cf-96B8-444553540000" base="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://img.youtube.com/vi/-r6wNZJK95E/0.jpg" height="266" width="320"><param name="" value="http://youtube.googlpis.com/v/-r6wNZJK95E&source=uds" /><param name="bgcolor" value="#FFFFFF" /><param name="allowFullScreen" value="true" /><embed width="320" height="266" src="http://youtube.googlpis.com/v/-r6wNZJK95E&source=uds" type="appliion/x-shockwave-flash" allowfullscreen="true"></embed></object></div>
<br /> <br />
9. Change the value of the colored WIDTH and HEIGHT above to resize your youtube .
2nd Method:
This method tells you How to Embed Youtube s in Blogger Article/Post.
1. Go to Youtube website and srch the which you want to embed in blogger.
2. Below the youtube you will find there the "Share" tab, click on and find "Embed" and click on it also. youtube embed will be appr. Copy and paste this in blogs’s HTML frame.
3. To resize your youtube , you can change the values of the WIDTH and the HEIGHT as in ist method explained. Below is given for help.
<iframe allowfullscreen="" frameborder="0" height="315"src="//www.youtube.com/embed/-r6wNZJK95E" width="560"></iframe>
Third Method:
This method tells you to Embed Youtube s in Blogger Sidebar
1. Log in into your blogger account
2. Now go to Layout/PageElements form left side of blogger’s dashboard.
3. If your template layout has a right sidebar or left sidebar, choose from it and just add a new gadget. Click the "Add a Gadget" > HTML/JavaScript.
4. In "Title" type the title of and in content tab paste youtube embed . ( can be obtain using 2nd method). Click the Save button to finish.
5. To resize your youtube according to the size of your left or right sidebar, you can change it as explained in 2nd method.
Fourth Method:
To Embed Youtube s in Joomla Article follow the given below steps.
1. sign in your Joomla Administrator account .
2. Download first this plugin sy Embed Youtube .
3. Folow below step to embed .
Go to Extension Manager> > Choose File >> browse the plugin you downloaded >> click Upload & Install.
4. When you allow your plugin by going to Manage and finding Content, Use Ctrl + F for more faster srching.
5. After allowing your plugin go to Content >>Article Manager >> Add a New Article.
6. Type the title of your together with the alias.
7. Now go to youtube.com and srch your which you want to embed. Copy the link of your youtube .
8. Move back Joomla article editor >> Toggle Editor. Paste the link inside your article type some description about and save it.
Fifth Method:
To Embed Youtube s in Joomla Sidebar follow below steps.
1. Sign in in your Joomla administrator account.
2. Download first this plugin Sorcerer for Joomla 2.5, 3.0 version and 3.1. Download here for Joomla 1.5 version.
3. Go to Extension Manager >> Choose File >> browse for the Sorcerer you downloaded and click Upload & Install.
4. Click on Manage or Plugin Manager and check for Button “Sourcerer” and “System No Sourcerer” or “System Sourcerer”. Make sure these buttons are all enabled.
5. Click on Module Manager >> click on “New”.
6. Find and choose “Custom HTML”.
8. Click on Custom Output >> click Toggle Editor >> Insert .
Replace the below :
<!-- You can place html anywhere within the source tags --> <script language="javascript" type="text/javascript"> // You can place JavaScript like this </script> <?p // You can place P like this ?>
by the embed of your youtube .
9. Make sure the embed of your youtube is inside the {source}{/source} tags as shown in above .
10. After that click the INSERT button
11. Now click on Save button and you are all done. Surely set the Position of your module to the left or right sidebar of your Joomla website. The same method is for joomla 1.5 version.
Sixth Method:
To Embed Youtube s in Joomla Article follow given below steps.
1. Do first steps 1 to 4 of "embedding youtube in Joomla sidebar" before continuing this steps.
2. Now assuming that you alrdy finished doing step 1. Go to Content > Article Manager > Add a New Article.
3. Put the title and alias of your article for your .
4. Now click Toggle Editor to switch to HTML mode.
5. Now open a new tab and go to youtube.com to get the embed of your .
6. You can get the embed of your youtube by following the Second Way of this post.
7. Now go back to your Joomla article and click Insert .
8. Replace the below :
<!-- You can place html anywhere within the source tags --> <script language="javascript" type="text/javascript"> // You can place JavaScript like this </script> <?p // You can place P like this ?>
by the embed you copied in youtube. Note that your embed should always be inside the open and close {sourcerer}{/sourcerer} tags. See the below. When done click the INSERT button.
9. Now your embed for your youtube is now inserted inside your Joomla article. Click the Save button and you are all done.
Seventh Method :
To Embed Youtube s using HTML Editor like Notepad follow given below steps
1.Open notepad in your system
2. Now go to youtube.com and find your which you want to embed. Below your there will be share button click on it. Now click Embed. Below, check "Use old embed ". Copy the that will be erated.
3. In Notepad and paste your youtube embed . The should look like as below.
<object width="560" height="315"><param name="" value="//www.youtube.com/v/-r6wNZJK95E?hl=en_US&version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="//www.youtube.com/v/-r6wNZJK95E?hl=en_US&version=3" type="appliion/x-shockwave-flash" width="560" height="315"allowscriptaccess="always" allowfullscreen="true"></embed></object>
4. Simplify the by Deleting all the colored above and your should look like the below.
<embed src="//www.youtube.com/v/-r6wNZJK95E" type="appliion/x-shockwave-flash" width="560" height="315"></embed>
5. Just add http: in the src="//www.youtube....." . Your final should look like as given below .
<embed src="http://www.youtube.com/v/-r6wNZJK95E" type="appliion/x-shockwave-flash" width="560" height="315"></embed>
6. Now go to File > Save As.
7.Type the name for your and save it with .HTML extension. See the below.
8. open your HTML file using your Google Chrome, Mozilla, etc. to see your embedded Youtube .
Eight Method:
To Embed Youtube s in Powerpoint 2007 follow given below steps.
1. Open your Powerpoint 2007.
2. Go to the Developer tab, if it is not available click the MS logo and click the Powerpoint Options.
3. Go to Popular > check “Show Developer tab in the Ribbon”. And press OK. See the below.
4. Click the Developer tab
5. Now click the “More Controls button”.
6. Go and find "Shockwave Flash Object" select it and press OK.
7. Now your mouse pointer will be look like a plus sign ( + ), start drawing your canvas for your youtube .
8. Now go to youtube.com and find the URL of your . Copy your youtube link.
9. Go to powerpoint presentation and right click your rectangle canvas and click Property.
10. Find the following and do as stated :
: [ paste here your youtube url ]
Note : for your URL, remove "watch?" and change = with /.
Original Youtube URL : http://www.youtube.com/watch?v=-r6wNZJK95E
Modified Embed for PPT : http://www.youtube.com/v/-r6wNZJK95E
Loop : [ set it to False ]
FrameNum : [ set it to 0 ]
11. Exit Properties, press F5 and your Youtube is now rdy to play right inside your Powerpoint presentation.
Ninth Method: Embed Youtube s in Wordpress
Watch the given below to embed in wordpress.
Tenth Method: Embed Youtube s in Website To Embed Youtube s in Website watch given below .
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment