hillpetrella
Forum Replies Created
-
Thanks. Submitted now.
Best,
AdamHi Darren,
Added:
// Facebook Comments
$(function() {
$.fn.almComplete = function(alm){
FB.XFBML.parse();
};
})(jQuery);$.fn.almComplete = function(alm){
FB.XFBML.parse();
};In WordPress to Advanced Options > Custom Java Script Code and still not loading.
Also, I tried adding:
// Facebook Comments
$(function() {
$.fn.almComplete = function(alm){
FB.XFBML.parse();
};
})(jQuery);and
$.fn.almComplete = function(alm){
FB.XFBML.parse();
};to java script and css and still couldn’t get it to load.
Hi Darren,
I found that using that code wouldn’t work because it would just load the same comment each time.
Instead I downloaded a plugin and used shortcode for the repeater template. It still is having a problem loading on previous posts though..
<div>
<div class=”section”><article id=”post-<?php the_ID(); ?>” <?php post_class(‘post’); ?>><?php
the_post_thumbnail( ‘full’ );
BlogAndShop::title();
the_content(null, BlogAndShop::to(‘post/strip_teaser’));?>
</article><?php echo do_shortcode(‘[fbcomments]’); ?>
<div>
<?php BlogAndShop::meta(); ?>