});
95098e722581f332df8600cb520bce4a is my API key in Flickr
72157664194003590
72157662429549284 is my albums
Other changes in files I did not.
Then I all the files uploaded to my server. The structure of files and folders I fully retained.
But the gallery isn't visible.
Here is the result: http://vstansnami.ru/tmp/index.html
Section "Example 1"
Please help!
Really need to show Flickr gallery on my website!
Thank you.
Sincerely, Igor.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I been meaning to update this library, but just have not had the time...
The problem is that Flickr changed theirs APIs to only work via HTTPS... So the fix is asy: in the jquery.flickrGallery.js file, look for all instances of http:// and change it to https://. I found them to be on lines: 373, 620 and 652
Hope this helps for now....
I really need to move this problem to github and then update it...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you very much! Tried again to do everything from the beginning and I made it! Showed on the page my albums from Flickr. Look in the section example 2: http://vstansnami.ru/tmp/web/index.html
Now I translate on Russian language.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please tell me how to increase the size of the big photo on the page of the image viewer?
And please tell how to make page photo albums latest photo albums were on top?
Last edit: Igor 2016-02-29
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, Paul. I solved the problem of image size on the page image. File jquery.flickrGallery.js to edit line 856. By default it looks like this: if (!s) {s = ";}; Need to put the values: 's' or 't' or 'm' or 'b'. I set the value of 'b' and I have loaded the picture in its original size. The values 's' or 't' or 'm' reduces the original size.
But I don't know how to sort categories on the page categories to the last category were on top. Tell me, please, if you know.
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello. I decided to use Your product jQuery.flickrGallery. I downloaded all files via the macropoker: http://netix.dl.sourceforge.net/project/ptflickrgallery/ptflickrgallery/flickrGallery%20v0.2/jQuery.ptFlickrGallery-0.2.zip.
I then edited the file web/index.html.
Your lines:
$('#example1').flickrGallery({
api_key: '6682e529b68ecbad4ffe38eb06c2a7b2',
photoset_ids:
'7215760invalid0238417754',
'72157594510628160',
'72157600286172216',
'72157594545277831'
});
I wrote:
$('#example1').flickrGallery({
api_key: '95098e722581f332df8600cb520bce4a',
photoset_ids:
'72157664194003590',
'72157662429549284'
});
95098e722581f332df8600cb520bce4a is my API key in Flickr
72157664194003590
72157662429549284 is my albums
Other changes in files I did not.
Then I all the files uploaded to my server. The structure of files and folders I fully retained.
But the gallery isn't visible.
Here is the result: http://vstansnami.ru/tmp/index.html
Section "Example 1"
Please help!
Really need to show Flickr gallery on my website!
Thank you.
Sincerely, Igor.
I been meaning to update this library, but just have not had the time...
The problem is that Flickr changed theirs APIs to only work via HTTPS... So the fix is asy: in the
jquery.flickrGallery.jsfile, look for all instances ofhttp://and change it tohttps://. I found them to be on lines: 373, 620 and 652Hope this helps for now....
I really need to move this problem to github and then update it...
Thank you. These changes did, but the problem is not solved.
Ok.. Any errors in the console? any errors in the network tab?
Thank you very much! Tried again to do everything from the beginning and I made it! Showed on the page my albums from Flickr. Look in the section example 2: http://vstansnami.ru/tmp/web/index.html
Now I translate on Russian language.
Ok.. Good.. Sorry for the trouble.
Please tell me how to increase the size of the big photo on the page of the image viewer?
And please tell how to make page photo albums latest photo albums were on top?
Last edit: Igor 2016-02-29
Hi, Paul. I solved the problem of image size on the page image. File jquery.flickrGallery.js to edit line 856. By default it looks like this: if (!s) {s = ";}; Need to put the values: 's' or 't' or 'm' or 'b'. I set the value of 'b' and I have loaded the picture in its original size. The values 's' or 't' or 'm' reduces the original size.
But I don't know how to sort categories on the page categories to the last category were on top. Tell me, please, if you know.
Thank you.
I'm not sure either... Its been a long time since I looked at this plugin so its hard for me to provide you with a response.