After installing the plugin and quickly seeing that you can’t turn off nofollow. I removed the plugin but I am still left with nofollow on everything. If I go into text editor and remove the nofollow, save and go back, the nofollow is back. For every new link I add it becomes a nofollow. How can I get rid of this nightmare? I have researched for hours trying to find where I can reset this globally but I am just spinning my wheels. HELP!!
]]>I love this plugin but it for some unknown reason it doesn’t work. Once installed and activated, I can still see the options under the Insert/edit link modal popup, but when selecting either nofollow or sponsored, updating the page and checking the link live, it’s not appending to the link the rel tag.
Any help folks?
I’ve disabled a RankMath as it appears it conflicts with this plugin but even after disabling it the issue is the same the tag is not getting added.
This is such a handy plugin, and I have used it for years now.
I know it only works with the classic editor.
But is there any chance of an update to keep it alive instead of it now being flagged as abandoned?
]]>I am using te classic editor in WordPress (what I understand you call WordPress WYSIWYG editor).
I have been using your plugin for years and now, for some reason, the tittle I write when editing a link doesn’t store in the link so I need to add it manually in html (what I don’t like at all). I can see the Tittle field appearing in the form and also the rel=”nofollow”. Nevertheless, I see some of the options duplicated (not sure if included in another plug-in or in the last version of WordPress, but I never saw them before).
This is what I see when creating a new link:
Enter the destination URL
- URL:
- Title:
- Link Text:
o Open link in a new tab
o Add rel="nofollow" to link
o Add rel="sponsored" to link
o Add rel="sponsored" attribute
o Add rel="nofollow" attribute
o Add rel="UGC" attribute
Last three appear also when the plug-in is deactivated
Can you help me in some way to get the tittles stored as always?
My WordPress is version 6.1
Thanks
]]>It’s not working on block editor WP 6.03
]]>I’m trying to use this tool in block editor, but it’s not working on block editor, tried WP 5.7,5.8
please inform us. also please give support for UGC, sponsored tags
Thanks
What will happen if I delete the plugin? Will the existing nofollows and open in a new page stay in the post, and continue to function? Thanks
]]>Dear Support,
Thank you for making a great plugin available to the WP Community. “Title and Nofollow For Links” works really well for us and is very reliable.
Following the upgrade to WP 5.6, we have installed the Enable jQuery Migrate Helper plugin:
https://www.ads-software.com/plugins/enable-jquery-migrate-helper/
Unfortunately, this plugin shows the following notice:
2020-12-16 12:10:13 jQuery.fn.scroll() event shorthand is deprecated
Plugin: Title and Nofollow For Links
https://www.pairfum.com/wp-content/plugins/title-and-nofollow-for-links/inc/nofollow.min.js
Is this something we should we concerned about?
Will these be addressed in a future update?
Many thanks for the update.
Kind regards,
Pairfum London
]]>Hello, I use the plugin also on my front end, but it is not very good with the front-end CSS. I need lot of space and also I never use the title feature. Is there a way to disable that feature. Any filters or hooks.
The plugin is fantastic and runs great in wp-admin. Now, I need to make it work in my front-end also.
]]>I upgraded to 1.10 and when clicking on an existing link now, nothing happens. I deactivated the plugin and it worked again. I had to revert back to 1.09 to have it working again. Any suggestions?
]]>Hi there,
It seems that the plugin generates an un-needed space when selecting nofollow option. Currently, I get in html:
rel=”nofollow ”
instead of the expected
rel=”nofollow”
It seems this can be solved easily in the code in
nofollow.js
To solve on my site, I updated this part in nofollow.js (and nofollow.min.js):
Replacing this block
//change by "Title and Nofollow for Links" begin
var tanfl_value = '';
if ( inputs.tanfl.prop('checked') ) {
tanfl_value += 'nofollow ';
}
if ( inputs.tanfl_sponsored.prop('checked') ) {
tanfl_value += 'sponsored';
}
//change by "Title and Nofollow for Links" end
With this:
//change by "Title and Nofollow for Links" begin
var tanfl_value = '';
if ( inputs.tanfl.prop('checked') ) {
tanfl_value += 'nofollow';
}
if ( inputs.tanfl.prop('checked') && inputs.tanfl_sponsored.prop('checked')) {
tanfl_value += ' ';
}
if ( inputs.tanfl_sponsored.prop('checked') ) {
tanfl_value += 'sponsored';
}
//change by "Title and Nofollow for Links" end
Seems to solve the problem.
Can we consider adding this to future update?
]]>Hi @wpkube!
Is it possible to add an additional box for the “ugc” (User Generated Content) option?
That would be great since your plugin is the best one to manage external link.
Thanks in advance!
]]>Hello, I use this plugin on multiple websites and a lot of times I find the open in a new tab box automatically becomes unchecked after I publish the page with the boxes being checked. Is there a known cause for this? I’ve had to redo thousands of links, but other than that I like the plugin.
]]>hi,
Unfortunately after your latest update with “rel=sponsored” checkbox the search results input box is covered when using this plugin in conjunction with Better Internal Link Search plugin (which despite the warning is compatible with latest WordPress)
I have fixed this myself by bumping the top position in nofollow.js line 30 from 256px to 280px (and bumping the js version number to 1.085 in title-and-nofollow-for-links.php)
wp_register_script('wplink', plugins_url( '/inc/nofollow.min.js', __FILE__ ), array('jquery'), '1.085', 1);
Hi
Google introduced now “Sponsored” for links and this is replacing “nofollow” for paid posts.
Is it posible to add this as an additional checkbox? That would be phantastic!
Lg Irit
]]>Hi I have activated this plugin only for adding rel=”nofollow” but I see after tick checkbox this plugin adding rel=”nofollow noopener noreferrer”. why this happening? how can I add only rel=”nofollow”?
]]>Awesome simple plugin. Any way to have the nofollow checkbox auto ticked?
]]>Hi,
as the title states, the search box is covered by the results. Here is an image:
Link
Currently using WordPress version 5.0.3 and the only plugins installed are the Advanced Custom Fields Pro, TinyMCE Advanced and Google XML Sitemap Generator.
Thanks
]]>Hi,
It seems that on the last version of wordpress when changing the attributes of a link and clicking on update it generates an error the first time and takes you to the beginning of the content.
If you try it for a second time, then it’ll work as expected.
Thanks.
]]>At the moment it’s not possible to add the functionality to Gutenberg, it’s a different system from the classic editor and it does not have a hook/filter which allows adding custom settings.
As soon as it becomes possible to add the functionality to Gutenberg we will update the plugin.
]]>It breaks my complete site as it produces javascript errors and exclusions of wp-rocket optimizations (js and css) are not possible.
]]>Hello, thanks for the plugin. If you use Toolset and the plugin in a website it does not work. You use ‘wplink’ just like Toolset.
]]>Are there any plans to have this plugin updated to work within Gutenberg blocks (besides the classic editor block, obviously)??
Thanks,
Nick
hi there,
This is a great, pretty simple plugin. I was just wondering if there was any way to “nofollow” by default, with the option to uncheck the “nofollow” box. Currently, half the time I find the nofollow box checked, half the time it isn’t. Currently I’m editing as many links as I’m creating, so I still haven’t noticed the pattern, if any.
While I really appreciate this app simplicity, and wouldn’t want that to change, if there was any way to mark links as “nofollow” by default, that would be great. Even if it perhaps is a bit out the box adding a snippet to the functions file or something like that. Though I would want to retain the ability to mark certain links as “follow” (especially internal links).
Anyway, thanks again for such a great plugin.
]]>Can anyone please confirm if this plugin fully compatible with PHP7 and above?
About to upgrade to PHP7 and trying to ensure I don’t have issues with any of my plugins!
Many thanks
One of our users noticed some weird behavior with inserting links so I noticed there was an update to version 1.03 so I installed it and am seeing the same issues. The ONLY way I can get it to properly insert a link that is tagged no-follow is described below. Any other way results in the link being removed, the display text being duplicated or sometimes the link moves to some random place on the page.
This works:
I highlight the text and enter the link in the popup and click the blue arrow to save. Then I clicked the link again and clicked the gear icon. Sometimes the box will popup with the URL already there but if it does not, I click the X in the corner to close, clicked the gear icon again and then the link will show up. I was then able to click the no-follow box and then checked the code and it looked ok.
This is not ideal and I am hoping there is something that can be done to resolve this. Otherwise I will have to try to find a plugin that is easier for our users to use. Thank you for any assistance you can provide.
]]>I have noticed that if you check the box for nofollow and then save the post, when you then edit the link again, the check box for nofollow is not checked.
However, if you view the html source, you can see that the rel=nofollow tag has been added, but it’s not possible to check this using the link edit popup.
It almost have me a heart attack because inspecting all my links with the editor it made it look like they hadn’t been nofollowed!
]]>Hi,
What are the changes in your most recent release (1.02) ? Thanks for making this plugin.
]]>OK, I’ve disabled all my plugins until I’ve found a problem. From two days ago, whenever that I link something in the visual editor, it is moved to unwanted place immediately. As soon as you add a link, that linked word is usually moved to the end of the sentence.
Any solution?
]]>It worked fine with WP 4.3 but after an update to 4.6.1, it added an extra step to get to the “insert/edit link” panel. It also doesn’t always save the “open in new window” tick box after the first attempt so I have to go through the blog and check which links don’t open a new tab.
]]>