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)
-   -   Wordpress Plugin (https://gfy.com/showthread.php?t=979500)

Supz 07-25-2010 12:56 AM

Wordpress Plugin
 
Im looking for a workpress plugin that will create tags automatically based on content.

Thanks.

Emil 07-25-2010 02:17 AM

Bump for you! I was looking for this the other day!

just a punk 07-25-2010 02:26 AM

CyberSEO Suite can do that :2 cents:

Helix 07-25-2010 05:54 AM

http://wordpress.org/extend/plugins/simple-tags/

just a punk 07-25-2010 06:09 AM

Forgot to mention. The CyberSEO Suite will not slow down your server because it creates the tags only once - when the post is being syndicated.

fris 07-25-2010 09:33 AM

hit me up i may have something for you

Supz 07-25-2010 09:59 AM

Quote:

Originally Posted by Helix (Post 17361388)

Installed this. a little to much shit here. I just want something that will generate tags. I haven't figured out how to do so with this.

Supz 07-25-2010 10:01 AM

Quote:

Originally Posted by fris (Post 17361655)
hit me up i may have something for you

Will hit you up on the ICQ.

RyuLion 07-25-2010 10:04 AM

I want this too!

just a punk 07-26-2010 02:12 AM

Here is how you can do it with CyberSEO Suite.

1) Go to the syndicating feed setting menu.
2) Enable the "Create tags from category names" option.
3) Past the following code into the "PHP Code <?php .. ?>" field:

PHP Code:

$lines = @file "http://www.mydomain/tags.txt" );

if (
count $lines ) > 0) {
    foreach ( 
$lines as $line ) {
        
$words explode "|"$line );
        
$tag $words [0];
        foreach ( 
$words as $word ) {
            if (
stripos $post ['post_content'], trim $word ) ) !== false) {
                
$post ['categories'] [] = $tag;
            }
        }
    }


Where http://www.mydomain/tags.txt must be replaced with the path (URL) to a text file with your tags list.

4) Save the feed's settings.

Now a few words about tags list file format. It's just a plain text file where each line contains a tag name which will be searched in the post body. E.g.:

hardcore
anal
big tits
lesbian
etc...

Whose words from the tag list that will be found in the syndicating post body, will be added to the post tags.

Also you can specify a set of words/phrases that correspond to some particular tag. For example, if you want to make the "anal" tag associated to these phases: "ass fuck", "asshole", "fucked in the ass". Just modify your tags list as shown below:

hardcore
anal|ass fuck|asshole|fucked in the ass
big tits
lesbian
etc...

So if the syndicating post will contain any of these phases: "anal", "ass fuck", "asshole", "fucked in the ass". The "anal" tag will be added.

fris 07-26-2010 04:50 AM

but you have to make a list of tags before hand right?

not actually click someting on the post screen like fetch tags

just a punk 07-26-2010 06:22 AM

I don't see any problem making the list manually. Also don't forget about possibility to associate any number of keywords and phrases with some particular tag. I don't think there are other plugins that can do the same as that small piece of code that I wrote for CyberSEO Suite.


All times are GMT -7. The time now is 03:36 PM.

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