{"id":44855,"date":"2015-03-27T03:58:31","date_gmt":"2015-03-27T07:58:31","guid":{"rendered":"http:\/\/www.templatemonster.com\/help\/?p=44855"},"modified":"2017-08-14T06:01:08","modified_gmt":"2017-08-14T10:01:08","slug":"wordpress-how-to-rename-tooltips-on-social-icons","status":"publish","type":"post","link":"https:\/\/www.templatemonster.com\/help\/wordpress-how-to-rename-tooltips-on-social-icons.html","title":{"rendered":"WordPress. How to rename tooltips on social icons"},"content":{"rendered":"<p>\r\n<p>This tutorial  will show you how <strong>to change names of tooltips on social icons<\/strong> in WordPress.<\/p>\r\n<p><a href=\"http:\/\/www.youtube.com\/watch?v=QAIH5hFRIW8?width=1280&amp;height=720\" rel=\"prettyPhoto\">WordPress. How to rename tooltips on social icons<\/a><\/p>\r\n<p>In  order to change tooltips text on the social icons, you should edit<strong> &#8216;static-social-networks.php&#8217;<\/strong> file. Log into the dashboard of your site and navigate to the <strong>Appearance&gt;  Editor&gt; themeXXXXX <\/strong>section. Find the needed file in the list of the available  items &#8211; <strong>&#8216;static-social-networks.php&#8217;<\/strong>. You will have to modify the php code:<\/p>\r\n<ol>\r\n<li>\r\n<p>Copy  the current array for the social networks (that should be around line 8):\r\n  <\/p>\r\n<pre class=\"brush:css\">$social_networks  = array(&quot;twitter&quot;, &quot;google&quot;, &quot;facebook&quot;,  &quot;rss&quot;); <\/pre>\r\n<p>Paste  it below and edit it to look as follows:<\/p>\r\n<pre>$social_networks_titles  = array(__('Follow us on Twitter, CURRENT_THEME),__('Follow us on google',  CURRENT_THEME),\r\n__('Follow us on facebook', CURRENT_THEME), __('Follow us on  RSS', CURRENT_THEME));<\/pre>\r\n<p><a href=\"\/help\/wp-content\/uploads\/2015\/03\/WordPress_How_to_change_tooltips_names_on_social_icons_1.gif\"><img loading=\"lazy\" src=\"\/help\/wp-content\/uploads\/2015\/03\/WordPress_How_to_change_tooltips_names_on_social_icons_1-300x228.gif\" alt=\"WordPress_How_to_change_tooltips_names_on_social_icons_1\" width=\"300\" height=\"228\" class=\"aligncenter size-medium wp-image-44856\" srcset=\"https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2015\/03\/WordPress_How_to_change_tooltips_names_on_social_icons_1-300x228.gif 300w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2015\/03\/WordPress_How_to_change_tooltips_names_on_social_icons_1-150x114.gif 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\r\n<p><strong>&#8216;Follow us on &#8230;&#8217;<\/strong> text can be replaced with your custom one. This text specifically will appear as a tooltip. <\/p>\r\n<\/li>\r\n<li>Then scroll down and locate the following piece of code (it should be around line  12):\r\n<pre class=\"brush:css\">echo  '&lt;li&gt;&lt;a href=&quot;'.of_get_option($social_networks[$i]).'&quot;  title=&quot;'.$social_networks[$i].'&quot;&gt;\r\n&lt;img  src=&quot;'.of_get_option($social_networks[$i].&quot;_icon&quot;).'&quot;  alt=&quot;'.$social_networks[$i].'&quot;&gt;&lt;\/a&gt;&lt;\/li&gt;';<\/pre>\r\n<p>Modify that to look as follows below: <\/p>\r\n<pre class=\"brush:css\">echo  '&lt;li&gt;&lt;a href=&quot;'.of_get_option($social_networks[$i]).'&quot;  title=&quot;'.$social_networks_titles[$i].'&quot;&gt;\r\n  &lt;img  src=&quot;'.of_get_option($social_networks[$i].&quot;_icon&quot;).'&quot;  alt=&quot;'.$social_networks_titles[$i].'&quot;&gt;&lt;\/a&gt;&lt;\/li&gt;';<\/pre>\r\n<p><a href=\"\/help\/wp-content\/uploads\/2015\/03\/WordPress_How_to_change_tooltips_names_on_social_icons_2.gif\"><img loading=\"lazy\" src=\"\/help\/wp-content\/uploads\/2015\/03\/WordPress_How_to_change_tooltips_names_on_social_icons_2-300x228.gif\" alt=\"WordPress_How_to_change_tooltips_names_on_social_icons_2\" width=\"300\" height=\"228\" class=\"aligncenter size-medium wp-image-44857\" srcset=\"https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2015\/03\/WordPress_How_to_change_tooltips_names_on_social_icons_2-300x228.gif 300w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2015\/03\/WordPress_How_to_change_tooltips_names_on_social_icons_2-150x114.gif 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a>\r\n<\/p>\r\n<\/li>\r\n<\/ol>\r\n<p>Update the file  and refresh your site. Tooltips text should be successfully modified.<\/p>\r\n<div class=\"inline-banner\">\r\n<a href=\"https:\/\/www.templatemonster.com\/service-center\/\">\r\n<img src=\"\/help\/files\/banners\/inline\/Banner-3-(835-x100).jpg\" \/>\r\n<\/a>\r\n<\/div>\r\n<p>Feel free to check the detailed video tutorial below:<\/p>\r\n<p><a href=\"http:\/\/www.youtube.com\/watch?v=QAIH5hFRIW8?width=1280&amp;height=720\" rel=\"prettyPhoto\">WordPress. How to rename tooltips on social icons<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>This tutorial  will show you how to change tooltip names on social icons in WordPress.<\/p>\n","protected":false},"author":66,"featured_media":44860,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[728],"tags":[674,660,860,976,2405],"_links":{"self":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts\/44855"}],"collection":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/users\/66"}],"replies":[{"embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/comments?post=44855"}],"version-history":[{"count":1,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts\/44855\/revisions"}],"predecessor-version":[{"id":82673,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts\/44855\/revisions\/82673"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/media\/44860"}],"wp:attachment":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/media?parent=44855"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/categories?post=44855"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/tags?post=44855"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}