<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: Add social networking icons to the footer</title>
		<link>http://www.kriesi.at/support/topic/add-social-networking-icons-to-the-footer</link>
		<description>Support Forum - Topic: Add social networking icons to the footer</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 16:36:42 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/add-social-networking-icons-to-the-footer" rel="self" type="application/rss+xml" />

		<item>
			<title>milkthecow on "Add social networking icons to the footer"</title>
			<link>http://www.kriesi.at/support/topic/add-social-networking-icons-to-the-footer#post-3781</link>
			<pubDate>Tue, 31 Aug 2010 09:18:51 +0000</pubDate>
			<dc:creator>milkthecow</dc:creator>
			<guid isPermaLink="false">3781@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi.&#60;/p&#62;
&#60;p&#62;With Display 2 is there anyway I can just change the 'Facebook or Twitter' social button to 'LinkedIn' instead? Is there a way to customise where the social buttons/icons point to? &#60;/p&#62;
&#60;p&#62;Your code in the footer.php says:&#60;/p&#62;
&#60;p&#62;array(	&#34;name&#34; =&#38;gt; &#34;Facebook Account&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;Enter the name of your facebook account to create a small icon link within your footer&#34;,&#60;br /&#62;
			&#34;id&#34; =&#38;gt; &#34;acc_fb&#34;,&#60;br /&#62;
			&#34;std&#34; =&#38;gt; &#34;&#34;,&#60;br /&#62;
			&#34;size&#34; =&#38;gt; 20,&#60;br /&#62;
			&#34;type&#34; =&#38;gt; &#34;text&#34;),&#60;/p&#62;
&#60;p&#62;I'm probably being really stupid I know, but where is that drawing the FaceBook url from so I can go and change it to LinkedIn?&#60;/p&#62;
&#60;p&#62;Thanks loads - hope you can help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Add social networking icons to the footer"</title>
			<link>http://www.kriesi.at/support/topic/add-social-networking-icons-to-the-footer#post-3740</link>
			<pubDate>Mon, 30 Aug 2010 12:58:12 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">3740@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;This will get you started, (paste into footer.php):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul class=&#38;quot;social_bookmarks&#38;quot;&#38;gt;
	&#38;lt;li class=&#38;#39;rss&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;quot;#&#38;quot;&#38;gt;RSS&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
	&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;#39;#&#38;#39;&#38;gt;Facebook&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
	&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;#39;#&#38;#39;&#38;gt;Twitter&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
	&#38;lt;li class=&#38;#39;flickr&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;#39;#&#38;#39;&#38;gt;flickr&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You then need to add the appropriate CSS for example:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks{
border:medium none;
display:block;
float:right;
list-style-type: none;
list-style-position: outside;
}

.social_bookmarks li {
float:left;
margin:0 7px 0 0;
width:24px;
}

.social_bookmarks li a {
border:medium none;
display:block;
float:left;
height:24px;
padding:0;
text-indent:-9999px;
width:24px;
outline: none;
}

.social_bookmarks .rss a{background: transparent url(../images/shared/rss_24.png) 0 0  no-repeat;}
.social_bookmarks .facebook a{background: transparent url(../images/shared/facebook_24.png) 0 0  no-repeat;}
.social_bookmarks .twitter a{background: transparent url(../images/shared/twitter_24.png) 0 0  no-repeat;}
.social_bookmarks .flickr a{background: transparent url(../images/shared/flickr_24.png) 0 0  no-repeat;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kirstin on "Add social networking icons to the footer"</title>
			<link>http://www.kriesi.at/support/topic/add-social-networking-icons-to-the-footer#post-3637</link>
			<pubDate>Fri, 27 Aug 2010 17:48:46 +0000</pubDate>
			<dc:creator>kirstin</dc:creator>
			<guid isPermaLink="false">3637@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kriesi,&#60;/p&#62;
&#60;p&#62;I would like to add a couple of 24x24px social networking icons/links to the footer of my pages (right aligned in the gray bar... just above the 'top' anchor tag).&#60;/p&#62;
&#60;p&#62;Is this possible? If so can you please advise what the code would be and where to paste it.&#60;/p&#62;
&#60;p&#62;Thanks a bunch for the support!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
