<?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 Media links open in new window?</title>
		<link>http://www.kriesi.at/support/topic/social-media-links-open-in-new-window</link>
		<description>Support Forum - Topic: Social Media links open in new window?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 22:15:54 +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-media-links-open-in-new-window" rel="self" type="application/rss+xml" />

		<item>
			<title>lemedia on "Social Media links open in new window?"</title>
			<link>http://www.kriesi.at/support/topic/social-media-links-open-in-new-window#post-52535</link>
			<pubDate>Fri, 20 Apr 2012 10:45:08 +0000</pubDate>
			<dc:creator>lemedia</dc:creator>
			<guid isPermaLink="false">52535@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;thank you for that,&#60;br /&#62;
I have noticed a couple of misplaced ' in the Linkedin line.&#60;br /&#62;
Correct code should be :&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
echo '&#38;lt;ul class=&#34;social_bookmarks&#34;&#38;gt;';&#60;br /&#62;
							if($dribbble = avia_get_option('dribbble')) { $social ++; echo &#34;&#38;lt;li class='dribbble'&#38;gt;&#60;a href='http://dribbble.com/&#34;.$dribbble.&#34;'&#62;&#34;.__('Follow us on dribbble', 'avia_framework').&#34;&#60;/a&#62;&#34;; }&#60;br /&#62;
							if($twitter = avia_get_option('twitter')) { $social ++; echo &#34;&#38;lt;li class='twitter'&#38;gt;&#60;a href='http://twitter.com/&#34;.$twitter.&#34;'&#62;&#34;.__('Follow us on Twitter', 'avia_framework').&#34;&#60;/a&#62;&#34;; }&#60;br /&#62;
							if($facebook = avia_get_option('facebook')) { $social ++; echo &#34;&#38;lt;li class='facebook'&#38;gt;&#60;a href='&#34;.$facebook.&#34;'&#62;&#34;.__('Join our Facebook Group', 'avia_framework').&#34;&#60;/a&#62;&#34;;	}&#60;br /&#62;
							if($gplus = avia_get_option('gplus')) { $social ++; echo &#34;&#38;lt;li class='gplus'&#38;gt;&#60;a href='&#34;.$gplus.&#34;'&#62;&#34;.__('Join me on Google Plus', 'avia_framework').&#34;&#60;/a&#62;&#34;; }&#60;br /&#62;
							if($linkedin = avia_get_option('linkedin')) { $social ++; echo &#34;&#38;lt;li class='linkedin'&#38;gt;&#60;a href='&#34;.$linkedin.&#34;'&#62;&#34;.__('Add me on Linkedin', 'avia_framework').&#34;&#60;/a&#62;&#34;; }&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I hope that helps.&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
john
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Social Media links open in new window?"</title>
			<link>http://www.kriesi.at/support/topic/social-media-links-open-in-new-window#post-52527</link>
			<pubDate>Fri, 20 Apr 2012 08:33:17 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">52527@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Kindly edit your header.php (in your Angular folder). Find this code:&#60;br /&#62;
&#60;code&#62;`echo '&#38;lt;ul class=&#34;social_bookmarks&#34;&#38;gt;';&#60;br /&#62;
if($dribbble = avia_get_option('dribbble')) { $social ++; echo &#34;&#38;lt;li class='dribbble'&#38;gt;&#38;lt;a href='http://dribbble.com/&#34;.$dribbble.&#34;'&#38;gt;&#34;.__('Follow us on dribbble', 'avia_framework').&#34;&#38;lt;/a&#38;gt;&#34;; }&#60;br /&#62;
if($twitter  = avia_get_option('twitter'))  { $social ++; echo &#34;&#38;lt;li class='twitter'&#38;gt;&#38;lt;a href='http://twitter.com/&#34;.$twitter.&#34;'&#38;gt;&#34;.__('Follow us on Twitter', 'avia_framework').&#34;&#38;lt;/a&#38;gt;&#34;; }&#60;br /&#62;
if($facebook = avia_get_option('facebook')) { $social ++; echo &#34;&#38;lt;li class='facebook'&#38;gt;&#38;lt;a href='&#34;.$facebook.&#34;'&#38;gt;&#34;.__('Join our Facebook Group', 'avia_framework').&#34;&#38;lt;/a&#38;gt;&#34;;	}&#60;br /&#62;
if($gplus    = avia_get_option('gplus'))    { $social ++; echo &#34;&#38;lt;li class='gplus'&#38;gt;&#38;lt;a href='&#34;.$gplus.&#34;'&#38;gt;&#34;.__('Join me on Google Plus', 'avia_framework').&#34;&#38;lt;/a&#38;gt;&#34;; }&#60;br /&#62;
if($linkedin   = avia_get_option('linkedin'))    { $social ++; echo &#34;&#38;lt;li class='linkedin'&#38;gt;&#38;lt;a href='&#34;.$linkedin.&#34;'&#38;gt;&#34;.__('Add me on Linkedin', 'avia_framework').&#34;&#38;lt;/a&#38;gt;&#34;; }`&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;And replace it with:&#60;br /&#62;
&#60;code&#62;`echo '&#38;lt;ul class=&#34;social_bookmarks&#34;&#38;gt;';&#60;br /&#62;
							if($dribbble = avia_get_option('dribbble')) { $social ++; echo &#34;&#38;lt;li class='dribbble'&#38;gt;&#38;lt;a href='http://dribbble.com/&#34;.$dribbble.&#34;' target='_blank'&#38;gt;&#34;.__('Follow us on dribbble', 'avia_framework').&#34;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#34;; }&#60;br /&#62;
							if($twitter  = avia_get_option('twitter'))  { $social ++; echo &#34;&#38;lt;li class='twitter'&#38;gt;&#38;lt;a href='http://twitter.com/&#34;.$twitter.&#34;' target='_blank'&#38;gt;&#34;.__('Follow us on Twitter', 'avia_framework').&#34;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#34;; }&#60;br /&#62;
							if($facebook = avia_get_option('facebook')) { $social ++; echo &#34;&#38;lt;li class='facebook'&#38;gt;&#38;lt;a href='&#34;.$facebook.&#34;' target='_blank'&#38;gt;&#34;.__('Join our Facebook Group', 'avia_framework').&#34;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#34;;	}&#60;br /&#62;
							if($gplus    = avia_get_option('gplus'))    { $social ++; echo &#34;&#38;lt;li class='gplus'&#38;gt;&#38;lt;a href='&#34;.$gplus.&#34;' target='_blank'&#38;gt;&#34;.__('Join me on Google Plus', 'avia_framework').&#34;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#34;; }&#60;br /&#62;
							if($linkedin   = avia_get_option('linkedin'))    { $social ++; echo &#34;&#38;lt;li class='linkedin'&#38;gt;&#38;lt;a href='&#34;.$linkedin.&#34; target='_blank''&#38;gt;&#34;.__('Add me on Linkedin', 'avia_framework').&#34;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#34;; }`&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Kindly remove the ` in the code. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Best Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamtherock03 on "Social Media links open in new window?"</title>
			<link>http://www.kriesi.at/support/topic/social-media-links-open-in-new-window#post-52514</link>
			<pubDate>Fri, 20 Apr 2012 07:07:02 +0000</pubDate>
			<dc:creator>iamtherock03</dc:creator>
			<guid isPermaLink="false">52514@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I would be interested to know how to do this too.&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dbdesign999 on "Social Media links open in new window?"</title>
			<link>http://www.kriesi.at/support/topic/social-media-links-open-in-new-window#post-52503</link>
			<pubDate>Fri, 20 Apr 2012 06:28:25 +0000</pubDate>
			<dc:creator>dbdesign999</dc:creator>
			<guid isPermaLink="false">52503@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;One thing you never want to do when driving people to your website, is to send them away from your website with another link. Is there a way to command the social media icons in the top to &#34;open in a new window&#34; instead of redirecting you to the link in the same window?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
