Javascript Installation

Site Code: OLI

Please import the below library script <script> onto your website, we suggest to put it after <head> and before </head>, ideally below all <link rel='stylesheet'>.

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

More information: http://www.irmhelpcentre.com/site/developers/newsroom-javascript-installation-https1/javascript-installation2

Once the above javascript library is imported, then add the div string listed below to where you'd like that feed to display.

Biography Page(s)

Blog

                    <div data-blogurl="https://oli.irmau.com/site/blog?MasterPage=0">..</div>

Blog List Page(s)

Calendar Page(s)

Career Page(s)

Event List Page(s)

Event Registration Page for Invitation Email Link

The event registration embed page is used to generate a registration link in event invitation email. Please note to include the required query string, as the embed page itself will not work without it.
Example:
  1. Create a html page on the destination web page where you want to embed this event registration page, it could be wordpress page or any html page of your website e.g. http://yourwebsite.com.au/pageEventRegistrationDemo.html. Copy the following code to this destination web page.
    Please replace "yourwebsite.com.au" with your website domain and "%categoryID%" with the IRM Event category.
                                        <div data-event-registration-url="https://yourwebsite.com.au/data/EventRegistrationForm.aspx?CategoryID=%categoryID%">..</div>
    <script type="text/javascript" src="https://yourwebsite.com.au/js/Newsroom.js"></script>
  2. Login to HQi CMS > Event > Edit an event > Input the URL of the event registration embed page in the input field "Events Registration Embed Page". For example: https://yourwebsite.com.au/EventRegistrationDemo.html into the field and save the change.
  3. Put template placeholder @EventRegistrationURL@ into your invitation email template.
  4. Send invitations to users.
  5. Click the registration link. This link should have all query strings for the registration page to work.

Flat Pages

Developer Summary

                                <div data-flatpageurl="https://oli.irmau.com/site/showflat.aspx?CategoryID=552">..</div>
                                

Wordpress Plugin Description

                                <div data-flatpageurl="https://oli.irmau.com/site/showflat.aspx?CategoryID=556">..</div>
                                

Wordpress Plugin Download

                                <div data-flatpageurl="https://oli.irmau.com/site/showflat.aspx?CategoryID=557">..</div>
                                

Wordpress Plugin Installation

                                <div data-flatpageurl="https://oli.irmau.com/site/showflat.aspx?CategoryID=558">..</div>
                                

Share Price Installation

                                <div data-flatpageurl="https://oli.irmau.com/site/showflat.aspx?CategoryID=559">..</div>
                                

Share Price Full Page Example

                                <div data-flatpageurl="https://oli.irmau.com/site/showflat.aspx?CategoryID=560">..</div>
                                

Share Price Widget Examples

                                <div data-flatpageurl="https://oli.irmau.com/site/showflat.aspx?CategoryID=561">..</div>
                                

Privacy

                                <div data-flatpageurl="https://oli.irmau.com/site/showflat.aspx?CategoryID=289">..</div>
                                

Gallery Page(s)

Library Page(s)

List Pages And List Page Aggregators

PDFs for Upload (List Page)

                                <div data-newsroomurl="https://oli.irmau.com/site/ShowListPage.aspx?CategoryID=190">..</div>
                                

Home page - News Headlines (List Page)

                                <div data-newsroomurl="https://oli.irmau.com/site/ShowListPage.aspx?CategoryID=199">..</div>
                                

Investor Welcome - News Headlines (List Page)

                                <div data-newsroomurl="https://oli.irmau.com/site/ShowListPage.aspx?CategoryID=472">..</div>
                                

ASX Announcements (List Page)

                                <div data-newsroomurl="https://oli.irmau.com/site/ShowListPage.aspx?CategoryID=8">..</div>
                                

Presentations (List Page)

                                <div data-newsroomurl="https://oli.irmau.com/site/ShowListPage.aspx?CategoryID=410">..</div>
                                

Financial Results (List Page)

                                <div data-newsroomurl="https://oli.irmau.com/site/ShowListPage.aspx?CategoryID=462">..</div>
                                

Dividends (List Page)

                                <div data-newsroomurl="https://oli.irmau.com/site/ShowListPage.aspx?CategoryID=464">..</div>
                                

Quarterly Reports (List Page)

                                <div data-newsroomurl="https://oli.irmau.com/site/ShowListPage.aspx?CategoryID=463">..</div>
                                

Boardroom.Media (List Page)

                                <div data-newsroomurl="https://oli.irmau.com/site/ShowListPage.aspx?CategoryID=455">..</div>
                                

ABN Newswire (List Page)

                                <div data-newsroomurl="https://oli.irmau.com/site/ShowListPage.aspx?CategoryID=456">..</div>
                                

Proactive Investors (List Page)

                                <div data-newsroomurl="https://oli.irmau.com/site/ShowListPage.aspx?CategoryID=457">..</div>
                                

Finance News Network (List Page)

                                <div data-newsroomurl="https://oli.irmau.com/site/ShowListPage.aspx?CategoryID=458">..</div>
                                

Media (List Page)

                                <div data-newsroomurl="https://oli.irmau.com/site/ShowListPage.aspx?CategoryID=473">..</div>
                                

Industry News (List Page)

                                <div data-newsroomurl="https://oli.irmau.com/site/ShowListPage.aspx?CategoryID=476">..</div>
                                

Search Page(s)

Only page with Display Page = "XSLT" can be displayed with embed javascript.

Search

                                <div data-searchurl="https://oli.irmau.com/site/SearchXml.aspx?CategoryID=452&MasterPage=0">..</div>
                                

Share Holding Page(s)

Email Alerts Sign Up Page

More information: http://www.irmhelpcentre.com/site/developers/newsroom-javascript-installation-https1/email-alerts4

*IMPORTANT: We have two data attribute “data-gotourl” and “data-successfulmessage”. The logic after a successful registration is:
  • If “data-gotourl” is not empty and data-successfulmessage is empty, the form will redirect users upon submission.
  • If “data-gotourl” is empty and “data-successfulmessage” is not empty, its successful message (value of data-successfulmessage) will be displayed on the page.
Depending on your preference, if you want to redirect users to a thank-you page, you need to replace the URL value inside data-gotourl. Otherwise, if you want to display a short message on the page upon submission, you can put your message inside data-successfulmessage.
                        <div data-userregistrationformurl="https://oli.irmau.com/site/data/UserRegistrationForm.aspx" data-gotourl="http://yourdomain.com.au/YourThankYouPage.html" data-successfulmessage="Successful Message">..</div>
                    

Email Alerts Unsubscribe Page

*IMPORTANT: We have two data attribute “data-gotourl” and “data-successfulmessage”. The logic after a successful unsubscription is:
  • If “data-gotourl” is not empty and data-successfulmessage is empty, the form will redirect users upon submission.
  • If “data-gotourl” is empty and “data-successfulmessage” is not empty, its successful message (value of data-successfulmessage) will be displayed on the page.
Depending on your preference, if you want to redirect users to a thank-you page, you need to replace the URL value inside data-gotourl. Otherwise, if you want to display a short message on the page upon submission, you can put your message inside data-successfulmessage.
                    <div data-unsubscribeformsurl="https://oli.irmau.com/site/data/UnsubscribeForm.aspx" data-gotourl="http://yourdomain.com.au/YourConfirmationPage.html"
                        data-successfulmessage="Successful Message">..</div>

Email Alerts Unsubscribe Page Using XSLT

*IMPORTANT: We have two data attribute “data-gotourl” and “data-successfulmessage”. The logic after a successful unsubscription is:
  • If “data-gotourl” is not empty and data-successfulmessage is empty, the form will redirect users upon submission.
  • If “data-gotourl” is empty and “data-successfulmessage” is not empty, its successful message (value of data-successfulmessage) will be displayed on the page.
Depending on your preference, if you want to redirect users to a thank-you page, you need to replace the URL value inside data-gotourl. Otherwise, if you want to display a short message on the page upon submission, you can put your message inside data-successfulmessage.
                    <div data-unsubscribeformsurl="https://oli.irmau.com/site/data/UnsubscribeFormXslt.aspx" data-gotourl="http://yourdomain.com.au/YourConfirmationPage.html"
                        data-successfulmessage="Successful Message">..</div>