Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 08-10-2015, 03:13 PM   #1
ipolic
Confirmed User
 
ipolic's Avatar
 
Join Date: Nov 2003
Posts: 1,484
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
ipolic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-10-2015, 06:08 PM   #2
naughty1
Confirmed User
 
Join Date: Jun 2007
Posts: 137
Yeah would be nice addition to WP
naughty1 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-10-2015, 06:38 PM   #3
Miguel T
♦ Web Developer ♦
 
Miguel T's Avatar
 
Industry Role:
Join Date: May 2005
Location: Full-Stack Developer
Posts: 12,470
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.
__________________

Full Stack Webdeveloper: HTML5/CSS3, jQuery, AJAX, ElevatedX, NATS, MechBunny, Wordpress
Miguel T is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-10-2015, 07:42 PM   #4
ipolic
Confirmed User
 
ipolic's Avatar
 
Join Date: Nov 2003
Posts: 1,484
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 View Post
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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-11-2015, 02:54 AM   #5
sake
Confirmed User
 
Industry Role:
Join Date: Apr 2002
Location: Toronto
Posts: 2,646
Yes! Send me more info..
sake is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-11-2015, 03:56 AM   #6
ipolic
Confirmed User
 
ipolic's Avatar
 
Join Date: Nov 2003
Posts: 1,484
Quote:
Originally Posted by sake View Post
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.
ipolic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-11-2015, 07:32 AM   #7
HowlingWulf
Confirmed User
 
HowlingWulf's Avatar
 
Join Date: Nov 2001
Posts: 1,662
Is this a widget? If it's for the main page how do new posts without CTR get listed?
__________________
WP Porn directory/review theme Maddos $35.

webmaster AT howling-wulf.com
HowlingWulf is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-11-2015, 07:34 AM   #8
ipolic
Confirmed User
 
ipolic's Avatar
 
Join Date: Nov 2003
Posts: 1,484
No, it is PLUGIN, so all mainpage posts, category posts and tags would be sorted by CTR. New posts get listed in specified positions.
ipolic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-11-2015, 07:46 AM   #9
HowlingWulf
Confirmed User
 
HowlingWulf's Avatar
 
Join Date: Nov 2001
Posts: 1,662
Quote:
Originally Posted by ipolic View Post
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.
__________________
WP Porn directory/review theme Maddos $35.

webmaster AT howling-wulf.com
HowlingWulf is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-11-2015, 08:02 AM   #10
ipolic
Confirmed User
 
ipolic's Avatar
 
Join Date: Nov 2003
Posts: 1,484
Maybe in future because that requires extra coding etc and I have plugin already done so thought to push it for adult biz also
ipolic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-11-2015, 10:11 AM   #11
CaringNeo
Confirmed User
 
Join Date: Jun 2004
Location: Asia
Posts: 29
I would be interested if it is priced reasonable.
__________________
CaringNeo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-11-2015, 07:28 PM   #12
Miguel T
♦ Web Developer ♦
 
Miguel T's Avatar
 
Industry Role:
Join Date: May 2005
Location: Full-Stack Developer
Posts: 12,470
Quote:
Originally Posted by ipolic View Post
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...
__________________

Full Stack Webdeveloper: HTML5/CSS3, jQuery, AJAX, ElevatedX, NATS, MechBunny, Wordpress
Miguel T is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-11-2015, 07:45 PM   #13
ipolic
Confirmed User
 
ipolic's Avatar
 
Join Date: Nov 2003
Posts: 1,484
Nah, we just need good CTR sorting algo wordpress plugin ;)
ipolic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-14-2015, 02:12 PM   #14
HowlingWulf
Confirmed User
 
HowlingWulf's Avatar
 
Join Date: Nov 2001
Posts: 1,662
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?
__________________
WP Porn directory/review theme Maddos $35.

webmaster AT howling-wulf.com
HowlingWulf is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks

Tags
plugin, wordpress, theme, sort, clones/tgps/mgps/whatever, running, files, integration, release, decent, job, coder, questions, comments, half, integrate, developer, tubes/pinterest, version, click, ratioseparate, index/categories, sorting, ctr, title



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.