See everyone who favorited a story

tanyachrs

Literotica Guru
Joined
Aug 7, 2006
Posts
557
Is there a way to see everyone who favorited a story? I only see a few names and then the fact that there are x number of them but can't figure out how to see the whole list.
 
Is there a way to see everyone who favorited a story? I only see a few names and then the fact that there are x number of them but can't figure out how to see the whole list.

No, not unless you are in the top 250 of favorited authors. And then you only know how many favorited you, not who.

Although the select statement would be easy to construct, the way to display it might be a little tough as all you get is a list of names.

Select members where favorite_author = current_member
 
Last edited:
Him, it's a specific story I'm looking for, not me as an author in general. It feels like that "5 others" at the bottom of the story ought to be clickable.
 
Is there a way to see everyone who favorited a story? I only see a few names and then the fact that there are x number of them but can't figure out how to see the whole list.

If you mouse over the "X other people", you should get a popup showing the others.

You can also view page source (check your browser help if you don't know how to do that, but it's usually Ctrl-U or Command-U). Search on the first listed name for favourites, and you should find something like this:

<a class="user-name" href="//www.literotica.com/stories/memberpage.php?uid=2107778">Shadowsucks</a>, <a class="user-name" href="//www.literotica.com/stories/memberpage.php?uid=2030850">Chivvybone</a> and <span class="b-favorites-others" title="dahliamorra, Sharon78, BurhanDanger, Zombie_Chick, cottonnightie, The_Chromatic_One, sellet84, StephanieFreedom, GPLockwood, AddictedToYou">10 other people</span> favorited this story!

Looking at the code, that list doesn't appear to be set up to provide links to any but the first two, so you'd have to go search by individual reader name if you wanted to check the other profiles.
 
If you mouse over the "X other people", you should get a popup showing the others.

You can also view page source (check your browser help if you don't know how to do that, but it's usually Ctrl-U or Command-U). Search on the first listed name for favourites, and you should find something like this:



Looking at the code, that list doesn't appear to be set up to provide links to any but the first two, so you'd have to go search by individual reader name if you wanted to check the other profiles.

Cool, I did not know this...thanks.
 
I haven't gotten the mousover to work but view source is better anyway because I can copy and paste the names from there. Thanks again for the tip.
 
Back
Top