WHITEPAPER MANUAL HOW DO YOU SET UP A WHITEPAPER?

Size: px
Start display at page:

Download "WHITEPAPER MANUAL HOW DO YOU SET UP A WHITEPAPER?"

Transcription

1 WHITEPAPER MANUAL Use your magazine as a whitepaper. Visitors can (only) access the magazine by providing personal details or by logging in to or. It s a great way to build a relevant database! HOW DO YOU SET UP A WHITEPAPER? Open your magazine and go to Settings > Access control and select Whitepaper as Access method. You can present visitors with three ways to access the magazine. You select these as social access platforms : Personal details provided in the required fields you select; logging in to (social login); logging in to (social login).

2 To allow visitors to log in with personal details, you can present them with a number of Required fields to fill out. You can select Name, Company, Job title, , Phone and Country. Visitors have to fill out these fields in order to gain access. To make use of social login an application first has to be made within and/or. This is necessary because it links to the database and allows data to be read out. SOCIAL LOGIN SET-UP Integrate with To create a application you first need a account. Once you have opened one, proceed with the following steps: 1. Register yourself as a Developer on. You do this at Don t worry! You don t have to develop anything. 2. Create a new app and select website as your platform. The application gives you access to a visitor s primary address and basic information such as first name, surname, profile picture, gender and age group.

3 3. Click on the button Skip and create app ID. 4. Give your app a display name and pick a category (it does not matter what you enter/select here) and click on Create app ID. 5. Complete the security check.

4 6. You are then presented with your app dashboard. Copy in your app ID at the top. (Please note! The app ID in the screenshot is fake. Always use the ID for your own app.) 7. Go to the editor, check as the social access platform and paste the app ID into the App ID field. Click Save. (Please note! The app ID in the screenshot is fake. Always use the ID for your own app.)

5 8. Go back to and go to Settings. Click on + Add platform. 9. Select Website.

6 10. As a website URL, you can start with the preview link. Here you should use the URL that only contains the title alias, which is: This ensures that the whitepaper functionality will work in all issues within this title. Click on Save changes. 11. Test the whitepaper functionality in the preview. Try to access the magazine using the login. At this stage, you are the only one who can log in using, since you are the developer and the owner of the app. Once the app goes live, anyone can log in (we will explain this in Step 13). 12. If everything is working, you can go live with the app. First, go to Settings in your app dashboard and enter a contact address in the appropriate field (this is a requirement of ). Click on Save changes.

7 13. Go to App review and publish your app. Click Confirm. 14. Publish your magazine and change the site URL to the published URL. This is if you are not using a hostname. If you are, it is hostname + title alias. 15. Test the whitepaper functionality in the published magazine by logging in using. Looking good? Then you re ready to go!

8 You can download this data using reports. In the editor, go to Reports and select the title where the magazine is located. Under issue, select the magazine itself. Download the results in Forms. Proceed to import the CSV file into Excel. Integrate with To create a application, you first have to create a business page for your business. When you have done this, proceed with the following steps: 1. Go to and create an application. 2. Fill in the required details and click submit. 3. You will then see your app dashboard. Copy in your client ID at the top. (Please note! The client ID in the screenshot is fake. Always use your own client ID.)

9 4. Under Default Application Permissions, select the kind of visitor data you wish to save for people who log in using. Select r_basicprofile and r_ address and click Update at the bottom of the screen. 5. Go to the editor, check as the social access platform and paste the app ID in the client ID field. Click Save. (Please note! The client ID in the screenshot is fake. Always use your own client ID.)

10 6. Go back to. Click JavaScript in the left menu and add a Valid SDK domain. First enter the preview link. Here you should only use the URL that contains the title alias, which is: This ensures that the whitepaper functionality will work in all issues within this title. Click on Add and Update. 7. Test the whitepaper functionality in the preview. Try to access the magazine using the login. 8. If it s all working, you can go ahead and publish the magazine. 9. Publish your magazine and add the published URL as Valid SDK domain under JavaScript in the left menu. This is

11 if you are not using a hostname. If you are, it is hostname + title alias. 10. Test the whitepaper functionality in the published magazine by logging in with. Looking good? Then you re ready to go! The application gives you access to a visitor s first name, surname, address, headline, summary of the profile, specialties, the last shared post, position of profile, location, industry, number of connections (capped at 500), a URL for a profile photo and URL for the profile itself. You can download this data using reports. In the editor, go to Reports and select the title where the magazine is located. Under issue, select the magazine itself. Download the results in Forms. Proceed to import the CSV file into Excel. PERSONALIZE USING VISITOR DETAILS Online magazines give you the option of personalizing content, enabling you to address your visitors more directly (read more about personalization in our blog ). The whitepaper functionality enables you to collect a wide range of visitor data, which you can then feature in your content! Open your magazine, go to Settings > Advanced and check Enable personalization. Personalization works on the basis of variables that are processed in texts. For example, Open the magazine {{name}}, where the {{name}} is filled in with the name supplied. This can be done by processing the name in the URL or by making use of the whitepaper functionality. These variables will then be filled with the data that have been filled out/provided to gain access to the magazine.

12 You can use different variables on all three types of social access platforms. The table below shows how these variables become part of the content of your magazine (for each social access platform). Variabele Login {{user.name}} First name and surname known to First name and surname known to Name filled out on the form {{user. }} address known to address known to address filled out on the form {{user.company}} Not always supplied by Company name filled out on the form {{user.job}} Not always supplied by Job title filled out on the form {{user.phone}} Phone number filled out on the form {{user.country}} The country selected on the form {{user.firstname}} First name provided to {{user.headline}} Headline provided to {{user.industry}} Industry provided to {{user.lastname}} Surname provided to {{user.numconnec tions}} The number of connections the visitor has. {{user.numconnec tionscapped}} Whether the number of visitor connections is capped (at 500).

13 {{user.pictureurl}} The URL of the picture profile {{user.locale}} The location provided to {{user.birthday}} The date of birth provided to {{user.gender}} The gender provided to You can include these {{variables}} in your content and address your visitor on a personal level. Since not every variable is supplied by every social platform, it is important that you use fallbacks. A fallback is a contingency option that is displayed when a preferred variable is not known. Suppose you want {{user.company}} to feature in your content. This variable is not supplied by and not always supplied by, but it is part of your form (assuming you have selected that the field in the editor). That means that the variable will not always be known if the visitor does not log in using the form. In that case you should set up a fallback, i.e. an alternative text that will be displayed instead of the unknown variable: If user.company is known (#): {{#user.company}}what can Instant Magazine do for {{user.company}} {{/user.company}} If user.company is not known (^): {{^user.company}}what can Instant Magazine do for your company{{/user.company}} You can set this up as follows in the editor: {{#user.company}}what can Instant Magazine do for {{user.company}} {{/user.company}}{{^user.company}}what can Instant Magazine do for your company{{/user.company}} As you can see, an alternative sentence is provided in case user.company is not known. Check whether each variable is available for every type of log in and set up fallbacks if necessary.

Easy Survey Creator: User s Guide

Easy Survey Creator: User s Guide Easy Survey Creator: User s Guide The Easy Survey Creator software is designed to enable faculty, staff, and students at the University of Iowa Psychology Department to quickly and easily create surveys

More information

STEP -BY-STEP REGISTRATION PROCESS

STEP -BY-STEP REGISTRATION PROCESS STEP -BY-STEP REGISTRATION PROCESS 1. To fill out the online application, go to: https://www.onlinemerchantapp.com/webchannel/girlscoutseasternmass and click Get Started. CLICK HERE! Select Choose Plan

More information

How to Get a Website Up and Running

How to Get a Website Up and Running How to Get a Website Up and Running Nowadays almost all of the businesses got a website, and it is getting really important and even mandatory to get online. Bill Gates mentioned in a conference that "if

More information

Dogs Trust Neutering Portal Guide

Dogs Trust Neutering Portal Guide Dogs Trust Neutering Portal Guide Contents 1. Version Control... 3 2. Contacts... 3 3. Introduction... 4 4. Access the Website... 5 a. First Log In... 5 b. Forgotten Password... 5 5. Overview of Site...

More information

Advanced Training Guide

Advanced Training Guide Advanced Training Guide West Corporation 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Before you Begin... 4 Advanced Lists... 4 List Builder...

More information

Advanced Training COMMUNICATE. West Corporation. 100 Enterprise Way, Suite A-300 Scotts Valley, CA

Advanced Training COMMUNICATE. West Corporation. 100 Enterprise Way, Suite A-300 Scotts Valley, CA COMMUNICATE Advanced Training West Corporation 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com 2017 West Corp. All rights reserved. [Rev 2.0, 05172017]. May

More information

Project Look and Qualtrics Integration. Quick Start Guide

Project Look and Qualtrics Integration. Quick Start Guide Project Look and Qualtrics Integration Quick Start Guide Kairos 2016 Updated: October 2016 1.0 Introduction This documentation will provide you with the necessary steps to integrate Project Look to Qualtrics

More information

LinkedIn Sales Navigator for MS Dynamics 2016 and 365 Installation Guide

LinkedIn Sales Navigator for MS Dynamics 2016 and 365 Installation Guide LinkedIn Sales Navigator for MS Dynamics 2016 and 365 Installation Guide The installation process will take less than 30 minutes The LinkedIn Sales Navigator for Microsoft Dynamics application (widget)

More information

FB Image Contest. Users Manual

FB Image Contest. Users Manual FB Image Contest Users Manual Table of contents Description.. 3 Step by step installation... 5 The administration interface.. 10 Creating a new contest... 13 Creating a Facebook Application.. 19 Adding

More information

Faculty Web Page Management System. Help Getting Started

Faculty Web Page Management System. Help Getting Started Faculty Web Page Management System Help Getting Started 2 Table of Contents Faculty Web Page Management System...1 Help Getting Started...1 Table of Contents...2 Manage My Personal Information...3 Creating

More information

ageloc Me APP User s Manual * Screenshots are for reference only, please refer to actual pages.

ageloc Me APP User s Manual * Screenshots are for reference only, please refer to actual pages. ageloc Me APP User s Manual * Screenshots are for reference only, please refer to actual pages. Register User login Forgot Password Share via Social Media Order Products Manage/Edit Adding Photos Questionnaire

More information

SchoolMessenger Communicate for iphone

SchoolMessenger Communicate for iphone COMMUNICATE SchoolMessenger Communicate for iphone SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents SchoolMessenger for iphone... 3

More information

Importing Existing Data into LastPass

Importing Existing Data into LastPass Importing Existing Data into LastPass Once you have installed LastPass, you may need to impocort your existing password entries and secure data from another LastPass account or from another password manager

More information

COMMUNICATE. Advanced Training. West Corporation. 100 Enterprise Way, Suite A-300. Scotts Valley, CA

COMMUNICATE. Advanced Training. West Corporation. 100 Enterprise Way, Suite A-300. Scotts Valley, CA COMMUNICATE Advanced Training West Corporation 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Before you Begin... 4 Advanced Lists... 4 List Builder...

More information

Navigating Your CrowdRise Dashboard Team Member Guide

Navigating Your CrowdRise Dashboard Team Member Guide Navigating Your CrowdRise Dashboard Team Member Guide Once you have set up a fundraising page and added some pictures, it s time to explore more options available on your Dashboard. Step 1 - Log in to

More information

14FC Works Geotagging Mobile app Telangana Guidelines

14FC Works Geotagging Mobile app Telangana Guidelines 14FC Works Geotagging Mobile app Telangana Guidelines DOWNLOAD Directions: Go to CDMA portal www.cdma.telangana.gov.in and go to section 14FC Geo Tagging app Download. You will be redirected to below screen

More information

Logging in. To start editing your committee or group s web page, you will first need to log in. To log in, go to this web page:

Logging in. To start editing your committee or group s web page, you will first need to log in. To log in, go to this web page: Logging in To start editing your committee or group s web page, you will first need to log in. To log in, go to this web page: http://austinuu.org/wp2011/wp-admin/ You should see the following on your

More information

Using Creative Commons images from FlickrCC and Wikimedia Commons in Blog Posts

Using Creative Commons images from FlickrCC and Wikimedia Commons in Blog Posts Using Creative Commons images from FlickrCC and Wikimedia Commons in Blog Posts By Kathleen Morris These instructions specifically refer to using Edublogs/Global2 blogs, however, the process is similar

More information

Your guide to using the Lead Retrieval App. A powerful and easy way to capture sales leads using your own Smartphone. Powered by

Your guide to using the Lead Retrieval App. A powerful and easy way to capture sales leads using your own Smartphone. Powered by Your guide to using the Lead Retrieval App A powerful and easy way to capture sales leads using your own Smartphone Powered by APP FEATURES Capture and view lead information in real-time on and off the

More information

Web Site Documentation Eugene School District 4J

Web Site Documentation Eugene School District 4J Eugene School District 4J Using this Documentation Revision 1.3 1. Instruction step-by-step. The left column contains the simple how-to steps. Over here on the right is the color commentary offered to

More information

NiCHE Website Posting Guidelines & Best Practices (updated 22 December, 2013)

NiCHE Website Posting Guidelines & Best Practices (updated 22 December, 2013) NiCHE Website Posting Guidelines & Best Practices (updated 22 December, 2013) Getting oriented Registering for an account The WordPress Dashboard Editing your profile What to do if you ve lost your password

More information

How to use MySpace and comment on a photo OR send me a message updating me on what s happening over in Perth!

How to use MySpace and comment on a photo OR send me a message updating me on what s happening over in Perth! How to use MySpace and comment on a photo OR send me a message updating me on what s happening over in Perth! Signing up to MySpace: 1. Firstly, open your internet homepage and type MySpaces s URL (www.myspace.com)

More information

How to Create Your Own Online Fundraising Project Page:

How to Create Your Own Online Fundraising Project Page: How to Create Your Own Online Fundraising Project Page: 1. Go to www.shavathon.org.za 2. Click on the Raise Funds button: 3. You will go through to the Create Your Own Online Fundraising Campaign page,

More information

Knowledge Hub Walkthrough

Knowledge Hub Walkthrough Knowledge Hub Walkthrough Welcome page Sign in Use your Knowledge Hub account to sign in. Register Are you new to the Knowledge Hub, then please register a new account Forgotten Password? You will be asked

More information

Birst Pronto: Connect to Data in Pronto

Birst Pronto: Connect to Data in Pronto Posted by Dee Elling Jan 28, 2017 In the first installment of this series, Get Started, you saw the different pages in Pronto and how to navigate between them. Now let's get some data into Pronto so you

More information

Registration Instructions for Unemployment Insurance (UI) Claimants

Registration Instructions for Unemployment Insurance (UI) Claimants Registration Instructions for Unemployment Insurance (UI) Claimants New users (never used JobNet or Job Center of Wisconsin before) go to step 1. on page 4. Returning Users (used JobNet or Job Center of

More information

[SocialLogin] CED COMMERCE. ALL RIGHTS RESERVED.

[SocialLogin] CED COMMERCE. ALL RIGHTS RESERVED. CED COMMERCE. ALL RIGHTS RESERVED. SUPPORT@CEDCOMMERCE.COM [SocialLogin] SocialLogin extension is very useful extension for the magento ecommerce platform. It provides your store the feature to login /

More information

Autoresponder Guide. David Sharpe

Autoresponder Guide. David Sharpe David Sharpe There are two autoresponders that I personally use and recommended AWeber and Sendlane. AWeber AWeber is a great service to use if you already have a website you are using. You can easily

More information

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information

Managing your Website s Content in WordPress

Managing your Website s Content in WordPress Managing your Website s Content in WordPress Prepared for Westmont Aged Care Services Ltd 1 December 2016 For further support please contact: Annie O Shea M: 0412 169 664 E: annie@webstrategies.net.au

More information

Choic s Administrative Login Guide

Choic s Administrative Login Guide ChoiceMail s Administrative Login Guide ChoiceMail Enterprise provides you with an Administrative Login from which you can control Global settings and administer User Accounts all through a web interface.

More information

2018 Auditions 2018 Quick Start Guide

2018 Auditions 2018 Quick Start Guide 2018 Auditions 2018 Quick Start Guide ABOUT The S4E Music Service Ensembles Portal has been created to allow parents/guardians to have on-line access to their children s ensemble information whilst they

More information

A step by step guide to Affiliate Window and joining the Myprotein Partnership Scheme

A step by step guide to Affiliate Window and joining the Myprotein Partnership Scheme A step by step guide to Affiliate Window and joining the Myprotein Partnership Scheme Let s get started Welcome to the step by step guide to how to sign up for Affiliate Window and to become an official

More information

CommuniGator. Single Sign On

CommuniGator. Single Sign On CommuniGator Single Sign On Gator Single Sign On CommuniGator are delighted to introduce the full live release of our Single Sign On (SSO) program. What is SSO? The idea with SSO is to give you a unified

More information

USER MANUAL. SuiteCRM / SugarCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1

USER MANUAL. SuiteCRM / SugarCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Customer Portal...1 Installation...2 Joomla Manual Plug-in installation...2 Plug-in Configuration...4 Joomla Configuration Settings...4 CRM Fields

More information

Enhanced new user experience with simple to use navigation and better buying experience. Trade accounts will see current order status, and history

Enhanced new user experience with simple to use navigation and better buying experience. Trade accounts will see current order status, and history NEW FEATURES AT ATLANTIC.REXEL.CA What s New? Enhanced new user experience with simple to use navigation and better buying experience Updated search functionality Trade accounts will see current order

More information

Committee Chair Manual for AIA SEATTLE S ONLINE MEMBER COMMUNICATION TOOL. Questions? Contact AIA Seattle s Communications team.

Committee Chair Manual for AIA SEATTLE S ONLINE MEMBER COMMUNICATION TOOL. Questions? Contact AIA Seattle s Communications team. Contents Access to edit aiaseattle.org... 1 Committee Hub Pages... 2 Hub Page Editor... 2 Main Content Block... 2 Featured Image... 3 Files... 3 Events... 5 Recurring Committee Meetings... 8 Posts... 8

More information

What I Do After Clicking Publish

What I Do After Clicking Publish What I Do After Clicking Publish A bonus guide from PotPieGirl Many, many people have asked me EXACTLY what I do after clicking publish on a new post. I think that s a great question! And it s something

More information

CUSTOMER PORTAL USER MANUAL. Marketing

CUSTOMER PORTAL USER MANUAL. Marketing CUSTOMER PORTAL USER MANUAL Marketing 1 The marketing tab contains five different areas (depending on level); these are accessible by clicking the relevant option from the left-hand side. COMMUNICATIONS

More information

Learning Zone. User Guide

Learning Zone. User Guide Learning Zone User Guide Once you have purchased your licences you will receive an email like the one below. Dear xxx Your account has been updated with [x] licenses for you to use on the [course name]

More information

Social Media E-Safety Guide. For more help and advice visit:

Social Media E-Safety Guide. For more help and advice visit: Social Media E-Safety Guide For more help and advice visit: https://www.net-aware.org.uk/ https://www.thinkuknow.co.uk/ https://www.ceop.police.uk/ Twitter https://www.net-aware.org.uk/networks/twitter/

More information

to Quick Start Guide Last modified December 18, 2015

to Quick Start Guide Last modified December 18, 2015 to Quick Start Guide Last modified December 18, 2015 Table of Contents What is Signature?... 3 Accessing Signature... 5 Browser Requirements... 5 Logging into Signature for the First Time... 5 Logging

More information

Rutgers Alumni Online Community Getting Started Guide

Rutgers Alumni Online Community Getting Started Guide Contents OVERVIEW... 2 FIRST TIME LOGIN... 2 RETURN VISITS... 3 NAVIGATING THE ALUMNI HOME PAGE WHEN YOU ARE LOGGED IN... 5 OVERVIEW OF THE ONLINE COMMUNITY... 5 PROFILE... 6 OVERVIEW OF THE PROFILE PAGE...

More information

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials AGENT123 Full Q&A and Tutorials Table of Contents Website IDX Agent Gallery Step-by-Step Tutorials WEBSITE General 1. How do I log into my website? 2. How do I change the Meta Tags on my website? 3. How

More information

My Mediasite Guide (V7.2) Create and Share Videos from Your Desktop

My Mediasite Guide (V7.2) Create and Share Videos from Your Desktop My Mediasite Guide (V7.2) Create and Share Videos from Your Desktop Introduction: Your My Mediasite Portal provides instructors access to the Mediasite desktop Recorder (MDR) for creation of presentations

More information

COMPASS Corporate User Guide

COMPASS Corporate User Guide COMPASS Corporate User Guide The Competence Management System for Project Professionals. Version 2.22 CONTACT QA Help Desk 0113 3826200 compass.support@qa.com 2 Contents 1.1 Introduction... 3 1.2 How to

More information

PrinterOn iphone and ipad app

PrinterOn iphone and ipad app PrinterOn iphone and ipad app Contents PrinterOn App... 2 iphone And ipad app... 3 Main Screen... 4 Print Queues... 5 Printing Photos... 6 Printing web pages... 7 Email attachment Printing... 8 Print Preview...

More information

Have you signed up? GO Have you searched for inspiration? GO Have you created a map (survey)? GO Have you collected data? GO

Have you signed up? GO Have you searched for inspiration? GO Have you created a map (survey)? GO Have you collected data? GO GUIDEBOOK YOUR CHECKLIST Have you signed up? GO Have you searched for inspiration? GO Have you created a map (survey)? GO Have you collected data? GO Have you viewed results on a map? GO Have you visualized

More information

What s a module? Some modules. it s so simple to make your page unique

What s a module? Some modules. it s so simple to make your page unique How to guide What s a module? To create a functioning network without knowing about code, you need to be fluent in drag and drop. Webjam is made up of scores of modules. Modules are the tools that Webjam

More information

USER MANUAL. SugarPort - SugarCRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.0

USER MANUAL. SugarPort - SugarCRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Installation... 2 Drupal Manual Plug-in installation... 2 Plug-in Configuration... 4 Drupal Configuration Settings... 4

More information

How to Online Register

How to Online Register Step 1 : Click on Player Registration. Step 2: If you know your FFA Number and you re ready to proceed to login screen please click on this link and proceed to Step 6 If you have an FFA number but unsure

More information

Session Booklet Social Media & Facebook

Session Booklet Social Media & Facebook Session Booklet Social Media & Facebook Social networking refers to the use of online social networks such as Facebook to communicate with other people. A social network can include blogs and other ways

More information

CMS 4 Schools Website Creation

CMS 4 Schools Website Creation CMS 4 Schools Website Creation Step 1: Go to the following website and enter your username and password as usual: http://www.cms4schools.com/pro/admin/index.cfm?memberid=143 Step 2: On the left side of

More information

How to Register for e-permits

How to Register for e-permits How to Register for e-permits Connect to: https://permits.westonfl.org To register for an account on the City of Weston e-permits portal please follow the steps below: On the top-right, please click on

More information

Ezyswim Customer Portal Guide

Ezyswim Customer Portal Guide Ezyswim Customer Portal Guide Link to the customer portal can be found in the Members section on our website: www.ezyswim.com.au CONTENTS First Login...2 Customer Portal Home Page...3 Profile Section...3

More information

User guide. Created by Ilse A. Rasmussen & Allan Leck Jensen. 27 August You ll find Organic Eprints here:

User guide. Created by Ilse A. Rasmussen & Allan Leck Jensen. 27 August You ll find Organic Eprints here: Fact sheet: Screenshot Manual User guide Created by Ilse A. Rasmussen & Allan Leck Jensen 27 August 2013 You ll find Organic Eprints here: http://www.orgprints.org/ Page 1/38 Fact sheet: Screenshot Manual

More information

Classroom Blogging. Training wiki:

Classroom Blogging. Training wiki: Classroom Blogging Training wiki: http://technologyintegrationshthornt.pbworks.com/create-a-blog 1. Create a Google Account Navigate to http://www.google.com and sign up for a Google account. o Use your

More information

Integrating Facebook. Contents

Integrating Facebook. Contents Integrating Facebook Grow your audience by making it easy for your readers to like, share or send pages from YourWebShop to their friends on Facebook. Contents Like Button 2 Share Button.. 6 Send Button.

More information

researchmap User Manual November 15, 2017 Japan Science and Technology Agency

researchmap User Manual November 15, 2017 Japan Science and Technology Agency researchmap User Manual November 15, 2017 Japan Science and Technology Agency Index STEP-1 1 Let s first visit the researchmap website... 1 Display example of the opening page of the researchmap website...

More information

MARKOMI Marketing Automation Tool

MARKOMI Marketing Automation Tool Marketing Automation Tool User's Guide Version: 1.0 Marketing Automation Tool How Markomi helps you 2 Table of contents How Markomi helps you... 3 How to access Markomi... 4 How to get credits for Campaigns...

More information

ClickMeeting for Salesforce. User Manual

ClickMeeting for Salesforce. User Manual ClickMeeting for Salesforce User Manual Table of Contents Introduction... 2 Admin Manual... 3 Installation Package... 3 Installing and Configuring the Application... 4 Syncing Events... 5 Access to Historical

More information

P.E.O. STAR Scholarship Online Recommendation Instructions

P.E.O. STAR Scholarship Online Recommendation Instructions P.E.O. STAR Scholarship Online Recommendation Instructions The P.E.O. STAR Scholarship Recommendation Form for the chapter is available from September 1 through November 1. Starting September 1: As a chapter

More information

How to set up your Charity Choice Fundraising page

How to set up your Charity Choice Fundraising page How to set up your Charity Choice Fundraising page To collect your sponsorship online, please follow the steps below. These will enable you to set up a sponsorship page and link it to RHL. If you have

More information

COMPASS User Guide. Version The Competence Management System for Project Professionals.

COMPASS User Guide. Version The Competence Management System for Project Professionals. COMPASS User Guide The Competence Management System for Project Professionals. Version 2.21 CONTACT Mike Kibblewhite, PPM Sales Specialist 0207 444 0856 mike.kibblewhite@qa.com 2 Contents 1.1 Introduction...

More information

Youth Job Corps Online Application Guide

Youth Job Corps Online Application Guide Youth Job Corps Online Application Guide Make sure that you have the following information before you apply. o Valid e-mail address o Date of birth o Social Security Number o School Student ID# o Total

More information

Netvibes A field guide for missions, posts and IRCs

Netvibes A field guide for missions, posts and IRCs Netvibes A field guide for missions, posts and IRCs 7/2/2012 U.S. Department of State International Information Programs Office of Innovative Engagement Table of Contents Introduction... 3 Setting up your

More information

For help on using the Registration System, unlocking your User Account or paying invoices

For help on using the Registration System, unlocking your User Account or paying invoices AHA / DCG Dancer Registration Guide We are pleased to advise that the AHA 2017 dancer registrations will now be done using the Dance Comp Genie (DCG) system. You can set yourself up with a User Id as an

More information

Introduction to List Building. Introduction to List Building

Introduction to  List Building. Introduction to  List Building Introduction to Email List Building Introduction to Email List Building 1 Table of Contents Introduction... 3 What is email list building?... 5 Permission-based email marketing vs. spam...6 How to build

More information

Intro to Analytics Learning Web Analytics

Intro to Analytics Learning Web Analytics Intro to Analytics 100 - Learning Web Analytics When you hear the word analytics, what does this mean to you? Analytics is the discovery, interpretation and communication of meaningful patterns in data.

More information

Raptor University. Raptor System Training. Instructor: RAPTOR TECHNOLOGIES, LLC

Raptor University. Raptor System Training. Instructor: RAPTOR TECHNOLOGIES, LLC Raptor University Raptor System Training Instructor: RAPTOR TECHNOLOGIES, LLC Log In and Log Out 1. In your browser, enter https://apps.raptortech.com. 2. On the Raptor Login screen, enter your assigned

More information

From the User Profile section of your employer account, select User Profile and enter your new password.

From the User Profile section of your employer account, select User Profile and enter your new password. Signing Into The Employer User Account On the ApplyToEducation Homepage (www.applytoeducation.com) sign in using your assigned username and password. If you forgot your username and/or password, click

More information

CSC-105 Exam #1 October 10, 2013

CSC-105 Exam #1 October 10, 2013 CSC-105 Exam #1 October 10, 2013 Name Questions are weighted as indicated. Show your work and state your assumptions for partial credit consideration. Unless explicitly stated, there are NO intended errors

More information

Tutorial for 21Classes.com

Tutorial for 21Classes.com Tutorial for 21Classes.com This document includes the steps and suggestions for setting up a blogging site for the Intel Teach or your own personal classroom. These instructions apply to the 21Classes*

More information

AMEE-ESME Online courses. Contents. How to Moodle. Guide AMEE-ESME Online courses... 1 Login... 2 Course page navigation Webinar...

AMEE-ESME Online courses. Contents. How to Moodle. Guide AMEE-ESME Online courses... 1 Login... 2 Course page navigation Webinar... AMEE-ESME Online courses How to Moodle Guide 2018 Contents AMEE-ESME Online courses... 1 Login... 2 Course page navigation... 5 Create a User Profile..7 Modules 9 Webinar.... 10 Discussion Forum... 11

More information

1. License. 2. Introduction. a. Read Leaderboard b. Write and Flush Leaderboards Custom widgets, 3D widgets and VR mode...

1. License. 2. Introduction. a. Read Leaderboard b. Write and Flush Leaderboards Custom widgets, 3D widgets and VR mode... Contents 1. License... 3 2. Introduction... 3 3. Plugin updates... 5 a. Update from previous versions to 2.7.0... 5 4. Example project... 6 5. GitHub Repository... 6 6. Getting started... 7 7. Plugin usage...

More information

How to use your Participant Center for fundraising success! How to: Login

How to use your Participant Center for fundraising success! How to: Login How to: Login Visit comewalkwithme5k.org and click on the LOGIN button on the top, right-hand corner of the page. Enter the Username and Password you registered with. If you forgot either, click on the

More information

Multiple Custom Forms

Multiple Custom Forms Multiple Custom Forms for Magento 2 Extension for Magento 2 User Guide Table of contents 1. Module Features 2. Module Configuration 3. Manage Forms 4. Add Field 4.1. Text Field 4.2. Text Area 4.3. Drop

More information

USER MANUAL LANGUAGE TRANSLATOR TABLE OF CONTENTS. Version: 1.1.6

USER MANUAL LANGUAGE TRANSLATOR TABLE OF CONTENTS. Version: 1.1.6 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Language Translator... 1 Installation... 2 Installation Steps... 2 Extension Activation... 3 Configuration... 4 FAQ... 16 General FAQs... 16

More information

Azon Master Class. By Ryan Stevenson Guidebook #10 Google and YouTube Marketing

Azon Master Class. By Ryan Stevenson   Guidebook #10 Google and YouTube Marketing Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #10 Google and YouTube Marketing Table of Contents 1. Google Analytics 2. Google Webmaster Tools 3. Google Plus 4. YouTube

More information

6/29/ :38 AM 1

6/29/ :38 AM 1 6/29/2017 11:38 AM 1 Creating an Event Hub In this lab, you will create an Event Hub. What you need for this lab An Azure Subscription Create an event hub Take the following steps to create an event hub

More information

Advantage Pro for Agents. February 2018

Advantage Pro for Agents. February 2018 Advantage Pro for Agents February 2018 Advantage Pro for Agents This guide booklet for Advantage pro for Agents is designed to assist you with your new realtor.com Dashboard. Every feature that is available

More information

NPS Apps - Google Docs Facilitated by Liza Zandonella Newtown High School May, 2013

NPS Apps - Google Docs Facilitated by Liza Zandonella Newtown High School May, 2013 NPS Apps - Google Docs Facilitated by Liza Zandonella Newtown High School May, 2013 Creating, Uploading and Sharing Documents To open Google Docs, select Drive on the menu bar of your Google Mail browser.

More information

Drupal Basics. for COS and CLASS site maintainers

Drupal Basics. for COS and CLASS site maintainers Drupal Basics for COS and CLASS site maintainers Introduction This guide is meant as a starting point for site maintainers in the UNT College of Science and College of Liberal Arts and Social Sciences

More information

iapps Social Step by Step Guide to Create Facebook Pages, Twitter accounts, and LinkedIn Accounts

iapps Social Step by Step Guide to Create Facebook Pages, Twitter accounts, and LinkedIn Accounts iapps Social Step by Step Guide to Create Facebook Pages, Twitter accounts, and LinkedIn Accounts 1 Table of Contents Inroduction... 2 Creating a Facebook Business Page... 2 Creating a Twitter Account...

More information

VIDEO 1: WHAT ARE THE SMART CONTENT TOOLS? VIDEO 2: HOW DO YOU CREATE A SMART CTA?

VIDEO 1: WHAT ARE THE SMART CONTENT TOOLS? VIDEO 2: HOW DO YOU CREATE A SMART CTA? VIDEO 1: WHAT ARE THE SMART CONTENT TOOLS? Hello again! I m Angela with HubSpot Academy. Now that you have a contextual marketing strategy in place with segmentation and personalization, you re ready to

More information

Online Appointment Request

Online Appointment Request At the new BeautifyTheBeast.com, you can now request your next grooming appointment, schedule a boarding reservation, and update your account. Below are step- by- step instructions on how to access your

More information

4-H Llama Online Animal Enrollment

4-H Llama Online Animal Enrollment 4-H Llama Online Animal Enrollment Welcome to the Indiana 4-H Online Animal Enrollment website. Please use these instructions to guide you through the process of completing your 2014 Llama and Alpaca Enrollment.

More information

Internet Society: Chapter Portal (AMS)

Internet Society: Chapter Portal (AMS) Internet Society: Chapter Portal (AMS) User Guide Last Updated: January 2017 Feedback? Email amshelp@isoc.org Contents Overview... 4 Accessing the Portal... 5 Logging In... 6 Retrieving Your Username or

More information

The purpose of these Release Notes is to highlight the changes to SCI Gateway that occur in version 18.0.

The purpose of these Release Notes is to highlight the changes to SCI Gateway that occur in version 18.0. SCI Gateway Version 18.0 Release Notes The purpose of these Release Notes is to highlight the changes to SCI Gateway that occur in version 18.0. The major changes are listed on pages III to VI What s New

More information

Marketing Insider... 3 Section 1 Your List... 4 AWeber Basics... 4 Create your Account... 5 Exploring AWeber s Members Area...

Marketing Insider... 3 Section 1 Your  List... 4 AWeber Basics... 4 Create your Account... 5 Exploring AWeber s Members Area... Email Marketing Insider... 3 Section 1 Your Email List... 4 AWeber Basics... 4 Create your Account... 5 Exploring AWeber s Members Area... 6 Create Your List... 7 Create Your Web Form... 8 Facebook List

More information

Raptor University. Raptor System Entry Admin Training. Instructor: RAPTOR TECHNOLOGIES, LLC

Raptor University. Raptor System Entry Admin Training. Instructor: RAPTOR TECHNOLOGIES, LLC Raptor University Raptor System Entry Admin Training Instructor: RAPTOR TECHNOLOGIES, LLC This training will provide you with the skills necessary to perform the following functions within the Raptor System:

More information

ShareSync Get Started Guide for Mac

ShareSync Get Started Guide for Mac ShareSync Get Started Guide for Mac ShareSync Overview ShareSync is a file backup and sharing service. It allows you to: Back up your files in real-time to protect against data loss from ransomware, accidental

More information

iphone Basic Set-Up Guide Wolf Creek Public Schools

iphone Basic Set-Up Guide Wolf Creek Public Schools iphone Basic Set-Up Guide Wolf Creek Public Schools Please note the following: 1. The iphone Set-Up guide is detailed in order to provide you with information on how to connect set up your phone for use

More information

Google Drive. Lesson Planet

Google Drive. Lesson Planet Google Drive Lesson Planet 2014 www.lessonplanet.com Introduction Trying to stay up to speed with the latest technology can be exhausting. Luckily this book is here to help, taking you step by step through

More information

Journalist-blogger Manage and complete your profile. The process

Journalist-blogger Manage and complete your profile. The process 1 Journalist-blogger Manage and complete your profile The process 2 Journalist-blogger profile completion How to complete your profile as a journalist or blogger go to www.africapresslist.com, click journalist

More information

MySagePay USER GUIDE

MySagePay USER GUIDE MySagePay USER GUIDE Contents 1.0 Welcome to MySagePay 3 1.1 Logging into MySagePay 3 1.2 What you will see 4 2.0 Settings 5 2.1 My Account 5 2.2 Settings 6 2.3 AVS/CV2 7 2.4 3D Secure 8 2.5 Restrictions

More information

MAXIMUS Provider Billing Application v.3 Sign In and Forgot Password

MAXIMUS Provider Billing Application v.3 Sign In and Forgot Password MAXIMUS Provider Billing Application v.3 Sign In and Forgot Password The following training documentation contains detailed step-by-step instructions and may be used as reference in understanding the Sign

More information

CUSTOMER PORTAL. Micro Survey Guide

CUSTOMER PORTAL. Micro Survey Guide CUSTOMER PORTAL Micro Survey Guide 1 Micro Surveys With the ability to create custom surveys with different response types. The micro surveys can be added to any access journey. Once the customer has authenticated,

More information

In order to submit a request for your military training to be evaluated for college credit or obtain other services online, you will need to have a CCH account on the College Credit for Heroes website.

More information

User Guide. Version 8.0

User Guide. Version 8.0 User Guide Version 8.0 Contents 1 Getting Started... iii 1.1... About... iii 2 Logging In... 4 2.1... Choosing Security Questions... 4 3 The File Manager... 5 3.1... Uploading a file... 6 3.2... Downloading

More information