- Display a unique seal in the console
- Display links in the console to your Twitter and GitHub sites with icons displayed next to them
First, make sure you include the script in your page.
<script src="signet.min.js"></script>
<script src="//oss.maxcdn.com/signet/0.4.8/signet.min.js"></script>
Next, add either or both of the following <meta>
tags to the <head>
of your page:
<meta name="signet:authors" content="Example Name, AnotherExample Name">
<meta name="signet:links" content="http://github.com/example, http://twitter.com/example, http://example.com">
None.
- Chrome 26+
- Opera with Blink (15+)
- Safari Nightly (537.38+)
Signet will harmelessly disable itself on older browsers without advanced console styling support.
An earlier version of this library featured the ability to display a unique seal based on the title of the page, rather than the author list. This has been moved to the titleSignet directory of this repo. It contains its own README and has a different configuration.