Click on "My Links" option on your perfspot page as shown in the screen shot given below:
Now just follow the instruction mentioned in below screen shots:
So this is how you can share a link at perf spot.
$(document).ready(function() {
$("#clickme").click(function() {
$("#div1").toggle('slow');
...