Skip to main content

All Questions

0 votes
0 answers
61 views

url/slide parameters not appended

I'm using lightGallery and facebook comment/like plugin. Can't seem to figure out why there's not a linkback to the full url whenever someone uses fb-comments for tagging/linking. For me: page#lg=16&...
Nicolai Simonsen's user avatar
0 votes
0 answers
757 views

How to change the data-href in Facebook Comments

How to change the data-href after loaded page and initialized the JS SDK. I load the comments from the home page and want to new comments belong to the current page. I tried this code jQuery, and ...
YarNik's user avatar
  • 139
0 votes
0 answers
90 views

Facebook Comment Box Disappears in Accordian

I have two examples of Facebook comment box failing to load when an accordian is collapsed and reloaded. One HTML/JavaScript basic and the other in a Wordpress site via Visual Composer - this problem ...
Martin McGarry's user avatar
0 votes
1 answer
138 views

Facebook force refresh or pull of data

I ma using the Facebook comment plugin $('.fb-comments').attr('data-href', window.location.href); (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) ...
LeBlaireau's user avatar
  • 17.4k
2 votes
0 answers
539 views

Howto add a callback after Facebook Comments loads

I need to execute javascript code after the facebook comments plugin is properly rendered on the page (basically I need to get the #content's height) Comments placement somewhere in the content: <...
Andres SK's user avatar
  • 10.9k
-1 votes
1 answer
370 views

How To Get Latest Comments First? [Like Facebook Comment System]

I am trying to display the latest comments in the database I have tried DESC this displays comments from top to below which is alright but not what I need I also tried ASC and that's not displaying ...
John Carter's user avatar
3 votes
2 answers
3k views

Facebook Comments Plugin not displaying in AngularJS

SEE UPDATE AT BOTTOM OF THIS POST I am trying to implement a Facebook comments box in an ng-repeat and am having issues with it displaying. In Chrome it doesn't display until I click the refresh ...
eat-sleep-code's user avatar
0 votes
1 answer
129 views

Got lot of ul li list and need to open and close FB comment box on click

Site referring to is here. http://rabbletrends.com/ As of now the comment box is hidden in CSS(display:none;) and toggle with jquery. But the load time is way too much. My guess is if it just load ...
user1644207's user avatar
0 votes
1 answer
672 views

How do I add separate facebook comments for every image in a jQuery lightbox?

I recently finished building my own version of a lightbox using HTML5, CSS, and jQuery. At the core of it, jQuery basiically just adds the entire lightbox to the current displayed page. I say this to ...
Vladimir Rosca's user avatar
0 votes
1 answer
183 views

Facebook comments on a popup div

i have a problem with facebook comments and displaying them on a popup div. The problem is they share same comments but i have different data-href. Here is my code: $query_pag_data = "SELECT ID_Story,...
user3058067's user avatar
8 votes
1 answer
5k views

Making "Facebook Photo Viewer" with Fancybox 2

http://xinhsangchanh.com/demos/FancyBoxDemo.html This is my demo page show how to making "Facebook Photo Viewer" with Fancybox 2 jQuery & Fancybox 2 <script src="http://xinhsangchanh.com/...
VnDevil's user avatar
  • 1,381
0 votes
1 answer
2k views

Use Facebook comments widget in bootstrap tab

I'm trying to use the Facebook Comments widget inside a bootstrap 2 tab set. If the tab that the comments are placed in isn't the "default" or shown tab, the FB comments iFrame doesn't appear on tab ...
user101289's user avatar
  • 10.2k
0 votes
2 answers
1k views

Error javascript only get first value data-href?

I have a sample code: <div id="fb-root"></div> <div class="fb-comments" id="fb-comment" data-href="http://fb.com/t1" data-num-posts="3" data-width="590" ></div> <div ...
Hai Truong IT's user avatar
1 vote
1 answer
2k views

Can't load Facebook comments when loading content dynamically using Ajax/jQuery

I am having issues getting Facebook comments to load after adding them to a webpage using ajax. Javascript Code: $().ready(function() { $(document).delegate(".image a", "click", ...
Rambomst's user avatar
  • 663
-2 votes
1 answer
303 views

Jquery - Updating Facebook Comment Plugin after it loads

I would like to fill the TextArea of a Facebook Comment Plugin so that after it loads it will display my text inside the textArea. The HTML code for the comment is <div class="fb-comments ...
SF Developer's user avatar
  • 5,334

15 30 50 per page