Facebook Social Plugin Post not displaying
-
Hi,
i want to use Ajax Load More to make a stream of small posts, like texts, single images, a Twitter tweet or a Facebook Post.
To achieve this, i use a very simple repeater template
<div class="post-item<?php if (! has_post_thumbnail() ) { echo ' no-img'; } ?>"> <?php the_post_thumbnail( 'bones-thumb-640' ); ?> <?php the_content(); ?> </div>
This works great so far with the exception of the Facebook Posts. They simply don’t display at all. The element is in the DOM, but having a height 0 and not loaded at all. I think this issue might be related to this guys problem:
But his solution does not work for me. Any help is greatly appreciated.
Best regards
Till
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Facebook Social Plugin Post not displaying’ is closed to new replies.