Expand All Facebook Responses

Update for 2023+

This no longer works. This tool stopped working sometime early in 2023, and I will no longer be maintaining it. It kinda-sorta still works (better on old / legacy threads), and I’ll leave it up indefinitely. It has stopped working due to Facebook changes that, as a human, make no sense to me and have finally caused me to ignore Facebook (going on six months now).

Old introduction

I have written a JavaScript bookmarklet that expands all comments and replies in Facebook posts. This applies only to the full version of the Facebook website (e.g., www.facebook.com) and not to other web versions (e.g., m.facebook.com, touch.facebook.com) or to versions of the mobile app.

Bookmarklets are not the prettiest or best-understood things in the world, but I’m making it available in case people want to use it.

To install or update the bookmarklet, click here to bring up a page with the bookmarklet in it, along with some simple instructions.

Also see my Scroll All bookmarklet.

2021-02-17: I put this in GitHub.

What does this help with?

This expands Facebook posts so that you can see/read all comments and replies from top to bottom without clicking. This is how I use it, and I use it only on individual posts with usually many fewer than 100 comments and replies.

Others use this to expand multiple posts prior to archiving them. That wasn’t my original usage model and can hit Facebook limitations on how much it will retrieve (plus, it gets slower the longer it runs), but it’s still better than manually clicking.

To isolate a single post to a browser tab, ctrl-click on the post’s time stamp link, which is a permalink URL.

Warnings

If you need to 100% guarantee this bookmarklet does not click on something it shouldn’t, your only option is to avoid it altogether.

This is a bookmarklet and can only do what you can do, as you. There’s always the risk of clicking on something that wasn’t intended, especially if the code I write now decides to click on something that becomes something else in the future. This is what happened in 2020 with the translation links: they became indistinguishable from the like links (and the untranslate links, and the remove preview links). It became easier to remove the translation feature from the bookmarklet than claim to be able to figure out to not click the like link.

I would characterize the latest changes as follows: in some cases, where it used to be possible to select a list of links that should be clicked, now that list needs to be filtered by what should not be clicked. Unfortunately, that list of what not to click is probably incomplete. I found many cases to avoid, but others might find other cases.

This bookmarklet will not traipse down a multistep procedure, such as submitting a comment or sharing something. Check your Facebook activity log—you can likely undo any action taken. I myself would probably commit harakiri if I found out I had acted on a Trump post I was lurking on and could not undo it.

2021-01-20 notes

When I originally wrote this bookmarklet in 2014, I could hardly believe it kept working with no changes. I sat on it for about one year with no changes to Facebook before publishing it. Now in early 2021, Facebook changes every day in such a way that breaks this bookmarklet. The daily UI changes are gratuitous and serve no visual purpose.

The daily Facebook change involves an image ribbon and the CSS used to display an image from the ribbon. It all changes under the covers daily, yet there’s no visual change. I thought I’d be able to fix the problem by programmatically analyzing the CSS on-the-fly but no, both the CSS rule name and the CSS rule itself change (every day), for no actual purpose. There doesn’t seem to be a way to programmatically determine the CSS rule name from anything fixed. Plus, parsing CSS across browsers seems to have insurmountable security restrictions.

Up to this point, I managed to keep this completely independent of the display language, meaning you could choose any of the 112 languages supported by Facebook and this tool would work. I did this by keying only off the CSS and DOM structure.

This has changed now that Facebook changes CSS names and definitions daily. I’ve resorted—in only one case—to parsing display text. Of the possible 112 languages, I’ve added support for 34 or so. Maybe eventually I’ll link to a list of supported languages so it’s clearer. Part of the problem is that now, if Facebook changes the translation of the text I’m using, including fixing problems, it will break the bookmarklet.

The failure when a language is not supported is not terrible; under certain conditions, the bookmarklet won’t click a link that retrieves more replies. I think I’ve eliminated the problem with expand / collapse loops (using code), and only some threads won’t be fully expanded.

It only takes 5 – 10 minutes to add support for a language (not long). Facebook supports 112 languages (supporting them all would take days). I’m happy adding individual languages, but I plan to do that only if I hear of them (i.e., upon request).

2020-11-30 update

I made a difficult decision today to make a change based on Facebook’s incessant changing and breaking this tool (collapse/expand looping). The change is intended to prevent loops, but it is at the cost of an occasional (rare, I hope) incomplete expansion.

There will be just as much maintenance, except it will be to click on something that should be clicked on rather than to avoid clicking on something that shouldn’t be clicked on. When it breaks every few days, it will cause some (hopefully) rare expansions to be incomplete rather than to get stuck in infinite loops.

I’m also hoping to address the problem of leapfrogging, where certain locales are greater-than-one Facebook builds ahead of me, so they never benefit from the changes I make, as I’m always a few builds back.

Details of what this does

Output is logged to both a temporary visual text area and to the browser console. The text area goes away when it’s done, so if you want to see a record of what happened after-the-fact, you’ll need to hit F12 and open the browser console. When the script completes, it logs a numerical total of all responses being displayed. New log text goes to the top rather than the bottom.

The bookmarklet clicks on links to get more responses. It clicks and waits for the new content, which is recursively checked for new links. After all the responses are obtained, it clicks any and all See More links.

It finds links to click by querying on CSS style names and is thus cultural language independent and should work with Facebook set to display in any language, with the exception of:

Before expansion begins, comment filtering is checked and, if needed, changed to All comments. This is starting as an English-only feature; additional languages added upon request. Messing with comment filtering is optional (see bookmarklet settings).

Please don’t do this

This isn’t recommended on posts that have many thousands of throw-away comments:

  1. You probably aren’t really interested in that many throw-away comments.
  2. It gets slower and slower as more comments are pulled over, which I think is more of a browser thing than a Facebook thing.

If you want to stop the bookmarklet, hit ESC if ESC doesn’t conflict with what you are doing, or click the bookmarklet again. If you run it again, it will pick up where it left off (effectively, not literally).

Bookmarklet settings (new)

This section is new as of 2019-03-14.

Please be aware that modifying settings for this bookmarklet is weird and backwards, but bookmarklets are themselves a little weird. To modify the settings, you must run the bookmarklet from Facebook; the settings UI comes up at the end by pressing ‘s’ sometime during its run; changes you make are for next time, not this time, if that makes sense.

You can customize the bookmarklet from any Facebook page, but if you want to ensure that it finds nothing to expand, you can run it on a Facebook page with no posts, such as https://www.facebook.com/find-friends/browser/.

The UI settings will not persist across browser sessions if you are incognito/private or running Tor’s Firefox browser (see next section).

If you use this UI, you can no longer have multiple Expand All bookmarklets with different settings (see next section).

Customizing the bookmarklet (old)

This section is old as of 2019-03-14. I’m leaving it here in case their are fanatics who either use Facebook incognito/privately or use Tor’s Firefox browser.

You can customize what the bookmarklet does. You can install multiple bookmarklets, each with a different customization.

When you edit the bookmark (Properties in Firefox), you will see near the very beginning todo=6. You can change the numerical value. With this value, you control four bits of instruction:

  • 1: not used anymore
  • 2: expand comments
  • 4: expand replies
  • 8: not used anymore
  • 16: do not ensure comment filter (if it exists) is set to All comments

In combination, there are 8 possible values. Some examples, starting with a value of 6:

  • Subtract 4 to not expand replies
  • Add 16 to not change any comment filters

Note that I only regularly use (hence, test) the default value.

Why did I do this?

I looked around to see if someone else had done something like this already, and of course I might have missed something, but it became apparent to me that it would be easier to do this myself than to keep looking for something that actually worked (everything I tried did not work).

Warnings and notes

  • This works today based on how Facebook is rendered in HTML today. It might break tomorrow, and I might not be able to fix it.
  • The script doesn’t parse display text.
  • You can run the bookmarklet multiple times. Sometimes it helps to do this if Facebook is slow and timeouts result in an incomplete expansion.
  • If you want to see the bookmarklet’s JavaScript in a readable format, copy-and-paste it into a beautifier such as jsbeautifier.org. In fact, if you know JavaScript, you might want to do this to boost your confidence that I am not trying to hack you with some malicious script.

Troubleshooting

Make sure you are using the latest bookmarklet. Let me know what language you use Facebook in and which browser family you use.

If this bookmarklet used to work and stopped working, chances are Facebook has changed, and I need to change the bookmarklet. I might notice the breakage myself, but it probably won’t hurt to let me know about it. Changes I’ve made are listed here.

As we learned in 2018, Facebook changes can roll out over a period of a few months. I’m in Silicon Valley (Santa Clara, California, U.S.A.), and my guess is that I can be the last to see changes (and thus, problems), as Facebook seems to use less-trafficked areas as beta sites.

If you’ve never seen it work in a situation:

If it doesn’t work for a public Facebook post that you can reveal without a violation of your privacy, send me or post a comment here with the permalink URL in it, and I will look at it.

If it works except for some non-public posts, chances are I won’t have be able to observe what makes it special and therefore won’t be able to fix it. I might be able to reproduce a problem in my own private context, depending on having the problem adequately described.

  • Bear in mind that this just automates clicking that you would otherwise do. Manually click on what is not working, and assess the situation from there.
  • You can run this bookmark multiple times without penalty. Sometimes doing so can reveal a clue, especially interspersed with your own clicking.
  • I consider myself a regular Facebook user. If there’s something unusual or nonstandard about your situation, feel free to elaborate. For example, I have no idea how to create, see, or show a “hidden comment.”
  • Facebook has limitations. Please read the section titled “Please don’t do this.”
  • It often doesn’t matter how brilliant you are at capturing the problem (e.g., with screenshots). If I can’t reproduce the problem, I probably can’t fix it or test any fix now and in the future.


Posted

in

by

Comments

500 responses to “Expand All Facebook Responses”

  1. Scott Hayes Avatar
    Scott Hayes

    This is/was by far the most used item in my bookmark bar for quite a long time, and saved me countless hours of manually expanding comments, etc… However, it seems Facebook did something in the past 24 hrs that now prevents this from working. I haven’t yet had time to dig into your code to try to fix it myself, but I was wondering if you might know of something off-hand to check, perhaps something simple that may have changed? I only ask because I’m not one to just go and ask someone to fix something lol.

    That aside, this was such an amazing find, and you did absolutely beautiful work!!

    1. Jens-Ingo Farley Avatar
      Jens-Ingo Farley

      Thanks for pointing this out. I think I fixed it now.
      http://uidev.hemiola.com/js/bookmarklet.html

      1. Scott Hayes Avatar
        Scott Hayes

        You most certainly did!! You are officially my favorite person of the week!! Thanks again SO MUCH for going through the work to write this! 🙂

      2. LafinJack Avatar
        LafinJack

        This also fixed my old bookmarklet. Thank you!

  2. Jon Avatar
    Jon

    Fabulous script. Where/how can I donate? 🙂

  3. cirripede Avatar
    cirripede

    Chapeau…!!! Thank you.

  4. John Avatar
    John

    I have a Facebook post with 8500 comments when I run this it stops working at around 1400 comments is there any way I can get to see the remainder of the comments?

    1. Jens-Ingo Farley Avatar
      Jens-Ingo Farley

      Not that I know of. This script just automates clicking. If it runs out of memory or slows down to the point of stopping or simply stops responding (and this is my experience with Facebook), it’s the same whether you click manually or use this script.

  5. Kat Avatar
    Kat

    Question – I need this functionality using Safari. Would it work in the browswer interface too? If so, how.?

    1. Jens-Ingo Farley Avatar
      Jens-Ingo Farley

      Chrome and Safari are generally compatible. One person at one time did try it successfully:
      comment-45945

      If you go to the installation page and follow the directions for Chrome, it will probably work or at least provide enough clues.

  6. Carol Avatar
    Carol

    FANTASTIC script! Fast and flawless.

    I had manually done a long, long page, then found this, ran it, and saw I had missed some!

    Needed to archive the page, entire page.

    Thanks!

    1. Jens-Ingo Farley Avatar
      Jens-Ingo Farley

      A rediscovery, perhaps? comment-45491

      1. Eden Avatar
        Eden

        Can you add m.facebook.ocm comments go in?

        1. Jens-Ingo Farley Avatar
          Jens-Ingo Farley

          That would involve a completely different approach and different project, with different maintenance concerns. I have no plans to do that.

          1. Jens-Ingo Farley Avatar
            Jens-Ingo Farley

            Do you mean expanding comments on a third-party site? That’s not something I’m going to work on.

  7. Ian Usher Avatar

    Brilliant! Thank you for this.
    You have saved us countless hours of work to manually open everything before we copy/paste it all.
    Your hard work is much appreciated.
    Ian and Vanessa

    1. boB Avatar

      Yes, I would like to ditto Ian’s comments ! This is a much needed script !

      Using your script as an example, I might be able to hack it to work for other web sites.

      I wanted to do this same kind of thing for Linkedin tech forum pages but could not figure out how
      to “click” on a “read more” or “view previous comments” and that type of thing.

      This is genius !

      I’m not positive but I think that Facebook may have changed the way they word expanding methods this summer and so I thought this script needed changing but it appears to be working
      properly again so maybe you modified it recently or it was related to something completely different like timeout etc.

      boB

      1. Jens-Ingo Farley Avatar
        Jens-Ingo Farley

        As mentioned in the article, this does not parse the display language. In fact, it should work with Facebook in any language. Facebook did change their HTML structure a little bit in June of this year, requiring a small change on my part.

  8. Brian Avatar
    Brian

    This is great. Thanks!

  9. manny b Avatar
    manny b

    Hey this bookmarklet doesn’t work?

    When running it on a facebook picture/post (Chrome) the console quickly pops up but it only says: “Comments + replies = 0+0 = 0”

    what does this mean? Comments haven’t actually expanded at all…

    1. Jens-Ingo Farley Avatar
      Jens-Ingo Farley

      I’ve added a Troubleshooting section.

      1. manny b Avatar
        manny b

        Ah great, thank you for your time.

        This was the public post I wanted to expand comments on yet yielded no results (Chrome/Safari):

        https://m.facebook.com/story.php?story_fbid=1480755662045717&id=249156381872324&fs=5

        1. Jens-Ingo Farley Avatar
          Jens-Ingo Farley

          This bookmarklet works only with the full Facebook website, and I don’t plan on creating other versions.

        2. Jens-Ingo Farley Avatar
          Jens-Ingo Farley

          You can go here instead, but this is the exact kind of post I don’t recommend running this on.

          https://www.facebook.com/249156381872324/photos/a.249163375204958.57684.249156381872324/1480755572045726/

  10. Leroy Peters Avatar
    Leroy Peters

    Awesome
    Thanx

  11. Jonathan White Avatar
    Jonathan White

    Thanks a bunch for this script! It’s invaluable!

  12. Neri Avatar
    Neri

    THANK YOU!

  13. GavinSpaceFace Avatar
    GavinSpaceFace

    This is brilliant! Well done and thank you.

  14. desyifa Avatar

    Ah great, thank you for your time.

    This was the public post I wanted to expand comments on yet yielded no results (Chrome/Safari):

    1. Jens-Ingo Farley Avatar
      Jens-Ingo Farley

      Your URL is missing.

  15. Laura Avatar
    Laura

    ty ty ty

    Laura

  16. Elig Avatar
    Elig

    Are comments & replies different things ?

    1. Jens-Ingo Farley Avatar
      Jens-Ingo Farley

      Yes, per convention. This is a reply to your comment.

  17. Snickel Fritz Avatar
    Snickel Fritz

    THANK YOU!
    This has been a great help. I’ve looked for something like this for a while and have even started to teach myself Jasvascript to do the same thing. I moderate a group where sometimes entire posts and comment threads have to be saved to PDF and this makes the job so much easier.

  18. Utpal Paul Avatar
    Utpal Paul

    Thanks, it’s really great.

    But why it don’t work with facebook mobile version (m.facebook.com ) ?

    1. Jens-Ingo Farley Avatar
      Jens-Ingo Farley

      It keys off the structure and parameters of the HTML, which is totally different for every site.

  19. Jens Toft Avatar
    Jens Toft

    This is completely fantastic and just what I needed to document contents in a Facebook group I manage. Thanks for doing it!

    One thing, though, and I’ve tried messing around with the customization options you mention, but I haven’t managed to make it work:

    Can I remove the step to click “See more” on the posts themselves? I don’t really care about that one, but I care deeply about expanding all comments and all replies to comments.
    It would be helpful to save the time it takes to do all those “See more” on posts.

    Thanks!

    1. Jens-Ingo Farley Avatar
      Jens-Ingo Farley

      You can’t currently turn off the ‘See More’ expansion.

      You really expand so many posts that ‘See More’ on the posts themselves is a time hindrance? And you aren’t interested in seeing the post itself but you are interested in comments and replies to it? I’m confused by that.

      I myself usually expand only one post at a time. In my early trials, Facebook seemed incapable (performance-wise) of mega-expansions. I think I’m out of touch with how people are using this bookmarklet. May I ask: how many posts do you expand at one time? How long does it take?

      1. Jens Toft Avatar
        Jens Toft

        Thanks for replying.
        Yes, I do. About four “pages” worth in a group.

        My use case is that I load up a group, scroll down to the bottom three times in order to load more posts and then save the webpage as a .webarchive file in Safari (I have all that automated in a script). I don’t need “See More” since that hidden post content is already loaded on the page, so I can just click the See More buttons afterwards in my webarchive if I need to see the hidden text. The hidden comments and replies aren’t loaded until you click the button, so I need to expand those before saving the page in order to view them in my webarchive.

        I’ve only just found your wonderful bookmarklet a few hours ago, so I haven’t really started using it yet. In my tests of my scenario, there are approx. 30 posts (according to the prompt displayed), and going through “See More” for all of them takes about 60 seconds. All the rest (expanding comments and replies, etc.) takes only 15-20 seconds after that.
        So it would be great to shave off those initial 60 seconds that I don’t particularly need.

        1. Jens-Ingo Farley Avatar
          Jens-Ingo Farley

          Thanks. When I created this bookmarklet, ‘See More’ links hit the network. And they had to be activated serially, not in parallel, so the bookmarklet had to wait for each one to complete. Eventually, ‘See More’ links started to show/hide content that’s browser-side already; no waiting required. (In fact, waiting now times out.) I changed/optimized the bookmarklet to not wait, HOWEVER I overlooked including the ‘See More’ on the post itself (which is a different kind of link).

          Nowadays, I think you can get at least 20 ‘See More’ links per second. I just posted an updated bookmarklet that gives the necessary speed boost to the ‘See More’ link on the post itself. Your two-second wait per post should be reduced to a small fraction-of-a-second per post.

          1. Jens Toft Avatar
            Jens Toft

            Oh yes, that’s much better! Shaved it down to 15-20 seconds. Thanks so much.

  20. Dan Avatar
    Dan

    Oh I love it. Thank you!

  21. Eden Avatar
    Eden

    Will Facebook open all comments when loading will be very slow What is the reason?

    1. Jens-Ingo Farley Avatar
      Jens-Ingo Farley

      How many comments are there? If there are thousands, then I don’t know which is slower: the browser or Facebook (server-side). I know that browser performance is a bottleneck. Browsers really cannot handle large pages (i.e., many megabytes of HTML).

  22. Alex Avatar
    Alex

    I found a nice script that does everything automatically and has a lot of options like filters, anti spam feature etc. Also, it sends private messages to all commentators 🙂 https://www.fblikeinviter.com/en/#script2

  23. Alex Avatar
    Alex

    It’s not work with mobile facebook view 🙁

  24. Jack Daugh Avatar
    Jack Daugh

    This is a great tool! Thanks. It doesn’t work on video comments anymore though ever since Facebook changed how videos pages look, with the comment section on the right side of the page. It still works on other comment sections though. Is there anything that can be done to see all video comments again?

    1. Jens-Ingo Farley Avatar
      Jens-Ingo Farley

      With some trepidation, I’ll say maybe I’ve addressed this (and I updated the installation page). Some notes:

      I see some Facebook bugs/quirks: (1) there’s no permalink URL link exposed anymore, (2) the HTML is different if laid over the newsfeed vs. put into a new tab or window (I didn’t address the overlay problem), (3) many “promised” comments just disappear when the link to show them is clicked; this can cause bookmarklet timeouts; as always, if you see timeouts, you can try running the bookmarklet again, (4) the Facebook changes are a little kludgy, indicating it’s experimental and possibly about to change again.

  25. F Avatar
    F

    Thanks a lot! Very helpfull!

  26. Dick W. Avatar
    Dick W.

    Hi there, it seems like the latest version 20-04-2018 doesn’t work at all anymore. It times out with expanding anything. 15-02-2018 still works, have not tried the 07-04-2018.

    1. Jens-Ingo Farley Avatar
      Jens-Ingo Farley

      It works for me, including videos. I see Facebook has fixed an egregious bug with not showing video comments, and they have changed the HTML again (as I predicted in my previous comment) — though things seem to work, I should be able to clean things up slightly (related to videos).

      Can you give me an idea of what you are using the bookmarklet on? (Feel free to post a URL to public content that shows the problem). I continue to really only use this bookmarklet on individual posts isolated to a tab, as described in the base post.

      1. Dick W. Avatar
        Dick W.

        I use it to expand the comments/replies of our group/page’s discussions. It doesn’t seem to expand all comments and replies. i.e. it doesn’t expand “View x Comments” or “1 replies”, etc.

        I hope that makes sense.

        1. Jens-Ingo Farley Avatar
          Jens-Ingo Farley

          I see. I just tried to expand my news feed, and I see that that no longer works. The only way I use this is to expand individual posts, not feeds. Facebook now handles permalinked text, videos, photos differently, and I’ve already been running on borrowed time with their multiple changes to handling photos and videos, with more changes probably coming (everything used to be same; now, everything is different).

          It will take some time (days, perhaps) to sort through all the cases. My goals are to get the timeline, text-based posts, photos, and videos expandable.

    2. Jens-Ingo Farley Avatar
      Jens-Ingo Farley

      I just updated the bookmarklet with various fixes. I will post another update soon, but I think it’s mostly working now.

  27. Jack Daugh Avatar
    Jack Daugh

    It seems to not be working on videos again. It shows the replies but once it goes through them, it never loads the rest of the comments. I notice that Facebook changed how they organize the comments, with New, Most Relevant, and All Comments instead of Most Recent and Top Comments. I’m guessing this is why it no longer works?

    1. Jens-Ingo Farley Avatar
      Jens-Ingo Farley

      Indeed, I just tried a video that expanded before, and it no longer expands (the video is shown with completely different “surroundings” than before, too). I will investigate that shortly. The All Comments / Top Comments / Etc. has been there “forever,” so it’s probably not that.

    2. Jens-Ingo Farley Avatar
      Jens-Ingo Farley

      Wait a second… Are you sure about that? Now that I’ve looked more closely, Facebook seems to work better than before. The video I tested was shared by me. The share had no comments. Before, if I shared the video, it showed the original comments not the share comments.

      1. Jack Daugh Avatar
        Jack Daugh

        You’re right! Sorry about that. There was a browser extension that was interfering with it. It’s still works perfectly when I disable that extension.

  28. syadasti Avatar
    syadasti

    Any chance to make this work on m.facebook.com, too (in a desktop browser as usual, not on a mobile device)? When I’m archiving big threads, I often prefer to use the mobile version of the site, since all the sidebar stuff from the full desktop version is excluded. I know that it’s not your use case, but thought I’d ask.

    Thanks so much for keeping this updated. I’ve been using it for about two years, FB made some kind of change that rolled out to me yesterday that broke it, and BAM, now it works again.

    1. Jens-Ingo Farley Avatar
      Jens-Ingo Farley

      Making it work on m.facebook.com would involve a different approach with different maintenance concerns. Sorry, but I have no plans to do it.

  29. Jack Daugh Avatar
    Jack Daugh

    Commenting again to say that it’s not functioning properly. It’s doing the thing where it opens up only one batch of comments then starts opening the replies instead. Here’s a screencap of what I’m referring to: https://imgur.com/RuANn8k

    1. Jens-Ingo Farley Avatar
      Jens-Ingo Farley

      I don’t see any comments or replies in your screenshot. Perhaps you can put into words what you want to happen. Keep in mind this only automatically clicks on what you can click on manually.

      If it’s expanding replies and you know there are more comments, chances are it clicked on ‘View more comments’ and nothing happened at all or nothing happened within the timeout period (2 seconds). The latest version of the bookmarklet will loop on the comment/reply cycle automatically, so if the comments came in later as it was getting replies, then it will keep going eventually. This is very similar to invoking the bookmarklet manually multiple times, which you can also try.

      1. Jack Daugh Avatar
        Jack Daugh

        Sorry for taking so long to reply. What I was trying to show in my screenshot was that it was only loading replies and not the comments when it usually loads all the comments first. It seems to be loading a set of comments, then loading ALL the replies, then loads another set of comments. And it’s very tedious. It was working perfectly about 2 or 3 months ago. It loaded comments quickly and saved the replies for after.

        1. Jens-Ingo Farley Avatar
          Jens-Ingo Farley

          My previous reply describes what is most likely happening.

          If you are convinced that performance was different a few months ago, even for the same post, I’d guess (1) it’s inconsistent Facebook performance and (2) thus, you will see different results at different times. (1) and (2) are what I experience.

  30. Jeff Avatar
    Jeff

    Is there any chance that facebook bans you temporarily after using this?

    1. Jens-Ingo Farley Avatar
      Jens-Ingo Farley

      I’ve been using it for three years to improve the usability of Facebook. It can’t do anything you can’t do manually.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.