GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   No_follow Plugin For Wordpress? (https://gfy.com/showthread.php?t=959452)

amvcdotcom 03-20-2010 10:12 PM

No_follow Plugin For Wordpress?
 
Is there a no_follow (for posts) plugin for Wordpress? I found one for the blogroll links but I need one for the posts (found one for posts but it's old and broken). It's my understanding that WP feed posts should have a no_follow for each one. If there's not a plugin, how do I easily apply this the existing 400 posts and all new ones? I'm using feedwordpress, if that matters.

Thanks in advance....

fatfoo 03-20-2010 10:59 PM

Good luck with the wordpress issues.

Kroy 03-20-2010 11:27 PM

Have you tried this one? http://wordpress.org/extend/plugins/...-posts-reborn/

or
http://www.fob-marketing.de/marketin...ownload_plugin

(case by case nofollow)

fris 03-21-2010 08:11 AM

http://perishablepress.com/press/200...ollow-plugins/

amvcdotcom 03-21-2010 09:28 AM

Quote:

Originally Posted by Kroy (Post 16964258)


Thanks for trying to help. The first one is the one that I'd already found that's old and broken. I think the second is just for comments.

amvcdotcom 03-21-2010 09:29 AM

Quote:

Originally Posted by fris (Post 16964652)

Thanks fris. I'll try this link later, as it hasn't worked for me the past few attempts.

mayabong 03-21-2010 10:25 AM

I'm confused i thought wP had the no follow option in the privacy section?

amvcdotcom 03-21-2010 11:02 AM

Quote:

Originally Posted by amvcdotcom (Post 16964763)
Thanks fris. I'll try this link later, as it hasn't worked for me the past few attempts.

link just worked. thanks again, i'll take a look through his list....

Jdoughs 03-21-2010 12:39 PM

Quote:

Originally Posted by mayabong (Post 16964840)
I'm confused i thought wP had the no follow option in the privacy section?

That is to add noindex/nofollow to your entire blog. The OP is looking for a solution to nofollow outbound links on his site, and inside his posts/feeds.

amvcdotcom 03-21-2010 05:51 PM

Quote:

Originally Posted by Jdoughs (Post 16965088)
That is to add noindex/nofollow to your entire blog. The OP is looking for a solution to nofollow outbound links on his site, and inside his posts/feeds.


yes....exactly. thanks for clarifying for me.

Hentaikid 03-21-2010 06:23 PM

Can't you specify that in the theme css?

fris 03-21-2010 06:27 PM

Quote:

Originally Posted by Jdoughs (Post 16965088)
That is to add noindex/nofollow to your entire blog. The OP is looking for a solution to nofollow outbound links on his site, and inside his posts/feeds.

you could do that with a simple regex and function to filter the_content

fris 03-21-2010 09:26 PM

So I was bored.

Code:

<?php
/*
Plugin Name: External Nofollow Links
Plugin URI: http://www.gfy.com
Description: Filter all external links to use nofollow
Version: 1.0
Author: fris
Author URI: http://www.gfy.com
*/

function change_links($text) {
    $host = str_replace('.','\.',getenv("HTTP_HOST"));
    return preg_replace('/href=["|\']?(http:\/\/(?!'.$host.')([^"\']*))["|\']?/ui','href="$1" rel="nofollow"',$text);
}

add_filter('the_content','change_links');

?>


BSleazy 03-21-2010 09:51 PM

nice dude :)

amvcdotcom 03-21-2010 09:53 PM

Quote:

Originally Posted by fris (Post 16966094)
So I was bored.

Code:

<?php
/*
Plugin Name: External Nofollow Links
Plugin URI: http://www.gfy.com
Description: Filter all external links to use nofollow
Version: 1.0
Author: fris
Author URI: http://www.gfy.com
*/

function change_links($text) {
    $host = str_replace('.','\.',getenv("HTTP_HOST"));
    return preg_replace('/href=["|\']?(http:\/\/(?!'.$host.')([^"\']*))["|\']?/ui','href="$1" rel="nofollow"',$text);
}

add_filter('the_content','change_links');

?>



fris....you're awesome....thanks! i'll give this a shot tomorrow and will report back how it fared.

fris 03-22-2010 04:48 AM

let me know

Quagmire 03-22-2010 04:53 AM

http://www.theresabloginmysoup.com/w...plugins/nolip/

fris 03-22-2010 05:27 AM

Quote:

Originally Posted by Quagmire (Post 16966590)

that does it for all links (internal as well)

he just wants external links

amvcdotcom 03-22-2010 10:50 AM

Quote:

Originally Posted by fris (Post 16966585)
let me know


I'm sorry but I don't know how to install this. I copied code to a text file and changed to .php extension and put in a folder called frisnofollow. Then I uploaded folder to plugin dir, but it doesn't appear in my admin's plugin area to activate.

If you feel like helping me out more, feel free to explain it to me like I'm an idiot :)

amvcdotcom 03-22-2010 11:13 AM

Quote:

Originally Posted by amvcdotcom (Post 16967386)
I'm sorry but I don't know how to install this. I copied code to a text file and changed to .php extension and put in a folder called frisnofollow. Then I uploaded folder to plugin dir, but it doesn't appear in my admin's plugin area to activate.

If you feel like helping me out more, feel free to explain it to me like I'm an idiot :)


Hold on....it appears to be on my end. I just tried to upload another plugin and it didn't appear either. Something broke, so let me look into it. Crap.

amvcdotcom 03-22-2010 11:15 AM

found the issue...the plugin was nested in an extra subdirectory. easy fix. tried yours again, but still no luck.

fris 03-22-2010 12:12 PM

msg me on icq 704-299

amvcdotcom 03-22-2010 04:10 PM

Quote:

Originally Posted by fris (Post 16967610)
msg me on icq 704-299

I banished ICQ from my world years ago :) but I can email you if you'd like (or my email is allen ///at/// amvc [[dot]] com


All times are GMT -7. The time now is 09:59 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc