Dreamweaver Tutorial – Part Eight – Placing a Facebook Feed On Our Website
In part eight of this series, we add a Facebook feed to our website. We change the appearance setting of the feed to make it suit our sites theme and color s…
Video Tutorial Rating: 4 / 5
Don’t forget to check out our other video tutorials or share this video with a friend.
15 responses to “Dreamweaver Tutorial – Part Eight – Placing a Facebook Feed On Our Website”
Leave a Reply Cancel reply
Video Tutorials
Bringing you the best video tutorials for Photoshop, Illustrator, Fireworks, WordPress, CSS and others.
Video tutorial posted 10/02/14
Category: Dreamweaver Tutorials
Pages
Random Videos
Video Categories
- 3DS Max Tutorials (150)
- After Effects Tutorials (160)
- C# Tutorials (121)
- Colour (6)
- Crazy Effects (1)
- CSS Tutorials (120)
- Dreamweaver Tutorials (139)
- Excel Tutorials (127)
- Featured (10)
- Fireworks Tutorials (131)
- General Effects (9)
- HTML Tutorials (143)
- Illustration and Vector (1)
- Illustrator Tutorials (174)
- IMove Tutorials (119)
- Lightroom Tutorials (145)
- People and Faces (3)
- Photoshop Tutorials (169)
- Text Effects (7)
- Uncategorized (32)
- WordPress Tutorials (140)
Tags
VideoTutorials.co.uk
-
Videotutorials.co.uk offers the web's best Photoshop tutorials, Illustrator video guides, CSS and HTML tutorials and much more all in one place. With new videos being added every day, you can learn how to master software and code to give your images and website some great effects.
Our site has beginner, intermediate and advanced video tutorials of varying lengths so you can learn a new skill at your own speed and level. So whether you're a web designer, print designer or just wanting to edit some family photos, you can get to it quickly and easily using these free video guides. (more)
@radencuic peter bogdan. Glad I could help.
Did not work in adobe dreamweaver cs5…….definately not that simple.
Hey, I`m using the DW CC, the newest version of it, just got updated and
this tutorial got me on the right way to adding more stuff to my webpage.
Thanks man!
Thanks lads good tutorial definitely came in handy!!
Hi Kevin. Are you building the site on a live server or on a local server?
Also, if your rendering the site through Dreamweaver, the Facebook feed may
not display. Hope this helps
went to the likebox section but there seem to be less areas to set e.g.
border color doesn’t show up for me to set. How do i fix this manually?
DON’T WORK
Just testing it in a browser, not online. I take it that it needs to be
online in order to see it?
Many thanks for such a clear explanation of how to place a facebook feed
onto a website. I don’t use Dreamweaver but it still applies to the
software I use to build sites, namely Microsoft’s Expression Web 4, which
is now free though no further versions will be available, but it is a good
way to learn HTML for the technically minded
Hi Neshamah. I would advise you to create a separate DIV for each feed you
are trying to add. Set them to the exact width and height of each of the
widgets you wish to use and position them accordingly by creating a CSS
rule for each. What you can do then is give each DIV a z-index value of 50.
This will ensure that the DIV’s stay above any background images, e.g.:
z-index: 50; I hope this answers your question.
Thanks Steve. You are 100% right. The building blocks are the same. I’m
glad you found the video useful.
No problem Kevin.
To do this, just create a div around the Likebox and give it an id of
“fb_plugin”. Then create a style rule for it, eg: .fb_plugin {border: 1px
solid #e9e9e9;}
thanks much
Thank you so much.