<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Firefox add to favorites code</title>
	<atom:link href="http://www.seoptimise.com/blog/2006/03/firefox-add-to-favorites-code.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.seoptimise.com/blog/2006/03/firefox-add-to-favorites-code.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=firefox-add-to-favorites-code</link>
	<description>SEO Blog &#38; Search Engine Marketing News</description>
	<lastBuildDate>Fri, 10 Feb 2012 15:42:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Alexei</title>
		<link>http://www.seoptimise.com/blog/2006/03/firefox-add-to-favorites-code.html#comment-90373</link>
		<dc:creator>Alexei</dc:creator>
		<pubDate>Thu, 09 Sep 2010 20:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seoptimise.com/?p=30#comment-90373</guid>
		<description>@Online
Thanks a lot for the script, i just think that the order of the if statements should be changed to ie, firefox and opera at the end</description>
		<content:encoded><![CDATA[<p>@Online<br />
Thanks a lot for the script, i just think that the order of the if statements should be changed to ie, firefox and opera at the end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OnLine</title>
		<link>http://www.seoptimise.com/blog/2006/03/firefox-add-to-favorites-code.html#comment-80255</link>
		<dc:creator>OnLine</dc:creator>
		<pubDate>Wed, 27 Jan 2010 08:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seoptimise.com/?p=30#comment-80255</guid>
		<description>I found a script that works:



/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

/* Modified to support Opera */
function bookmarksite(title,url){
if (window.sidebar) // firefox
	window.sidebar.addPanel(title, url, &quot;&quot;);
else if(window.opera &amp;&amp; window.print){ // opera
	var elem = document.createElement(&#039;a&#039;);
	elem.setAttribute(&#039;href&#039;,url);
	elem.setAttribute(&#039;title&#039;,title);
	elem.setAttribute(&#039;rel&#039;,&#039;sidebar&#039;);
	elem.click();
} 
else if(document.all)// ie
	window.external.AddFavorite(url, title);
}

&lt;a href=&quot;//www.dynamicdrive.com&#039;)&quot; rel=&quot;nofollow&quot;&gt;Bookmark this site!&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I found a script that works:</p>
<p>/***********************************************<br />
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)<br />
* This notice MUST stay intact for legal use<br />
* Visit Dynamic Drive at <a href="http://www.dynamicdrive.com/" rel="nofollow">http://www.dynamicdrive.com/</a> for full source code<br />
***********************************************/</p>
<p>/* Modified to support Opera */<br />
function bookmarksite(title,url){<br />
if (window.sidebar) // firefox<br />
	window.sidebar.addPanel(title, url, &#8220;&#8221;);<br />
else if(window.opera &amp;&amp; window.print){ // opera<br />
	var elem = document.createElement(&#8216;a&#8217;);<br />
	elem.setAttribute(&#8216;href&#8217;,url);<br />
	elem.setAttribute(&#8216;title&#8217;,title);<br />
	elem.setAttribute(&#8216;rel&#8217;,'sidebar&#8217;);<br />
	elem.click();<br />
}<br />
else if(document.all)// ie<br />
	window.external.AddFavorite(url, title);<br />
}</p>
<p><a href="//www.dynamicdrive.com')" rel="nofollow">Bookmark this site!</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OnLine</title>
		<link>http://www.seoptimise.com/blog/2006/03/firefox-add-to-favorites-code.html#comment-80254</link>
		<dc:creator>OnLine</dc:creator>
		<pubDate>Wed, 27 Jan 2010 08:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seoptimise.com/?p=30#comment-80254</guid>
		<description>I tested it and it doesnt wor in mozila firefox 3.05</description>
		<content:encoded><![CDATA[<p>I tested it and it doesnt wor in mozila firefox 3.05</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergey</title>
		<link>http://www.seoptimise.com/blog/2006/03/firefox-add-to-favorites-code.html#comment-68586</link>
		<dc:creator>sergey</dc:creator>
		<pubDate>Tue, 16 Jun 2009 13:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seoptimise.com/?p=30#comment-68586</guid>
		<description>edit quotes after you copy-paste the code and it will work fine..</description>
		<content:encoded><![CDATA[<p>edit quotes after you copy-paste the code and it will work fine..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.seoptimise.com/blog/2006/03/firefox-add-to-favorites-code.html#comment-46577</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 11 Feb 2009 23:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seoptimise.com/?p=30#comment-46577</guid>
		<description>Nothing works for me. If someone can send me a code that works, I will pay!</description>
		<content:encoded><![CDATA[<p>Nothing works for me. If someone can send me a code that works, I will pay!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anju</title>
		<link>http://www.seoptimise.com/blog/2006/03/firefox-add-to-favorites-code.html#comment-26658</link>
		<dc:creator>Anju</dc:creator>
		<pubDate>Thu, 25 Sep 2008 07:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seoptimise.com/?p=30#comment-26658</guid>
		<description>good script.. I will use it in one of my sites!</description>
		<content:encoded><![CDATA[<p>good script.. I will use it in one of my sites!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: offshore software development</title>
		<link>http://www.seoptimise.com/blog/2006/03/firefox-add-to-favorites-code.html#comment-214</link>
		<dc:creator>offshore software development</dc:creator>
		<pubDate>Sat, 15 Sep 2007 06:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seoptimise.com/?p=30#comment-214</guid>
		<description>thanks for code..i will use it.</description>
		<content:encoded><![CDATA[<p>thanks for code..i will use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandon</title>
		<link>http://www.seoptimise.com/blog/2006/03/firefox-add-to-favorites-code.html#comment-168</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Tue, 31 Jul 2007 21:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seoptimise.com/?p=30#comment-168</guid>
		<description>it dosent work</description>
		<content:encoded><![CDATA[<p>it dosent work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.seoptimise.com/blog/2006/03/firefox-add-to-favorites-code.html#comment-104</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 29 Apr 2007 21:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seoptimise.com/?p=30#comment-104</guid>
		<description>Not tested but I believe the code for safari would be something like:&lt;br/&gt;&lt;br/&gt;a href=http://www.google.com&quot; title=&quot;Google web search&quot; rel=&quot;sidebar&quot;&lt;br/&gt;&lt;br/&gt;As for Safari I have no idea, I found this page while googling how to do it in Safari.</description>
		<content:encoded><![CDATA[<p>Not tested but I believe the code for safari would be something like:</p>
<p>a href=http://www.google.com&#8221; title=&#8221;Google web search&#8221; rel=&#8221;sidebar&#8221;</p>
<p>As for Safari I have no idea, I found this page while googling how to do it in Safari.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradeep</title>
		<link>http://www.seoptimise.com/blog/2006/03/firefox-add-to-favorites-code.html#comment-97</link>
		<dc:creator>Pradeep</dc:creator>
		<pubDate>Mon, 16 Apr 2007 20:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seoptimise.com/?p=30#comment-97</guid>
		<description>Do you know the code for Safari and Opera? just curious.</description>
		<content:encoded><![CDATA[<p>Do you know the code for Safari and Opera? just curious.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.seoptimise.com/blog/2006/03/firefox-add-to-favorites-code.html#comment-14</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 03 Dec 2006 00:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seoptimise.com/?p=30#comment-14</guid>
		<description>thanks, works well</description>
		<content:encoded><![CDATA[<p>thanks, works well</p>
]]></content:encoded>
	</item>
</channel>
</rss>


<!-- W3 Total Cache: Minify debug info:
Engine:             disk: basic
Theme:              ee430
Template:           single
-->
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.seoptimise.com @ 2012-02-11 13:39:13 -->
