<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Social media sharing buttons - no tooltips - How-to and Troubleshooting				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/social-media-sharing-buttons-no-tooltips/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 14 Mar 2026 19:50:53 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Social media sharing buttons - no tooltips</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/social-media-sharing-buttons-no-tooltips/#post-38946</link>
                        <pubDate>Sun, 29 Mar 2020 15:35:34 +0000</pubDate>
                        <description><![CDATA[To add, this page has social media buttons, set as coloured icons, same as my forum. Hover over them and you will see no tooltip text. Pretty much everything in the sidebar has tooltip text,...]]></description>
                        <content:encoded><![CDATA[<p>To add, this page has social media buttons, set as coloured icons, same as my forum. Hover over them and you will see no tooltip text. Pretty much everything in the sidebar has tooltip text, such as all of the icons beneath my name.</p>
<p>My forum is here ; https://eastcoastcruising.uk/community</p>
<p>Hover over the social media button and you can see that they now have tooltip text.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>PaulRainbow</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/social-media-sharing-buttons-no-tooltips/#post-38946</guid>
                    </item>
				                    <item>
                        <title>RE: Social media sharing buttons - no tooltips</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/social-media-sharing-buttons-no-tooltips/#post-38940</link>
                        <pubDate>Sun, 29 Mar 2020 15:26:10 +0000</pubDate>
                        <description><![CDATA[Thanks for the reply Robert, the first paragraph of my post explains the issue. Would be difficult to take a screenshot of a missing tooltip :)
It&#039;s easy to see, if you look at class-api.ph...]]></description>
                        <content:encoded><![CDATA[<p>Thanks for the reply Robert, the first paragraph of my post explains the issue. Would be difficult to take a screenshot of a missing tooltip :)</p>
<p>It's easy to see, if you look at class-api.php, line 356 is the part of the function that adds the facebook button, in the original file, there is no "title" specified, so no tooltip.</p>
<p>Tooltips are there for the post sharing buttons, but not the general sharing buttons.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>PaulRainbow</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/social-media-sharing-buttons-no-tooltips/#post-38940</guid>
                    </item>
				                    <item>
                        <title>RE: Social media sharing buttons - no tooltips</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/social-media-sharing-buttons-no-tooltips/#post-38930</link>
                        <pubDate>Sun, 29 Mar 2020 14:05:04 +0000</pubDate>
                        <description><![CDATA[Hi @paulrainbow,
Please never edit core files. Just revert all that you have done. Then explain the issue with some screenshots again. Don&#039;t forget to disable all caches when you made any c...]]></description>
                        <content:encoded><![CDATA[<p>Hi @paulrainbow,</p>
<p>Please never edit core files. Just revert all that you have done. Then explain the issue with some screenshots again. Don't forget to disable all caches when you made any changes.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/social-media-sharing-buttons-no-tooltips/#post-38930</guid>
                    </item>
				                    <item>
                        <title>Social media sharing buttons - no tooltips</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/social-media-sharing-buttons-no-tooltips/#post-38922</link>
                        <pubDate>Sun, 29 Mar 2020 10:41:59 +0000</pubDate>
                        <description><![CDATA[The general share buttons, whether set to icons or buttons, don&#039;t have any tooltips, although it probably doesn&#039;t matter so much with the buttons. The post sharing icons do have tooltips.
I...]]></description>
                        <content:encoded><![CDATA[<p>The general share buttons, whether set to icons or buttons, don't have any tooltips, although it probably doesn't matter so much with the buttons. The post sharing icons do have tooltips.</p>
<p>I have edited the class-api.php file and copied the tooltip code from the post sharing icons to the general icons, for Facebook, Twitter, WhatsApp and LinkedIn, i don't use the other two. If anyone else is interested, the changed lines of code are below, perhaps tooltips could be added to the next update ?</p>
<p><strong>Facebook - Line 356 </strong><strong> </strong></p>
<p>&lt;span class="wpf-sb-button wpf-sb-icon wpf-fb" data-wpfurl="&lt;?php echo esc_url($url) ?&gt;" title="&lt;?php wpforo_phrase('Share to Facebook'); ?&gt;"&gt;</p>
<p><strong>Twitter – Line 388</strong></p>
<p>&lt;a class="wpf-sb-button wpf-sb-icon wpf-tw" href="https://twitter.com/intent/tweet?text=&lt;?php echo $text ?&gt;&amp;url=&lt;?php echo urlencode($url) ?&gt;" title="&lt;?php wpforo_phrase('Tweet this post'); ?&gt;"&gt;</p>
<p><strong>WhatsApp – Line 428</strong></p>
<p>&lt;a class="wpf-sb-button wpf-sb-icon wpf-wapp" href="&lt;?php echo $domain ?&gt;/send?text=&lt;?php echo $text ?&gt;" target="_blank" data-action="share/whatsapp/share" title="&lt;?php wpforo_phrase('Share to WhatsApp'); ?&gt;"&gt;</p>
<p><strong>LinkedIn – 458</strong></p>
<p>&lt;a class="wpf-sb-button wpf-sb-icon wpf-lin" href="https://www.linkedin.com/shareArticle?mini=true&amp;url=&lt;?php echo urlencode($url) ?&gt;&amp;title=&lt;?php echo urlencode($title) ?&gt;&amp;summary=&lt;?php echo $text ?&gt;" target="_blank" title="&lt;?php wpforo_phrase('Share to LinkedIn'); ?&gt;"&gt;</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>PaulRainbow</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/social-media-sharing-buttons-no-tooltips/#post-38922</guid>
                    </item>
							        </channel>
        </rss>
		