Facebook removes the Comment button
Summary: Facebook has removed the blue Comment button; posting a comment is now done by hitting the Enter key.
Facebook has removed the blue Comment button from beside the comment box on its website. This appears to affect all Facebook objects that can be commented on: a story on the News Feed, a friend's status, a photo, and so on.
Previously, to comment on a Facebook object, users would type out their post and then click on the Comment button in the bottom right. Now, users are expected to type out their post and hit the Enter key.
This is a very minor change but given how often commenting is done on the social network, it's something quite noticeable. It is one of those things that users will attack with the "don't fix what ain't broke" argument.
Facebook clearly found that a large majority of comments were short and new users were hitting Enter with the expectation that the comment would be posted. The Comment button was always visible, so users quickly realized what they had to do. With this change though, it may be slightly harder to figure out to hit the Enter key to post a comment, but I'm sure users will figure this one out as well (in some cases, Facebook will show a "Press Enter to post your comment" message).
The one problem that I can see with this new method is regarding comments that are more than one paragraph. Users will hit Enter to go to the next line and realize their comment has been posted. They will then have to delete their comment and start again. Furthermore, it will be significantly harder for them to figure out that they need to hit Shift+Enter to create a new line without posting the comment (though again, in some cases Facebook will display a "Press Shift+Enter to a start a new line" message).
Kick off your day with ZDNet's daily email newsletter. It's the freshest tech news and opinion, served hot. Get it.
Talkback
RE: Facebook removes the Comment button
answer hum
:9
RE: Facebook removes the Comment button
RE: Facebook removes the Comment button
RE: Facebook removes the Comment button
A great way to get into the creative flow is by utilizing time wisely concentrating through meditation.
RE: Facebook removes the Comment button
RE: Facebook removes the Comment button
why did they change it? My comments now take up several individual comments since I always write in paragraphs, not one long line.
I know i just have to press shift, but its just a pain
try fb purity
http://fbpurity.com
RE: Facebook removes the Comment button
If they removed the logon button that would be the best
RE: Facebook removes the Comment button
This sucks..What was the problem with the "Blue Comment" key in the 1st place???????????? I deactivated my account since..It's 2 days now without FB..I'm going through "Withdrawls" but Hey I'm not going to have a wall if I can't "Interact" with my Family & Friends...You SUCK TECHS @ Face Book....Booooooooooooooooooooooooooooooo
RE: Facebook removes the Comment button
"YOU GUYS STINK"...I Can Smell Ya From Here In NYC...Peeee UUUUUU!
RE: Facebook removes the Comment button
<a href="http://www.perfectreplicawatch.co.uk/replica-patek-philippe-c-130.html">patek philippe replica watches</a>
Javascript hack that overrides the Browser UI
While browsers were initially designed to be content viewers, they have evolved into 2-way communication tools. HTML forms are the bread-and-butter method for users to transmit data back to the webserver. Within an HTML form, there are two different text-entry field types: an "input:text" field, and a "textarea". (Both are used by this site's Talkback feature.)
When the user presses "enter" in an input:text field, most browsers treat that the same as clicking the form's "submit" button. But pressing "enter" in a textarea field, most browsers add a linebreak to the user input and the user can continue typing.
Both controls have their place and purpose in HTML forms:
- input:text fields are good for short, single line data (eg first name, last name, email address, alias)
- textarea fields are good for multi-line data (eg this very response!)
The Comment field in Facebook is a textarea field. They are utilizing Javascript to monitor the user's keystrokes and trigger a "submit" call when the user presses "enter". I think this is a bad idea for a few reasons:
- Some folks have Javascript turned off, or limit what Javascript can do.
- Not all browsers have good Javascript engines (primarily talking about mobile browsers on older cell phones, but also some desktop browsers other than the big four (IE, Firefox, Chrome, Opera)
- It is inconsistent with existing UI expectations/standards. Facebook is the only website I know of that treats a multi-line textarea field as an input:text field. And they had to write a Javascript hack to emulate that functionality.
- It encourages/reinforces bad user behavior. Users will expect this functionality in other places. This includes not just other websites, but other areas of Facebook itself! For example, they still have a "share" button when making a status update - the two fields have nearly the same look, feel, and intent, yet the user now interacts with them differently.
RE: comment button [and it does not work for some of us!]
Prospects/advice: none
Just perused the HTML/CSS for the comment block. The Comment button is still there in HTML, but is hidden by a CSS class style called "hidden_elem". Because they're hiding the button via CSS, I can't think of any workarounds for you.
If they were hiding the button via Javascript, then you might be able to intercept the hiding code using the NoScript add-on.
The fact that Facebook has pushed this "feature" live tells me they've got some overzealous and inexperienced developers. (Not to mention a schizophrenic UI design team, but we already suspected that...) Any developer or project lead with a few years of multi-platform development experience would have rightfully shot this idea down; there are way too many uncontrollable variables to ensure the feature works for everybody.
RE: Facebook removes the Comment button
Thanks for trying and the tech input.
BTW, SeaMonkey (Linux) from their FB page told me it should work OK on their latest release 2.0.12. Well that helps, but you (and thombone, below) are right about FB's pitiful arrogance and clumsy lack of respect for their users.
it's worse on mobile phones
RE: Facebook removes the Comment button
RE: Facebook removes the Comment button