This plugin implements XEP-0054.
Just link the register plugin below the strophe library in your HTML head section:
<head>
<!-- ... -->
<script type="text/javascript" src="strophe.min.js"></script>
<script type="text/javascript" src="strophe.vcard.js"></script>
<!-- ... -->
</head>