Title: Share problem after load more
Last modified: August 30, 2016

---

# Share problem after load more

 *  [valerija23](https://wordpress.org/support/users/valerija23/)
 * (@valerija23)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/share-problem-after-load-more/)
 * After click on load more, share buttons stop working i use Add to Any plugin 
   for share, and it works perfect on post who are not in load more div. I put in
   repeater template code for share, you can see how repeater template looks:
 *     ```
       <div class="col-md-4" style="margin-top:20px">
       	<h6 style="font-weight:bold;margin:0px;">Recent</h6>
       	<p class="entry-date" style="margin:0px"><?php echo get_the_date(); ?></p>
   
       	<?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT(); } ?>
   
       	<a href="<?php the_permalink();?>"><h2 style="margin-bottom:0px"> <?php the_title(); ?></h2></a>
   
       	<br/>
   
       	<?php $short_desc = get_post_meta(get_the_ID(), 'birds_portfolio_short_desc', TRUE); ?>
   
       	<p class="hp-short-desc"><?php echo $short_desc; ?></p>
   
       	<a href="<?php the_permalink();?>" style="text-decoration:underline">READ MORE</a>
   
       	<?php if ( (function_exists('has_post_thumbnail')) && (has_post_thumbnail()) ) { ?>
   
       	<figure class="effect">
       		<a href="<?php the_permalink();?>"><?php the_post_thumbnail("full"); }?></a>
       	</figure>
   
       </div>
       ```
   
 * [https://wordpress.org/plugins/ajax-load-more/](https://wordpress.org/plugins/ajax-load-more/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * (@dcooney)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/share-problem-after-load-more/#post-6298678)
 * Because ALM loads content dynamically you will need to initiate any JS after 
   ALM adds the content to the page.

Viewing 1 replies (of 1 total)

The topic ‘Share problem after load more’ 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/)

## Tags

 * [load more](https://wordpress.org/support/topic-tag/load-more/)
 * [share problem](https://wordpress.org/support/topic-tag/share-problem/)

 * 1 reply
 * 2 participants
 * Last reply from: [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/share-problem-after-load-more/#post-6298678)
 * Status: not resolved