<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>| Blogger Tips And Tricks|Latest Tips For Bloggers</title>
	<atom:link href="https://www.bloggertipandtrick.net/tutorials/yahoo/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Blogger Tips And Tricks&#124;Latest Tips For Bloggers</description>
	<lastBuildDate>Mon, 17 Oct 2011 14:43:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How To Embed Yahoo Media Player to Blogger</title>
		<link>https://www.bloggertipandtrick.net/how-embed-yahoo-media-player-to-blogger/</link>
					<comments>https://www.bloggertipandtrick.net/how-embed-yahoo-media-player-to-blogger/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Mon, 03 Jan 2011 12:16:00 +0000</pubDate>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[yahoo]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2011/01/how-to-embed-yahoo-media-player-to-blogger.html</guid>

					<description><![CDATA[<p>Yahoo Media Player is one of the easiest way to play audio files from your website or blog.It is very easy to embed into your site and only display when you click on the audio file name.Yahoo Media Player is not spend long time to load and someone can play all audio files of your [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-embed-yahoo-media-player-to-blogger/">How To Embed Yahoo Media Player to Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Yahoo Media Player is one of the easiest way to play audio files from your website or blog.It is very easy to embed into your site and only display when you click on the audio file name.Yahoo Media Player is not spend long time to load and someone can play all audio files of your website/blog using Play-list.</p>
<p>These are the main features of Yahoo Media Player:</p>
<ul>
<li>Adds audio to your site with one line of HTML</li>
<li>Uses simple, easy-to-hack HTML instead of complicated proprietary markup, ushering in the REAL Media Web</li>
<li>Magical floating design never gets lost, is available when you need it, gets out of your way when you don't need it</li>
<li>Automatically finds all audio links on your page, turning your page into a playlist</li>
<li>Plays all your blog entries with a single button click</li>
<li>Allows you to put the play buttons where they belong: IN CONTEXT</li>
<li>Keeps the user in the page rather than sending them away to a media player</li>
<li>Picks up your images and adds them as cover art</li>
<li>Requires no download, install or maintenance</li>
</ul>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://www.bloggertipandtrick.net/2011/01/how-embed-yahoo-media-player-to-blogger.html"><img decoding="async" style="cursor: pointer; width: 530px; height: 110px;" src="https://3.bp.blogspot.com/_-j7_-ccACuU/TSG9BxvIryI/AAAAAAAACSo/IQqkFOhfELE/Yahoo%2BMedia%2BPlayers.png" alt="Yahoo Media Players" id="BLOGGER_PHOTO_ID_5557931253380460322" border="0" /></a></p>
<p>Follow these simple steps to embed Yahoo Media Player to your blog or website.</p>
<p>1.Login to your blogger dashboard--> Design - -> Edit HTML.</p>
<p>2.Scroll down to where you see <span style="font-weight: bold; color: rgb(255, 0, 0);">&lt;/head&gt;</span> tag .</p>
<p>3.Copy below code and paste it <span style="color: rgb(51, 51, 255);">just before</span> the <span style="color: rgb(255, 0, 0);">&lt;/head&gt;</span> tag .</p>
<pre style="height: 50px; width: 90%; overflow: auto; border: 1px solid black;"><span style="font-size:130%;">&lt;script type="text/javascript" src="http://mediaplayer.yahoo.com/js"&gt;&lt;/script&gt;</span></pre>
<p>4.Now save your template.</p>
<p>5.Go to Layout --> Page Elements.</p>
<p>6.Click on 'Add a Gadget'.</p>
<p>7.Select 'HTML/Javascript' and add the code given below (You can also add this code into <span style="font-weight: bold;">Edit Html section of your Post Editor</span>.):</p>
<pre style="height: 50px; width: 90%; overflow: auto; border: 1px solid black;"><span style="font-size:130%;">&lt;a href="<span style="font-weight: bold; color: rgb(255, 0, 0);">DIRECT_URL_OF_YOUR_MP3-FILE</span>"&gt;<span style="font-weight: bold; color: rgb(0, 153, 0);">Name_Of_the_Mp3_File</span>&lt;/a&gt;</span></pre>
<p><span style="font-weight: bold;font-size:130%;" >Note:</span></p>
<p>Replace "<span style="font-weight: bold; color: rgb(255, 0, 0);">DIRECT_URL_OF_YOUR_MP3-FILE</span>" with your .mp3 file direct url.<br />Replace "<span style="font-weight: bold; color: rgb(0, 153, 0);">Name_Of_the_Mp3_File</span>" with any name you like.</p>
<p>Look at the example given below:</p>
<pre style="height: 50px; width: 90%; overflow: auto; border: 1px solid black;"><span style="font-size:130%;">&lt;a href="<span style="font-weight: bold; color: rgb(255, 0, 0);font-family:arial;" >http://mediaplayer.yahoo.com/example1.mp3</span>"&gt;<span style="font-weight: bold; color: rgb(0, 153, 0);font-family:arial;" >First link</span>&lt;/a&gt;</span></pre>
<p>You can see more info about Yahoo Media Player from here : <ins>http://mediaplayer.yahoo.com/</ins>.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-embed-yahoo-media-player-to-blogger/">How To Embed Yahoo Media Player to Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/how-embed-yahoo-media-player-to-blogger/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
			</item>
		<item>
		<title>How To Add Yahoo Smileys Emotions to your Comments</title>
		<link>https://www.bloggertipandtrick.net/how-to-add-yahoo-smileys-emotions-to/</link>
					<comments>https://www.bloggertipandtrick.net/how-to-add-yahoo-smileys-emotions-to/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Wed, 08 Jul 2009 09:07:00 +0000</pubDate>
				<category><![CDATA[comments]]></category>
		<category><![CDATA[yahoo]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2009/08/how-to-add-yahoo-smileys-emotions-to-your-comments.html</guid>

					<description><![CDATA[<p>1.Login to your dashboard--> layout- -> Edit HTML 2.Click on "Expand Widget Templates" 3.Scroll down to where you see this : &#60;p class='comment-footer'&#62;&#60;b:if cond='data:post.embedCommentForm'&#62;&#60;b:include data='post' name='comment-form'/&#62;&#60;b:else/&#62;&#60;b:if cond='data:post.allowComments'&#62;&#60;h3&#62;&#60;a expr:href='data:post.addCommentUrl'expr:onclick='data:post.addCommentOnclick'&#62;&#60;data:postCommentMsg/&#62;&#60;/a&#62;&#60;/h3&#62;&#60;/b:if&#62;&#60;/b:if&#62;&#60;/p&#62;&#60;/b:if&#62; 4.Now replace above code with below code. &#60;p class='comment-footer'&#62;&#60;b:if cond='data:post.embedCommentForm'&#62;&#60;div style='-moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 369; text-align: left; border: 1px solid #cccccc; padding: 5px; background: [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-add-yahoo-smileys-emotions-to/">How To Add Yahoo Smileys Emotions to your Comments</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>1.Login to your dashboard--> layout- -> Edit HTML</p>
<p>2.Click on "<span style="color: rgb(51, 51, 255);">Expand Widget Templates</span>"</p>
<p>3.Scroll down to where you see this :</p>
<pre style="border: 1px solid black; overflow: auto; height: 200px; width: 80%;">&lt;p class='comment-footer'&gt;<br />&lt;b:if cond='data:post.embedCommentForm'&gt;<br />&lt;b:include data='post' name='comment-form'/&gt;<br />&lt;b:else/&gt;<br />&lt;b:if cond='data:post.allowComments'&gt;<br />&lt;h3&gt;&lt;a expr:href='data:post.addCommentUrl'<br />expr:onclick='data:post.addCommentOnclick'&gt;<br />&lt;data:postCommentMsg/&gt;&lt;/a&gt;&lt;/h3&gt;<br />&lt;/b:if&gt;<br />&lt;/b:if&gt;<br />&lt;/p&gt;<br />&lt;/b:if&gt;</pre>
<p>4.Now <span style="color: rgb(255, 0, 0);">replace</span> above code with below code.</p>
<pre style="border: 1px solid black; overflow: auto; height: 200px; width: 80%;">&lt;p class='comment-footer'&gt;<br />&lt;b:if cond='data:post.embedCommentForm'&gt;<br />&lt;div style='-moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 369; text-align: left; border: 1px solid #cccccc; padding: 5px; background: #eeeddf; height:86'&gt;<br />&lt;b&gt;<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/21.gif' width='18'/&gt; :))<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/71.gif' width='18'/&gt; ;))<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/5.gif' width='18'/&gt; ;;)<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/4.gif' width='18'/&gt; :D<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/3.gif' width='18'/&gt; ;)<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/10.gif' width='18'/&gt; :p<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/20.gif' width='22'/&gt; :((<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/1.gif' width='18'/&gt; :)<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/2.gif' width='18'/&gt; :(<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/8.gif' width='18'/&gt; :X<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/12.gif' width='18'/&gt; =((<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/13.gif' width='18'/&gt; :-o<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/7.gif' width='20'/&gt; :-/<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/11.gif' width='18'/&gt; :-*<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/22.gif' width='18'/&gt; :|<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/35.gif' width='24'/&gt; 8-}<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/100.gif' width='31'/&gt; :)]<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/102.gif' width='44'/&gt; ~x(<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/104.gif' width='30'/&gt; :-t<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/66.gif' width='18'/&gt; b-(<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/62.gif' width='18'/&gt; :-L<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/14.gif' width='34'/&gt; x(<br />&lt;img border='0' height='18' src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/24.gif' width='30'/&gt; =))<br />&lt;/b&gt;<br />&lt;/div&gt;<br />&lt;b:include data='post' name='comment-form'/&gt;<br />&lt;b:else/&gt;<br />&lt;b:if cond='data:post.allowComments'&gt;<br />&lt;a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'&gt;&lt;data:postCommentMsg/&gt;&lt;/a&gt;<br />&lt;/b:if&gt;<br />&lt;/b:if&gt;<br />&lt;/p&gt;<br />&lt;/b:if&gt;</pre>
<p>5.Now <span style="font-weight: bold; color: rgb(255, 0, 0);">Download</span> <span style="font-weight: bold;font-size:130%;" ><a href="http://www.ziddu.com/download/7139703/smiley.zip" target="_blank" rel="nofollow">Smiley.js</a></span> ( As a zipped file ) and host Smiley.js yourself using free js hosting service provider like <a href="http://www.hotlinkfiles.com/" target="_blank" rel="nofollow">HotLinkFiles.com</a> or <a href="http://www.110mb.com/" target="_blank" rel="nofollow">110mb.com</a>.</p>
<p>6.Now Scroll down to where you see <span style="font-weight: bold; color: rgb(0, 153, 0);">&lt;/body&gt;</span> tag in your template.</p>
<p>7.Copy below code and paste it<span style="color: rgb(0, 204, 204);"> <span style="color: rgb(51, 51, 255);">just before</span></span> the<span style="color: rgb(0, 153, 0);"> &lt;/body&gt;</span> tag .</p>
<pre style="border: 1px solid black; overflow: auto; height: 60px; width: 80%;">&lt;script src='<span style="font-weight: bold; color: rgb(204, 51, 204);font-size:130%;" >smiley.js</span>' type='text/javascript'/&gt;&lt;noscript&gt;&lt;a href="http://bloggertipandtrick.blogspot.com/" target="_blank"&gt;Blogger Tips And Tricks&lt;/a&gt;&lt;/noscript&gt;</pre>
<p><span style="font-weight: bold;">Note:</span> Replace <span style="color: rgb(204, 51, 204);font-size:130%;" >smiley.js</span> with your <span style="color: rgb(51, 51, 255);">direct hosting link of smiley.js</span> .</p>
<p>8.Now save your template and you are done.It will look like this.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://2.bp.blogspot.com/_-j7_-ccACuU/SlRfUZounaI/AAAAAAAAAz0/HRss8hkhK9A/s1600-h/comment33.png"><img decoding="async" style="cursor: pointer; width: 400px; height: 334px;" src="https://2.bp.blogspot.com/_-j7_-ccACuU/SlRfUZounaI/AAAAAAAAAz0/HRss8hkhK9A/s400/comment33.png" alt="" id="BLOGGER_PHOTO_ID_5356010660934098338" border="0" /></a><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://2.bp.blogspot.com/_-j7_-ccACuU/SlRenFi3FvI/AAAAAAAAAzs/A1REz3cL4cY/s1600-h/comment22.png"><br /></a></p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-add-yahoo-smileys-emotions-to/">How To Add Yahoo Smileys Emotions to your Comments</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/how-to-add-yahoo-smileys-emotions-to/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
	</channel>
</rss>
