Page MenuHomePhabricator

Include link to article or image page for all shares
Closed, InvalidPublic

Description

Currently when I share quoted text to social media (not via share-a-fact) there is no link back or attribution. We should use the same link citation format we use for "share-as-text".

Event Timeline

@JMinor that share is managed by the WKWebView. It looks like we can only add custom menu items (similar to how Share-a-fact is added) but not edit the behavior of the built in ones. There are a range of workarounds described here https://stackoverflow.com/questions/33243230/disable-entire-uimenucontroller-edit-menu-in-wkwebview but none of them seem workable (either prone to break or involve disabling the menu entirely with weird side-effects). It looks like it's easy to intercept the menu on macOS ( https://stackoverflow.com/questions/28801032/how-can-the-context-menu-in-wkwebview-on-the-mac-be-modified-or-overridden ) but not iOS. Could be worth trying the OS X method to verify (even though a commenter claims it doesn't work on iOS).

Okay, I think we should reconsider the whole sharing/share-a-fact experience. We keep putting it off, but I'm putting all share tickets on 5.6.1 for us to take a more holistic pass on sharing issues.

cmadeo subscribed.

Covered under new Share-a-fact flow tickets