<?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: Blog tips &#8211; Embedding videos</title>
	<atom:link href="http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/</link>
	<description>Start 'em up</description>
	<lastBuildDate>Mon, 19 Dec 2011 00:52:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: JAS</title>
		<link>http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/comment-page-1/#comment-1129</link>
		<dc:creator>JAS</dc:creator>
		<pubDate>Thu, 22 Mar 2007 04:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/#comment-1129</guid>
		<description>the &quot; character didn&#039;t come through in that last message - it has to be the unslanted doublequote to work - go figure - is what I was trying to say!</description>
		<content:encoded><![CDATA[<p>the &#8221; character didn&#8217;t come through in that last message &#8211; it has to be the unslanted doublequote to work &#8211; go figure &#8211; is what I was trying to say!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JAS</title>
		<link>http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/comment-page-1/#comment-1128</link>
		<dc:creator>JAS</dc:creator>
		<pubDate>Thu, 22 Mar 2007 04:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/#comment-1128</guid>
		<description>EUREKA!!  With a little bit of tweaking that did it!!  The code that worked was:

link rel=&quot;shortcut icon&quot; href=&quot;http://(my site)/wp-content/themes/intense-10/img/favicon.ico&quot;

And the final trick was that I had to make sure I had &quot; characters in the string instead of â€ characters because those are different hex codes.

Thank you, thank you, thank you - if you were here, I&#039;d give you a big ol&#039; hug - this has been bugging me since I put my blog up!  :-)</description>
		<content:encoded><![CDATA[<p>EUREKA!!  With a little bit of tweaking that did it!!  The code that worked was:</p>
<p>link rel=&#8221;shortcut icon&#8221; href=&#8221;http://(my site)/wp-content/themes/intense-10/img/favicon.ico&#8221;</p>
<p>And the final trick was that I had to make sure I had &#8221; characters in the string instead of â€ characters because those are different hex codes.</p>
<p>Thank you, thank you, thank you &#8211; if you were here, I&#8217;d give you a big ol&#8217; hug &#8211; this has been bugging me since I put my blog up!  <img src='http://www.neptunuslex.com/Wiki/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lex</title>
		<link>http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/comment-page-1/#comment-1114</link>
		<dc:creator>lex</dc:creator>
		<pubDate>Wed, 21 Mar 2007 15:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/#comment-1114</guid>
		<description>I took another look at your site, JAS, and I think that last bit of advice - to hard-code the url - might work. Unlike mine, your &quot;view source&quot; reveals that the .php call to your images directory didn&#039;t work. It still shows the following code:

link rel=â€iconâ€ href=â€&lt; ?php bloginfo(&#039;template_directory&#039;); ?&gt;/images/favicon.icoâ€ /</description>
		<content:encoded><![CDATA[<p>I took another look at your site, JAS, and I think that last bit of advice &#8211; to hard-code the url &#8211; might work. Unlike mine, your &#8220;view source&#8221; reveals that the .php call to your images directory didn&#8217;t work. It still shows the following code:</p>
<p>link rel=â€iconâ€ href=â€< ?php bloginfo('template_directory'); ?>/images/favicon.icoâ€ /</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lex</title>
		<link>http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/comment-page-1/#comment-1113</link>
		<dc:creator>lex</dc:creator>
		<pubDate>Wed, 21 Mar 2007 15:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/#comment-1113</guid>
		<description>JAS, you&#039;re at the utter reaches of my html knowledge, sorry. I&#039;m only a muddler, but it seems to me that it should work. What browser are you using? Can you see the favicon star on my main blog?

If the answer is that you can, then I&#039;m about tapped out, athough you can try to modify the header.php to read thus:

link rel=&quot;shortcut icon&quot; href=&quot;http://(yoursite)/wp-content/themes/(yourtheme)/images/favicon.ico&quot; 

With the text inside the () parens replaced by your url and theme name, obviously.

That&#039;s the way mine reads on right-click &quot;view source&quot; which takes the &quot;?php bloginfo(&#039;template_directory&#039;); &quot; call out of play. 

If that doesn&#039;t work, you might want to see if you can leave a note at the site of whomever architected your theme.

Good luck!</description>
		<content:encoded><![CDATA[<p>JAS, you&#8217;re at the utter reaches of my html knowledge, sorry. I&#8217;m only a muddler, but it seems to me that it should work. What browser are you using? Can you see the favicon star on my main blog?</p>
<p>If the answer is that you can, then I&#8217;m about tapped out, athough you can try to modify the header.php to read thus:</p>
<p>link rel=&#8221;shortcut icon&#8221; href=&#8221;http://(yoursite)/wp-content/themes/(yourtheme)/images/favicon.ico&#8221; </p>
<p>With the text inside the () parens replaced by your url and theme name, obviously.</p>
<p>That&#8217;s the way mine reads on right-click &#8220;view source&#8221; which takes the &#8220;?php bloginfo(&#8216;template_directory&#8217;); &#8221; call out of play. </p>
<p>If that doesn&#8217;t work, you might want to see if you can leave a note at the site of whomever architected your theme.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JAS</title>
		<link>http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/comment-page-1/#comment-1089</link>
		<dc:creator>JAS</dc:creator>
		<pubDate>Tue, 20 Mar 2007 19:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/#comment-1089</guid>
		<description>I&#039;m still not doing this right.  I know the favicon.ico graphic works fine, because I tested it out on my html website, so at least that part is correct.

I have the exact line you gave now in the header.php.  Inside the wp-content/themes subdirectory I have my theme subdirectory, intense-10.  That has a subdirectory called img.  I altered the code line to be 

link rel=â€iconâ€ href=â€/img/favicon.icoâ€ /

with no joy.  I&#039;ve copied the favicon.ico file into the theme subdirectory, intense-10, and then into every subdirectory under that - still no joy.

What am I messing up?

*sigh*

Here&#039;s what I currently have in my header.php (with the &quot;&quot; tags removed so you can see it:

	link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;RSS 2.0&quot; href=&quot;&quot; /
	link rel=&quot;alternate&quot; type=&quot;text/xml&quot; title=&quot;RSS .92&quot; href=&quot;&quot; /
	link rel=&quot;alternate&quot; type=&quot;application/atom+xml&quot; title=&quot;Atom 0.3&quot; href=&quot;&quot; /
        link rel=â€iconâ€ href=â€/img/favicon.icoâ€ /
	link rel=&quot;pingback&quot; href=&quot;&quot; /</description>
		<content:encoded><![CDATA[<p>I&#8217;m still not doing this right.  I know the favicon.ico graphic works fine, because I tested it out on my html website, so at least that part is correct.</p>
<p>I have the exact line you gave now in the header.php.  Inside the wp-content/themes subdirectory I have my theme subdirectory, intense-10.  That has a subdirectory called img.  I altered the code line to be </p>
<p>link rel=â€iconâ€ href=â€/img/favicon.icoâ€ /</p>
<p>with no joy.  I&#8217;ve copied the favicon.ico file into the theme subdirectory, intense-10, and then into every subdirectory under that &#8211; still no joy.</p>
<p>What am I messing up?</p>
<p>*sigh*</p>
<p>Here&#8217;s what I currently have in my header.php (with the &#8220;&#8221; tags removed so you can see it:</p>
<p>	link rel=&#8221;alternate&#8221; type=&#8221;application/rss+xml&#8221; title=&#8221;RSS 2.0&#8243; href=&#8221;" /<br />
	link rel=&#8221;alternate&#8221; type=&#8221;text/xml&#8221; title=&#8221;RSS .92&#8243; href=&#8221;" /<br />
	link rel=&#8221;alternate&#8221; type=&#8221;application/atom+xml&#8221; title=&#8221;Atom 0.3&#8243; href=&#8221;" /<br />
        link rel=â€iconâ€ href=â€/img/favicon.icoâ€ /<br />
	link rel=&#8221;pingback&#8221; href=&#8221;" /</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lex</title>
		<link>http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/comment-page-1/#comment-1026</link>
		<dc:creator>lex</dc:creator>
		<pubDate>Mon, 19 Mar 2007 05:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/#comment-1026</guid>
		<description>I can&#039;t see into your stylesheet from here, but it looks like you&#039;ve got a bunch of html in the header.php that looks like this (tag parens removed):

link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;RSS 2.0&quot; href=&quot;http://michaelandjudystouffer.com/judy/blog/feed/&quot; /

Somewhere in there, insert another line that runs thus:

link rel=&quot;icon&quot; href=&quot;&lt;?php bloginfo(&#039;template_directory&#039;); ?&gt;/images/favicon.ico&quot; /

With the tag parens &quot;&lt;&quot; and &quot;&gt;&quot; at either end.

Then, go into your &quot;Images&quot; folder inside the wp-content/themes subdirectory and insert the favicon.ico or favicon.png file (whichever you end up using, just be consistent with the html) and you should be good to go.

More &lt;a href=&quot;http://www.photoshopsupport.com/tutorials/jennifer/favicon.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.

Good luck!</description>
		<content:encoded><![CDATA[<p>I can&#8217;t see into your stylesheet from here, but it looks like you&#8217;ve got a bunch of html in the header.php that looks like this (tag parens removed):</p>
<p>link rel=&#8221;alternate&#8221; type=&#8221;application/rss+xml&#8221; title=&#8221;RSS 2.0&#8243; href=&#8221;http://michaelandjudystouffer.com/judy/blog/feed/&#8221; /</p>
<p>Somewhere in there, insert another line that runs thus:</p>
<p>link rel=&#8221;icon&#8221; href=&#8221;< ?php bloginfo('template_directory'); ?>/images/favicon.ico&#8221; /</p>
<p>With the tag parens &#8220;< " and ">&#8221; at either end.</p>
<p>Then, go into your &#8220;Images&#8221; folder inside the wp-content/themes subdirectory and insert the favicon.ico or favicon.png file (whichever you end up using, just be consistent with the html) and you should be good to go.</p>
<p>More <a href="http://www.photoshopsupport.com/tutorials/jennifer/favicon.html" rel="nofollow">here</a>.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JAS</title>
		<link>http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/comment-page-1/#comment-1024</link>
		<dc:creator>JAS</dc:creator>
		<pubDate>Mon, 19 Mar 2007 03:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/#comment-1024</guid>
		<description>It helps - kinda - in telling me that I&#039;m still lost! ;-)  The blog is in WordPress - but none of the files contain any reference to favicon.ico.  I&#039;ve created favicon.ico files before, for my regular website, but I&#039;m not sure where I should put the call for the file - in the CSS?  Or in the header.php file? I&#039;ve done this with html by putting [link rel=&quot;shortcut icon&quot; href=&quot;favicon.ico&quot; type=&quot;image/x-icon&quot;] inside of the head tags, but I have no idea where to put the equivalent in the WordPress files, or how it should be coded!  Help me, Obi-Lex Kanobi, you&#039;re my only hope!</description>
		<content:encoded><![CDATA[<p>It helps &#8211; kinda &#8211; in telling me that I&#8217;m still lost! <img src='http://www.neptunuslex.com/Wiki/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />   The blog is in WordPress &#8211; but none of the files contain any reference to favicon.ico.  I&#8217;ve created favicon.ico files before, for my regular website, but I&#8217;m not sure where I should put the call for the file &#8211; in the CSS?  Or in the header.php file? I&#8217;ve done this with html by putting [link rel="shortcut icon" href="favicon.ico" type="image/x-icon"] inside of the head tags, but I have no idea where to put the equivalent in the WordPress files, or how it should be coded!  Help me, Obi-Lex Kanobi, you&#8217;re my only hope!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lex</title>
		<link>http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/comment-page-1/#comment-1021</link>
		<dc:creator>lex</dc:creator>
		<pubDate>Mon, 19 Mar 2007 01:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/#comment-1021</guid>
		<description>Is it a WordPress blog? If so, somewhere in the header.php or stylesheet (style.css) you&#039;ll probably be able to find a pre-existing file labeled favicon.ico

All you need to do is find something you&#039;d prefer to put in there, save it as a 16x16 px visual file using either a Windows .ico editor or a .png file (in Photoshop or Photoshop elements), uploading it using your ftp app to the &quot;Images folder&quot; in your overall theme folder (or wherever it is that the previous favicon is stashed) and overwrite with the new file.

If your previous favicon file ended with a &quot;.ico&quot; suffix, and you don&#039;t have an icon editor, then you&#039;ll have to go back into the stylesheet and find out where the favicon.ico is called out and change the request to your favicon.png 

Does that help at all?</description>
		<content:encoded><![CDATA[<p>Is it a WordPress blog? If so, somewhere in the header.php or stylesheet (style.css) you&#8217;ll probably be able to find a pre-existing file labeled favicon.ico</p>
<p>All you need to do is find something you&#8217;d prefer to put in there, save it as a 16&#215;16 px visual file using either a Windows .ico editor or a .png file (in Photoshop or Photoshop elements), uploading it using your ftp app to the &#8220;Images folder&#8221; in your overall theme folder (or wherever it is that the previous favicon is stashed) and overwrite with the new file.</p>
<p>If your previous favicon file ended with a &#8220;.ico&#8221; suffix, and you don&#8217;t have an icon editor, then you&#8217;ll have to go back into the stylesheet and find out where the favicon.ico is called out and change the request to your favicon.png </p>
<p>Does that help at all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JAS</title>
		<link>http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/comment-page-1/#comment-1020</link>
		<dc:creator>JAS</dc:creator>
		<pubDate>Mon, 19 Mar 2007 01:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.neptunuslex.com/Wiki/2007/03/18/blog-tips-embedding-videos/#comment-1020</guid>
		<description>Thanks - was just wondering how to do that on my own blog.  I&#039;m stuck on figuring out how to get a favicon to show in a wordpress page... where the heck am I supposed to drop the favicon.ico in the directory structure so wordpress finds it?</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; was just wondering how to do that on my own blog.  I&#8217;m stuck on figuring out how to get a favicon to show in a wordpress page&#8230; where the heck am I supposed to drop the favicon.ico in the directory structure so wordpress finds it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

