<?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: Adding Social Media Links to Thesis</title>
	<atom:link href="http://adambarber.tv/2009/adding-social-media-links-to-thesis/feed/" rel="self" type="application/rss+xml" />
	<link>http://adambarber.tv/2009/adding-social-media-links-to-thesis/</link>
	<description>Adam Barber&#039;s personal blog.</description>
	<lastBuildDate>Wed, 14 Jul 2010 17:51:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 47 Customizations for the Thesis Theme</title>
		<link>http://adambarber.tv/2009/adding-social-media-links-to-thesis/comment-page-1/#comment-133</link>
		<dc:creator>47 Customizations for the Thesis Theme</dc:creator>
		<pubDate>Sun, 11 Apr 2010 19:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://adambarber.tv/?p=88#comment-133</guid>
		<description>[...] Adding Social Media Links to Thesis A thesis-specific guide to adding a social media box. [...]</description>
		<content:encoded><![CDATA[<p>[...] Adding Social Media Links to Thesis A thesis-specific guide to adding a social media box. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://adambarber.tv/2009/adding-social-media-links-to-thesis/comment-page-1/#comment-117</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sat, 12 Dec 2009 22:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://adambarber.tv/?p=88#comment-117</guid>
		<description>Not working for me either. Suggestions anyone?</description>
		<content:encoded><![CDATA[<p>Not working for me either. Suggestions anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boni</title>
		<link>http://adambarber.tv/2009/adding-social-media-links-to-thesis/comment-page-1/#comment-115</link>
		<dc:creator>Boni</dc:creator>
		<pubDate>Tue, 01 Dec 2009 18:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://adambarber.tv/?p=88#comment-115</guid>
		<description>This is not working well with me. please take a look on my website. it shown badly. The table not shown properly... can you give me help what&#039;s wrong here. Thank u before</description>
		<content:encoded><![CDATA[<p>This is not working well with me. please take a look on my website. it shown badly. The table not shown properly&#8230; can you give me help what&#8217;s wrong here. Thank u before</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Logan</title>
		<link>http://adambarber.tv/2009/adding-social-media-links-to-thesis/comment-page-1/#comment-73</link>
		<dc:creator>Logan</dc:creator>
		<pubDate>Thu, 03 Sep 2009 06:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://adambarber.tv/?p=88#comment-73</guid>
		<description>Nice code.  The opening div is missing the class which is why it isn&#039;t working for Kasher.   should be replaced with  </description>
		<content:encoded><![CDATA[<p>Nice code.  The opening div is missing the class which is why it isn&#8217;t working for Kasher.   should be replaced with</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tammy</title>
		<link>http://adambarber.tv/2009/adding-social-media-links-to-thesis/comment-page-1/#comment-71</link>
		<dc:creator>Tammy</dc:creator>
		<pubDate>Wed, 26 Aug 2009 02:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://adambarber.tv/?p=88#comment-71</guid>
		<description>Did you get my post here last night?  If not does that mean I cannot post code here?  

I followed instructions and it has done nothing.  No errors, no social media stuff :)  Let me know how to get the code I posted to you to see what I did wrong?

Tam</description>
		<content:encoded><![CDATA[<p>Did you get my post here last night?  If not does that mean I cannot post code here?  </p>
<p>I followed instructions and it has done nothing.  No errors, no social media stuff <img src='http://adambarber.tv/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Let me know how to get the code I posted to you to see what I did wrong?</p>
<p>Tam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tammy</title>
		<link>http://adambarber.tv/2009/adding-social-media-links-to-thesis/comment-page-1/#comment-69</link>
		<dc:creator>Tammy</dc:creator>
		<pubDate>Tue, 25 Aug 2009 05:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://adambarber.tv/?p=88#comment-69</guid>
		<description>Hi, I followed the instructions and got nothing.  Here is what I entered below.  Can you tell me what I did wrong?

Tammy

(entered into Thesis Custom Programming section)

// Social Media Links Function
 
function social_media_links(){
 ?&gt;
 
 
 &lt;a href=&quot;http://twitter.com/##theflyonthewall##&quot; rel=&quot;nofollow&quot;&gt;
 The Fly On The Wall
 on twitter
 &lt;/a&gt;
  
 
 &lt;a href=&quot;//www.the-fly-on-the-wall.com/feed##&quot; rel=&quot;nofollow&quot;&gt;
 The Fly On The Wall
 rss feed
 &lt;/a&gt;
 
 
 
   
 
   
 
 &lt;?php
} 
 
// Add the function to the proper hook
add_action(&#039;thesis_hook_after_multimedia_box&#039;, &#039;social_media_links&#039;);

(entered into Thesis Custom Styling area)

/* Define the clear div to offset the link floats */
div.clear{
clear: both;
height: 1px;
width: 1px;
}
 
/* This is the style for the container */
div.socialmedia_sidebar
{
background: #eee;
margin: -18px 0 5px 0;
/* If you are using this below the media box,
use a negative top margin to raise it up. If not, adjust accordingly */
padding: 5px 0 5px 10px;
border-top: 1px dashed black;
border-bottom: 1px dashed black;
}
 
div.socialmedia_sidebar ul li{
float: left;
list-style: none;
text-align: center;
}
 
div.socialmedia_sidebar span.name{
font-size: 2em;
display: block;
}
 
div.socialmedia_sidebar span.service{
font-style: italic;
}
 
div.socialmedia_sidebar ul li a{
width: 200px;
padding: 5px;
display: block;
border: 1px solid #fff;
}
 
/* Non-hover profile links */
#twitter{ background: #FEF9BF url(&#039;##PATHTOTWITTERICON##&#039;) 5px 5px no-repeat; height: 35px; text-indent: 35px;}
#rss{ background: #FEF9BF url(&#039;##PATHTORSSICON##&#039;) 5px 5px no-repeat; height: 35px; text-indent: 45px;}
 
/* Hover profile links */
#twitter:hover{ background: #999 url(&#039;##PATHTOTWITTERICON##&#039;) 5px 5px no-repeat}
#rss:hover{ background: #999 url(&#039;##PATHTORSSICON##&#039;) 5px 5px no-repeat}</description>
		<content:encoded><![CDATA[<p>Hi, I followed the instructions and got nothing.  Here is what I entered below.  Can you tell me what I did wrong?</p>
<p>Tammy</p>
<p>(entered into Thesis Custom Programming section)</p>
<p>// Social Media Links Function</p>
<p>function social_media_links(){<br />
 ?&gt;</p>
<p> <a href="http://twitter.com/##theflyonthewall##" rel="nofollow"><br />
 The Fly On The Wall<br />
 on twitter<br />
 </a></p>
<p> <a href="//www.the-fly-on-the-wall.com/feed##" rel="nofollow"><br />
 The Fly On The Wall<br />
 rss feed<br />
 </a></p>
<p> &lt;?php<br />
} </p>
<p>// Add the function to the proper hook<br />
add_action(&#039;thesis_hook_after_multimedia_box&#039;, &#039;social_media_links&#039;);</p>
<p>(entered into Thesis Custom Styling area)</p>
<p>/* Define the clear div to offset the link floats */<br />
div.clear{<br />
clear: both;<br />
height: 1px;<br />
width: 1px;<br />
}</p>
<p>/* This is the style for the container */<br />
div.socialmedia_sidebar<br />
{<br />
background: #eee;<br />
margin: -18px 0 5px 0;<br />
/* If you are using this below the media box,<br />
use a negative top margin to raise it up. If not, adjust accordingly */<br />
padding: 5px 0 5px 10px;<br />
border-top: 1px dashed black;<br />
border-bottom: 1px dashed black;<br />
}</p>
<p>div.socialmedia_sidebar ul li{<br />
float: left;<br />
list-style: none;<br />
text-align: center;<br />
}</p>
<p>div.socialmedia_sidebar span.name{<br />
font-size: 2em;<br />
display: block;<br />
}</p>
<p>div.socialmedia_sidebar span.service{<br />
font-style: italic;<br />
}</p>
<p>div.socialmedia_sidebar ul li a{<br />
width: 200px;<br />
padding: 5px;<br />
display: block;<br />
border: 1px solid #fff;<br />
}</p>
<p>/* Non-hover profile links */<br />
#twitter{ background: #FEF9BF url(&#039;##PATHTOTWITTERICON##&#039;) 5px 5px no-repeat; height: 35px; text-indent: 35px;}<br />
#rss{ background: #FEF9BF url(&#039;##PATHTORSSICON##&#039;) 5px 5px no-repeat; height: 35px; text-indent: 45px;}</p>
<p>/* Hover profile links */<br />
#twitter:hover{ background: #999 url(&#039;##PATHTOTWITTERICON##&#039;) 5px 5px no-repeat}<br />
#rss:hover{ background: #999 url(&#039;##PATHTORSSICON##&#039;) 5px 5px no-repeat}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://adambarber.tv/2009/adding-social-media-links-to-thesis/comment-page-1/#comment-68</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Thu, 20 Aug 2009 13:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://adambarber.tv/?p=88#comment-68</guid>
		<description>Can you be more specific?</description>
		<content:encoded><![CDATA[<p>Can you be more specific?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasher</title>
		<link>http://adambarber.tv/2009/adding-social-media-links-to-thesis/comment-page-1/#comment-66</link>
		<dc:creator>Kasher</dc:creator>
		<pubDate>Sun, 16 Aug 2009 13:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://adambarber.tv/?p=88#comment-66</guid>
		<description>I don´t get this to work. The Styles from the custom css File don´t work. Is there an error in the code above?</description>
		<content:encoded><![CDATA[<p>I don´t get this to work. The Styles from the custom css File don´t work. Is there an error in the code above?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
