<?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: social bookmarks</title>
		<link>http://www.kriesi.at/support/topic/social-bookmarks</link>
		<description>Support Forum - Topic: social bookmarks</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 22:12:29 +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/social-bookmarks" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "social bookmarks"</title>
			<link>http://www.kriesi.at/support/topic/social-bookmarks#post-19928</link>
			<pubDate>Thu, 26 May 2011 20:39:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19928@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In header.php add your link after:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul class=&#38;quot;social_bookmarks&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;i.e. like:&#60;br /&#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;youtube&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;quot;http://youtube.com&#38;quot;&#38;gt;Youtube&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and in style1.css add (at the very bottom):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks .youtube a{background: transparent url(../images/skin1/youtube_16.png) 0 0  no-repeat;}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>skane on "social bookmarks"</title>
			<link>http://www.kriesi.at/support/topic/social-bookmarks#post-19920</link>
			<pubDate>Thu, 26 May 2011 19:19:43 +0000</pubDate>
			<dc:creator>skane</dc:creator>
			<guid isPermaLink="false">19920@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can we add links/icons for social networks like Facebook and LinkedIn to the ones on the left of the Search box in the header?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "social bookmarks"</title>
			<link>http://www.kriesi.at/support/topic/social-bookmarks#post-3438</link>
			<pubDate>Tue, 24 Aug 2010 15:23:18 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">3438@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;To remove the social links open up single.php, find and remove this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;#39;social_icons&#38;#39;&#38;gt;
				&#38;lt;ul&#38;gt;
					&#38;lt;li&#38;gt;&#38;lt;a class=&#38;#39;ie6fix twitter&#38;#39; href=&#38;quot;http://twitter.com/home/?status=&#38;lt;?php _e(&#38;#39;Currently reading &#38;#39;,&#38;#39;newscast&#38;#39;); the_title(); echo &#38;#39;: &#38;#39;; the_permalink(); ?&#38;gt;&#38;quot;&#38;gt;Twitter&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
					&#38;lt;li&#38;gt;&#38;lt;a class=&#38;#39;ie6fix fb&#38;#39; href=&#38;quot;http://www.facebook.com/sharer.php?u=&#38;lt;?php the_permalink(); ?&#38;gt;&#38;quot;&#38;gt;Facebook&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
					&#38;lt;li&#38;gt;&#38;lt;a class=&#38;#39;ie6fix stumble&#38;#39; href=&#38;quot;http://www.stumbleupon.com/submit?url=&#38;lt;?php the_permalink(); ?&#38;gt;&#38;amp;title=&#38;lt;?php the_title(); ?&#38;gt;&#38;quot;&#38;gt;StumbleUpon&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
					&#38;lt;li&#38;gt;&#38;lt;a class=&#38;#39;ie6fix digg&#38;#39; href=&#38;quot;http://digg.com/submit?phase=2&#38;amp;url=&#38;lt;?php the_permalink(); ?&#38;gt;&#38;quot;&#38;gt;Digg&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
					&#38;lt;li&#38;gt;&#38;lt;a class=&#38;#39;ie6fix techno&#38;#39; href=&#38;quot;http://www.technorati.com/faves?add=&#38;lt;?php the_permalink(); ?&#38;gt;&#38;quot;&#38;gt;Technorati&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
					&#38;lt;li&#38;gt;&#38;lt;a class=&#38;#39;ie6fix deli&#38;#39; href=&#38;quot;http://del.icio.us/post?url=&#38;lt;?php the_permalink(); ?&#38;gt;&#38;amp;title=&#38;lt;?php the_title(); ?&#38;gt;&#38;quot;&#38;gt;Delicious&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
				&#38;lt;/ul&#38;gt;
			&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For the categories - are you referring to the links in the footer? If so just replace the widget / if not please elaborate.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ddoodnath on "social bookmarks"</title>
			<link>http://www.kriesi.at/support/topic/social-bookmarks#post-3366</link>
			<pubDate>Mon, 23 Aug 2010 22:24:57 +0000</pubDate>
			<dc:creator>ddoodnath</dc:creator>
			<guid isPermaLink="false">3366@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;How do you remove the social bookmarks and category titles at the bottom of the page from your categories/pages?&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
D.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
