FriendLinker

Location:HOME > Socializing > content

Socializing

How to View All LinkedIn Thread Comments on a Single Page

February 04, 2025Socializing4804
How to View All LinkedIn Thread Comments on a Single Page LinkedIn is

How to View All LinkedIn Thread Comments on a Single Page

LinkedIn is a powerful platform for professional networking, but navigating through long comment threads can sometimes be cumbersome. Fortunately, there are several methods you can use to view all the comments on a single page. This guide will walk you through the steps to ensure you never miss a valuable comment again.

1. Manually Expanding Comments

The most straightforward method is to manually expand each set of comments. Here’s how to do it:

Open the Post: Navigate to the LinkedIn post you want to view comments for. Expand Comments: If the comments are collapsed, click on the “View X more comments” link to expand them. You may need to repeat this several times if there are many comments. Check for More: Keep an eye on the comments and click “View More” as necessary until no more comments are displayed.

While this method is simple and effective, it can be time-consuming and tedious, especially for longer threads.

2. Using a Browser Extension

For a more efficient solution, consider using a browser extension that can display all comments in a single view. These extensions can automatically expand comments for you, making it easier to read and engage with the thread.

Extension Example: "LinkedIn Auto Expand Comments" is a popular choice. It can help you see all comments without the need for continuous clicks.

To use a browser extension:

Install a suitable extension from the Chrome Web Store or other browser extension repositories. Open the LinkedIn post. Upon opening, the extension will automatically display all comments in a single view.

3. Copy and Paste Solution

If you prefer a workaround, you can use the following method:

Copy the entire content of the LinkedIn page. Paste the copied content into a text editor or document. Review all the comments in a single view.

This method is not the most elegant but can be a lifesaver when you need to quickly review a thread.

4. Checking on Mobile

If you are using the mobile app, navigating through comments is a bit more challenging. The mobile app does not have a built-in feature to view all comments on a single page. Instead, you may need to scroll through the comments manually.

Automating the Process with JavaScript

If you prefer a more technical solution, you can use JavaScript to automate the process. Here’s an example of how you can do this:

setInterval(function() {
  document.querySelector('.comments-more-button').triggerclick();
}, 3000);

Note: The selector '.comments-more-button' may change over time as LinkedIn updates its interface. You may need to adjust the code accordingly.

Additionally, you can try the following code snippet:

();

While this code can help you click the button repeatedly, it may not work as expected if the exact selector changes.

Conclusion:

Selecting the most appropriate method depends on your specific needs and the length of the comment thread. Whether you prefer a manual, automated, or technical solution, you can ensure you never miss a valuable comment in a LinkedIn thread again.