How to add embed code to a Dreamweaver site

This lesson is exclusive to members

Course contents
SECTION: 9
How to backup 4:44
SECTION: 17
Finished 1:58

Questions

You need to be a member to view comments.

Join today. Cancel any time.

Sign Up

Course info

53 lessons / 5 hours

Overview

NOTE: this course uses Bootstrap 3. Dreamweaver has recently updated to Bootstrap version 4. You can change it back to 3 using the ‘New Document > Bootstrap > Preferences'. Please do this before starting the course.

Some versions of Dreamweaver will require you to download the specific Bootstrap version you want to use and link it within the site. You can download Bootstrap 3 here: http://getbootstrap.com/docs/3.3/

Hi - my name is Dan and I’ll be leading you through this course on how to Make money building mobile friendly websites using Dreamweaver.

I built this course for the visual person, the right brained person. We won't hide from code but we'll use all the visual tools that makes Dreamweaver so amazing.

These are the skills you’ll need to become a professional web designer. You’ll learn how to make responsive websites in Dreamweaver as well as learning what to charge and how to manage a website project.

We cover everything you need to build your first website. From creating your first page through to uploading your website to the internet. During the course we’ll create a website for a mock creative agency - creating mobile and desktop versions. See our example here:

I’m a Dreamweaver Certified Instructor and an Adobe Certified Web Specialist.

With exercise files you can download and work along with me. At the end of each video I have a downloadable version of where we are in the process so you can compare your project with mine making it easy to see where you might have a problem.

I’ll be showing you how to work with Dreamweaver to easily create HTML & CSS websites. How to create mobile and tablet versions of your design and how to test your website on your phone.

I’ll be teaching you how to create navigation bars, how to work with responsive images and favicons.

We’ll work with Dreamweaver’s new Bootstrap integration to easily add carousels, tabbed menu’s and accordions. Even easier you’ll learn to impress clients by embedding videos, calendars, maps, event ticketing & social sharing options. 
 
 Know that I’ll be around to help - if you get lost you can message in the forum and together we’ll get you back on track.

Now it’s time to upgrade your skills, get that better job and impress your clients.

What are the requirements?

  • You'll need a copy of Dreamweaver CC 2015 or above. A free 30 day trial can be download from Adobe here.

  • No previous Dreamweaver or web design experience is necessary.

  • If you're not sure if this course is right for you. Email me what you’re trying to do and check if you’re on the right track.

What am I going to get from this course?

  • 60 lectures 3 hours of content!

  • Forum support from me. 

  • All the techniques used by professional website designers.

  • Ways to preview your designs straight to your mobile device.

  • Firm understanding of responsive web design.

  • Professional workflows and shortcuts. 

  • A wealth of other resources and websites to help your new career path.

What is the target audience?

  • YES: This course is for beginners. For people who prefer not to work in code. Aimed at people new to the world of web design. No previous Dreamweaver experience is necessary. People with knowledge of previous versions of Dreamweaver CC 2014 and below will also get great value from this course as the software has changed so much.

  • NO: This course is NOT suited to people experienced in using HTML & CSS. If you prefer to work in code only then this course isn’t right for you.

Course duration 5.5 hours + your own study.

Daniel Scott

Daniel Scott

Founder of Bring Your Own Laptop & Chief Instructor

instructor

I discovered the world of design as an art student when I stumbled upon a lab full of green & blue iMac G3’s. My initial curiosity around using the computer to create ‘art’ developed into a full-blown passion, eventually leading me to become a digital designer and founder of Bring Your Own Laptop.

Sharing and teaching are a huge part of who I am. As a certified Adobe instructor, I've had the honor of winning multiple Adobe teaching awards at their annual MAX conference. I see Bring Your Own Laptop as the supportive community I wished for when I was first starting out and intimidated by design. Through teaching, I hope to bring others along for the ride and empower my students to bring their stories, labors of love, and art into the world.
True to my Kiwi roots, I've lived in many places, and currently, I reside in Ireland with my wife and kids.

Downloads & Exercise files

Download Exercise Files

Transcript

Hey, my name is Dan. In this video we're going to look at Embedding.

Now Embedding Code is essentially taking other people's offerings say, Google Maps, or Google Calendars, or wufoo forms, or MailChimp, or any of these other companies that provide a service that often allow you to embed their work. So it might be a Youtube clip it might be-- there's all sorts of ways you can embed things. So Embedding is the term.

We're going to do it with the Google Map at the moment. So I'm going to go to 'Google', 'Google Maps'. And I'm going to my office, where are you? There it is there. All I want to do is, we've got a really cool inside view, like a Google Maps walk around inside thing that we're going to use.

Now, to do it, to get it, there's the dotted line I kind of mentioned to you earlier. I'm going to click on this one. And I'm going to go to this that says 'Share or embed'. Embed's what I'm looking for. You'll find Embeds everywhere. 'Share', that's not what I want, I want 'Embed'. And what we're going to do is-- Medium?, no. I want to put a 'Custom size' in. I know I want mine to be about '300' high, from this side. And how wide? Actually I'm going to make mine responsive by putting in '100%', but I think I need to do that when it's out in Dreamweaver. I'm going to 'copy' it. And I'm going to jump into Dreamweaver. I'm going to 'click' inside this. And I'm going to go to Code view here. It's not going to be pasted as Text because if I paste it here, it's going to be a big pile of junk of text. It doesn't really work.

What I want to do is find where that guy is. There he is there. Can you see this thing, this little bit of code here. That's a non breaking space. That there is just there. If you remove it, the Column often collapses in Dreamweaver and can't be seen. So often that's the reason to pick on these little place holders. You can leave them there, you can delete them, it's up to you. I'm going to make it nice and clean, get rid of them. And I'm going to paste this in here.

What I'm also going to do is add an HTML comment in here. So I'm going to put in-- this is what an HTML comment looks like. This is going to be 'My Google Map'. Remember, comments are just here for the humans to see. The browser, in Google, whenever anyone else goes to this website, the machine's going to ignore anything that's in these spaces here. You'll notice it's a little different from where it was in css. But yes, My Google Map. Now, if I go to Live view again, you'll notice it's in here, but it's-- I gave it a Width of say 800 so it's pointing outside here. So what I'm going to do is change the Height of it. So I'm going to go back to Split view. I'm going to find this, and in the Code here, Google has been nice, and had the width and height pulled out of this Iframe, or this text here. So I'm going to type in '100%'. It just means it's going to fit the Width. I'm going to leave the Height, because 100% Height will end up going-- It will go very, very tall. It will stretch the page as far as it can go. So it's 100% Width, and a fixed Height.

Let's go to preview it in our browser. I'm going to refresh it. I'll jump out to my browser. And where's my working version? There it is there. The cool thing about this now is that, watch… it's an embedded map but Google are doing all this power, they're controlling this and making it work, and you can see, it can go to full screen and I can zoom in and out, and do all sorts of lovely things that you can do. That's my desk there. So Google goes through and-- all you need to do is pop in some big code which is an iframe, and Google takes control and makes all these really high value, very technical looking things, and it appears on your website but you don't have to do any of the work.

  • Powered by Marvin
  • Terms of use
  • Privacy policy
  • © Bring your Own Laptop Ltd 2024