<?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: YouTube Link on Social Media Button</title>
		<link>http://www.kriesi.at/support/topic/youtube-link-on-social-media-button</link>
		<description>Support Forum - Topic: YouTube Link on Social Media Button</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 05:25:21 +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/youtube-link-on-social-media-button" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "YouTube Link on Social Media Button"</title>
			<link>http://www.kriesi.at/support/topic/youtube-link-on-social-media-button#post-61898</link>
			<pubDate>Sun, 24 Jun 2012 07:13:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">61898@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It's hard to say because it depends on the plugin, etc. you're using. Basically you need to search for the a href tag in your code and then add class=&#34;noLightbox&#34; target=&#34;_blank&#34; to it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Asiertxu on "YouTube Link on Social Media Button"</title>
			<link>http://www.kriesi.at/support/topic/youtube-link-on-social-media-button#post-61875</link>
			<pubDate>Sat, 23 Jun 2012 18:59:49 +0000</pubDate>
			<dc:creator>Asiertxu</dc:creator>
			<guid isPermaLink="false">61875@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael&#60;/p&#62;
&#60;p&#62;I'm having the same problem as BrianPBurt. My social media vimeo icon opens up a lightbox window, instead of redirecting people to my vimeo page. &#60;/p&#62;
&#60;p&#62;You suggested to put class=&#34;noLightbox&#34; target=&#34;_blank&#34; on your anchor tags.&#60;/p&#62;
&#60;p&#62;Can you tell me how do I do that? I mean, on what line of what document I can edit that? Sorry, I'm not that clued up with code.&#60;/p&#62;
&#60;p&#62;Cheers.&#60;/p&#62;
&#60;p&#62;Zorrrrro
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "YouTube Link on Social Media Button"</title>
			<link>http://www.kriesi.at/support/topic/youtube-link-on-social-media-button#post-59976</link>
			<pubDate>Wed, 13 Jun 2012 06:26:19 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">59976@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Glad that I could help you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BrianPBurt on "YouTube Link on Social Media Button"</title>
			<link>http://www.kriesi.at/support/topic/youtube-link-on-social-media-button#post-59818</link>
			<pubDate>Tue, 12 Jun 2012 13:40:54 +0000</pubDate>
			<dc:creator>BrianPBurt</dc:creator>
			<guid isPermaLink="false">59818@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the replies! Adding class=&#34;noLightbox&#34; target=&#34;_blank&#34;  to the anchor tags worked! Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bradpennock on "YouTube Link on Social Media Button"</title>
			<link>http://www.kriesi.at/support/topic/youtube-link-on-social-media-button#post-59666</link>
			<pubDate>Mon, 11 Jun 2012 06:39:37 +0000</pubDate>
			<dc:creator>bradpennock</dc:creator>
			<guid isPermaLink="false">59666@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think I found a fix for this so YouTube links don't open in a popup unless it's an actual video.&#60;/p&#62;
&#60;p&#62;In line 975 of the coherence/js/avia.js file, change this:&#60;/p&#62;
&#60;p&#62;autolinkElements: 'a[rel^=&#34;prettyPhoto&#34;], a[rel^=&#34;lightbox&#34;], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=&#34;.mov&#34;] , a[href$=&#34;.swf&#34;] , a[href*=&#34;vimeo.com&#34;] , a[href*=&#34;youtube.com&#34;] , a[href*=&#34;screenr.com&#34;]'&#60;/p&#62;
&#60;p&#62;To this...&#60;/p&#62;
&#60;p&#62;autolinkElements: 'a[rel^=&#34;prettyPhoto&#34;], a[rel^=&#34;lightbox&#34;], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=&#34;.mov&#34;] , a[href$=&#34;.swf&#34;] , a[href*=&#34;vimeo.com&#34;] , a[href*=&#34;youtube.com/watch&#34;] , a[href*=&#34;screenr.com&#34;]'&#60;/p&#62;
&#60;p&#62;Now you can enter a YouTube PAGE URL in the Coherence social media configuration menu and it will NOT be shown in a popup or give you an error, as in: &#60;a href=&#34;http://www.youtube.com/user/GIIVideo&#34; rel=&#34;nofollow&#34;&#62;http://www.youtube.com/user/GIIVideo&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;IF you want a YouTube video to open in a popup, then you enter the WATCH URL, as in: &#60;a href=&#34;http://www.youtube.com/watch?v=ebmsFmSe654&#34; rel=&#34;nofollow&#34;&#62;http://www.youtube.com/watch?v=ebmsFmSe654&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I don't know if this will adversely affect any other YouTube / Popup functionality, but it's working for the YouTube social media icon.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "YouTube Link on Social Media Button"</title>
			<link>http://www.kriesi.at/support/topic/youtube-link-on-social-media-button#post-59602</link>
			<pubDate>Mon, 11 Jun 2012 03:01:20 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">59602@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Try to put class=&#34;noLightbox&#34;  target=&#34;_blank&#34; on your anchor tags.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bradpennock on "YouTube Link on Social Media Button"</title>
			<link>http://www.kriesi.at/support/topic/youtube-link-on-social-media-button#post-59596</link>
			<pubDate>Mon, 11 Jun 2012 02:14:06 +0000</pubDate>
			<dc:creator>bradpennock</dc:creator>
			<guid isPermaLink="false">59596@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm having the same issue.  The YouTube social media button is coded to open a PrettyPhoto popup window to display a single video instead of linking to a YouTube URL.&#60;/p&#62;
&#60;p&#62;I too would like this changed so it links to a YouTube web page instead of a popup window.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "YouTube Link on Social Media Button"</title>
			<link>http://www.kriesi.at/support/topic/youtube-link-on-social-media-button#post-59452</link>
			<pubDate>Sat, 09 Jun 2012 04:13:39 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">59452@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Danielle,&#60;/p&#62;
&#60;p&#62;Have you tried linking to your YouTube Channel page?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BrianPBurt on "YouTube Link on Social Media Button"</title>
			<link>http://www.kriesi.at/support/topic/youtube-link-on-social-media-button#post-59224</link>
			<pubDate>Thu, 07 Jun 2012 16:44:54 +0000</pubDate>
			<dc:creator>BrianPBurt</dc:creator>
			<guid isPermaLink="false">59224@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I created a YouTube social media button on my homepage, but instead of bringing me to the linked URL it opens up the video in a lightbox. I have videos in my portfolio as well that I want to keep in lightboxes, but I'd like the social media button to take me to YouTube directly. Can you tell me how to code this properly? &#60;a href=&#34;http://www.a1concrete-leveling.com/newsite/&#34; rel=&#34;nofollow&#34;&#62;http://www.a1concrete-leveling.com/newsite/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks so much!&#60;/p&#62;
&#60;p&#62;Danielle
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
