Social Networking
Open Stories and Issues
Facebook sharing should be sentence-sensitive
: There should be a target length in chars; it should try to return the sentences at the beginning of the text that fit within that target.
I should be able to Share a page via Facebook
: I
think
this is pretty easy, and now that we have the Share menu we should just deal with it.
I should be able to specify an image to use for social sharing
: We currently show the Querki logo, and that should be the default, but if an image is specified, use that instead.
I should be able to specify the sharing text for my Model
: Should this be the Summary? Should we do something else? The default value of Summary may cause this some difficulty.
Improve rendering of previews in Facebook links
: For example, look at
how this renders
.
Querki homepage should have a better image / summary on social networks
: Similar to what we've started to do for pages within Querki, we need to make the homepage itself look better when shared
There should be conventional Facebook / G+ / Twitter sharing buttons on Thing pages
: The current menu-based approach is dumb -- there is a de facto standard, and we should use it.
Closed Stories and Issues
Facebook should show a useful preview for my Querki page
: Currently, when I reference a Querki page from FB, I just get the "Loading..." image. What I'd
like
is the actual content, but that's not trivial.
I should be able to specify my Description for Facebook preview
: In particular, if I provide a Description, that should be what shows up, rather than the page contents.
When rendering a Facebook Preview, we shouldn't show HTML
: For example, when I link to the
All Games Page
, not only does the rendered preview start with ###, it then has a bunch of HTML.
Wikitext.strip() should eliminate HTML tags
: In particular, strip() is used for Facebook sharing. It should detect tags and prevent them from rendering at all.