SkillAgentSearch skills...

KSADNTwitterFormatter

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

Install / Use

/learn @keith/KSADNTwitterFormatter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

KSADNTwitterFormatter

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

Build Status


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.


CocoaPods

If you're using CocoaPods, just add this to your podspec.

pod 'KSADNTwitterFormatter', '0.2.0'

Issues

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

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated3y ago
Forks0

Languages

Objective-C

Security Score

70/100

Audited on Jan 28, 2023

No findings