Title: Instagram posts not loading
Last modified: November 9, 2020

---

# Instagram posts not loading

 *  [ps3hero](https://wordpress.org/support/users/ps3hero/)
 * (@ps3hero)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/instagram-posts-not-loading/)
 * [https://www.awo-experts.de/aktuelles/](https://www.awo-experts.de/aktuelles/)
 * After “load more” the Instagram posts are broken, any idea?
    -  This topic was modified 5 years, 6 months ago by [ps3hero](https://wordpress.org/support/users/ps3hero/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Finstagram-posts-not-loading%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [ps3hero](https://wordpress.org/support/users/ps3hero/)
 * (@ps3hero)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/instagram-posts-not-loading/#post-13639060)
 * Repeater Template:
 *     ```
       <article>
           <div class="col_inner">
           	<p class="entry-meta">
                   <span class="date_wrapper">
                       <span><?php the_time("M"); ?></span>
                       <span><?php the_time("Y"); ?></span>
                   </span>
               </p>
   
               <h2 class="h3">
                   <?php the_title(); ?>		
               </h2>
   
               <?php if ( has_post_thumbnail() ) { ?>
                   <?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'fullheight' ); $image = $image[0]; ?>
                   <div class="loader_wrapper">
                   <figure>
                       <img src="<?php echo $image; ?>" alt="">
                   </figure>
                   </div>
               <?php } ?>
   
               <div class="txt">
                   <?php the_content(); ?>
               </div>
           </div>
       </article>
       ```
   
 *  Plugin Author [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * (@dcooney)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/instagram-posts-not-loading/#post-13680520)
 * [@ps3hero](https://wordpress.org/support/users/ps3hero/) Sorry for the delay.
   I’m just guessing, but likely the instagram plugin is using JS to load the images.
   And you’ll need to call a function to load them.
 * I’d start by asking the Instagram plugin how (if possible) to load the IG images
   when a post is being loaded with Ajax.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Instagram posts not loading’ is closed to new replies.

 * ![](https://ps.w.org/ajax-load-more/assets/icon-256x256.png?rev=2944639)
 * [Ajax Load More – Infinite Scroll, Load More, & Lazy Load](https://wordpress.org/plugins/ajax-load-more/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ajax-load-more/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ajax-load-more/)
 * [Active Topics](https://wordpress.org/support/plugin/ajax-load-more/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ajax-load-more/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ajax-load-more/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/instagram-posts-not-loading/#post-13680520)
 * Status: not resolved