3
Option 3 – An HTML link opening a new window Option 2 – Embedded using an inline frame (iframe) Option 1 – Integrated using JavaScript Provides the most seamless integration into your website. Brands the login form as your dealership and loads MyAccount within a div layer on the page. Easiest to set up. Inserts a single link on your website that opens MyAccount in a pop-up window. Thanks for taking your time to review the different options for integration (details instructions follow.) If you have any questions, please free feel to contact DIS. Simpler to set up. Embeds MyAccount in an in-line frame (iframe). There are several different ways to integrate MyAccount into your website. 1. Integrate into website with JavaScript 2. Embed into website with an inline frame (iframe) 3. Insert an HTML link on the website that opens a new window Each has its advantages and requires different levels of web experience to integrate. Call the DIS Marketing Department at 800.426.8870 for more information. Dealer Information Systems Corporation 20910 Need help? Call @ 800.426.8870 or email @ [email protected] Dealer Information Systems Corporation Secure Customer Account Access – Anytime, Anywhere >> Integrating MyAccount into your website Option 1 Option 2 Option 3 Requires: Knowledge of HTML, JavaScript and CSS Requires: Good knowledge of HTML Requires: Basic knowledge of HTML

Secure Customer Account Access – Anytime, Anywherecdnmedia.endeavorsuite.com/images/organizations/7e87a06c... · 2015-03-04 · There are several different ways to integrate MyAccount

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Secure Customer Account Access – Anytime, Anywherecdnmedia.endeavorsuite.com/images/organizations/7e87a06c... · 2015-03-04 · There are several different ways to integrate MyAccount

Option 3 – An HTML link opening a new window

Option 2 – Embedded using an inline frame (iframe)

Option 1 – Integrated using JavaScript

Provides the most seamless integration into your website. Brands the login form as your dealership and loads MyAccount within a div layer on the page.

Easiest to set up. Inserts a single link on your website that opens MyAccount in a pop-up window.

Thanks for taking your time to review the different options for integration (details instructions follow.) If you have any questions, please free feel to contact DIS.

Simpler to set up. Embeds MyAccount in an in-line frame (iframe).

There are several different ways to integrate MyAccount into your website.

1. Integrate into website with JavaScript2. Embed into website with an inline frame (iframe)3. Insert an HTML link on the website that opens a new

window Each has its advantages and requires different levels of web experience to integrate.

Call the DIS Marketing Department at 800.426.8870 for more information. D e a l e r I n f o r m a t i o n S y s t e m s C o r p o r a t i o n

2091

0

Need help? Call @ 800.426.8870 or email @ [email protected] e a l e r I n f o r m a t i o n S y s t e m s C o r p o r a t i o n

Secure Customer Account Access – Anytime, Anywhere

>> Integrating MyAccount into your website Option 1

Option 2

Option 3

Requires: Knowledge of HTML, JavaScript and CSS

Requires: Good knowledge of HTML

Requires: Basic knowledge of HTML

Page 2: Secure Customer Account Access – Anytime, Anywherecdnmedia.endeavorsuite.com/images/organizations/7e87a06c... · 2015-03-04 · There are several different ways to integrate MyAccount

Each page that will contain DIS provided content will need to contain the following:

<script src=”https://www.disprism.com/dealerservices/bootstrap/load?pageId=ID_TO_BE_PROVIDED”></script>

This script tag can be located anywhere in the page.The ID provided will depend on the desired DIS content on the page. We currently provide 3 groups of content:

1) Login/Logout/ My Account links only2) My Account application + Login/Logout/My Acccount links3) Embedded Login control + Login/Logout/My Account links

The content is displayed only if certain HTML elements are provided:

Login/Logout link - The listed classes are for you to add styling to the div that each link uses.

<div id=”dis-prism-login” loginClass=”” logoutClass=”” myaccountClass=”” statusClass=””> </div>

My Account link – This link will only be displayed if the user is logged in. Currently the styling information is on the Login/Logout link.

<div id=”dis-prism-my-account”></div>

My Account application – If the user is not logged in, a login window will open in the center of the browser window allowing the user to login.

<div id=”dis-cao-app”></div>

Embedded Login Control

<div id=”dis-login-embedded”></div>

We will need the following information in order to finalize your configuration and provide the ids to insert into the above code.

1) The url for the page where the My Account application will reside. This will allow any login windows to redirect there after a successful login.

2) The url to redirect to after the user has logged out.3) The url for where you would like users directed to when

navigating to My Account from a generated email. We recommend an embedded login page, but it is not required.

Secure Customer Account Access – Anytime, Anywhere

Login link

User login page

MyAccount - transactions page

>> Option 1 - Integrating MyAccount using Javascript

Call the DIS Marketing Department at 800.426.8870 for more information. D e a l e r I n f o r m a t i o n S y s t e m s C o r p o r a t i o n

2091

0

Need help? Call @ 800.426.8870 or email @ [email protected] e a l e r I n f o r m a t i o n S y s t e m s C o r p o r a t i o n

Page 3: Secure Customer Account Access – Anytime, Anywherecdnmedia.endeavorsuite.com/images/organizations/7e87a06c... · 2015-03-04 · There are several different ways to integrate MyAccount

To link to My Account use the following URL:

https://www.disprism.com/webar/DEALERID

To add MyAccount to your webpage using an IFrame add the following to your webpage:

<iframe width=”580px” height=”1050px” src=”https://www.disprism.com/webar/DEALERID”></iframe>

Note: Replace “DEALERID” with your dealership’s DIS customer #.

Note: Replace “DEALERID” with your dealership’s DIS customer #.

Secure Customer Account Access – Anytime, Anywhere

Login link

User login page

Login link

MyAccount - documents page

User login page MyAccount - documents page

>> Option 2 – Embedded using an inline frame (iframe)

>> Option 3 – An HTML link opening a new window

Call the DIS Marketing Department at 800.426.8870 for more information. D e a l e r I n f o r m a t i o n S y s t e m s C o r p o r a t i o n

2091

0

Need help? Call @ 800.426.8870 or email @ [email protected] e a l e r I n f o r m a t i o n S y s t e m s C o r p o r a t i o n

The height and width may be increased as desired, but the height must be at least 1050 pixels, and width must be at least 580px.