Ok, you may looking for a nice gallery plugin that can pull image from various social network (Pinterest, Facebook Page, Instagram, Flickr, or even Google Plus). This Gallery Global Plugin works for me.
The Missing Image & Thumbnail
But if you got the same problem with me: Thumbnail not appear or gallery isn’t show at your shortcode (just a spinning icon). Don’t worry. This can be solved.
This way solve my problem
According to LCWeb’s FAQ. The problem can come from many causes. May be it is about your server’s permission and also the process of easy_wp_thumb.php in plugin’s classes folder.
I follow this and it works.
- Go to classes/easy_wp_thumb.php in plugin’s folder
- Go to line 54
- Replace with following code:
if( !defined('FS_METHOD')) { define('FS_METHOD', 'direct'); }