Twitter.com is a popular content hosting silo most well known for 140 character text notes. RecommendationsCC license your tweetsUse the site http://www.tweetcc.com/ to Creative Commons license your tweets.[1] This allows anyone else wanting to:
Etc. your tweets to do so, per that CC license (e.g. CC-BY, attributing you) independent of Twitter's TOS, and thus independent of any Twitter requirements, e.g. their display "guidelines". Reverse Syndicating At-RepliesPer the POSSE model, you may want to reverse-syndicate @-replies on Twitter to the tweet-copies of your post as "comments" back into your post permalink page on your own site. By using TweetCC, you can check to see if those @-replying to you have CC-licensed their tweets and then incorporate them using the CC license, displaying them however they fit in with your site design, instead of having to shoehorn Twitter's display "guidelines" into your site / post-permalink page design. Porting to the IndieWebChallenges
Download all your tweets
How toPOSSE to TwitterIn short, you have to use Twitter's snowflake API to create posts on Twitter. POSSE to Twitter in generalThere are particularly good ways to POSSE notes and articles to Twitter which are documented in latter sections. Here are some general guidelines for POSSEing to Twitter. Given Twitter's limitations:
When POSSEing to Twitter:
The sections below contain details on how to do some of this for notes and articles in particular. POSSE Notes to TwitterFor notes, you can POSSE out up to 140* characters of your note to Twitter. POSSE entire note to twitterFor notes that fit entirely within a tweet (*including permashortid), you should include a post permashortid at the end of your tweet. Examples: You should NOT include a post permashortlink at the end of tweet copies of notes that include the entire note. There's an unspoken convention on Twitter that a link in a tweet (especially at the end of a tweet) should provide more information. Having an active permashortlink at the end of your tweet when all you provide on your own site is the *exact* same content is bad UX for your friends that follow you on Twitter. And the whole point of POSSE is that you still care about your friends on Twitter reading you, so you should care about their UX also. Note the complaints ([2][3](response), [4](response), [5][6]) and questions[7] over time that have been raised in response to apparent linking to "duplicate" or "the same" content. POSSE abbr note to twitterIf your note (with permashortid) exceeds 140 characters, you should abbreviate your note to 119 (118) characters (e.g. using the CASSIS You may want to put an ellipsis character at the end of your POSSEd note to Twitter before your perma(short)link. Be sure to leave room for the ellipsis too: instead of just 1 character for a space before your permashortlink, save 4 characters for "... ", or 3 characters for "… " (ellipsis entity character). Ideally elide at a punctuation boundary (like sentence terminator or a comma - the above-mentioned CASSIS function does this too). Examples:
Exception, if your abbreviated tweet already has a ":" (colon) character at the end, no need for an ellipsis, simply append a space " " and your permashortlink. Examples:
IndieWebCamp community members who are doing this:
POSSE Notes to Twitter PseudocodeThis is pseudocode based on Barnaby Walters’ php-helpers package, specifically BarnabyWalters\Posse\Helpers class. Assume that to start with you have some HTML markup representing the content of the note ($text), the canonical URI to link back to from the syndicated tweet ($url) and an optional in-reply-to url associated with the note ($inReplyTo).
POSSE Articles to TwitterSimilar to POSSEing a note, you can POSSE an article to Twitter, but instead of the first 140 characters of the post, you should POSSE the first 140 characters of the entry name (title) of the article, followed by optionally a ":" character (unless the entry title already ends with punctuation), then a space " ", then the perma(short)link to your original post. Examples:
IndieWebCamp community members who are doing this:
POSSE Replies to TweetsSimilar to POSSEing a note to Twitter, when POSSEing a reply to a tweet, you also set the
And community members actively developing support for this: POSSE Replies to TwitterWhen posting a comment which is a reply to another indieweb post, the POSSE tweet of your comment should attempt to set the This is similar to how you POSSE Replies to Tweets but with one extra step to discover the POSSE tweet of the original post:
See also: in-reply-to, comments. ...
IssuesEmail Identity RemovalThis 2013-05-17 screenshot seems to demonstrate an odd interaction and vulnerability on Twitter: Screenshot shows a logged in Twitter profile page (http://twitter.com/t) with a yellow warning box just below the global black toolbar that says:New email address required. Twitter has removed the email address from your account, by request of the email owner. Hyperlinks as present in original. No such warning on m.twitter.com equivalent page when logged in (i.e. on a mobile device). It's not clear how this happened, how the email address was revoked, how to avoid having it revoked in the future etc. Appears to be an identity threat/vulnerability. Related posts:
See Also |



