![]() |
I guess I didnt realize about that one, thank you so much. Although I still have the loop of like dislike in firefox.
|
Many thanks for Mode is the result of a page to load slowly silk
|
anyone has problems with FF when clicking the like button?
|
Why would you not simply add this to the social bookmarking template??
In Show Thread templates.. showthread_bookmarksite Paste the following after the existing code Code:
<if condition="$bookmarksite[title]=='Facebook'"> https://vborg.vbsupport.ru/showthrea...light=facebook The reason this works more nicely, is that a) It puts the LIKE button with the rest of the social networking stuff. b) Vbulletin will only display the Social Bookmarking bits in threads that are GUEST viewable. |
Hi guys, one problem for me.
I put this code in the Showthread Code:
<div id="fb-root"></div> <script> 1) IE doesn't show anything 2) If I press the Like button and I go in my facebook wall, it doesn't show the infos of the thread. https://vborg.vbsupport.ru/external/2010/09/47.jpg No thread title, no thread url, no thread description. What should I do? |
:edit
i've solved it with the share-button. Code:
<a name="fb_share" type="button_count" share_url="http://WWW.DOMAIN.COM/showthread.php?p=$post[postid]&t" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script> |
I have applied the IE fix and still not working - is this still an open issue? Or a dead hack?
|
How about having a like option that links displays who liked the post and also adds to the OP's Karma - but not linking to facebook ?
|
I'm using the code from the first (top) post and it's working fine for me in IE8 (XFBML method)... is that unusual?
|
Thanks :)
|
Quote:
|
IF you use the FB Like button in your forums you should read this:
http://www.searchmarketingman.com/20...utton-bug.html The Like button messes up the URLs and indexed pages in SE's and makes many pages in your forum blank for IE users, so I've removed it for now until Facebook applies a fix to this. http://bugs.developers.facebook.net/...ug.cgi?id=9777 It's listed as a priority 5 bug by Facebook now, and that's the lowest priority so it may take a while until it's getting fixed, so the Like button may really mess up your forums now! |
I don't know if this XFBML code is affected by this bug, this code is relatively old and been out for a while... The code they are talking about is when linked directly to facebook's servers to download the latest javascript code...
As a test I put this into google: inurl:fb_xd_fragment site:mydomain.com And it didn't return any URL's so so far my site has been unaffected. However if you use a site name that has been affected hundreds of blank pages come up, such as: inurl:fb_xd_fragment site:thefootballnetwork.net |
Quote:
The best way to see this, and the way I found out the bug on my site (I didn't have any indexed pages with fb_xd_fragment either) ,was through Google Analytics. I started to notice several links ending in fb_xd_fragment that visitors where only on for a few secs. When I removed the FB Like button it was ok again, so the bug is still there. |
Thanks... sure enough they were there in the Analytics... switched back to the iframe for now.
|
Quote:
I have removed the "Like" button and wont add it until FB confirms that the bug has been fixed. Had hundreds of pages pr. day that where affected by this according to Google Analytics, and when I removed the button none of the fb_xd_fragment links shows up in the logs there anymore. It's really bad that FB have put a priority 5 on this, since it's a pretty serious bug. |
damn... thanks.
|
1 Attachment(s)
Nice! I'm using it and it works A1 with the IFrame.
Tho, i didn't put it under the control as it's to low, i switch it in my posbit-legacy under Icons&title ;) Code:
<!-- icon and title --> |
I don't get it.
I'm using this code. It posts to my fb page. but no topic link. Just a link to my domain name. That's it. Code:
<iframe src="http://www.facebook.com/widgets/like.php?href=http://www.mysite.com/forums/showthread.php$session[sessionurl]?p=$post[postid]&show_faces=false& |
I'm using the Iframe code with my site correctly inputted and nothign happens. Nothing is showing up in my posts in IE or FF. I saw a few other people with the same prob but nobody answered. I'm using the correct postbit template.
Why is nothing showing up??? |
Coders who never update a bugged product and/or never answers questions from users should be banned from ever posting any modification again :(
It's so pathetic I don't know whether to cry or laugh. |
Quote:
If programmers were never allowed to release a program with bugs we'd have no software at all- programs are too complicated to not have any bugs... Even something a simple as this has to deal with bugs that may be present in vBulletin itself or the whole of Facebook. YOU'VE NEVER EVEN POSTED IN THIS THREAD BEFORE! - So what problems are YOU having with this mod because we don't all have ESP and are able to know the problem before you post it. If you're commenting on the post made by the guy above you, I saw his post, I'm not the developer so I personally didn't want to comment, but this is what I was going to say: Either the laws of physics have ceases to work in your general vicinity, facebook is down, or YOU made a mistake somewhere. It's one of those three options... None of those are the fault of the guy who released this mod. |
BirdOPrey5: you act like I criticised you personally. I'm posting on behalf of the many people that never got any answers here from the author, and last time I checked YOU ARE NOT THE AUTHOR OF THIS MOD!
|
You say I have no standing to answer because I'm not the mod author... I say you have no standing to complain because you never posted in this thread before... so here we are... two people with no stake in either the start nor outcome of this argument.
Isn't that what the Internet is all about? Seriously though... while I'm not the author I have released my fair share of mods and when I see people like you complaining about bugs and lack of support for completely free mods I have to vent... You get what you pay for... You dare suggest someone not be allowed to release a mod because they don't meet your time table for replies? (not that you ever even requested help in this thread.) I say look at the 100+ people who installed and use this no problem- you think they'd prefer he not release it at all because he can't keep on top of support requests? What makes it even more annoying to me is there is nothing wrong with this mod- if you follow the instructions (and facebook is working and your vbulletin is working) it WILL work- there is no doubt it my mind it will work... IF setup correctly. |
Quote:
Just because the mod says its supported doesn't mean it's supported every day. It's a free mod what do you expect.. jeez. If you paid for it, then you got a right to whine about it... right now you don't!! |
Anyone know how I would make this appear on all posts but not pm's?
|
You can put the code in a conditional:
<if condition="THIS_SCRIPT =='showthread'"> code here </if> It won't show outside of the showthread.php file. |
Quote:
It worked! |
Quote:
Like it is showing as "Movember Mo Grow Contest Poll VOTING!! - Silverfish Longboarding - The Longboard Skateboarding Commu on silverfishlongboarding.com." I want it to just show "Movember Mo Grow Contest Poll VOTING!! on silverfishlongboarding.com." |
In your headinclude you should have several "og" meta lines... one of them is for title and should be :
Code:
<meta property="og:title" content="$threadinfo[title]"/> |
Quote:
Should I add them? If so where? |
Definitely everyone who uses the Like button should have these headers... Put them anywhere in your headinclude template.
Code:
<meta property="og:title" content="$threadinfo[title]"/> |
Quote:
This is the code I am using Code:
<meta property="og:image" content="http://www.silverfishlongboarding.com/images/logo.jpg"> If I have to choose one or the other I would rather be able to choose but just thought I should ask. Thanks for all the help, yer great. |
I don't think there's a way to choose, if so I haven't found it. You can remove the whole line to go back to how it was.
If you're using the iframe method the image won't ever show unfortunately. |
Quote:
good to know, thanks. |
Quote:
Thanks again. |
I believe the fan page is totally independent. I don't know of any way to "link" them. There is one additional "og" tag where you can add your facebook id to be the admin of the like button but I don't believe it really does anything for the like button as implemented in this mod.
Code:
<meta property="fb:admins" content="9999999999"/> How to find your facebook ID |
Quote:
|
edit:
Anyone knows how we can get the Language changed in the IFrame Version? Kind Regards |
I got sort of a request if anyone is willing to try, instead of having the like button inside the postbit, is it possible to have it in it's own box below the first post? I cannot get it situated right without it screwing up the postbit.
Also for the meta stuff, it doesn't seem to work for me. I put the stuff in the headinclude template with correct info, but when it gets to facebook it is as it was before. Maybe i am missing something though, i don't even know what it means by og or how the code would know that that meta is for facebook and not the site itself. |
All times are GMT. The time now is 06:47 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|