- Home
- Web Support
- Working In Ou
- Embeds
- Flickr
Getting Started
Help Videos
Upload Files
Templates
Page Properties
Editor
Navigation
Snippets
Assets
Forms
Embeds
Other Page Types and Templates
Embed a Flickr Photostream
- Open your browser and enter the url: www.flickr.com
- On the top right corner of the screen, click on "Sign In".
- Once signed in, visit a photostream, photo set or group of your choice.
- Near the top right corner of the page, click on "Slideshow".
- Once the slideshow opens, click on "Share" on the top right corner of the page.
- Click on the code under "Grab the embed HTML" and then click on "Copy to clipboard".
- Open Notepad or any other text editor.
- Paste the code you just copied.
- Your code should look like this:
-
<object width="400" height="300"> <param name="flashvars" value="offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fmyund%2Fshow%2F&page_show_back_url=%2Fphotos%2Fmyund%2F&user_id=20893225@N05&jump_to="></param> <param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=109615"></param> <param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=109615" allowFullScreen="true" flashvars="offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fmyund%2Fshow%2F&page_show_back_url=%2Fphotos%2Fmyund%2F&user_id=20893225@N05&jump_to=" width="400" height="300"></embed></object>
-
- Paste the text in the html of your page.