<?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: Add Tooltip to social media icon?</title>
		<link>http://www.kriesi.at/support/topic/add-tooltip-to-social-media-icon</link>
		<description>Support Forum - Topic: Add Tooltip to social media icon?</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 08:05: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/add-tooltip-to-social-media-icon" rel="self" type="application/rss+xml" />

		<item>
			<title>Kiwy on "Add Tooltip to social media icon?"</title>
			<link>http://www.kriesi.at/support/topic/add-tooltip-to-social-media-icon#post-87562</link>
			<pubDate>Tue, 11 Dec 2012 07:31:11 +0000</pubDate>
			<dc:creator>Kiwy</dc:creator>
			<guid isPermaLink="false">87562@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ah ofcourse, think html &#38;gt;.&#38;lt; Title within an url! Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Add Tooltip to social media icon?"</title>
			<link>http://www.kriesi.at/support/topic/add-tooltip-to-social-media-icon#post-87391</link>
			<pubDate>Mon, 10 Dec 2012 15:24:41 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">87391@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Right idea but instead replace:&#60;br /&#62;
&#60;code&#62;$html .= &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.$icon[&#38;#39;social_icon_link&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.ucfirst($icon[&#38;#39;social_icon&#38;#39;]).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;code&#62;$html .= &#38;quot;&#38;lt;a title=&#38;#39;&#38;quot;.$icon[&#38;#39;social_icon&#38;#39;].&#38;quot;&#38;#39; href=&#38;#39;&#38;quot;.$icon[&#38;#39;social_icon_link&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.ucfirst($icon[&#38;#39;social_icon&#38;#39;]).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kiwy on "Add Tooltip to social media icon?"</title>
			<link>http://www.kriesi.at/support/topic/add-tooltip-to-social-media-icon#post-87388</link>
			<pubDate>Mon, 10 Dec 2012 15:12:58 +0000</pubDate>
			<dc:creator>Kiwy</dc:creator>
			<guid isPermaLink="false">87388@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;It is more a Alt/title code. So If I hover over the &#34;facebook&#34; icon. The alt text will show &#34;Go to facebook&#34;.&#60;/p&#62;
&#60;p&#62;I have tried to do it on a javascript style. The code I tried was Line 74 in includes&#38;gt;helper-social-media.php  &#60;code&#62;$html .= &#38;quot;&#38;lt;&#38;quot;.$this-&#38;gt;args[&#38;#39;inside&#38;#39;]. &#38;quot;class=&#38;#39;&#38;quot;.$this-&#38;gt;args[&#38;#39;class&#38;#39;].&#38;quot;_&#38;quot;.$icon[&#38;#39;social_icon&#38;#39;].&#38;quot;alt=&#38;#39;go to the .$icon[&#38;#39;social_icon&#38;#39;]&#38;quot;.&#38;quot;&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62; But that didn't do the trick.&#60;/p&#62;
&#60;p&#62;I think its easier to add the Alt/title. Do you know where I can add that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Add Tooltip to social media icon?"</title>
			<link>http://www.kriesi.at/support/topic/add-tooltip-to-social-media-icon#post-87371</link>
			<pubDate>Mon, 10 Dec 2012 14:26:56 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">87371@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kiwy,&#60;/p&#62;
&#60;p&#62;Do you mean like a title/alt tag or something more like a javascript tooltip effect? If its a javascript effect, you would need to re-do the file for the social icons in includes&#38;gt;helper-social-media.php to use the effect you want and add a function into the functions.php to enque the script needed for the effect.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kiwy on "Add Tooltip to social media icon?"</title>
			<link>http://www.kriesi.at/support/topic/add-tooltip-to-social-media-icon#post-87367</link>
			<pubDate>Mon, 10 Dec 2012 14:10:14 +0000</pubDate>
			<dc:creator>Kiwy</dc:creator>
			<guid isPermaLink="false">87367@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I want to add a (hover) tooltip to my social media icons.&#60;br /&#62;
I have tried without the external plugins via wordpress, but they don't work properly...&#60;/p&#62;
&#60;p&#62;So for instance, How do I add a tooltip for the facebook icon?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
