You can try a webfinger lookup for yourself using the form above, or by using the server and client implementations below.
On the Server
Tools to add WebFinger data to your domain.
- Apache: Aaron Parecki’s example of an
.htaccess
redirect to a static file. - Drupal: drupal-webfinger
- Jekyll: jekyll-webfinger
- Laravel laravel-webfinger
- Go go-finger
- Go: carpal (also supports loading resources from LDAP)
- Sinatra: sinatra-webfinger
- WordPress: ‘webfinger’ plugin
From the Client
Libraries for consuming WebFinger data.
- Dart: stevenroose/dart-webfinger
- Go: ant0ine/go-webfinger
- JavaScript: silverbucket/webfinger.js
- Node.js: e14n/webfinger
- PHP: PEAR/Net_WebFinger
- Python: jcarbaugh/python-webfinger