You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 50How could I have missed that. :)Kriem– Kriem2009-05-22 16:02:16 +00:00Commented May 22, 2009 at 16:02
- 1I just noticed that too, that the "share" to social networking sites AND the "link" text are all rolled up into the "share" text. It used to look like this meta.stackexchange.com/a/101026/160875 Not sure how I missed that either!Ellie K– Ellie K2012-10-06 10:45:05 +00:00Commented Oct 6, 2012 at 10:45
- 21"link" would be clearer. I wonder how many views this page has had since the change.A.M.– A.M.2013-07-03 00:36:18 +00:00Commented Jul 3, 2013 at 0:36
- 8agreed. I came here because I thought "share" would take me to some social networking site. "link" would be much more accurate.lovelace– lovelace2014-07-16 16:23:12 +00:00Commented Jul 16, 2014 at 16:23
- 11The problem is with longer answers. Looking for a link we would expect to find it high, at the top of the answer. But the "share" control is at the bottom of the answer. For a one-liner like in the example, it is intuitive. But for a 100-liner, it is not.Douglas Held– Douglas Held2015-02-18 22:44:00 +00:00Commented Feb 18, 2015 at 22:44
- 4@DouglasHeld +1 Man, that’s dismal for discoverability.Dave Abrahams– Dave Abrahams2015-12-30 16:49:03 +00:00Commented Dec 30, 2015 at 16:49
- Like this? meta.stackexchange.com/a/45598/250904 : )shapiro yaacov– shapiro yaacov2016-05-17 09:24:58 +00:00Commented May 17, 2016 at 9:24
- 4The URL created by the share button also includes your UserId. You can safely remove this if you don't want your Id to be shared.Phillip Ngan– Phillip Ngan2017-02-16 19:48:53 +00:00Commented Feb 16, 2017 at 19:48
- 1"share edit flag"; top or bottom; link or share: The implemented solution seems "good enough"; it hasn't been changed; the community seems to be getting used to it, even if it is an oddity. On the other hand, this remains difficult to find, until learning about the oddity. FWIW.BaldEagle– BaldEagle2018-06-18 15:09:57 +00:00Commented Jun 18, 2018 at 15:09
- 5Stackoverflow, are you listening? THIS IS BAD UI EXPERIENCEPurplejacket– Purplejacket2018-11-20 17:07:27 +00:00Commented Nov 20, 2018 at 17:07
- 1how should we refer to a person who answered a question? It seems it is not still possible in stackoverflow? @username does not work!farid– farid2020-03-27 12:39:19 +00:00Commented Mar 27, 2020 at 12:39
- 1Unless I am missing something obvious, as of today there is no "share" button anymore. Is that some kind of a flaw or an intentional design change?Peter Bašista– Peter Bašista2022-05-14 15:11:43 +00:00Commented May 14, 2022 at 15:11
- 1@PeterBašista Do you have an adblocker active? I noticed the same as you, but when I disabled ublock origin and refreshed the page the 'share' link reappeared.aSemy– aSemy2022-05-15 10:12:10 +00:00Commented May 15, 2022 at 10:12
- @aSemy Thank you for the insight, you are right. It was blocked by uBlock Origin in my case as well. I am wondering why. Is it possible that it has some embedded trackers or something similar which would cause uBlock Origin to block it?Peter Bašista– Peter Bašista2022-05-16 11:53:35 +00:00Commented May 16, 2022 at 11:53
- The blocking of the "Share" button is caused by the "cosmetic filtering" feature of uBlock Origin. It seems like it does not consider this button as malicious. Probably a mere fact that it is called "Share" causes this filtering mechanism to hide it.Peter Bašista– Peter Bašista2022-05-16 12:11:37 +00:00Commented May 16, 2022 at 12:11
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. stack-overflow), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you