<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Social Icons</title>
		<link>http://www.themolitor.com/forums/topic/social-icons-2</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Social Icons</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 22:24:50 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/social-icons-2" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Social Icons"</title>
			<link>http://www.themolitor.com/forums/topic/social-icons-2#post-19588</link>
			<pubDate>Wed, 20 Mar 2013 10:28:30 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19588@http://www.themolitor.com/forums/</guid>
			<description><p>[I accidentally published my comment before I was done. Please refresh to view updated instructions.]
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Social Icons"</title>
			<link>http://www.themolitor.com/forums/topic/social-icons-2#post-19586</link>
			<pubDate>Wed, 20 Mar 2013 10:26:37 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19586@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Open up "footer.php" and locate the following on lines 22-30...</p>
<pre><code>&#60;?php if($rss) { ?&#62;&#60;div class=&#34;socialWrap&#34;&#62;&#60;a class=&#34;socialIcon&#34; id=&#34;rssIcon&#34; href=&#34;&#60;?php bloginfo(&#039;rss2_url&#039;); ?&#62;&#34;&#62;&#60;/a&#62;&#60;/div&#62;&#60;?php } ?&#62;
&#60;?php if($facebook) { ?&#62;&#60;div class=&#34;socialWrap&#34;&#62;&#60;a class=&#34;socialIcon&#34; id=&#34;facebookIcon&#34; href=&#34;&#60;?php echo $facebook;?&#62;&#34;&#62;&#60;/a&#62;&#60;/div&#62;&#60;?php } ?&#62;
&#60;?php if($twitter) { ?&#62;&#60;div class=&#34;socialWrap&#34;&#62;&#60;a class=&#34;socialIcon&#34; id=&#34;twitterIcon&#34; href=&#34;&#60;?php echo $twitter;?&#62;&#34;&#62;&#60;/a&#62;&#60;/div&#62;&#60;?php } ?&#62;
&#60;?php if($youtube) { ?&#62;&#60;div class=&#34;socialWrap&#34;&#62;&#60;a class=&#34;socialIcon&#34; id=&#34;youTubeIcon&#34; href=&#34;&#60;?php echo $youtube;?&#62;&#34;&#62;&#60;/a&#62;&#60;/div&#62;&#60;?php } ?&#62;
&#60;?php if($flickr) { ?&#62;&#60;div class=&#34;socialWrap&#34;&#62;&#60;a class=&#34;socialIcon&#34; id=&#34;flickrIcon&#34; href=&#34;&#60;?php echo $flickr;?&#62;&#34;&#62;&#60;/a&#62;&#60;/div&#62;&#60;?php } ?&#62;
&#60;?php if($meetup) { ?&#62;&#60;div class=&#34;socialWrap&#34;&#62;&#60;a class=&#34;socialIcon&#34; id=&#34;meetupIcon&#34; href=&#34;&#60;?php echo $meetup;?&#62;&#34;&#62;&#60;/a&#62;&#60;/div&#62;&#60;?php } ?&#62;
&#60;?php if($gplus) { ?&#62;&#60;div class=&#34;socialWrap&#34;&#62;&#60;a class=&#34;socialIcon&#34; id=&#34;gplusIcon&#34; href=&#34;&#60;?php echo $gplus;?&#62;&#34;&#62;&#60;/a&#62;&#60;/div&#62;&#60;?php } ?&#62;
&#60;?php if($vimeo) { ?&#62;&#60;div class=&#34;socialWrap&#34;&#62;&#60;a class=&#34;socialIcon&#34; id=&#34;vimeoIcon&#34; href=&#34;&#60;?php echo $vimeo;?&#62;&#34;&#62;&#60;/a&#62;&#60;/div&#62;&#60;?php } ?&#62;
&#60;?php if($myspace) { ?&#62;&#60;div class=&#34;socialWrap&#34;&#62;&#60;a class=&#34;socialIcon&#34; id=&#34;mySpaceIcon&#34; href=&#34;&#60;?php echo $myspace;?&#62;&#34;&#62;&#60;/a&#62;&#60;/div&#62;&#60;?php } ?&#62;</code></pre>
<p>...and change it to this...</p>
<pre><code>&#60;?php if($rss) { ?&#62;&#60;div class=&#34;socialWrap&#34;&#62;&#60;a target=&#34;_blank&#34; class=&#34;socialIcon&#34; id=&#34;rssIcon&#34; href=&#34;&#60;?php bloginfo(&#039;rss2_url&#039;); ?&#62;&#34;&#62;&#60;/a&#62;&#60;/div&#62;&#60;?php } ?&#62;
&#60;?php if($facebook) { ?&#62;&#60;div class=&#34;socialWrap&#34;&#62;&#60;a target=&#34;_blank&#34; class=&#34;socialIcon&#34; id=&#34;facebookIcon&#34; href=&#34;&#60;?php echo $facebook;?&#62;&#34;&#62;&#60;/a&#62;&#60;/div&#62;&#60;?php } ?&#62;
&#60;?php if($twitter) { ?&#62;&#60;div class=&#34;socialWrap&#34;&#62;&#60;a target=&#34;_blank&#34; class=&#34;socialIcon&#34; id=&#34;twitterIcon&#34; href=&#34;&#60;?php echo $twitter;?&#62;&#34;&#62;&#60;/a&#62;&#60;/div&#62;&#60;?php } ?&#62;
&#60;?php if($youtube) { ?&#62;&#60;div class=&#34;socialWrap&#34;&#62;&#60;a target=&#34;_blank&#34; class=&#34;socialIcon&#34; id=&#34;youTubeIcon&#34; href=&#34;&#60;?php echo $youtube;?&#62;&#34;&#62;&#60;/a&#62;&#60;/div&#62;&#60;?php } ?&#62;
&#60;?php if($flickr) { ?&#62;&#60;div class=&#34;socialWrap&#34;&#62;&#60;a target=&#34;_blank&#34; class=&#34;socialIcon&#34; id=&#34;flickrIcon&#34; href=&#34;&#60;?php echo $flickr;?&#62;&#34;&#62;&#60;/a&#62;&#60;/div&#62;&#60;?php } ?&#62;
&#60;?php if($meetup) { ?&#62;&#60;div class=&#34;socialWrap&#34;&#62;&#60;a target=&#34;_blank&#34; class=&#34;socialIcon&#34; id=&#34;meetupIcon&#34; href=&#34;&#60;?php echo $meetup;?&#62;&#34;&#62;&#60;/a&#62;&#60;/div&#62;&#60;?php } ?&#62;
&#60;?php if($gplus) { ?&#62;&#60;div class=&#34;socialWrap&#34;&#62;&#60;a target=&#34;_blank&#34; class=&#34;socialIcon&#34; id=&#34;gplusIcon&#34; href=&#34;&#60;?php echo $gplus;?&#62;&#34;&#62;&#60;/a&#62;&#60;/div&#62;&#60;?php } ?&#62;
&#60;?php if($vimeo) { ?&#62;&#60;div class=&#34;socialWrap&#34;&#62;&#60;a target=&#34;_blank&#34; class=&#34;socialIcon&#34; id=&#34;vimeoIcon&#34; href=&#34;&#60;?php echo $vimeo;?&#62;&#34;&#62;&#60;/a&#62;&#60;/div&#62;&#60;?php } ?&#62;
&#60;?php if($myspace) { ?&#62;&#60;div class=&#34;socialWrap&#34;&#62;&#60;a target=&#34;_blank&#34; class=&#34;socialIcon&#34; id=&#34;mySpaceIcon&#34; href=&#34;&#60;?php echo $myspace;?&#62;&#34;&#62;&#60;/a&#62;&#60;/div&#62;&#60;?php } ?&#62;</code></pre>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>majordesign on "Social Icons"</title>
			<link>http://www.themolitor.com/forums/topic/social-icons-2#post-19570</link>
			<pubDate>Wed, 20 Mar 2013 09:36:29 +0000</pubDate>
			<dc:creator>majordesign</dc:creator>
			<guid isPermaLink="false">19570@http://www.themolitor.com/forums/</guid>
			<description><p>How can I get the social icons to open in a new window?
</p></description>
		</item>

	</channel>
</rss>
