You could basically create a simple plugin, that will generate a shortcode. The function of this shortcode would be displaying the required images. You can choose between Ajax or maybe using the embedded PHP timer to trigger Ajax to retrieve the images. Then you embed this shortcode in your post or page (wherever you wish your images to be displayed).
Good luck.
Related Posts:
- Shortcode function doesnt work without caption
- Replace background image with post thumbnail in shortcode
- How do I change/modify the_post_thumbnail(); html output?
- Is there a way to parse shortcodes in PHP?
- Using file_exists to check file in Uploads
- Display sorting options dropdown when using WooCommerce product category shortcode
- Retrieve multiple values passed to a single attribute in a shortcode
- Rename image uploads with width in filename
- Export User Info to CSV from Front End
- Counting number of posts in a category and its sub categories and displaying result using shortcode
- Shortcode created to check language not works
- Add/echo div with Analytics-Code to function in functions.php
- Change Width of Featured Image Thumbnail on Add/Edit Post Page
- Use Timber/Twig to pull an image by image ID [closed]
- Adding graphics to 404.php page
- Strip Image Classes from HTML Output
- Additional image sizes are not being generated
- How can I default to all WordPress roles when parameter is not included in shortcode?
- PHP contact form returns warning in text widget [closed]
- Adding a querystring to an image URL when clicking ‘insert into post’?
- Listing and displaying WooCommerce Shipping Zones in the frontend? [closed]
- How to insert a local image with custom size
- Recent post display using shortcode
- Need to turn this php into WP shortcode
- Theme currently showing thumbnails, how to show full size?
- Validate Uploaded Image using WordPress’ Built-in Functions?
- custom shortcode will not display the wrapped content
- Trigger popup in a php if/else statement
- Append HTML Using Shortcode
- How to output a PHP file values by shortcode?
- Set the background to a default image if there isn’t a specified “featured image”
- How to control WordPress image metadata (using Imagick)?
- Can’t upload image using media_sideload_image
- How to use thumbnail size of image if I’m only using src to get image
- WordPress function when file is uploaded, deleted or edited
- Shortcode with PHP issue “Undefined index”
- Excecuting php function in shortcode
- Custom PHP script throws critical error ONLY when editing page
- Returning data instead of echoing/printing
- Is it possible to define variables in a wordpress shortcode, and then call the shortcode using a specific variable?
- Create a WordPress shortcode using PHP [duplicate]
- do_action(), iFrame Gets Displayed Despite Password Protection [closed]
- Using Shortcode to Grab Archive Listing, Separate by Year
- Only show image from custom field when present
- Timthumb.php image gallery not working on Multisite WordPress
- calling a custom field value inside functions.php
- Using ob_start and ob_get_clean with wordpress shortcode
- List all blogs, but exclude the main site
- Change default gallery images – Currently they are displaying full size imagese
- Creating black and white copy of an image [closed]
- PHP code inside Shortcode
- Action Hook Inside WordPress Plugin Shortcode
- How can I include the user id inside of a shortcode php output?
- PHP Helper Class to create shortcodes
- How to set a featured image (thumbnail) with PHP?
- Some problems in custom widget
- Displaying images outside the content
- Checking page before applying image restrictions while uploading
- how to get sentence values from wordpress shortcode parameter?
- Updating Metadata with Shortcode
- Create shortcode for metabox gallery
- Retrieve alt text by referencing the img src
- Update Images after edit via php
- couldnt show short code atts in category
- Time Stamp In A WordPress Post Title That Does Not Keep Refreshing
- How to get the url of the entry in which an image belongs
- Advanced Custom Forms PHP formatting for do_shortcode
- How can I create a shortcode from an html and php code written together
- CPT in a shortcode
- PHP/CSS: Shortcode won’t display correctly, and only displays in the head (before content)
- how to call other plugins once custom post has been inserted
- How to include different html tags in the header for different pages?
- WordPress Shortcode based on other shortcode
- Force ‘permanent’ post cache of shortcode results
- Wrapping shortcode content in a span or link
- Use html tags in shortcode_atts, is it real?
- add class to background image
- Contact form field in wordpress menu
- Save the outputted image into the Media Library, with a different filename and extension
- php string inside shortcode does not work
- Limit the number of successful logins
- Manipulate database of WordPress site with my own scripts
- Shortcodes (with a space) added to php Sample
- How to have Function of a plugin using global vars into a shortcode?
- Creating image gallery in wordpress
- Image limit from 1 to 5
- Auto create description in post
- Gallery requires a featured image but does not show it in posts/pages
- Where to place PHP for shortcodes
- How to wrap a text with shortcode into php file?
- Changing 2011 theme header image based on user dropdown
- PHP Widget and do_shortcode
- Shortcode not passing variable to included file
- How to create shortcode of this PHP code
- How to automatically convert images to WebP on WordPress?
- Remove default Image Sizes
- WP Custom tables query
- WooCommerce: write featured image dimensions to custom fields in product’
- Generate and upload screenshot as featured image for user-submitted post
- Restricting Image Upload Sizes using ‘wp_handle_upload_prefilter’ – Stuck media progress bar when Featured Image?