"Tweet this Job" Button

Just like the "ReTweet" buttons that every major publisher and blog use, this button is designed to make it easier to share jobs via Twitter.

Tweet this Job Button

It automatically creates a customizable Tweet and tiny URL. This makes it super easy for employees and fellow job seekers to share the job offer with their friends/colleagues.

Tweet Box

This can put your jobs in front of millions of Twitter users and get them indexed with major search engines.

Options

Search results :

Copy and paste the following code in the document header in order to use Tweet This Job button in search results.

<script type="text/javascript" src="http://www.twitjobsearch.com/button/tjstweetjob.js"></script>	

To use it, call TJS.tweetButton() passing in a id selector indicating where you want the Tweet This Job button to appear, and Job details.

If you do not pass jobTitle and jobUrl, the button will automatically grab the title and url of the page it is placed on.

<script type="text/javascript" >

	TJS.tweetButton(
		'button-holder',
		{
			jobTitle:'Job title',
			jobLocation:'Job location ( optional )',
			jobUrl:'Job site URL',
			jobMsg:'Some text ( optional )'
		}
	);

</script>

<div id="button-holder"></div>

Job description page :

Copy and paste the following code where you want the button to be displayed.

The button will automatically grab the title and url of the page it is placed on.

<script type="text/javascript" src="http://www.twitjobsearch.com/button/tjstweetjob.js"></script>