Blackfire provides an oEmbed endpoint to ease the integration of Profile graphs on blogs and social media websites.
Note
oEmbed is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resource directly.
Any public profile or comparison can be integrated using an oEmbed consumer on
Blackfire endpoint or using the automatic discovery
using the <link> tags in the graph HTML.
To ease sharing Blackfire public profiles on latest Wordpress version (4.4.0+) just paste this snippet in the functions.php file of your theme
wp_oembed_add_provider('https://blackfire.io/profiles/*', 'https://blackfire.io/oembed' );