Title: Insert Text &amp; Title for The Plugin
Last modified: August 21, 2016

---

# Insert Text & Title for The Plugin

 *  Resolved [lisalambert](https://wordpress.org/support/users/lisalambert/)
 * (@lisalambert)
 * [12 years ago](https://wordpress.org/support/topic/insert-text-title-for-the-plugin/)
 * Hello! Thanks for a fantastic plugin. I’d like to display a title and a bit of
   text just above the sharing icons. Is there a way to add this so that it appears
   below every post with the Title, text and then the icons?
 * [https://wordpress.org/plugins/simple-social-share/](https://wordpress.org/plugins/simple-social-share/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Perials](https://wordpress.org/support/users/perialscom/)
 * (@perialscom)
 * [12 years ago](https://wordpress.org/support/topic/insert-text-title-for-the-plugin/#post-5078274)
 * Dear lisalambert,
 * Thank you for using our plugin.
 * As of now, the plugin does not support facility for adding text before the icons.
   
   But if you know a little bit of PHP you can easily do that by following below
   steps (Do take a backup before doing this). 1) In the simple-social-share plugins
   folder (wp-content/plugins/simple-social-share), search for the file simple-social-
   share.php. Open it in a text editor like Notepad++. 2) Find line number 158 that
   contains the code `return '<div id="s-share-buttons" class="'.$class.'">'.$html_markup.'
   </div>';` 3) Replace it with the below code
 *     ```
       $text = "<h3>Share this article</h3>"; //this variable contains the html text that you want to append
       return $text.'<div id="s-share-buttons" class="'.$class.'">'.$html_markup.'</div>';
       ```
   
 * Let us know if this works.
 * Thanks & Regards,
    Perials Team.
 *  Thread Starter [lisalambert](https://wordpress.org/support/users/lisalambert/)
 * (@lisalambert)
 * [12 years ago](https://wordpress.org/support/topic/insert-text-title-for-the-plugin/#post-5078335)
 * Great! Thanks for the very quick reply!! This worked perfectly and as expected.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Insert Text & Title for The Plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-social-share.svg)
 * [Simple Social Share](https://wordpress.org/plugins/simple-social-share/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-social-share/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-social-share/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-social-share/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-social-share/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-social-share/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [lisalambert](https://wordpress.org/support/users/lisalambert/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/insert-text-title-for-the-plugin/#post-5078335)
 * Status: resolved