Embedding Flickr failed

I have looked on all the post on this topic and I haven't found a solid solution? I have tried this command in two websites with the same results on my Dolphins 7.1. Once I copy and paste the link from flickr and click continue it shows Embedding failed, however this doesn't happens with the video. Flickr API Key is correct I checked twice.

Regards,

Tradock

 

Quote · 21 Jun 2013

http://www.boonex.com/trac/dolphin/ticket/3238

Rules → http://www.boonex.com/terms
Quote · 22 Jun 2013

can someone please show me how to follow this instruction?

 

http://www.boonex.com/trac/dolphin/changeset/17747

Quote · 29 Oct 2013

You need to open and edit:


/flash/modules/photo/inc/functions.inc.php


Find at about line 24 this-

    $sCommand = $sFfmpegPath . " -y -i " . $sImageUrl . " -ss 0 -vframes 1 -an -f image2 " . $sFilePath;


and replace with:

    @copy($sImageUrl, $sFilePath);
    @chmod($sFilePath, 0666);
    $sCommand = $sFfmpegPath . " -y -i " . $sFilePath . " -ss 0 -vframes 1 -an -f image2 " . $sFilePath;



You need to open and edit:


/modules/boonex/photos/js/upload.js

Find at about line 206 this-

var bResult = /^https?:\/\/(www.)?flickr.com\/photos\/([0-9A-Za-z_@]+)\/([0-9]{10})\/$/.test(sText) && $('#accepted_files_block').text() == "";

Replace with this-

var bResult = /^https?:\/\/(www.)?flickr.com\/photos\/([0-9A-Za-z_@-]+)\/([0-9]{10})\/$/.test(sText) && $('#accepted_files_block').text() == "";



Save and clear cache

Hope that helps :)

Quote · 29 Oct 2013

 


You need to open and edit:


/modules/boonex/photos/js/upload.js

Find at about line 206 this-

var bResult = /^https?:\/\/(www.)?flickr.com\/photos\/([0-9A-Za-z_@]+)\/([0-9]{10})\/$/.test(sText) && $('#accepted_files_block').text() == "";

Replace with this-

var bResult = /^https?:\/\/(www.)?flickr.com\/photos\/([0-9A-Za-z_@-]+)\/([0-9]{10})\/$/.test(sText) && $('#accepted_files_block').text() == "";

 The above replacement code is the same as the code that needs to be replaced...!

Quote · 20 Jul 2014

No there not.. One is [0-9A-Za-z_@-] and the other is [0-9A-Za-z_@]

One symbol can throw the whole code off

Quote · 20 Jul 2014

 

No there not.. One is [0-9A-Za-z_@-] and the other is [0-9A-Za-z_@]

One symbol can throw the whole code off

 Yes. You are correct. Many thanks for pointing this out - however, flickr embedding still fails even with cache cleaned and files changed...

Quote · 20 Jul 2014

Anyone?

Quote · 23 Jul 2014

Please, anyone?

Quote · 27 Jul 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.