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)
-   -   Q: Anyone interested in wordpress CTR sort plugin? (https://gfy.com/showthread.php?t=1171943)

ipolic 08-10-2015 03:13 PM

Q: Anyone interested in wordpress CTR sort plugin?
 
As title says, is anyone here interested to use wordpress plugin which will sort post/videos/games/whatever by click through ratio(separate sorting for index/categories and tags)? Script is LIGHTWEIGHT and it's already done for my mainstream biz, I was just wondering if there is any interest in adult to use it???

I see it more then suitable for tubes/pinterest clones/tgps/mgps/whatever running on Wordpress.

Plugin needs small integration into theme files but I believe if you would ask theme developer they would integrate it and release new version since it's like half hr job for decent coder.

Questions, comments, everything more then welcome :)

naughty1 08-10-2015 06:08 PM

Yeah would be nice addition to WP

Miguel T 08-10-2015 06:38 PM

I already did something like that, since I'm using "Wp-PostViews", I can easily sort out the post based on the "Views".

For example...

http : // www . mysite . com /some-category-name/?sort=views

And then I changed the WP Query in the archive/category to:
Code:

if(isset($_GET['sort'])) { $_SESSION['sort'] = $_GET['sort']; }
if($sort == 'views') {
  query_posts($query_string.'&v_sortby=views&v_orderby=desc&posts_per_page=24');
} else {
  //do the regular query here...
}

The code above was adapted for this GFY Post :) Obviously you should sanitize all GET inputs, etc.

ipolic 08-10-2015 07:42 PM

Your code is good if you wanna sort by VIEWS, but my plugin sorts by click thru ratio on index or category or tags.

So for example you can have 1 video which gets tons of traffic from referrals/SE/etc but on index it is not clicked a lot. Your solution would display this video on top of index, while mine would display what people actually CLICK :)

Quote:

Originally Posted by AbsolutePorn (Post 20547043)
I already did something like that, since I'm using "Wp-PostViews", I can easily sort out the post based on the "Views".

For example...

http : // www . mysite . com /some-category-name/?sort=views

And then I changed the WP Query in the archive/category to:
Code:

if(isset($_GET['sort'])) { $_SESSION['sort'] = $_GET['sort']; }
if($sort == 'views') {
  query_posts($query_string.'&v_sortby=views&v_orderby=desc&posts_per_page=24');
} else {
  //do the regular query here...
}

The code above was adapted for this GFY Post :) Obviously you should sanitize all GET inputs, etc.


sake 08-11-2015 02:54 AM

Yes! Send me more info..

ipolic 08-11-2015 03:56 AM

Quote:

Originally Posted by sake (Post 20547300)
Yes! Send me more info..

Well basically script is plug and play, and it does CTR sorting like old school tgp/mgp rotators(stream rotator/smart thumbs etc)....very NICE addition to WP. There would be paid and free versions.

HowlingWulf 08-11-2015 07:32 AM

Is this a widget? If it's for the main page how do new posts without CTR get listed?

ipolic 08-11-2015 07:34 AM

No, it is PLUGIN, so all mainpage posts, category posts and tags would be sorted by CTR. New posts get listed in specified positions.

HowlingWulf 08-11-2015 07:46 AM

Quote:

Originally Posted by ipolic (Post 20547671)
No, it is PLUGIN, so all mainpage posts, category posts and tags would be sorted by CTR. New posts get listed in specified positions.

Yes we know it's a plugin.

It would be nice if it offered a widget of the highest CTR posts as well.

ipolic 08-11-2015 08:02 AM

Maybe in future because that requires extra coding etc and I have plugin already done so thought to push it for adult biz also :)

CaringNeo 08-11-2015 10:11 AM

I would be interested if it is priced reasonable.

Miguel T 08-11-2015 07:28 PM

Quote:

Originally Posted by ipolic (Post 20547099)
Your code is good if you wanna sort by VIEWS, but my plugin sorts by click thru ratio on index or category or tags.

So for example you can have 1 video which gets tons of traffic from referrals/SE/etc but on index it is not clicked a lot. Your solution would display this video on top of index, while mine would display what people actually CLICK :)

I see what you mean...
Basicly, we'd need another "View Counter", which only counts hit from the site's domain, and not referrals... :thumbsup:thumbsup

ipolic 08-11-2015 07:45 PM

Nah, we just need good CTR sorting algo wordpress plugin ;)

HowlingWulf 08-14-2015 02:12 PM

So how does external traffic affect the CTR?
Such as incoming hits to a post from search engines?
How would you tell how many times the link has shown up in search engine results before being clicked?


All times are GMT -7. The time now is 04:42 PM.

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