ClaimLog Embedding
Add the ClaimLog to your own homepage by including this HTML fragment
<html>
<head>
<title>My Claims</title>
<link rel='eventlog' href='https://mycontributions.info/service/c/trace?artifact=https://research.test.edu.nl/@alsvanounds'/>
<script defer src='https://mycontributions.info/apps/claimlog.js'></script>
<style>
html, body {
margin: 0;
padding: 0;
font-family: "Inter", sans-serif;
font-size: 16px;
}
</style>
</head>
<body>
<h1>Fetze Alsvanouds Claims</h1>
<div id="claims"></div>
</body>
</html>
The link HTML header should point to the ClaimLog trace for your Mastodon profile. In our example, https://research.test.edu.nl/@alsvanounds is the Mastodon profile of a test user.
A working example is available at: https://labs.eventnotifications.net/claims/index.html