1. #1 by mark hadden - March 19th, 2010 at 13:16

    Hey

    I tried this today and cant get it to work on firefox at all. The slideshow works in IE and Safari but not firefox. I also cant get the first image, which is based on my fliuckr page, to display in any browser. Any ideas?
    here is the link: any help appreciated.
    http://www.facebook.com/pages/Mark-Hadden-Photography/293595711387?v=app_4949752878&ref=ts

    mark

    • #2 by admin - March 19th, 2010 at 13:53

      I’m seeing your slideshow with Firefox on Mac (v 3.5.8). I also checked Firefox on XP and Vista and your slideshow works just fine.

    • #3 by Jan Cibulka - April 1st, 2010 at 17:35

      Hi, I have the same problem too, the first “activation image” did not show…

  2. #4 by Kawhshalya Herath - March 30th, 2010 at 01:13

    I think you still haven’t noticed but there must be a correction.
    “Grab the Embed URL” must be replace with “Grab the Embed HTML”

    thanks for your posts here.they really helped me a lot! i owe you a beer! :)

    • #5 by admin - March 30th, 2010 at 07:02

      Oops! Thanks for the heads-up on the typo! I think we’re even. :)

  3. #6 by Drew Templeton - April 6th, 2010 at 13:40

    I tried to get this to work but haven’t been able to have any luck. The image shows up but when you click on it nothing happens..Here’s a link to my Facebook and to my code that I embedded. Any help would be appreciated.

    Faceboo- http://www.facebook.com/pages/Chicago-IL/Grind-Online-Paintball-Magazine/219038770629?v=app_4949752878&ref=ts

    • #7 by timware - April 7th, 2010 at 08:01

      Drew: No code, so I can’t help. Make sure to surround code in the <code>…</code> tags.

  4. #8 by Charlie - April 10th, 2010 at 18:01

    Anyone know how to embed a slide.com slideshow using static FBML?

    • #9 by timware - April 11th, 2010 at 09:40

      Most Web services that host videos and photos offer a means to embed your videos/photos in Web pages. You just need to get the embed code and then utilize the same FBML tag – <fb:swf> – to embed in your Static FBML page, using the instructions here.

  5. #10 by Kawshalya Herath - April 21st, 2010 at 19:25

    I’ve made my FBML fan page for Kursk State Medical University!
    also include a slide from photobucket! it works 100%.
    http://www.facebook.com/pages/Kursk/Kursk-State-Medical-University/268845056776?v=app_4949752878

  6. #13 by Chris - April 22nd, 2010 at 05:27

    I tried do make an Slideshow with a Group. But i get the error message that flickr isn’t find pictures. What is the Problem?

  7. #15 by John Nordell - April 29th, 2010 at 13:28

    Hyperarts – Thanks so much. You did it again. I started with embedding a YouTube video on my FB page Welcome Tab. Today, I added a Flickr Slideshow. Thank you. Thank you. – John

    http://www.facebook.com/johnnordell?v=app_4949752878

  8. #16 by Alexandra - May 14th, 2010 at 04:16

    URL-TO-ACTIVATION-IMAGE” is the image that must be uploaded to a Web-accessible server that is clicked to enable the slideshow.

    I have tried everything to put in the imgsrc tag, but nothing seems to work. Not sure what I’m doing wrong?

    • #17 by timware - May 14th, 2010 at 07:53

      I can’t provide any help if you don’t provide the code you’re using.

  9. #18 by StrategicGuru - May 14th, 2010 at 13:32

    I’m trying to get the following slideshow from Flickr to work on our facebook page: <fb:swf
    swfbgcolor="000000"
    imgstyle="border-width:3px; border-color:white;"
    swfsrc='http://www.flickr.com/apps/slideshow/show.swf?v=71649'
    imgsrc='http://strategicguru.com/wp-content/uploads/2010/05/play.jpg' width='500' height='375'
    flashvars='offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fstrategicguru%2Fshow%2Fpage_show_back_url=%2Fphotos%2Fstrategicguru%2F&user_id=34027962@N02&jump_to=' width='500' height='375'>
    </fb:swf>

    Here’s the link to the fan page: http://www.facebook.com/pages/Cary-NC/Strategic-Guru/79482840712?

    • #19 by timware - May 14th, 2010 at 13:41

      I see the activation image, but the URL (swfsrc) you’re using is the URL in my example! Needless to say, it should be the URL to *your* Flickr gallery/slideshow. Everything else in your code seems specific to your slideshow, but that URL?

      • #20 by StrategicGuru - May 17th, 2010 at 06:18

        I checked the Flickr embed code again and this is the regular html from there:
        <object width="400" height="300"> <param name="flashvars" value="offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fstrategicguru%2Fshow%2F&page_show_back_url=%2Fphotos%2Fstrategicguru%2F&user_id=34027962@N02&jump_to="></param> <param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649"></param> <param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=71649" allowFullScreen="true" flashvars="offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fstrategicguru%2Fshow%2F&page_show_back_url=%2Fphotos%2Fstrategicguru%2F&user_id=34027962@N02&jump_to=" width="400" height="300"></embed></object>
        It looks like Flickr uses the same URL (swfsrc) but different flashvars?

        • #21 by timware - May 17th, 2010 at 10:42

          Hah! That does seem to be the case.

        • #22 by StrategicGuru - May 18th, 2010 at 09:38

          Any thoughts on why the swf isn’t showing up on our facebook page?

  10. #23 by timware - May 18th, 2010 at 10:26

    StrategicGuru: The reason is your “flashvars” value is not copied exactly. In this part:

    %2Fpage_show_back_url

    there’s a missing “%” after the “%2F”

    that’s your problem.

  11. #25 by philippe - May 19th, 2010 at 15:24

    sorry

    <fb:swf
    swfbgcolor="000000"
    imgstyle="border-width:3px; border-color:white;"
    swfsrc='http://www.flickr.com/apps/slideshow/show.swf?v=71649'
    imgsrc='http://www.flickr.com/photos/phunziker/sets/72157623972222189/show/with/4615517403/' width='400' height='300'
    flashvars='offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fphunziker%2Fsets%2F72157623972222189%2Fshow%2F&page_show_back_url=%2Fphotos%2Fphunziker%2Fsets%2F72157623972222189%2F&set_id=72157623972222189&jump_to=' width='400' height='300'
    />

    • #26 by timware - May 19th, 2010 at 16:02

      Your “imgsrc” link goes to your slideshow! You need it to point to an image — .gif, .jpg, .png.

  12. #27 by philippe - May 19th, 2010 at 16:38

    Fantastic! Thank you so much!

  13. #28 by Alexandraa - May 27th, 2010 at 13:05

    Sorry forgot to include…
    Here is the original:
    [ EMBED SOURCE CODE DELETED]

    New code:
    <fb:swf
    swfbgcolor="000000"
    imgstyle="border-width:3px; border-color:white;"
    swfsrc=http://www.flickr.com/apps/slideshow/show.swf?v=71649
    imgsrc=http://www.flickr.com/photos/50643297@N08/sets/72157624149168348/show/ width='400' height='300'
    flashvars="offsite=true〈=en-us&page_show_url=%2Fphotos%2F50643297%40N08%2Fsets%2F72157624149168348%2Fshow%2F&page_show_back_url=%2Fphotos%2F50643297%40N08%2Fsets%2F72157624149168348%2F&set_id=72157624149168348&jump_to=" width="400" height="300"/>

    • #29 by timware - May 27th, 2010 at 13:20

      You don’t have quotes around the values for swfsrc or imgsrc. And the URL for the imgsrc isn’t pointing to an image, and it has to do that. All this was made clear in this post. You should read it carefully. Less wasted time for all of us :)

  14. #30 by Epicure on a Budget - June 6th, 2010 at 16:20

    Hi,

    I have put this code iin my FBML editor on my Facebook Page

    <fb:swf
    swfbgcolor="000000"
    imgstyle="border-width:3px; border-color:white;"
    swfsrc='http://www.flickr.com/apps/slideshow/show.swf?v=71649'
    imgsrc='http://farm5.static.flickr.com/4069/4667260196_784ff99c78_b.jpg' width='400' height='300'
    flashvars" value="offsite=true&lang=en-us&page_show_url=%2Fphotos%2F49278946%40N06%2Fsets%2F72157624100193328%2Fshow%2F&page_show_back_url=%2Fphotos%2F49278946%40N06%2Fsets%2F72157624100193328%2F&set_id=72157624100193328&jump_to=' width='400' height='300'
    />

    The image shows up but no slideshow!

    Can you tell me what I am doing wrong?

    • #31 by timware - June 6th, 2010 at 16:31

      Well, your “swfsrc” doesn’t appear to point to a slideshow. I tested the link in a browser and it turns up a black page. So you did something wrong there. You should read the instructions here more carefully.

      And what’s this:
      flashvars” value=”

      That mistake will bring you no happiness, my friend. Read carefully, always. Everyone’s troubles here have to do with either a bad swfsrc URL, or some sloppiness in the code, or the presence of “fancy” quotes instead of straight-up-and-down plain text quotes.

  15. #32 by Epicure on a Budget - June 6th, 2010 at 23:33

    OK, thanks. I will try this. I am completey new to all of this stuff :)

  16. #33 by Epicure on a Budget - June 6th, 2010 at 23:42

    As far as the link to the slideshow goes..this is the html code I copied to my clip board exactly as you instructed:

    The link to the slideshow from this is:

    http://www.flickr.com/apps/slideshow/show.swf?v=71649

    But, as you said it is going to a blank page when put in the browser. I don’t understand why.

  17. #34 by Epicure on a Budget - June 7th, 2010 at 00:03

    ah! It’s working now! :) Thank you, Tim

  18. #35 by Karen - June 17th, 2010 at 05:44

    I uploaded a picture of an arrow to photobucket and used that. When I go in I get a big blank square with a small x in the left corner, but if I click on it, the slideshow works fine. Here is my code

    • #36 by timware - July 29th, 2010 at 18:58

      You need to create the complete activation image, not just the arrow. The “small x” would indicate that the URL to your activation image is incorrect. Remember that URLs are case sensitive after the TLD (yourdomain.com).

  19. #37 by Anna - July 29th, 2010 at 04:20

    Hi,
    just found a problem on my FBML Tab regarding the CSS. On IE8 it seems like the animated table isn’t working when you’re logged out of Facebook. Instead of having each Tab in the table showing up by clicking on it, they’re just underneath each other. When you however refresh the page (still not logged in) it works fine.
    I tried it several times also on different computers and also included your style type=”text/css” code. Still doesn’t work.
    This is the tab I’m talking about: http://www.facebook.com/SIGMAFoto?v=app_7146470109
    Do you have any ideas why it isn”t working?
    Thanks so much for your help!!!
    Cheers, Anna

    • #38 by timware - July 29th, 2010 at 19:00

      How are you creating the slide effect? Can I see code?


(will not be published)

Be sure to wrap all code in <code></code> tags.

Submit Comment