comments inside a homepage carousel
-
hey,
im trying to get the comments to load into a carousel, and am having a bit of difficulty getting each carousel slide to display the comments box, the first slide loads the comments box fine, but any subsequent slides dont load the actual comments box (the iframe appears to be being rendered into the source code, but nothing displays), i have the following code inside the foreach loop thats rendering out my carousel code
<?php $cs_page_url = get_permalink(); ?> <?php echo do_shortcode("[fbcomments url='".$cs_page_url."' width='100%' count='off' num='3' countmsg='wonderful comments!']"); ?>
when i inspect the webpage, it is pulling in the correct data-href, is anyone aware of any kind of problem with loading more than one comment box into the same page? ie different comment box’s on each slide of my carousel??
any help is much appreciated
kind regards
- The topic ‘comments inside a homepage carousel’ is closed to new replies.