How to Install Affjobs RSS Widget


How to Install:

In the page you want to put the RSS widget,

  1. Place the following script blocks in your site just before the closing body tag.

<script>


const affjobsFeedSettings = {
referralURL: 'http://refer.affjobs.com/82457/6809', // NOTE: Change this to your referral URL.
// height: '', // NOTE: Optional. Value should be valid CSS height property, e.g. '300px', '100%', 'auto'. Default is 300px.
// width: '', // NOTE: Optional. Value should be valid CSS width property, e.g. '300px', '100%', 'auto'. Default is 250px.
};
</script>
<script src="https://enigmatic-anchorage-28285.herokuapp.com/feed.affjobs.js"></script>

 

  1. Add a container for the widget with "affjobs-feed" as the id, e.g. <div id="affjobs-feed"></div>. (Optional. Will be placed at the end of the page if no container is provided.)

   

For Wordpress, just the same, copy the script as custom html.

 

Where to find your Referral URL

  1. Got to http://affjobs.ositracker.com/refer 
  1. Log in and go to your Affjobs Rereferral Dashboard

 

 

  1. Copy the Job-Seeker Registration Referral URL and update the RSS Widget code before adding the code in your website.