Using Instantslideup in WordPress Blog

There are multiple plugins that is going to help making your life easier if you want to use Instantslideup in wordpress.\

These are the 2 wordpress plugin that you may want to use, depending on your needs

  1. header-footer - Use this wordpress plugin if you want to embed the instantslideup javascript code once and it will appear on all pages of your wordpress blog

  2. inline-javascript - Use this wordpress plugin if you only want instantslideup appear on certain wordpress pages/post

Below are the steps in order to have Instantslideup runs on your wordpress blog

  1. You will still be going through the instantslideup admin panel and configure the look of it.
  2. Get the javascript generated , the javascript is going to be something like below

     <script type="text/javascript" src="http://www.instantslideup.com/2.0/isu/resource/jquery.js"></script>
     <script type="text/javascript" src="http://www.instantslideup.com/2.0/isu/resource/jquery.ba-postmessage.min.js"></script>
     <script type="text/javascript" src="http://www.instantslideup.com/2.0/index.php?page=isujs&uid=sc2ju7rg8ffwu2vfxh0e"></script>
    
  3. Now depends on which plugin you are using, you should refer to 3.1 or 3.2 below
    3.1 If you are using Header-Footer, Go to setting section of the wordpress blog and select Header-Footer. After that, copy and paste the Javascript code into either the header or footer section. Both will work
    3.2 If you are using inline javascript, you should put the following line in the post where you want instantslideup to appear

     [inline]
     <script type="text/javascript" src="http://www.instantslideup.com/2.0/isu/resource/jquery.js"></script>
     <script type="text/javascript" src="http://www.instantslideup.com/2.0/isu/resource/jquery.ba-postmessage.min.js"></script>
     <script type="text/javascript" src="http://www.instantslideup.com/2.0/index.php?page=isujs&uid=sc2ju7rg8ffwu2vfxh0e"></script>
      [/inline]
    

** Please dont copy and paste the instantslideu code from this page, it is only for illustration.