How to have a "share this link" in the View Job Page

The "share this link" is an add-on script which should be added on webJobs next release.

If you wanted to provide the slick feature on your page, please follow the steps below:

1. Login to your site via FTP.

2. Open /templates/view_job.html

3. Change this part:
echo $output["save_job_link"];
}
echo '</div>';


...into:

echo $output["save_job_link"];
}
echo '<script type="text/javascript" src="http://w.sharethis.com/button/sharethis.js#publisher=42cc9a2d-fb6c-4acd-975f-02e3cec986e5&type=website"></script></div>';