Gallery Magic Lite

The plugin automatically imports WordPress image gallerise from remote web pages.

Author:CyberSEO.net (profile at wordpress.org)
WordPress version required:5.6
WordPress version tested:5.6.4
Plugin version:1.2
Added to WordPress repository:16-09-2020
Last updated:23-11-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.cyberseo.net/gallery-magic-lite/
Total downloads:320
Active installs:30+
plugin download
Click to start download

The Gallery Magic Lite plugin allows you to grab image galleries from other sites and automatically insert them into your WordPress posts and pages. The plugin downloads the original full-sized gallery images from a remote website, upload them to your server, crop the image preview thumbnails, sets a featured image for the post and generates a standard WordPress image gallery.

Use the gallery_magic shortcode to grab an image gallery from a specified webpage and insert into your post. E.g.:

[gallery_magic url="https://www.gotceleb.com/delilah-hamlin-daily-front-row-fashion-awards-2019-in-la-2019-03-18.html" featured_image="first" link="file"]

Save the post and open it in the browser. It will take a while when you open it for the first time, because the plugin needs to download all images, crop tumbnails etc.

The following parameters are available for the gallery_magic shortcode:

  • url: the source gallery URL;
  • featured_image: “first”, “last”, “random” or leave it empty if you don’t want to generate featured image at all;
  • max_images: max number of images in the gallery (default: all images);
  • cols: number of columns in the gallery (default: 4);
  • size: specify the image size to use for the thumbnail display. Valid values include “thumbnail”, “medium”, “large”, “full” and any other additional image size that was registered with add_image_size().
  • The default value is “thumbnail”. The size of the images for “thumbnail”, “medium” and “large” can be configured in WordPress admin panel under Settings > Media.
  • link: can be “file” (link directly to image file), “none” (no link) or leave it empty if you want to link it to the attachment’s permalink.