Javascript Installation

Add the following <script> link on your website, you can put it after <head> and before </head>, ideally below all <link rel='stylesheet'>. Please also replace "tickercode" with your site's instance ticker code - provided by IRM. If you do not have this, please contact your account manager or email support@irmau.com.

<script type="text/javascript" src="http://tickercode.irmau.com/site/js/Newsroom.js"></script>

 

To add the page content add the following tag, replacing the tickercode url with your instance ticker.

<div data-newsroomUrl="http://tickercode.irmau.com/site/ShowListPage.aspx?CategoryID=8" style="display:inline-block;float:left;">..</div>

The above is an example for the ASX Announcements page of your site. For information and how to access other pages please visit this page.

 

Javascript Content Display Option

When requesting a page using the URL there are many different options that you can choose from. To do this you can simply add these options to the URL query string.

Here you can see all of the various options available to the URL when requesting list page items.

Example URL Here: 
http://demo.test.irmau.com/irm/showlistpage.aspx?CategoryID=8&Archive=True&ArchiveQuarter=Q3&Archive6Mths=H2&ArchiveYear=2016&FilterStyle=A&month=&DisplayType=C&year=2015

CategoryID=# [# to be page number] : The Category ID to Show. To find the number needed for particular pages see this page.
 
Archive=True [True, False] : Show or Hide the Archive Link if one is available.
 
ArchiveQuarter=Q3 [Q1,Q2,Q3,Q4] : Yearly Quarter of documents to display.
 
Archive6Mths=H2 [H1,H2] : Half Year One or Two.
 
ArchiveYear=2016 [Any year] : Year of Archives to display.
 
FilterStyle=A [A,B] :
    A : to show a dropdown list of available archive years.
    B : to show a tab list of available archive years.
 
Year=2016 [Any year] : Year to display if showing the Filter by Year.
 
DisplayType=A [A,B,C, D] : Change the listing format. 
    A : Table format
    B : Wide table format
    C : Unordered List format with PDF icons (Suitable for responsive)
    D : Unordered List format (Suitable for responsive)
 
Page=1 [1,2,3,4,..] : Current Page number of archive

Additional settings in our content management system can display or hide the following:

File Size, File Type, Ticker Code, Date and/or Brief Field.

 
Number of List Items Shown: This can be controlled within HQi in the advanced page setting area.

 

Email Alerts

To show an Email Alerts Signup page you can embed the following code:

Replace tickercode.live with your sites ticker code.

To control where the form goes after registration is successful, you can change the data-gotourl value to your own sites Success page.