I am trying to make a image gallery in wordpress from Dropbox. In wordpres I installed the plugin “Cloud Folder Share” that read information from Dropbox specific folder. Problem is that it make a list of all files that I have in this folder but I need that he show my this files/images. Can somebody help my with this things. Or knows somebody other solution to create a image gallery from Dropbox or Google Drive shared folder?
May be somebody know what I can edit in php files to get the images not the name of it and link to it on dropbox.
Thank you.
1 comment
Comments are closed.
The Core API would be the best choice for this. You can find the official PHP SDK for the Core API here.
There’s a getting started guide here.
The full documentation is here.
For example, you can use this method to get a thumbnail for an image file. Here is a link for this.
It’s really pretty simple. Here is a snippet from http://davidwalsh.name/generate-photo-gallery Follow this link and you’ll found a simple way to solve your issue (demo included).
I hope now you leads towards a positive solution.