Title: Field Tips
Last modified: October 2, 2018

---

# Field Tips

 *  [csgaraglino](https://wordpress.org/support/users/csgaraglino/)
 * (@csgaraglino)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/field-tips/)
 * How do I turn off the Field Tips, they are absolutely annoying!

Viewing 1 replies (of 1 total)

 *  [mwarbinek](https://wordpress.org/support/users/mwarbinek/)
 * (@mwarbinek)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/field-tips/#post-10780051)
 * I am not finding “Field Tips” anywhere there. If you wanted to remove the “Recommended
   Links” part of the plugin when clicking the extend-link button then do the following:
 * – Use FTP
    – Access your folder structure of your WordPress website – go to /
   wp-content/plugins/extend-link/js/extend-link-tinymce.js – in that JS file do
   the following:
 * Lines 145 to 177, remove the same coding you see just below here,
 *     ```
       {
       	type: 'label',
       	text: 'Recommended Links:',
       	style:"color:#56a639 !important; font-weight:bold !important;"
       },
   
       {
       	type: 'button',
       	text: 'Divi Theme',
       	tooltip: 'The Ultimate WordPress Theme & Visual Page Builder. Try it, a 30-Day Money Back Guarantee!',
       	maxWidth: 100,
       	onclick: function( e ) {
       		window.open('http:wp-plugins.in/ElegantThemes_ExtendLinkTinyMCE_Divi');
       	}
       },
   
       {
       	type: 'button',
       	text: 'Bluehost',
       	tooltip: 'The Best Web and WordPress Hosting. Try it, a 30-Day Money Back Guarantee!',
       	maxWidth: 100,
       	onclick: function( e ) {
       		window.open('http:wp-plugins.in/Bluehost_ExtendLink');
       	}
       },
   
       {
       	type: 'label',
       	style: "font-size:12px !important;color:#888 !important; text-decoration:underline !important;",
       	text: 'Why do you see "Recommended Links" in this plugin?',
       	tooltip: "We offer you free professional plugins for free, so you'll see Recommended Links, which is the only support source.",
       	maxWidth: 315
       }
       ```
   
 * On line 178, you see these characters; `[,` – do not remove it. That is needed
   to end the JS function.
 * – save the JS file and upload.
    – deactivate the link, since the JS file was 
   already loaded. – reload the browser page showing the editor page, the extend-
   link button in the editor should be gone. – reactivate the link – reload the 
   editor page and extend-link button is returned. – test it, it should now work
   as before without the “Recommended links”.
 * Note:
    I use Notepad++, since Windows standard Notepad will not show the needed
   line numbers. Notepad++ is free and found here: [https://notepad-plus-plus.org/](https://notepad-plus-plus.org/)
 * Hope that helped.
    -  This reply was modified 7 years, 8 months ago by [mwarbinek](https://wordpress.org/support/users/mwarbinek/).

Viewing 1 replies (of 1 total)

The topic ‘Field Tips’ is closed to new replies.

 * ![](https://ps.w.org/extend-link/assets/icon-256x256.png?rev=3405852)
 * [Extend Link](https://wordpress.org/plugins/extend-link/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/extend-link/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/extend-link/)
 * [Active Topics](https://wordpress.org/support/plugin/extend-link/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/extend-link/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/extend-link/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [mwarbinek](https://wordpress.org/support/users/mwarbinek/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/field-tips/#post-10780051)
 * Status: not resolved