WP Video Lightbox Ultimate Plugin Shortcodes
|
|
|
- Cora Davidson
- 9 years ago
- Views:
Transcription
1 WP Video Lightbox Ultimate Plugin Shortcodes The shortcodes are listed by media types. Please find the appropriate shortcode below for the type of media that you want to embed using the lightbox effect. NOTE: You can also insert the shortcodes from the WordPress post or page editor by clicking the WP Lightbox Ultimate shortcode inserter Image File Lightbox Overlay Popup: 1. Shortcode for Anchor Text: [wp_lightbox_prettyphoto_anchor_text_image link=" text="click here to open the image" description="image description goes here"] Allows you to open an image from the anchor text. Here link=the URL of the image you want to popup, text=the anchor text you want to link to the popup image, description=the popup image description 2. Shortcode for Anchor Image: [wp_lightbox_prettyphoto_image link=" description="overlay image description goes here" source=" title="overlay image title goes here"] Allows you to open an image from the embedded image. Here link= The URL of the image you want to popup, description=the description of the popup image, source=the URL of the embedded image, title=the title of the popup image Youtube Video Lightbox Overlay Popup: 3. Shortcode for Anchor Text: [wp_lightbox_prettyphoto_anchor_text_video link=" width=500 height=500 text="click here to open the Youtube video" description="video description goes here"] Allows you to open a Youtube video from the anchor text. Here link=the Page URL of the Youtube video you want to popup, width=the width of the popup video, height=the height of the popup video, text=the anchor text you want to link to the popup video, description=the popup video description
2 4. Shortcode for Anchor Image: [wp_lightbox_prettyphoto_video link=" width=500 height=500 description="video description goes here" source=" title="video title goes here"] Allows you to open a Youtube video from the embedded image. Here link=the Page URL of the Youtube video you want to popup, width=the width of the popup video, height=the height of the popup video, description=the popup video description, source=the URL of the embedded image, title=the title of the popup video Vimeo Video Lightbox Overlay Popup: 5. Shortcode for Anchor Text: [wp_lightbox_prettyphoto_anchor_text_video link=" width=500 height=500 text="click here to open the Vimeo video" description="video description goes here"] Allows you to open a vimeo video from the anchor text. Here link=the Page URL of the vimeo video you want to popup, width=the width of the popup video, height=the height of the popup video, text=the anchor text you want to link to the popup video, description=the popup video description 6. Shortcode for Anchor Image: [wp_lightbox_prettyphoto_video link=" width=500 height=500 description="video description goes here" source=" title="video title goes here"] Allows you to open a vimeo video from the embedded image. Here link=the Page URL of the vimeo video you want to popup, width=the width of the popup video, height=the height of the popup video, description=the popup video description, source= The URL of the embedded image, title=the title of the popup video Viddler Video Lightbox Overlay Popup You can popup any viddler video using this shortcode. All you need to do is copy your video embed code (for example: <iframe src=" "..</iframe>) and paste it in the [wp_lightbox_ultimate_viddler_video ] [/wp_lightbox_ultimate_viddler_video] shortcode block (shortcode for anchor text or image). How to retrieve the video embed code Every viddler video has a share option in the control bar. Click the share option - A box will show up with the available embed options for this video.
3 Select the iframe option and click the COPY button. The embed code should be in your clipboard now. Now go to your page/post editor (HTML view) where you want to embed this video. Paste the code in the specific shortcode block (shortcode for anchor text or image). 7. Shortcode for Anchor Text: [wp_lightbox_ultimate_viddler_video width="640" height="480" autoplay="false" anchor_type="text" title="title goes here" text="click here to open viddler video" source="" auto_popup="false"] //viddler video embed code goes here [/wp_lightbox_ultimate_viddler_video] For more details on the shortcode parameters, see the Shortcode Reference section below. 8. Shortcode for Anchor Image: [wp_lightbox_ultimate_viddler_video width="640" height="480" autoplay="false" anchor_type="image" title="title goes here" text="" source=" auto_popup="false"] //viddler video embed code goes here [/wp_lightbox_ultimate_viddler_video] For more details on the shortcode parameters, see the Shortcode Reference section below. Shortcode Reference width = The width of the viddler video you want to popup. Keep this parameter value empty (width="") if you want to use the default width specified in the general settings. hidth = The height of the viddler video you want to popup. Keep this parameter value empty (height="") if you want to use the default height specified in the general settings. autoplay = Values true or false. If you want to automatically play the viddler video in the popup window set this parameter value to true (autoplay="true"). If you don't want to use this option set this parameter value to false (autoplay="false"). anchor_type = Values text or image. There are two options to popup a viddler video in lightbox- Popup from anchor text. In that case set this parameter value to text (anchor_type="text"). Popup from anchor image. In that case set this parameter value to image (anchor_type="image"). title = Title for the viddler video you want to popup. If you don't want to display any title keep this parameter value empty (title="").
4 text = If you set anchor_type="text" you need to also specify the text the user will click to popup this video. For example: text="click here to open viddler video". If you don t want to popup this video from the anchor text either keep the parameter value empty (text="") or don t include it in the shortcode at all. source = If you set anchor_type="image" you need to also specify the image (the URL of the image) the user will click to popup this video. For example: source=" If you don t want to popup this video from the anchor image either keep the parameter value empty (source="") or don t include it in the shortcode at all. auto_popup = Values true or false. If you want to automatically popup this viddler video when the page loads simply set this parameter value to true (auto_popup="true"). If you don t want to use this option set the parameter value to false (auto_popup="false"). Flash Video Lightbox Overlay Popup 9. Shortcode for Anchor Text: [wp_lightbox_prettyphoto_anchor_text_flash_video link=" width=500 height=500 text="click here to open the Flash video" description="video description goes here"] Allows you to open a flash video from the anchor text. Here link=the URL of the flash video you want to popup, width=the width of the popup video, height=the height of the popup video, text=the anchor text you want to link to the popup video, description=the popup video description 10. Shortcode for Anchor Image: [wp_lightbox_prettyphoto_flash_video link=" width=500 height=500 description="video description goes here" source=" title="video title goes here"] Allows you to open a flash video from the embedded image. Here link= The URL of the flash video you want to popup, width=the width of the popup video, height=the height of the popup video, description=the popup video description, source= The URL of the embedded image, title=the title of the popup video FLV Video Lightbox Overlay Popup 11. Shortcode for Anchor Text: [wp_lightbox_flowplayer_anchor_text_video link=" width="640" height="480" text="click here to open the flv video"] Allows you to open a flv video from the anchor text. Here link=the URL of the flv video you want to popup, width=the width of the popup video, height=the height of the popup video, text=the anchor text which will trigger the video display in overlay 12. Shortcode for Anchor Image: [wp_lightbox_flowplayer_video link=" width="640" height="480" source="
5 Allows you to open a flv video from an embedded image. Here link=the URL of the video you want to popup, width=the width of the popup video, height=the height of the popup video, source=the URL of the Image which will trigger the video display in overlay MP4 Video Lightbox Overlay Popup 13. Shortcode for Anchor Text: [wp_lightbox_anchor_text_mp4_video link=" width="640" height="480" text="click here to open the video"] Allows you to open a mp4 video from the anchor text. Here link=the URL of the video you want to popup, width=the width of the popup video, height=the height of the popup video, text=the anchor text which will trigger the video display in overlay 14. Shortcode for Anchor Image: [wp_lightbox_mp4_video link=" width="640" height="480" source=" Allows you to open a mp4 video from an embedded image. Here link=the URL of the video you want to popup, width=the width of the popup video, height=the height of the popup video, source=the URL of the Image which will trigger the video display in overlay MOV Video Lightbox Overlay Popup 15. Shortcode for Anchor Text: [wp_lightbox_flowplayer_anchor_text_video link=" width="640" height="480" text="click here to open the flv video"] Allows you to open a mov video from the anchor text. Here link=the URL of the mov video you want to popup, width=the width of the popup video, height=the height of the popup video, text=the anchor text which will trigger the video display in overlay 16. Shortcode for Anchor Image: [wp_lightbox_flowplayer_video link=" width="640" height="480" source=" Allows you to open a mov video from an embedded image. Here link=the URL of the video you want to popup, width=the width of the popup video, height=the height of the popup video, source=the URL of the Image which will trigger the video display in overlay
6 MP3 File Lightbox Overlay Popup You can embed a MP3 file in three ways - 1. Directly embed it on a WordPress post/page. 2. Embed it with anchor text so it can be opened in a lightbox window. 3. Embed it with anchor image so it can be opened in a lightbox window. Option 1 (Direct embed) You can use the following shortcode to directly embed a MP3 file (see the parameter reference section below for detailed explanation of each parameter): [wp_lightbox_ultimate_embed_audio url=" cover_image=" width="300" height="200" title="" autoplay="false" direct_embed="1" anchor_type="" text="" source=""] Option 2 (Lightbox) You can use the following shortcode to embed a MP3 file with anchor text (see the parameter reference section below for detailed explanation of each parameter): [wp_lightbox_ultimate_embed_audio url=" cover_image=" width="300" height="200" title="mp3 anchor text" autoplay="false" direct_embed="" anchor_type="text" text="click here to open mp3 from anchor text" source=""] Option 3 (Lightbox) You can use the following shortcode to embed a MP3 file with anchor image (see the parameter reference section below for detailed explanation of each parameter): [wp_lightbox_ultimate_embed_audio url=" cover_image=" width="300" height="200" title="mp3 anchor image" autoplay="false" direct_embed="" anchor_type="image" text="" source=" Parameter Reference url = URL of the MP3 file. cover_image = URL of the image you want to use as a cover while playing the mp3 file. Keep this option empty (cover_image="") if you are not using it. This option is not available in the ios devices. width = Width of the popup window. Keep it empty (width="") if you want to use the default width specified in the Settings. height = Height of the popup window. Keep it empty (height="") if you want to use the default height specified in the Settings. title = Title for the MP3. Keep this option empty (title="") if you are not using it.
7 autoplay = Set this option to true (autoplay="true") to automatically play the MP3 file when the player loads. Default option is false (autoplay="false"). This option is not available in the ios devices. direct_embed = Set this value to 1 (direct_embed="1") to directly embed the player on a WordPress post/page. Keep this option empty (direct_embed="") if you are not using it. anchor_type = Type of anchor which will be used to embed this file. Setting this option to text (anchor_type="text") will embed the MP3 file with anchor text (lightbox). Setting this option to image (anchor_type="image") will embed the MP3 file with anchor image. text = The anchor text which will be used to link to the MP3 file. For example: text="click here to open the mp3 file" This option is available only if you are using anchor_type="text". Keep this option empty (text="") if you are not using it. source = The anchor image which will be used to link to the MP3 file. For example: source=" This option is available only if you are using anchor_type="image". Keep this option empty (source="") if you are not using it. PDF File Lightbox Overlay Popup 19. Shortcode for Anchor Text: [wp_lightbox_prettyphoto_anchor_text_pdf link=" width="640" height="480" title="title goes here" text="click here to open the pdf file"] Allows you to open a pdf file from the anchor text. Here link=the URL of the pdf file you want to popup, width=the width of the popup pdf file, height=the height of the popup pdf file, title=the title of the popup pdf file, text=the anchor text which will trigger the popup effect 20. Shortcode for Anchor Image: [wp_lightbox_prettyphoto_pdf link=" width="640" height="480" title="title goes here" source=" Allows you to open a pdf file from the embedded Image. Here link=the URL of the pdf file you want to popup, width=the width of the popup pdf file, height=the height of the popup pdf file, title=the title of the popup pdf file, source=the URL of the Image which will trigger the popup effect
WP Popup Magic User Guide
WP Popup Magic User Guide Plugin version 2.6+ Prepared by Scott Bernadot WP Popup Magic User Guide Page 1 Introduction Thank you so much for your purchase! We're excited to present you with the most magical
WP Popup Magic User Guide
WP Popup Magic User Guide Introduction Thank you so much for your purchase! We're excited to present you with the most magical popup solution for WordPress! If you have any questions, please email us at
RSW. Responsive Fullscreen WordPress Theme
RSW Responsive Fullscreen WordPress Theme Thank you for purchasing this theme. This document covers the installation and Setting up of the theme. Please read through this Help Guide if you experience any
Iceberg Commerce Video Gallery Extension 2.0 For Magento Version 1.3, 1.4, 1.5, 1,6
Iceberg Commerce Video Gallery Extension 2.0 For Magento Version 1.3, 1.4, 1.5, 1,6 User Manual August 2011 Introduction Images are boring, let your customers watch your products in use. Embed Youtube,
Adding Links to Resources
Adding Links to Resources Use the following instructions to add resource links to your Moodle course. If you have any questions, please contact the helpdesk at. Adding URL links 1. Log into your Moodle
Instructions for creating a survey using Survey Gizmo
Instructions for creating a survey using Survey Gizmo December 19, 2011 Creating an account The web page is http://www.surveygizmo.com/ In order to create surveys you must create an account. If you are
Contents. Getting Set Up... 3. Contents 2
Getting Set Up Contents 2 Contents Getting Set Up... 3 Setting up Your Firewall for Video...3 Configuring Video... 3 Exporting videos... 4 Security for Jive Video Communication... 4 Getting Set Up 3 Getting
SB Custom ecommerce Package Custom Website Design 1 Year Unlimited Support
SB Custom ecommerce Package Custom Website Design 1 Year Unlimited Support Turnaround Time: 2-4 Months Expedited: $500 1.5-3 Months Payment Options: $3000 FLAT FEE $2000 Down Payment/$100 month (1 Year)
Exercise 2 Play a couple of times with interactive video to find other storylines. Also try to get the highest possible score.
Creating Interactive Videos -- using XIMPEL 1 Winoe Bhikharie Vrije Universiteit Amsterdam This document serves as an introduction to interactive video, which makes it possible to influence the video you
A set-up guide and general information to help you get the most out of your new theme.
Blox. A set-up guide and general information to help you get the most out of your new theme. This document covers the installation, set up, and use of this theme and provides answers and solutions to common
Introducing our new Editor: Email Creator
Introducing our new Editor: Email Creator To view a section click on any header below: Creating a Newsletter... 3 Create From Templates... 4 Use Current Templates... 6 Import from File... 7 Import via
PayPal Integration Instructions
PayPal Integration Instructions Table of Contents Overview... 1 Option 1: Adding a Shopping Cart Wordpress simple PayPal Shopping Cart... 2 Step 1: Navigate to the Plugins Page... 2 Step 2: Click the Add
If you, God forbid, find a bug, let me know and I ll try to fix it as soon as I can, ok?
Ground rules Ok, first off, I am glad you are willing to go for my extension Simple PopUp I do this as a hobby and share what I build that I have found to come in handy in my own projects I would like
Advanced Layer Popup Manual DMXzone Advanced Layer Popup Manual
Advanced Layer Popup Manual Page 1 of 42 Index Index... 2 About Advanced Layer Popup... 3 Features...3 Create a popup window with an image... 6 Introduction...6 Simple Layer Popup with an image...6 Applying
We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file.
Creative Specs Gmail Sponsored Promotions Overview The GSP creative asset will be a ZIP folder, containing four components: 1. Teaser text file 2. Teaser logo image 3. HTML file with the fully expanded
LiveStreamingCDN Producer User s Guide
LiveStreamingCDN Producer User s Guide A LiveStreamingCDN Producer account offers a variety of premium features in addition to live and VOD streaming capabilities. A Producer account comes with a multi-device
MnSCU MediaSpace. Getting Started with MediaSpace
MnSCU MediaSpace Minnesota State Colleges & Universities Getting Started with MediaSpace Logging In Login to MediaSpace at http://mediaspace.mnscu.edu Use your StarID and password. If you do not know your
BT MEDIA JOOMLA COMPONENT
BT MEDIA JOOMLA COMPONENT User guide Version 1.0 Copyright 2013Bowthemes Inc. [email protected] 1 Table of Contents Introduction...3 Related Topics:...3 Product Features...3 Installing and Upgrading...4
RoomCloud Booking Engine Integration Manual Version 2.1.7 RoomCloud Booking Engine Integration manual Version 2.1.7 18/03/2015
RoomCloud Booking Engine Integration manual Version 2.1.7 18/03/2015 Page 1/15 REVISION HISTORY Version Description of the revision 1.0.0 First draft 2.0.0 Parameter n and p added 2.1.0 Parameter r added
Contents. IM Creator the definitive guide
Contents Contents... 1 Intro... 5 Start... 5 Choose a Template / Start From Blank... 6 Choosing a Template... 7 Customizing a Template Using IMC... 8 Customizing - The General Idea... 9 The Editor... 11
WORDPRESS MANUAL WEBSITEDESIGN.CO.ZA
WORDPRESS MANUAL WEBSITEDESIGN.CO.ZA All information presented in the document has been acquired from http://easywpguide.com/wordpress-manual/ to assist you with your website 1 WORDPRESS MANUAL WEBSITEDESIGN.CO.ZA
How to Embed Video from a DVEO Stream on a Website
Digital Video ExtraOrdinaire How to Embed Video from a DVEO Stream on a Website Application Note (v1.4) Computer Modules, Inc. DVEO Division 11409 West Bernardo Court San Diego, CA 92127, USA Telephone:
TTP User Guide. MLLP Research Group. http://www.mllp.upv.es. Wednesday 2 nd September, 2015
TTP User Guide MLLP Research Group http://www.mllp.upv.es Wednesday 2 nd September, 2015 Contents 1 Introduction 3 2 Uploading media files 4 3 Reviewing transcriptions and translations 8 TTP Player 9 Help
HOW TO GET THE MOST OUT OF YOUR VIDYARD TRIAL A GUIDE FROM VIDYARD
HOW TO GET THE MOST OUT OF YOUR VIDYARD TRIAL A GUIDE FROM VIDYARD Contents Introduction 1 1. Create a Player 2 2. Publish a Player 3 3. Customize the Player 5 Configuring General Player Options 6 Configuring
Ad Unit Dimensions / Ad sizes Max File Size GIF / JPEG Max File Size HTML 5 / Flash 40 KB 40 KB 40 KB 40 KB 40KB 40KB 40KB. 50KB *Premium ad formats
Ad Specifications Standard HTML 5 / GIF / JPEG & Flash Dimensions / Ad sizes Max File GIF / JPEG Max File HTML 5 / Flash Banner 468 x 60 Medium Rectangle Skyscraper 120 x 600 Wide Skyscraper 160 x 600
This manual will illustrate how to integrate your WordPress Blog or website with the Docebo Learning Management System.
This manual will illustrate how to integrate your WordPress Blog or website with the Docebo Learning Management System. Direct Log in: The Docebo LMS offers a login box that can be added to you WordPress
CDyWeb Content Management System (CCMS) V3.3. User Manual
CDyWeb Content Management System (CCMS) V3.3 User Manual Page 1 Table of Contents Table of Contents...2 1. Finding your way...3 2. Page editing...4 2.1 Changing order...4 2.2 Add a page...5 2.3 Edit Page...9
SiteOrigin WordPress Theme Pitch
SiteOrigin WordPress Theme Pitch By Greg Priday - http://siteorigin.com Thank you for downloading Pitch, my free WordPress theme. If you decided to purchase the premium version, then I d like to extend
HELIX MEDIA LIBRARY API DEVELOPER S GUIDE
HELIX MEDIA LIBRARY API DEVELOPER S GUIDE Helix Media Library Version 2.0 Revision Date: August 2015 1. Helix Media Library API 1.1 Overview The Helix Media Library (HML) API (Application Programming Interface)
Creating a Hyperlink to a Tegrity Recording
Creating a Hyperlink to a Tegrity Recording You may create links in your ecampus course content to Tegrity recording. Begin by obtaining the hyperlink shortcut for the recording you wish to link. Go to
How To Create A Website In Drupal 2.3.3
www.webprophets.com.au PO Box 2007 St Kilda West Victoria Australia 3182 Phone +61 3 9534 1800 Fax +61 3 9534 1100 Email [email protected] Web www.webprophets.com.au Welcome to the Drupal How to
FAQs. How do I remove the search bar completely?
FAQs Company Logo How do I change the logo? Can I make the logo larger or smaller? How do I add change or remove the logo in the footer? Can I add a favicon? Navigation Menu How do I change my navigation
Website Editor User Guide
CONTENTS Minimum System Requirements... 3 Design Your Website... 3 Choosing your Theme... 4 Choosing your Header Style... 4-5 Website Content Editor... 6 Text Editor Toolbar features... 6 Main Menu Items...
AD UNIT SPECIFICATIONS SEP 2015
AD UNIT SPECIFICATIONS SEP 2015 TABLE OF CONTENTS In-Stream Video Ad Formats 3-4 In-Banner Video Ad Formats 5-6 Display Ad Formats 7 Social Video Ad Formats 8 Mobile Ad Formats 9 Mobile Display 10 Smartphone
Remote Viewer Recording Backup
Remote Viewer Recording Backup Introduction: In this tutorial we will explain how to retrieve your recordings using the Web Service online. Using this method you can backup videos onto your computer using
Creating a Website with Google Sites
Creating a Website with Google Sites This document provides instructions for creating and publishing a website with Google Sites. At no charge, Google Sites allows you to create a website for various uses,
A-PDF to Flash Converter Convert PDF to Adobe Flash in minutes. User Documentation. About A-PDF to Flash Converter
Note: This product is distributed on a try-before-you-buy basis. All features described in this documentation are enabled. The unregistered version will output flashes with adding watermarks. About A-PDF
Mahara: MyPortfolio. Create content Build pages Share. A user guide for beginners. What is Mahara?
Mahara: MyPortfolio A user guide for beginners What is Mahara? MyPortfolio is a web application that allows users to build a personal electronic portfolio. It can be used to create and store online content
How To Manage Your Website On A Webmaster.Com (Webmaster) On A Pc Or Mac Or Macbook Or Macintosh (Web) On Pc Or Ipa (Web).Com (For Mac) On Your Pc Or Pc Or Your
Creative Stream Content Management System (CMS) The Creative Stream CMS is modular and as such installations may vary. Therefore certain sections of this document may not be relevant to your CMS. Contents
ebookstorage.org Download 1001 Free Ebook
How to copy a movie from Youtube and watch with FLV Player. 1. Open Youtube and select the movie or clip that you want to copy. Highlight the address bar and copy the URL. See example below 2. Open in
Hotspot Image Connector Page Guide
Contents Differences between Xerte and Xerte Online Toolkits usage...2 Connector pages...2 The Hotspot Image Connector page...2 Properties of the Hotspot Image Connector Page...3 Hotspot Properties...3
INSTANT MAGAZINE QUICK GUIDE
INSTANT MAGAZINE QUICK GUIDE Create an online magazine in a jiffy It s great that you ll be working with our tool! We hope you ll enjoy the creative process. Take a moment to read this quick guide and
SKYSCRAPER Dimension: 160x600. 50k for Flash 40k for GIF/JPEG Formats: GIF, JPEG, HTML, Flash, Flash Video Available on all pages; 1 per page.
BANNER AD STANDARDS DISPLAY ADVERTISING LEADERBOARD Available on all pages; 2 per page. DISPLAY/RECTANGLE Available on all pages; 2 per page. LARGE BANNER Dimension: 638x60 Available on all pages. LARGE
NBC Learn External Tool. Administrator s Guide V2.0
NBC Learn External Tool Administrator s Guide V2.0 Trademarks NBC Universal and NBC News Learn are registered trademarks of the National Broadcasting Company. All other trademarks and registered trademarks
Responsive WordPress Theme with multiple options by PEGO
Responsive WordPress Theme with multiple options by PEGO Thank you for purchasing BOOSTER WordPress Theme. This document will make it as easy as possible to build your site with the BOOSTERWordPress Theme.
Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement ([email protected])
Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement ([email protected]) Updated on 10/17/2014 Table of Contents About... 4 Who Can Use It... 4 Log into Ingeniux... 4 Using Ingeniux
Website in a box 2.0 Users Guide. Contact: [email protected] Website: www.healthwatch.co.uk/website-in-a-box
Website in a box 2.0 Users Guide Contact: [email protected] Website: www.healthwatch.co.uk/website-in-a-box Welcome to the new website in a box. We ve created a new, lighter, fresher and more
Any Video Converter User Manual 1. Any Video Converter. User Manual
Any Video Converter User Manual 1 Any Video Converter User Manual Any Video Converter User Manual 2 1. Welcome to Any Video Converter...3 1.1 Main Window of Any Video Converter...3 1.2 Setting Program
Optimizing WordPress Performance: Page Speed and Load Times. Doug Yuen
Optimizing WordPress Performance: Page Speed and Load Times Doug Yuen Why Worry About Page Speed? Make your visitors happy and keep their attention. The longer your site takes to load, the more likely
BLACKBOARD 9.1: Text Editor
BLACKBOARD 9.1: Text Editor The text editor in Blackboard is a feature that appears in many different areas, but generally has the same look and feel no matter where it appears. The text editor has changed
WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13
WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13 CONTENTS Things to Remember... 2 Browser Requirements... 2 Why Some Areas of Your Website May Not Be CMS Enabled...
Weebly Step-by-Step Instructions
Weebly Step-by-Step Instructions Go to http://weebly.com/ Follow instructions to create site. Write your username, password, email address, and website URL down and send this information to yourself in
Best Practice Guide for constructing a study area in studentcentral which is designed for friendly viewing in Blackboard Mobile Learn
Best Practice Guide for constructing a study area in studentcentral which is designed for friendly viewing in Blackboard Mobile Learn Blackboard state that Blackboard Mobile Learn was designed to provide
Contents Welcome to SiteMaker The SiteMaker editing environment
Contents Welcome to SiteMaker The SiteMaker editing environment Editing your page Adding your own images, audio and files Creating links Adding and organising pages Image tools Creating an order form or
RAMP for SharePoint Online Guide
RAMP for SharePoint Online Guide A task-oriented help guide to RAMP for SharePoint Online Last updated: September 23, 2013 Overview The RAMP SharePoint video library lives natively inside of SharePoint.
Ad Specifications and Guidelines
and Guidelines Banner Ad Formats Full-Screen Formats Full-Screen: Smartphone Full-Screen: Tablet Brand Video App Video Native Formats Brand Native App Native Video Native Rich Media Full HTML5 Support
User Guide. User Guide Title Page Page i
User Guide User Guide Title Page Page i Table of Contents Welcome 1 Welcome to Avvo Websites 1 Getting Started 2 Accessing your Avvo Website Dashboard 2 Dashboard Features 3 Screen Options 4 Submitting
Camtasia Recording Settings
Camtasia Recording Settings To Capture Video Step 1: Resolution and Recording Area In the select area section, you can choose either to record the full screen or a custom screen size. Select the dropdown
ANNEX - Annotation Explorer
ANNEX - Annotation Explorer Version 1.6 This manual was last updated in November 2014. The latest version can be found at: http://tla.mpi.nl/tools/tla-tools/annex/ Francesca Bechis Elisa Gorgaini The Language
Learning Management System
User Manual for Faculty Members Learning Management System Adding Course Materials (Resources) Manal Al Shehri 1/8/2014 Contents Resource... 2 How to add Book... 3 How to add file... 7 How to add Folder...
A setup guide with general information to help you get the most out of your new theme.
Frame. A setup guide with general information to help you get the most out of your new theme. This document covers the installation, setup, and use of this theme. It provides answers and solutions to common
How to Create a WordPress web site at www.blacksun.ca
How to Create a WordPress web site at www.blacksun.ca by R. Berdan Dec 1, 2012 What you need. 1. Web Host & Domain name www.blacksun.ca with support for PHP 5.2.4 or greater, MySQL 5.0 or greater (you
Google Docs Basics Website: http://etc.usf.edu/te/
Website: http://etc.usf.edu/te/ Google Docs is a free web-based office suite that allows you to store documents online so you can access them from any computer with an internet connection. With Google
Creating Web Pages with HTML Simplified. 3rd Edition
Brochure More information from http://www.researchandmarkets.com/reports/2248215/ Creating Web Pages with HTML Simplified. 3rd Edition Description: Are you new to computers? Does new technology make you
etutoring Guide Adobe Connect etutor Guide A service provided by the Connecticut Distance Learning Consortium
etutoring Guide Adobe Connect etutor Guide A service provided by the Connecticut Distance Learning Consortium October 2010 etutoring.org echat Guide This guide is step by step instructions on how to enter
Piktochart 101 Create your first infographic in 15 minutes
Piktochart 101 Create your first infographic in 15 minutes TABLE OF CONTENTS 01 Getting Started 5 Steps to Creating Your First Infographic in 15 Minutes 1.1 Pick a Template 1.2 Click Create and Start Adding
Note Google and YouTube may change the appearance of their sites from time to time, so the buttons or links may not always appear in the same place.
Uploading to YouTube and Posting in Blackboard This document will explain 1. How to upload videos from your computer to Youtube 2. How to obtain the URL (web link) or embed code for your video 3. How to
Working with Windows Movie Maker
518 442-3608 Working with Windows Movie Maker Windows Movie Maker allows you to make movies and slide shows that can be saved to your computer, put on a CD, uploaded to a Web service (such as YouTube)
LMS 365 Learning Module Builder Add-in User Guide VERSION 1.5.0.X
LMS 365 Learning Module Builder Add-in User Guide VERSION 1.5.0.X CONTENTS LMS 365 Learning Module Builder Add-in User Guide Version 1.5.0.x... 1 Contents... 2 1. The LMS365 Learning Module Builder Add-in...
Fusion Release Notes Versions 5.14.00 5.14.04. 2 January 2015
Fusion Release Notes Versions 5.14.00 5.14.04 2 January 2015 Fusion System Requirements Windows 8 and Internet Explorer 10 and 11 Compatibility IE10 and 11 on Windows 8 will only be supported using Desktop
ATLAS.ti 6 Using Video Data
ATLAS.ti 6 Using Video Data ATLAS.ti 6 Using Video Data Copyright 2011 by ATLAS.ti Scientific Software Development GmbH, Berlin. All rights reserved. Version: 7.20111212 Author: Clemens Hoffmann, Editor:
Hermes.Net Web Campaign Page 2 26
...................... Hermes.Net Web Campaign Page 2 26 Table of Context 1. Introduction... 3 2. Create and configure Web Campaign 4... 2.1 Create a Web Campaign 4 2.2 General Configuration... 5 2.2.1
Website Creation Service: User s Guide
Service: User s Guide 1 Table of Contents 1) Connecting to Your Online Interface 2) Start Creating Your Website 3) Managing Website Pages 4) Managing Website Content 5) Integrating Widgets and Other Content
BORDER, LABELING REQUIREMENTS Ad unit content must be clearly distinguishable from normal webpage content
MOBILE STANDARD (Initial Load) 20K 300 x 50 320 x 50 300 x 250 REQUIREMENTS AUDIO INITIATION DELIVERY METHOD THIRD-PARTY TRACKING Muted by default, user-initiated on tap Javascript, standard, HTML accepted
Creating a Website with Google Sites
Creating a Website with Google Sites This document provides instructions for creating and publishing a website with Google Sites. At no charge, Google Sites allows you to create a website for various uses,
Using Moodle. Moodle can do lots of things but my advice would be to use it for:
Using Moodle Moodle is a virtual learning environment. It can be a very useful learning tool and I will outline briefly how to do some of the basic tasks that make it so powerful. Moodle can do lots of
How to Use Google Docs
How to Use Google Docs 1. Google Docs in the Classroom 2. How to Login 3. Uploading Existing Presentation, Document, or Spreadsheet 4. Creating a Document 5. Creating a Presentation 6. Creating a Spreadsheet
HOW TO USE THIS GUIDE
HOW TO USE THIS GUIDE This guide provides step-by-step instructions for each exercise. Anything that you are supposed to type or select is noted with various types and colors. WHEN YOU SEE THIS Click Help
Viewing and Creating Wiki Pages
Viewing and Creating Wiki Pages A wiki within Blackboard is a page, or set of pages, that can be collaboratively edited by the instructor and by the students enrolled in the class. It is one of the few
SoftChalk. Level 1. University Information Technology Services. Training, SoftChalk Level Outreach, 1 Learning Technologies and Video Production
SoftChalk Level 1 University Information Technology Services Training, SoftChalk Level Outreach, 1 Learning Technologies and Video Production Page 1 of 49 Copyright 2013 KSU Department of University Information
Responsive Banner Slider Extension By Capacity Web Solutions
CONTENT Introduction 2 Features 2 Installation 3 Configuration Settings 4 Manage Responsive Banner Slider Extension 5 Manage Group Section 5 Manage Slides Section 9 Display Responsive Banner Slider 11
How to create pop-up menus
How to create pop-up menus Pop-up menus are menus that are displayed in a browser when a site visitor moves the pointer over or clicks a trigger image. Items in a pop-up menu can have URL links attached
ADOBE CONNECT 8 USER GUIDE. Colorado Department of Labor & Employment
ADOBE CONNECT 8 USER GUIDE Colorado Department of Labor & Employment Enter a Meeting Room Getting Started - Enter a Meeting Room DO ONE OF THE FOLLOWING: 1. From the Home Page in Adobe Connect Central,
Site Administrator User Guide. show, tell, share
Site Administrator User Guide show, tell, share Contents About your Team site 1 What is a Team site? 1 What can you do on a Team or Business site that you can t do on www.present.me? 1 Getting Started
Introduction to Drupal
Introduction to Drupal Login 2 Create a Page 2 Title 2 Body 2 Editor 2 Menu Settings 5 Attached Images 5 Authoring Information 6 Revision Information 6 Publishing Options 6 File Attachments 6 URL Path
To change title of module, click on settings
HTML Module: The most widely used module on the websites. This module is very flexible and is used for inserting text, images, tables, hyperlinks, document downloads, and HTML code. Hover the cursor over
SmallBiz Dynamic Theme User Guide
SmallBiz Dynamic Theme User Guide Table of Contents Introduction... 3 Create Your Website in Just 5 Minutes... 3 Before Your Installation Begins... 4 Installing the Small Biz Theme... 4 Customizing the
TECHNICAL SPECIFICATIONS
TECHNICAL SPECIFICATIONS INDEX Leaderboard... 3 Medium Rectangle... 3 Skin... 3 Intro Fullscreen Flash... 3 Intro Fullscreen Video... 3 Custom (Skin+Leaderboard+Medium Rectangle)... 4 Leaderboard EXP....
Generate Android App
Generate Android App This paper describes how someone with no programming experience can generate an Android application in minutes without writing any code. The application, also called an APK file can
are done) Google Drive OR sign Pg.1
Steps for Creating a Google Form 1. Open CHROME to browse the internet. 2. Create a Google account. (If you have a gmail account, then you are done) Go to website: https://accounts.google.com/signup If
ecommerce LMS Administrator s Manual
ecommerce LMS Administrator s Manual Table of Contents Introduction... 1 Logging in to the System... 2 Welcome Screen... 3 Modifying Your Personal Profile... 3 Changing Your Password... 7 Modifying Your
