<?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: Open social bookmark links in new tab/window</title>
		<link>http://www.kriesi.at/support/topic/open-social-bookmark-links-in-new-tabwindow</link>
		<description>Support Forum - Topic: Open social bookmark links in new tab/window</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 18:10:48 +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/open-social-bookmark-links-in-new-tabwindow" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Open social bookmark links in new tab/window"</title>
			<link>http://www.kriesi.at/support/topic/open-social-bookmark-links-in-new-tabwindow#post-62790</link>
			<pubDate>Fri, 29 Jun 2012 06:35:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">62790@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Glad that you found a solution :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>metropolitandetail on "Open social bookmark links in new tab/window"</title>
			<link>http://www.kriesi.at/support/topic/open-social-bookmark-links-in-new-tabwindow#post-62725</link>
			<pubDate>Thu, 28 Jun 2012 21:05:27 +0000</pubDate>
			<dc:creator>metropolitandetail</dc:creator>
			<guid isPermaLink="false">62725@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;and what if i want rss in a new window?&#60;/p&#62;
&#60;p&#62;edit: nevermind I got it. I just added the _blank in the corresponding spot
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Open social bookmark links in new tab/window"</title>
			<link>http://www.kriesi.at/support/topic/open-social-bookmark-links-in-new-tabwindow#post-33283</link>
			<pubDate>Mon, 28 Nov 2011 07:21:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33283@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just delete the whole code Chris posted above - the rss icon will be removed too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>janetbakker on "Open social bookmark links in new tab/window"</title>
			<link>http://www.kriesi.at/support/topic/open-social-bookmark-links-in-new-tabwindow#post-33252</link>
			<pubDate>Sun, 27 Nov 2011 22:45:42 +0000</pubDate>
			<dc:creator>janetbakker</dc:creator>
			<guid isPermaLink="false">33252@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Chris,&#60;/p&#62;
&#60;p&#62;Thanks! That did the trick for FB and Twitter, but not for the RSS - can you tell me how I can change that to (or remove it entirley since I don't really need it)?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Janet
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Open social bookmark links in new tab/window"</title>
			<link>http://www.kriesi.at/support/topic/open-social-bookmark-links-in-new-tabwindow#post-33187</link>
			<pubDate>Sun, 27 Nov 2011 04:12:47 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">33187@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
in your sidebar.php find &#34;####### SOCKET CONTAINER #######&#34;. Also find &#60;code&#62;&#38;lt;!-- end social_bookmarks--&#38;gt;&#60;/code&#62; this should be a few lines lower.&#60;/p&#62;
&#60;p&#62;Replace the entire part by&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;####### SOCKET CONTAINER #######
				echo &#38;quot;&#38;lt;div id=&#38;#39;socket&#38;#39; class=&#38;#39;box&#38;#39;&#38;gt;&#38;quot;;

				echo &#38;quot;	&#38;lt;ul class=&#38;#39;social_bookmarks&#38;#39;&#38;gt;&#38;quot;;
				echo &#38;quot;		&#38;lt;li class=&#38;#39;rss&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.avia_get_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)).&#38;quot;&#38;#39;&#38;gt;RSS&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

						if($facebook = avia_get_option(&#38;#39;facebook&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$facebook.&#38;quot;&#38;#39; target=&#38;#39;_blank&#38;#39;&#38;gt;Facebook&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
						if($twitter = avia_get_option(&#38;#39;twitter&#38;#39;)) 	echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://twitter.com/&#38;quot;.$twitter.&#38;quot;&#38;#39; target=&#38;#39;_blank&#38;#39;&#38;gt;Twitter&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

				echo &#38;quot;	&#38;lt;/ul&#38;gt;&#38;lt;!-- end social_bookmarks--&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Let me know if it works :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>janetbakker on "Open social bookmark links in new tab/window"</title>
			<link>http://www.kriesi.at/support/topic/open-social-bookmark-links-in-new-tabwindow#post-33115</link>
			<pubDate>Fri, 25 Nov 2011 18:17:48 +0000</pubDate>
			<dc:creator>janetbakker</dc:creator>
			<guid isPermaLink="false">33115@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello there,&#60;/p&#62;
&#60;p&#62;I would like to open the social bookmark links in a new tab/window. Is that possible and, if so, how do I do that?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Janet
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
