OG icon indicating copy to clipboard operation
OG copied to clipboard

An OpenGraph (Link Preview) parser in Swift

Results 5 OG issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/31561536/102715959-e78bcc80-42d8-11eb-8859-753e6dd70a21.png)

For example, `TagTracker` could remember the value for `` in case `og:title` is missing

enhancement

When testing OG we found that it failed to parse many websites that contain valid OpenGraph tags. We debugged it and found that the built-in Parser object fails to parse...

This doesn't seem to compile with Carthage anymore? Using Xcode 9, iOS 11.

This way, we could pass in things like input streams that can fetch data from network lazily to process input, and would let us get rid of `String.characterAt(_:)` which assumes...

enhancement