-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Differ Presentation by Post Type #228
Comments
definitely! @dshanske, would these orders of precedence work for you?
|
(right now, twitter uses summary, then content, then name, for both articles and notes. facebook always uses content.) |
Well, a summary might not fit in a Tweet, but it would on Facebook, for example. Would that be...
Related to this is the ongoing photo discussion. |
yeah, I meant those as fallbacks, not combinations. good point, I can also check if each one would fit on Twitter, and fallback if either it doesn't exist or it's too long. sound good? |
Makes perfect sense to me. The biggest problem for me is the ... that many POSSE publishing services do in truncating content on Twitter. |
yeah, ellipsizing is no fun. out of curiosity, though, if the only options available are longer than 140 chars, do you know what you'd want to do instead of ellipsizing? |
Suggest the user fix it? Not sure. On Sat, Jul 19, 2014 at 1:37 PM, Ryan Barrett [email protected]
|
Unfortunately I'd guess most users would want/expect Bridgy to do the truncation, rather than give an error. |
fixed by snarfed/granary@2a9ce83 |
With Twitter, there's the challenge of two distinct use cases
Case 2 is tricky. I'm guessing that (I use IndieWeb Press This to publish from WP) WP Post title = name When it was pushing content from the post content to the tweet, I was at a loss as to what to title the posts in WP. It's fine to tweet the post title as long as everyone is clear that's how it works. I need to read up on passing h-as-* to IndieWeb Press This. |
thanks for the info @jasonkgreen! that name/content mapping is right. i haven't seen a summary object from a wordpress blog before, so you may be able to ignore that. as i mentioned on twitter, you can make wordpress use document.getElementById("post-format-aside").checked = true |
...specifically, when summary and content are the same, so we know we're not losing anything. for snarfed/bridgy#219, snarfed/bridgy#228
Develop some method of adapting the presentation based on the markup of the site.
For example, identifying an article, and publishing just title and link, differentiating between this and a note, where the fulltext should be posted. Option for this is the class h-as-article(http://indiewebcamp.com/ActivityStreams)
The text was updated successfully, but these errors were encountered: