KSADNTwitterFormatter 0.2.0

KSADNTwitterFormatter 0.2.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Keith Smiley.



  • By
  • Keith Smiley

A simple class for taking ADN posts and reformatting them to fit into Twitter's length restrictions, taking links into account.


How to

Simply call:

+ (NSString *)formatTwitterStringWithString:(NSString *)string andURL:(NSURL *)url;

Passing the two parameters,

  1. The post text that you're planning on formatting
  2. The response URL of your ADN post that will be appended to your Tweet if the post is too long.

EX:

NSString *twitterText = [[KSADNTwitterFormatter shared] formatTwitterStringWithString:postText andURL:[NSURL URLWithString:[responseJSON valueForKeyPath:@"data.canonical_url"]]];

NOTE: Depending on your setup with ADN your canonical_url key may not have the same path.



Issues

Submit any issues you find through Github and I'll do what I can to fix them.