Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: Cannot read property 'photo' of undefined #28

Open
ghost opened this issue Nov 21, 2014 · 2 comments
Open

Uncaught TypeError: Cannot read property 'photo' of undefined #28

ghost opened this issue Nov 21, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 21, 2014

I'm getting this javascript error for the flickr.html example that is included, along with my attempt at getting a flickr account to load. Any ideas on how to resolve this?

The error is on line 614:
case 'flickr':
objPath = json.photoset.photo;
break;

@jermartin77
Copy link
Owner

In the Flickr URL you can change http to https

Jeremiah

On Nov 21, 2014, at 3:55 PM, Ryan Hood notifications@github.com wrote:

The error is on line 614:
case 'flickr':
objPath = json.photoset.photo;
break;


Reply to this email directly or view it on GitHub.

@ghost
Copy link
Author

ghost commented Nov 22, 2014

Thanks for the reply.
I don't see anywhere in the documentation that it says that I need to include a Flickr URL.

I added the following information based on the readme file

<script src="js/plusgallery.js"></script> <script type="text/javascript"> $('#plusgallery').plusGallery(); </script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant