Title: worldelse's Replies | WordPress.org

---

# worldelse

  [  ](https://wordpress.org/support/users/worldelse/)

 *   [Profile](https://wordpress.org/support/users/worldelse/)
 *   [Topics Started](https://wordpress.org/support/users/worldelse/topics/)
 *   [Replies Created](https://wordpress.org/support/users/worldelse/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/worldelse/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/worldelse/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/worldelse/engagements/)
 *   [Favorites](https://wordpress.org/support/users/worldelse/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Using Jetpack related posts on custom post types?](https://wordpress.org/support/topic/using-jetpack-related-posts-on-custom-post-types/)
 *  [worldelse](https://wordpress.org/support/users/worldelse/)
 * (@worldelse)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/using-jetpack-related-posts-on-custom-post-types/#post-5018740)
 * Hello,
 * How i can include this ? Do i need to include this in the template or function.
   php ?
 * Thank you for help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Publicize posting issue](https://wordpress.org/support/topic/publicize-posting-issue/)
 *  Thread Starter [worldelse](https://wordpress.org/support/users/worldelse/)
 * (@worldelse)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/publicize-posting-issue/#post-4405102)
 * Hello,
 * It helps for Twitter when the connection for Twitter was reset. For Facebook 
   i had to disable WP Open Graph to make it work.
 * Now everything works fine 🙂
 * Thanks for help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[jQuery Pin It Button for Images] Pin it and infinitescroll issue](https://wordpress.org/support/topic/pin-it-and-infinitescroll-issue/)
 *  Thread Starter [worldelse](https://wordpress.org/support/users/worldelse/)
 * (@worldelse)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/pin-it-and-infinitescroll-issue/#post-4363677)
 * Yes true, but in my case because i have a special class for the picture using
   infinite scroll and i limit the use of the button to this class, it works fine
   🙂
 * Anyway, thanks a lot for your help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[jQuery Pin It Button for Images] Pin it and infinitescroll issue](https://wordpress.org/support/topic/pin-it-and-infinitescroll-issue/)
 *  Thread Starter [worldelse](https://wordpress.org/support/users/worldelse/)
 * (@worldelse)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/pin-it-and-infinitescroll-issue/#post-4363675)
 * Hello. I resolved my issue using a php method in order to generate a unique id
 * I add the attribute data-jpifbi-indexer to my image loading in infinite scroll
   and using the get_the_id function of wordpress. This function generate an unique
   id for post.
 *     ```
       <a href="<?php the_permalink() ?>"><?php if (has_post_thumbnail()) { the_post_thumbnail('homepage-thumb','data-jpibfi-indexer='.get_the_ID().''); }?>
       ```
   
 * This help if someone experienced the same issue
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[jQuery Pin It Button for Images] Pin it and infinitescroll issue](https://wordpress.org/support/topic/pin-it-and-infinitescroll-issue/)
 *  Thread Starter [worldelse](https://wordpress.org/support/users/worldelse/)
 * (@worldelse)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/pin-it-and-infinitescroll-issue/#post-4363670)
 * Thanks for your answer.
 * I hope, one day, we will have an update about this because infinite scroll is
   used a lot. And your plugin will be perfect with this add feature.
 * If i still want this to work, do you know witch part of the code from the plugin
   i have to copy ?
 * Thanks for your help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[jQuery Pin It Button for Images] Pin it and infinitescroll issue](https://wordpress.org/support/topic/pin-it-and-infinitescroll-issue/)
 *  Thread Starter [worldelse](https://wordpress.org/support/users/worldelse/)
 * (@worldelse)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/pin-it-and-infinitescroll-issue/#post-4363650)
 * After investigation, it seems that i have to put something in the callback of
   my code for infinite scroll in order to have the hover pin it button appear when
   new content is loaded by infinite scroll. here is my code for infinite scroll
 *     ```
       $(document).ready(function(){
   
                      var $container = $('#wrapper2');
   
                       $container.imagesLoaded(function(){
                         $container.masonry({
                           itemSelector: '.pin',
                           singleMode:true,
   
                         });
                        });
   
                        $container.infinitescroll({
               // selector for the paged navigation
               navSelector  : '#navigation',
               // selector for the NEXT link (to page 2)
               nextSelector : '#navigation a',
               // selector for all items you'll retrieve
               itemSelector : '.pin',
               debug : true,
   
               loading: {
                   msgText:'',
                   img: 'http://i.imgur.com/qkKy8.gif',
                   finishedMsg:''
               }
           },
           function( newElements ) {
               var $newElems = $( newElements ).css({ opacity: 0 });
               $newElems.imagesLoaded(function() {
                   $newElems.animate({ opacity: 1 });
                   $('#wrapper2').masonry( 'appended', $( newElements,true ) );
                    });
   
             });
       });
       ```
   
 * is someone has experienced the same issue ? thanks for your help
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [query_posts('category_name='.get_the_title(). problem with category with accent](https://wordpress.org/support/topic/query_postscategory_nameget_the_title-problem-with-category-with-accent/)
 *  Thread Starter [worldelse](https://wordpress.org/support/users/worldelse/)
 * (@worldelse)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/query_postscategory_nameget_the_title-problem-with-category-with-accent/#post-4260729)
 * No errors but no post are showed.
 * I have a little clue.
 * The function category name use the category slug witch have no accent. But how
   does it word if i want to use the category name only ?

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