<?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: Adding YouTube button to Footer Options?</title>
		<link>http://www.kriesi.at/support/topic/adding-youtube-button-to-footer-options</link>
		<description>Support Forum - Topic: Adding YouTube button to Footer Options?</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 10:06:49 +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/adding-youtube-button-to-footer-options" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Adding YouTube button to Footer Options?"</title>
			<link>http://www.kriesi.at/support/topic/adding-youtube-button-to-footer-options#post-29514</link>
			<pubDate>Sat, 15 Oct 2011 14:58:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29514@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to use:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;target=&#38;#39;_blank&#38;#39;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;instead.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kvento on "Adding YouTube button to Footer Options?"</title>
			<link>http://www.kriesi.at/support/topic/adding-youtube-button-to-footer-options#post-29492</link>
			<pubDate>Fri, 14 Oct 2011 18:27:04 +0000</pubDate>
			<dc:creator>kvento</dc:creator>
			<guid isPermaLink="false">29492@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;HEY! I got everything to work! @ampdance.com&#60;br /&#62;
one small thing. I want the icons to open in their own window. I've tried&#60;br /&#62;
//&#60;br /&#62;
target=&#34;_blank&#34;&#60;/p&#62;
&#60;p&#62;after the link - so it looks like:&#60;br /&#62;
//&#60;br /&#62;
echo &#34;&#38;lt;li class='youtube'&#38;gt;&#60;a&#62;youtube&#60;/a&#62;&#34;;&#60;/p&#62;
&#60;p&#62;It gives an error message on the site, doesn't even show the footer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kvento on "Adding YouTube button to Footer Options?"</title>
			<link>http://www.kriesi.at/support/topic/adding-youtube-button-to-footer-options#post-29491</link>
			<pubDate>Fri, 14 Oct 2011 17:58:01 +0000</pubDate>
			<dc:creator>kvento</dc:creator>
			<guid isPermaLink="false">29491@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi - flickr is in there. I didn't remove any code, I've only added to it. It's in there, but it doesn't look like how you have it. I don't know that this will show up on my reply but i'll try and copy+paste what it looks like:&#60;/p&#62;
&#60;p&#62;&#38;lt;ul class=&#34;social_bookmarks&#34;&#38;gt;&#60;br /&#62;
				&#38;lt;li class='rss'&#38;gt;&#60;a&#62;&#34;&#38;gt;RSS&#60;/a&#62;&#60;br /&#62;
				&#38;lt;?php&#60;br /&#62;
				if($k_option['footer']['acc_fb'] != '')&#60;br /&#62;
				echo &#34;&#38;lt;li class='facebook'&#38;gt;&#60;a&#62;Facebook&#60;/a&#62;&#34;;&#60;/p&#62;
&#60;p&#62;				if($k_option['footer']['acc_tw'] != '')&#60;br /&#62;
				echo &#34;&#38;lt;li class='twitter'&#38;gt;&#60;a&#62;Twitter&#60;/a&#62;&#34;;&#60;/p&#62;
&#60;p&#62;				if($k_option['footer']['acc_fl'] != '')&#60;br /&#62;
				echo &#34;&#38;lt;li class='flickr'&#38;gt;&#60;a&#62;flickr&#60;/a&#62;&#34;;&#60;/p&#62;
&#60;p&#62;				if($k_option['footer']['acc_ut'] != '')&#60;br /&#62;
				echo &#34;&#38;lt;li class='youtube'&#38;gt;&#60;a&#62;youtube&#60;/a&#62;&#34;;&#60;/p&#62;
&#60;p&#62;				?&#38;gt;&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adding YouTube button to Footer Options?"</title>
			<link>http://www.kriesi.at/support/topic/adding-youtube-button-to-footer-options#post-29450</link>
			<pubDate>Fri, 14 Oct 2011 06:14:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29450@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) Youtube link border - try following css code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer #text-4 a{
border-bottom: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) I search for the flickr code @design-ologie.com but couldn't find the flickr link. I only see:&#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;quot;rss&#38;quot;&#38;gt;
&#38;lt;li class=&#38;quot;facebook&#38;quot;&#38;gt;
&#38;lt;li class=&#38;quot;twitter&#38;quot;&#38;gt;
&#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please add the flickr code because I think it's just a css problem but I can't investigate a non existent element.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kvento on "Adding YouTube button to Footer Options?"</title>
			<link>http://www.kriesi.at/support/topic/adding-youtube-button-to-footer-options#post-29409</link>
			<pubDate>Thu, 13 Oct 2011 14:51:27 +0000</pubDate>
			<dc:creator>kvento</dc:creator>
			<guid isPermaLink="false">29409@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The website is ampdance.com - HOWEVER, i've been messing around with the code on a 'test site&#34; - design-ologie.com (which is my personal site i haven't done anything with yet) so I don't mess anything up on the client's site as I'm trying to figure this out.&#60;/p&#62;
&#60;p&#62;design-ologie.com is where you can find the code that I've changed to try and get the youtube icon to show up in the lower right next to the FB/twitter icons.&#60;/p&#62;
&#60;p&#62;ampdance.com is where i put a link to a youtube video and their channel in the footer, but the video has a 'link line' under it, anyway i can get rid of that?&#60;/p&#62;
&#60;p&#62;THANKS for all of your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adding YouTube button to Footer Options?"</title>
			<link>http://www.kriesi.at/support/topic/adding-youtube-button-to-footer-options#post-29376</link>
			<pubDate>Thu, 13 Oct 2011 05:41:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29376@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you post a link to your website please - I'll investigate the css code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kvento on "Adding YouTube button to Footer Options?"</title>
			<link>http://www.kriesi.at/support/topic/adding-youtube-button-to-footer-options#post-29346</link>
			<pubDate>Wed, 12 Oct 2011 17:19:27 +0000</pubDate>
			<dc:creator>kvento</dc:creator>
			<guid isPermaLink="false">29346@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I found that code line and put this right under (when i send my post, this doesn't show up correctly here.):&#60;/p&#62;
&#60;p&#62;echo &#34;&#38;lt;li class='youtube'&#38;gt;&#60;a&#62;youtube&#60;/a&#62;&#34;;&#60;/p&#62;
&#60;p&#62;i also put an icon in the images folder and fixed the css with:&#60;br /&#62;
.wrapper #footer .social_bookmarks .youtube a{background: transparent url(../images/skin3/youtube_16.png) 0 0  no-repeat;}&#60;/p&#62;
&#60;p&#62;but, i'm still not seeing the youtube icon/link. what am i doing wrong? &#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adding YouTube button to Footer Options?"</title>
			<link>http://www.kriesi.at/support/topic/adding-youtube-button-to-footer-options#post-29306</link>
			<pubDate>Wed, 12 Oct 2011 08:53:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29306@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can add your youtube icon in footer.php. Search for following code line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;li class=&#38;#39;flickr&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;#39;http://www.flickr.com/people/&#38;quot;.$k_option[&#38;#39;footer&#38;#39;][&#38;#39;acc_fl&#38;#39;].&#38;quot;&#38;#39;&#38;gt;flickr&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and add your youtube link/icon after it.&#60;/p&#62;
&#60;p&#62;2) Sounds like a css problem - please post a link and we can give you custom css code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kvento on "Adding YouTube button to Footer Options?"</title>
			<link>http://www.kriesi.at/support/topic/adding-youtube-button-to-footer-options#post-29237</link>
			<pubDate>Tue, 11 Oct 2011 17:06:52 +0000</pubDate>
			<dc:creator>kvento</dc:creator>
			<guid isPermaLink="false">29237@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to add a youtube button linking to our youtube channel - next to the facebook/twitter icons. Can I do this? &#60;/p&#62;
&#60;p&#62;Also, I have tried plugins and written code to embed youtube video in one of the 4 footer slots, but if the video is a link, it shows the line under the video, how do I get rid of this line? And if I do 'text' as a widget and put my html in there, the header links to my email. What is going on here?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
