Fork me on GitHub

Welcome to the OpenGraph.Net documentation site

A simple .net assembly to use to parse Open Graph information from either a URL or an HTML snippet. You can read more about the Open Graph protocol @ http://ogp.me.

Build Nuget V Nuget dl License Contributor Covenant gitter

Support the library

If you find this library useful, buy me a coffee!

Installation

Use the following steps to install the library from Nuget:

dotnet cli

dotnet add package OpenGraph-Net --version 4.0.1

Package Manager

Install-Package OpenGraph-Net -Version 4.0.1

Packet Cli

paket add OpenGraph-Net --version 4.0.1

Get Help/Report Issues

  • Repository
  • Issues

It's FOSS

So please don't be afraid to fork me.

Contribution Guide

  1. Fork the OpenGraph-Net repository
  2. Create a feature branch for the item you are going to add.
  3. Add your awesome code and your unit tests to cover the new feature
  4. Run all of the tests to ensure everything is still passing.
  5. Create a pull request to our develop branch.
  • Improve this Doc
Back to top Copyright © 2021 - Geoff Horsey Mastodon