Hi,
I'd like to follow the topic which has been closed previously: http://drupal.org/node/1184488
I already had the Media and Media:Flickr modules correctly installed; Flickr API key & secret are both ok. Embedding Flickr single photo seems to work perfectly for me. I thus created, on the same content type, a Multimedia asset filed, named filed_slideshow, using Media file selector widget. (as shown on 1.jpg and 2.jpg) The field uses Media format with full view file mode.
However, when I tried to add content -> select media , by entering my Flickr slideshow url (http://www.flickr.com//photos/arsisthesis/sets/72157628893860175/show/), it shows Unable to handle the provided embed string or URL. (3.jpg)
| Comment | File | Size | Author |
|---|---|---|---|
| 3.jpg | 58.11 KB | arsisthesis | |
| 2.jpg | 62.52 KB | arsisthesis | |
| 1.jpg | 67.9 KB | arsisthesis |
Comments
Comment #1
aaron commentedit looks like there is an extra / at the beginning of that URL. How does it work if you take that out: http://www.flickr.com/photos/arsisthesis/sets/72157628893860175/show/
Unfortunately, it appears that Flickr allows for that. I guess that means that we will need to rewrite our regular expression to account for that.
Comment #2
steinmb commentedOld and with not activity, closing. Pls. reopen if this is still not fixed.