Author Topic: Badspot should add Button "like" on this BL Forum for Facebook -Suggestion  (Read 3075 times)

I bet steve or someone who has experience with tampermonkey could do this.

I bet steve or someone who has experience with tampermonkey could do this.
there are SMF mods for this. good lord. there are three in the OP
I'm pretty sure I totally misunderstood what you were talking about
I think I've actually talked to steve a little bit about it, but I'm not sure. in any case, it doesn't seem super plausible, you'd have to keep up with a number of likes for every single post people made, assuming people did use the extension. some older posts, in addition to new ones, as well. coding-wise, I think it'd be pretty simple, but the hard part would be the amount of disk space it could use, and maybe bandwidth
« Last Edit: December 17, 2014, 08:38:13 PM by Foxscotch »

Id rather get direct feedback, its more useful than a number on a like bar.
If you like an addon, comment about it and voice your opinions or concerns about it.

Well... can't it be like...

1.Hit Reply

2.Comment something ~ The like check box is enabled upon having a character entered on the box

3.Post

It's pretty self-explanatory from there on out.
But not for facebook...

Well... can't it be like...

1.Hit Reply

2.Comment something ~ The like check box is enabled upon having a character entered on the box

3.Post

It's pretty self-explanatory from there on out.
But not for facebook...
What?

On second thought, this would turn into:  If this gets x likes i'll release the mod!  Or: Like and i'll pm you the mod!

furling you need to stop reading online magazines

there are SMF mods for this. good lord. there are three in the OP
I'm pretty sure I totally misunderstood what you were talking about
I think I've actually talked to steve a little bit about it, but I'm not sure. in any case, it doesn't seem super plausible, you'd have to keep up with a number of likes for every single post people made, assuming people did use the extension. some older posts, in addition to new ones, as well. coding-wise, I think it'd be pretty simple, but the hard part would be the amount of disk space it could use, and maybe bandwidth
this really isn't that bad - think about it: the BLF itself has to store nearly 100x that information PER POST. one integer for one post? easy peasy. just store the topic id (in the url) with the message id, or maybe just the message id... not sure how SMF works, with an integer relating to how many likes there are - if it's +5. stuff, you don't even need a sign - just store 5. you know it's positive.

i've put some thought into this sort of a system, and since I don't have knowledge of sql databases i've never made it. after some thought just now though, you could probably do it via a pretty simple key+value database stored with loving text files and it'd still work ok. Redis or something.

this isn't hard to implement externally.

i did some work on this but then i realized i was way too loving lazy to actually implement any kind of spam protection or the webpage injection part of the tampermonkey script
https://github.com/Tungul/BLF-Likes
« Last Edit: December 19, 2014, 03:43:27 PM by Lugnut »