vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - Add Facebook "Like" button to your threads [vB 3.8.x] (https://vborg.vbsupport.ru/showthread.php?t=241053)

cdoyle 05-08-2010 02:21 AM

has anyone came up with a way to fix the button not showing in IE?

ckelley 05-08-2010 05:06 AM

IDK, but I tried to install this exactly as the instructed, and absolutely nothing happened. I added it directly after <controls> and nothing happened, I tried the first two codes presented, and then tried the facebook generated code that cdoyle found and nothing happened. I then went to </controls> and entered them there just above that thinking maybe I misunderstood the instructions and still nothing at all happened.

I AM running 3.8.5. Here www.syntheticmotorsports.org, although that won;t due much good as it still has not effected the appearance of the site in any way after installation attempts.

t.uzuner 05-08-2010 10:44 PM

thanks thats work

ARSamo 05-09-2010 12:22 PM

Quote:

Originally Posted by kall (Post 2033077)
I've not installed this mod, but.. have you defined the og: stuff?

Try: http://www.nzboards.com/new-zealand-...t-3-5-a-90512/ (it's under the Reply to Thread/Thread Title), then check my FB profile.

;)

i want to add button like u say....
what do i do...
further more i want to add book mark, recent activity and members helpful post to every post in my forum .... define plz....
thnx in advance.......

cdoyle 05-10-2010 12:40 AM

So is this working in IE for everyone else?

ckelley 05-10-2010 01:27 PM

I can't get it to work at all, according to everything I see, it is fully installed but nothing happens. This is in FF, IMHO, no need to test IE until I get it in FF.

Brandon Sheley 05-10-2010 03:00 PM

Quote:

Originally Posted by kall (Post 2033077)
I've not installed this mod, but.. have you defined the og: stuff?

Try: http://www.nzboards.com/new-zealand-...t-3-5-a-90512/ (it's under the Reply to Thread/Thread Title), then check my FB profile.

;)

That's pretty slick, how did you do that? :)

UnganWeb 05-12-2010 11:01 PM

Quote:

Originally Posted by Loco.M (Post 2034574)
That's pretty slick, how did you do that? :)

+1.

cdoyle 05-13-2010 01:38 AM

Quote:

Originally Posted by ckelley (Post 2034545)
I can't get it to work at all, according to everything I see, it is fully installed but nothing happens. This is in FF, IMHO, no need to test IE until I get it in FF.

Not sure why FF wouldn't work, could you post the code you're currently using?

hubie 05-14-2010 12:28 AM

Here's a fix of IE issue changing some code. With this code the button is now displayed in IE browser.

Please let me know if it's working properly.

Code:

<div id="fb-root"></div> <script>
  window.fbAsyncInit = function() {
    FB.init({
      appId  : '100673979977717',
      status : true, // check login status
      cookie : true, // enable cookies to allow the server to access the session
      xfbml  : true  // parse XFBML
    });
  };
 
  (function() {
    var e = document.createElement('script');
    e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
    e.async = true;
    document.getElementById('fb-root').appendChild(e);
  }());
</script> <fb:like layout="standard" show_faces="true" width="300" action="like" colorscheme="light" />

*Note: If you use the appId that appears in the code above, you'll get an interesting effect 'onmouseover' with the title of thread.


All times are GMT. The time now is 06:28 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01179 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete