OpenGraphParser

A small and easy to use library which provides the convenience of using Open Graph Protocol in Android very easily. Create previews for links to share in Android very easily.

Star this repo to show your support stargazers for this repository.
?

OpenGraphParser.mp4


Add this in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
		...
			maven { url 'https://jitpack.io' }
		}
	}

Add the dependency

<div class="snippet-clipboard-content position-relative" data-snippet-clipboard-copy-content="dependencies {
implementation 'com.github.Priyansh-Kedia:OpenGraphParser:’
}
“>

dependencies {
	   implementation 'com.github.Priyansh-Kedia:OpenGraphParser:<latest_version>'
	}