Log in

View Full Version : Show Thread Enhancements - Add New Facebook "Like" button to your threads


Pages : [1] 2

ericgtr
04-21-2010, 10:00 PM
Please remember to click Mark as Installed if you use this modification.

Facebook has just launched their latest "Like" button to developers to use on any site. What this does is utilizes the Advertising module to add the "Like" button to the first post of each thread. Please see screenshots to get an idea.

In your Admin CP go to Advertising > New Ad > Choose "Thread" from the dropdown and then select the first thread box. Give it a title (I called mine FB Like) leave "First Post Content" at default and paste in this code:

<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.YOURSITE.com/{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}&amp;layout=button_count&amp;show_faces=true&amp;w idth=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:px"></iframe>
<!-- / Facebook Like -->


Be sure to change YOURSITE.com to your URL including your forum.

The VBSEO team has instructions on how to make this work for their product here http://www.vbseo.com/f2/facebook-like-button-vbulletin-42695/#post265997

===========================================
Option 2 (different from above, do not use together) will show at top, see screenshot #3

In Postbit (or legacy) find:

{vb:raw ad_location.thread_first_post_content}


Add this after:

<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')"
<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.YOURSITE.com/{vb:link thread, {vb:raw thread}}&amp;layout=standard&amp;show_faces=true&amp;width=450 &amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
<!-- / Facebook Like -->
</vb:if>


For additional information on this button and different parameters please visit http://developers.facebook.com/docs/reference/plugins/like

=================================================

For those who have asked, here is the modification adds both the "Like" button and comments to a users profile https://vborg.vbsupport.ru/showthread.php?t=239424

=================================================
Additional locations to place this code:

For CMS, in vbcms_content_article_page add the code below this:

{vb:raw comment_block}


For pictures, in template album_pictureview add the code below this:

{vb:raw picturecomment_commentarea}


For Blog, in template blog_show_entry add at the very top.

saviola8x
04-22-2010, 03:17 PM
Fix with me ! Demo : http://s2facebook.com/forum/showthread.php?854

Open Postbit temp search
{vb:raw ad_location.thread_first_post_content}

Add below :
<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://DOMAIN.com/forum/{vb:link thread, {vb:raw thread}}&amp;layout=standard&amp;show_faces=true&amp;width=450 &amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
<!-- / Facebook Like -->

Done.

pjdaley
04-22-2010, 03:29 PM
I also get "error"

The page at http://mysitehere.net/showthread.php?t could not be reached.

Also it seems not to work with VBSeo

Doctor Death
04-22-2010, 03:38 PM
Would be great to have a dislike button as well.

Can it also be tagged to each post in a thread or can it only deal with first post?

saviola8x
04-22-2010, 03:50 PM
Can it also be tagged to each post in a thread or can it only deal with first post?
Wherever you want. :up:

trackpads
04-22-2010, 04:35 PM
I changed the width to =50 so that it didnt push the content around

trackpads
04-22-2010, 04:35 PM
Suggestion: Can you create a hack like this so users can like members profiles?

ericgtr
04-22-2010, 04:49 PM
To anyone getting a submit error, be sure your URL is correct. Also, I have not tested with vbseo and it will most likely need to be re-worked for that.

@trackpads I will look into that, I'm sure the parameters will have to be modified for that page.

PixelFx
04-22-2010, 04:54 PM
looks like sweet addon thanks :D

wacnstac
04-22-2010, 05:21 PM
Can this also be used with 3.8.X?

pjdaley
04-22-2010, 05:26 PM
Very cool little add-on, but will need to re-work it to work with vbSEO

installed+rating good job :)

dirtycrow
04-22-2010, 05:45 PM
i get an error =

The page at http://%5BB%5Dhttp//forums.orderofthecrow.org/%5B/B%5Dshowthread.php?82234-convention-2010-cape-cod-edition could not be reached.

dirtycrow
04-22-2010, 05:47 PM
i get an error =

nvm, i think i got it to work.

dirtycrow
04-22-2010, 05:49 PM
Very cool little add-on, but will need to re-work it to work with vbSEO

installed+rating good job :)

i agree 100 percent. with out the thread title of what you are liking its not descriptive enough to get people to visit.

ericgtr
04-22-2010, 05:49 PM
Can this also be used with 3.8.X?
As it stands it will not work with 3.8 because the variable names have changed. I do not have a 3.x board to test on anymore.

ericgtr
04-22-2010, 05:52 PM
Very cool little add-on, but will need to re-work it to work with vbSEO

installed+rating good job :)

i agree 100 percent. with out the thread title of what you are liking its not descriptive enough to get people to visit.

Understood, let's see if we can get this working with VBSEO by presenting this question to them, we need to convert this to VBSEO:

{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}


Please see if you can get one of their people to answer this and we can then add a VBSEO version of this mod here.

wacnstac
04-22-2010, 05:53 PM
If someone could supply the variable names to make this work on 3.8.X I'd really appreciate it.

wacnstac
04-22-2010, 06:07 PM
Even taking the stock "share" IFRAME from facebook, is giving me an error right now. Perhaps their system is overloaded?

Da-Vinci
04-22-2010, 06:07 PM
Using the code from the 2nd post mine looks like this with VBSEO installed. and I think it's a pretty cool mod.

Obviously I'm using Adsense so it makes more sence to have the like button beneath the title, but I've found no problems with VBSEO.

https://vborg.vbsupport.ru/

One question, I have though is there a conditional, I can use to exclude certain forums?

ericgtr
04-22-2010, 06:12 PM
Even taking the stock "share" IFRAME from facebook, is giving me an error right now. Perhaps their system is overloaded?
If it has the red "error" upon clicking then it most likely means the URL path isn't setup correctly. I would double check it.

kall
04-22-2010, 06:25 PM
Understood, let's see if we can get this working with VBSEO by presenting this question to them, we need to convert this to VBSEO:

{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}


Please see if you can get one of their people to answer this and we can then add a VBSEO version of this mod here.
I've taken the question to the devs.. it's odd. The link shows as the standard vB variable url inside the fb stuff, whether you use iframe or the js version.

Obviously the error is there to prevent people from having what they like link back to the wrong thing, but it's a tad annoying that it doesn't work with the way vbseo does it.

Does it work with the vB4 SEO options?

ericgtr
04-22-2010, 06:34 PM
I've taken the question to the devs.. it's odd. The link shows as the standard vB variable url inside the fb stuff, whether you use iframe or the js version.

Obviously the error is there to prevent people from having what they like link back to the wrong thing, but it's a tad annoying that it doesn't work with the way vbseo does it.

Does it work with the vB4 SEO options?
I'm afraid I don't have vbseo to test it on so I can't say. But yeah, like you say it checks the URL before it allows it which is good and bad I guess depending on how you look at it. The benefit to me for iframe is that it won't affect the board if it's slow for any reason.

giorgino
04-22-2010, 07:13 PM
Using the code from the 2nd post mine looks like this with VBSEO installed. and I think it's a pretty cool mod.

Obviously I'm using Adsense so it makes more sence to have the like button beneath the title, but I've found no problems with VBSEO.

http://www.hostmypics.org/pictures/47a582d1b7772ed42c9669d39c6288bd.png

One question, I have though is there a conditional, I can use to exclude certain forums?


Great effect! How you have done? Can you give me the code please?

Da-Vinci
04-22-2010, 07:32 PM
Yes it's in the 2nd post of this thread.

https://vborg.vbsupport.ru/showpost.php?p=2025432&postcount=2

Maybe the VBSEO problem is to do with the type of url rewrite you use, I use 002 - Hierarchic directory type URLs with content relevant threads (used at www.vBSEO.com) for my forumURL's, but obviously if your using a different type of URL rewrite it's not something you want to change.

Also not wanting to be a pest but can anybody answear this?

Is there a conditional, I can use to exclude certain forums?

The reason being we have a few private forums which I would prefer not to be displayed on Facebook, and although I can tell the members who have access to said forums not to click the Like button in the said sections, you will always get one or two, who will.

hiker
04-22-2010, 07:38 PM
Nice mod. Will install it soon. I was waiting for this since the news of Facebook discontinuing the Facebook Connect soon.

Alien
04-22-2010, 07:42 PM
On multi-page threads, it will put up the like text/icons at the top of every page.

Less than ideal, I'd like to see it only on page 1/post 1 of a thread...

Fix with me ! Demo : http://s2facebook.com/forum/showthread.php?854

Open Postbit temp search
{vb:raw ad_location.thread_first_post_content}

Add below :
<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://DOMAIN.com/forum/{vb:link thread, {vb:raw thread}}&amp;layout=standard&amp;show_faces=true&amp;width=450 &amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
<!-- / Facebook Like -->

Done.

giorgino
04-22-2010, 07:58 PM
Yes it's in the 2nd post of this thread.

https://vborg.vbsupport.ru/showpost.php?p=2025432&postcount=2

Maybe the VBSEO problem is to do with the type of url rewrite you use, I use 002 - Hierarchic directory type URLs with content relevant threads (used at www.vBSEO.com) for my forumURL's, but obviously if your using a different type of URL rewrite it's not something you want to change.

Also not wanting to be a pest but can anybody answear this?

Is there a conditional, I can use to exclude certain forums?

The reason being we have a few private forums which I would prefer not to be displayed on Facebook, and although I can tell the members who have access to said forums not to click the Like button in the said sections, you will always get one or two, who will.

Great work perfectly with vBSeo (with 002 rules like you). Thank you very much! :)

Da-Vinci
04-22-2010, 08:03 PM
Cool glad it's worked for you, but I take no credit for any of the work, I just used what was available to me.

ericgtr
04-22-2010, 08:05 PM
On multi-page threads, it will put up the like text/icons at the top of every page.

Less than ideal, I'd like to see it only on page 1/post 1 of a thread...
Here's the way around that:

In Postbit (or legacy) find:

{vb:raw ad_location.thread_first_post_content}


Add this after:

<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')"
<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.YOURSITE.com/{vb:link thread, {vb:raw thread}}&amp;layout=standard&amp;show_faces=true&amp;width=450 &amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
<!-- / Facebook Like -->
</vb:if>

This will only show on the first post no matter how many pages there are.

Alien
04-22-2010, 08:10 PM
Excellent, eric. Thank you SO much. I'll just add an additional conditional to exclude some forums and we should be all set!

ericgtr
04-22-2010, 08:14 PM
Excellent, eric. Thank you SO much. I'll just add an additional conditional to exclude some forums and we should be all set!
For reference, here is the code for it to only "show" in selected forums:


<vb:if condition="in_array($forum['forumid'], array(1,2,3))">Show this to forum 1, 2 and 3</vb:if>

hiker
04-22-2010, 08:15 PM
Nice mod. Will install it soon.

Nevermind, couldn't wait. Had to install it now. :D

Working perfectly!

SuperGLS
04-22-2010, 08:19 PM
Very cool! I've done in like it post 29 and edited it so that the height=30 instead of 75 and it looks really good.

Would you put that forum conditional right underneath the code from post 29?

SuperGLS
04-22-2010, 08:22 PM
Here's a screenshot.

https://vborg.vbsupport.ru/external/2010/04/13.png

neil.
04-22-2010, 09:15 PM
Any luck with vbseo, none work for me:

I get errors like:
htp://forum.kitecrowd.com/%7Bvb:link%20thread,%20%7Bvb:raw%20thread%7D%7D could not be reached.with http obv.

ericgtr
04-22-2010, 09:26 PM
Any luck with vbseo, none work for me:

I get errors like:
htp://forum.kitecrowd.com/%7Bvb:link%20thread,%20%7Bvb:raw%20thread%7D%7D could not be reached.with http obv.
Have you tried the code posted up in the second post of this thread?

TimberFloorAu
04-22-2010, 09:34 PM
Works a treat thanks Eric

TimberFloorAu
04-22-2010, 09:46 PM
Shouldnt :

<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')"

be

<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">

Da-Vinci
04-22-2010, 09:56 PM
For reference, here is the code for it to only "show" in selected forums:


<vb:if condition="in_array($forum['forumid'], array(1,2,3))">Show this to forum 1, 2 and 3</vb:if>


Thank you Eric, but as for the conditional, is there not a way to just exclude certain forums rather than only show to certain forum as I have many many forums and sub forums that I would like to display the Like button on and only say 4 forums and 7 subforums I would like to exclude lol. I am just finding my way around conditional at the moment and will try to refer to the article that details the conditional to work this one out on my own, but any help is greatly appreciated.

Shouldnt :

<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')"

be

<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">

I don't want to look stupid here but are those 2 conditionals not identical?

TimberFloorAu
04-22-2010, 10:12 PM
No he forgot closing bracket ">"

Uberguilds
04-22-2010, 10:31 PM
Postbit_Legacy:

With VBSEO
<iframe src="http://www.facebook.com/plugins/like.php?href=http://(domain)$_SERVER[VBSEO_URI]?p=$post[postid]&amp;layout=button_count&amp;show_faces=true&amp;width=&amp;action =like&amp;colorscheme=light"
scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:100px; height:20px"></iframe>




Without VBSEO
<iframe src="http://www.facebook.com/plugins/like.php?href=http://(domain)/showthread.php$session[sessionurl]?p=$post[postid]&amp;layout=button_count&amp;show_faces=true&amp;width=&amp;action =like&amp;colorscheme=light"
scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:100px; height:20px"></iframe>

puertoblack2003
04-22-2010, 10:35 PM
this is nice and clean.It'll be nice to have something but for twitter:)

RedTrinity
04-22-2010, 11:35 PM
I suppose there is no way to have this mod show the member's forum username, instead of their real name from FB?

ericgtr
04-22-2010, 11:51 PM
I suppose there is no way to have this mod show the member's forum username, instead of their real name from FB?
Unfortunately not.

TimberFloorAu
04-23-2010, 12:45 AM
Code as follows mate:

<vb:if ........>

<--facebook code-->

</vb:if>

Uberguilds
04-23-2010, 12:48 AM
<if condition="$forum[forumid] == 15 || $forum[forumid] == 12 || $forum[forumid] == 13 || $forum[forumid] == 14">
<iframe></iframe>

</if>

PixelFx
04-23-2010, 01:06 AM
I had the error for setup .. found putting www.domain.com/forum/ .. in websitehere link above fixed the error for me. Tried both ad version and postbit version.

anyway awesome mod thanks for the work getting this out so fast.

wacnstac
04-23-2010, 01:54 AM
So I got this working with 3.8.X and and able to click the like button and the numeric value goes up, but nothing every gets posted to my fb wall. What gives?

ericgtr
04-23-2010, 01:56 AM
So I got this working with 3.8.X and and able to click the like button and the numeric value goes up, but nothing every gets posted to my fb wall. What gives?
Sorry, as stated I cannot test on 3.8 because I no longer have that version, chances are the URL is not correct though, to double check view the source of your page to see the output URL.

ericgtr
04-23-2010, 01:57 AM
Sorry, as stated I cannot test on 3.8 because I no longer have that version, chances are the URL is not correct though, to double check view the source of your page to see the output URL.
For those who have asked about adding this to user profiles please see this mod https://vborg.vbsupport.ru/showthread.php?t=239424 which adds both the "Like" button and a comments box.

worried
04-23-2010, 04:07 AM
Thank you TimberFloorAu and Uberguilds for posting your code. Unfortunately, I couldn't get either to work. I can get the mod to work by itself except everytime I try to exclude forums it doesn't work. I've tried all different ways:


<!-- Facebook Like -->
<vb:if condition="(THIS_SCRIPT == showthread) && ($post[postcount] == '1') && (in_array($forum[forumid],array(2,3,8,9,13)))">
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.yourDomain.com/{vb:link thread, {vb:raw thread}}&amp;layout=standard&amp;show_faces=true&amp;width=450 &amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
</vb:if>
<!-- / Facebook Like -->


<!-- Facebook Like -->
<vb:if condition="in_array($forum['forumid'],array(2,3,8,9,13))">
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.yourDomain.com/{vb:link thread, {vb:raw thread}}&amp;layout=standard&amp;show_faces=true&amp;width=450 &amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
</vb:if>
</vb:if>
<!-- / Facebook Like -->

I bet I'm doing something simple that's wrong. I just don't see it.

kall
04-23-2010, 04:20 AM
Postbit_Legacy:

With VBSEO
<iframe src="http://www.facebook.com/plugins/like.php?href=http://(domain)$_SERVER[VBSEO_URI]?p=$post[postid]&amp;layout=button_count&amp;show_faces=true&amp;width=&amp;action =like&amp;colorscheme=light"
scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:100px; height:20px"></iframe>




Without VBSEO
<iframe src="http://www.facebook.com/plugins/like.php?href=http://(domain)/showthread.php$session[sessionurl]?p=$post[postid]&amp;layout=button_count&amp;show_faces=true&amp;width=&amp;action =like&amp;colorscheme=light"
scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:100px; height:20px"></iframe>
This is a 4.0 mod. The bit in bold and big kind of jumps out as being totally incorrect..

ericgtr
04-23-2010, 04:27 AM
Thank you TimberFloorAu and Uberguilds for posting your code. Unfortunately, I couldn't get either to work. I can get the mod to work by itself except everytime I try to exclude forums it doesn't work. I've tried all different ways:


<!-- Facebook Like -->
<vb:if condition="(THIS_SCRIPT == showthread) && ($post[postcount] == '1') && (in_array($forum[forumid],array(2,3,8,9,13)))">
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.yourDomain.com/{vb:link thread, {vb:raw thread}}&amp;layout=standard&amp;show_faces=true&amp;width=450 &amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
</vb:if>
<!-- / Facebook Like -->


<!-- Facebook Like -->
<vb:if condition="in_array($forum['forumid'],array(2,3,8,9,13))">
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.yourDomain.com/{vb:link thread, {vb:raw thread}}&amp;layout=standard&amp;show_faces=true&amp;width=450 &amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
</vb:if>
</vb:if>
<!-- / Facebook Like -->

I bet I'm doing something simple that's wrong. I just don't see it.
I bet they have to be combined, I don't have time to look at it tonight but I'll play with it some tomorrow.

Da-Vinci
04-23-2010, 04:46 AM
No he forgot closing bracket ">"

Ah now I see it, give me a slap, I'll keep my mouth shut next time lol.

Thanks TimberFloorAu and everybody who has tweaked this, not forgetting EricGTR, I really like this mod and think overall, it's far better than Facebook Connect, I just hope Facebook don't decide to discontinue this like they the did with Facebook Connect.

worried
04-23-2010, 04:51 AM
There is supposed to be a bug in 4.0.0 - 4.0.2 in which ads won't diplay at all if you set them for certain forums: http://www.vbulletin.com/forum/project.php?issueid=34416&page=2

It's supposed to be fixed in 4.0.3 which I'm using yet I can't get it to work.

hubie
04-23-2010, 05:16 AM
Here's an adaptation I made for 3.8.x: https://vborg.vbsupport.ru/showthread.php?t=241053

Cheers.

hiker
04-23-2010, 05:17 AM
I just changed to option 2. Much better. Option 1 was wrapping my text strange, leaving big gaps.

reimic
04-23-2010, 05:28 AM
How is the code for the CMS?

TimberFloorAu
04-23-2010, 06:22 AM
Option 2 to hide specific forums.


<!-- Facebook Like -->
<vb:if condition="in_array($forum['forumid'],array(2,3,8,9,13))">
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.yourDomain.com/{vb:link thread, {vb:raw thread}}&amp;layout=standard&amp;show_faces=true&amp;width=450 &amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
</vb:if>
</vb:if>
<!-- / Facebook Like -->


Dont forget if your forum is in folder [forum] change the above code to:


<!-- Facebook Like -->
<vb:if condition="in_array($forum['forumid'],array(2,3,8,9,13))">
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.yourDomain.com/forum/{vb:link thread, {vb:raw thread}}&amp;layout=standard&amp;show_faces=true&amp;width=450 &amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
</vb:if>
</vb:if>
<!-- / Facebook Like -->


The code
<vb:if condition="in_array($forum['forumid'],array(2,3,8,9,13))">
This displays this MOD in these forum ID's

The code
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">
Displays only in first post

To show in only ONE forum:
Replace
<vb:if condition="in_array($forum['forumid'],array(2,3,8,9,13))">
use this
<vb:if condition="$forum[forumid] == x">Show this if forum id is x</vb:if>

Change x to the forum id of the forum you want this mod to display in.

AURFSCAN
04-23-2010, 07:10 AM
Option 2 to hide specific forums.


<!-- Facebook Like -->
<vb:if condition="in_array($forum['forumid'],array(2,3,8,9,13))">
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.yourDomain.com/{vb:link thread, {vb:raw thread}}&amp;layout=standard&amp;show_faces=true&amp;width=450 &amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
</vb:if>
</vb:if>
<!-- / Facebook Like -->


Dont forget if your forum is in folder [forum] change the above code to:


<!-- Facebook Like -->
<vb:if condition="in_array($forum['forumid'],array(2,3,8,9,13))">
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.yourDomain.com/forum/{vb:link thread, {vb:raw thread}}&amp;layout=standard&amp;show_faces=true&amp;width=450 &amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
</vb:if>
</vb:if>
<!-- / Facebook Like -->


The code
<vb:if condition="in_array($forum['forumid'],array(2,3,8,9,13))">
This displays this MOD in these forum ID's

The code
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">
Displays only in first post

To show in only ONE forum:
Replace
<vb:if condition="in_array($forum['forumid'],array(2,3,8,9,13))">
use this
<vb:if condition="$forum[forumid] == x">Show this if forum id is x</vb:if>

Change x to the forum id of the forum you want this mod to display in.


confusing..the display and hide are both the same?


how do you combine these conditions?

show in forum
<vb:if condition="in_array($forum['forumid'],array(2,3,8,9,13))">

with

<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">



thx

TimberFloorAu
04-23-2010, 08:11 AM
confusing..the display and hide are both the same?


how do you combine these conditions?

show in forum
<vb:if condition="in_array($forum['forumid'],array(2,3,8,9,13))">

with

<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">



thx

Quite easily.


<vb:if condition="in_array($forum['forumid'],array(2,3,8,9,13))">
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">

<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.YOURSITE.com/{vb:link thread, {vb:raw thread}}&amp;layout=standard&amp;show_faces=true&amp;width=450 &amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
<!-- / Facebook Like -->

</vb:if></vb:if>

Bellinis
04-23-2010, 08:50 AM
One thing I don't understand yet: will this button also show up for users not using facebook/facebook connect?
For people not using FB, this like-button has no use, has it?

Ranger375
04-23-2010, 11:37 AM
Is there a way to use option 2, but have it so that it doesnt show the names of the people who like the post?

worried
04-23-2010, 11:42 AM
Quite easily.


<vb:if condition="in_array($forum['forumid'],array(2,3,8,9,13))">
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">

<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.YOURSITE.com/{vb:link thread, {vb:raw thread}}&amp;layout=standard&amp;show_faces=true&amp;width=450 &amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
<!-- / Facebook Like -->

</vb:if></vb:if>


TimberFloorAu, could you do me a favor and test your script on your forum. It's not working for me.

ericgtr
04-23-2010, 01:18 PM
One thing I don't understand yet: will this button also show up for users not using facebook/facebook connect?
For people not using FB, this like-button has no use, has it?
Correct, but with 400 million people using FB most who visit forums will probably already have it.

Lizard King
04-23-2010, 02:16 PM
vBSEO owners can use the following fix http://www.vbseo.com/f2/facebook-like-button-vbulletin-42695/#post265997 to get this mode compatible with vBSEO

War.Frog
04-23-2010, 02:25 PM
I'm not really concerned with the private forums - when I create a Like link in one of those, it just says I like my domain (XXX likes www.domain.com). Not an overly bad thing IMO!

ericgtr
04-23-2010, 02:30 PM
vBSEO owners can use the following fix http://www.vbseo.com/f2/facebook-like-button-vbulletin-42695/#post265997 to get this mode compatible with vBSEO
Thanks! Updated the first post with this.

dirtycrow
04-23-2010, 02:31 PM
OK, so i don't have VBseo installed, i've tried with both "basic Friendly URLs" and "advanced Friendly URLs" in my Server Settings and Optimization Options panel in the admin cp and on my facebook wall it displayed "likes (the forum name)" as opposed to "like (thread title) on (forum name).

is this how its supposed to work? it there something i'm missing to get the title of the thread to display? please advise.

dirtycrow
04-23-2010, 02:33 PM
i run a private forum, is that why my thread title are not being shown? my forum is set up so you have to have an account before you see any content.

ericgtr
04-23-2010, 02:54 PM
OK, so i don't have VBseo installed, i've tried with both "basic Friendly URLs" and "advanced Friendly URLs" in my Server Settings and Optimization Options panel in the admin cp and on my facebook wall it displayed "likes (the forum name)" as opposed to "like (thread title) on (forum name).

is this how its supposed to work? it there something i'm missing to get the title of the thread to display? please advise.
To be clear, this modification is setup to work with out of the box VB without VBSEO, that takes a separate plugin to work. As for it now showing the titles properly I would make sure that you don't have any other SEO mods/plugins running.

ericgtr
04-23-2010, 02:56 PM
i run a private forum, is that why my thread title are not being shown? my forum is set up so you have to have an account before you see any content.
That will do it, remember that FB has to be able to read the thread as a guest in order to display its title.

dirtycrow
04-23-2010, 03:01 PM
That will do it, remember that FB has to be able to read the thread as a guest in order to display its title.

damn. no work around huh?

NFLfbJunkie
04-23-2010, 03:05 PM
I inserted the code so that the FB Like will only show in certain forums, but it continues to show in all forums. I have seen this code in two different ways in this thread. Is either one correct.

<vb:if condition="in_array($forum['forumid'], array(2,14))">Show this to forum 2 and 14</vb:if>

<vb:if condition="in_array($forum['forumid'],array(2,14))">

This is what I have and it doesn't just show these two forums:

<vb:if condition="in_array($forum['forumid'], array(2,14))">
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">
<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.mydomain.com/forums/{vb:link thread, {vb:raw thread}}&amp;layout=standard&amp;show_faces=true&amp;width=450 &amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
<!-- / Facebook Like -->
</vb:if>

hiker
04-23-2010, 05:27 PM
One thing I don't understand yet: will this button also show up for users not using facebook/facebook connect?
For people not using FB, this like-button has no use, has it?

Maybe my screenshots will help. If you're not logged into facebook, you'll see this:

http://www.bogley.com/forum/attachment.php?attachmentid=33334&stc=1&d=1272003191

And when you are logged into facebook, you'll see this:

http://www.bogley.com/forum/attachment.php?attachmentid=33333&stc=1&d=1272003174

Obviously, the above examples are using Option 2.

Option 1 would look like this, and I didn't like the way it was wrapping the text.

http://www.bogley.com/forum/attachment.php?attachmentid=33327&stc=1&d=1272003056

And here's option 2 on the same thread:

http://www.bogley.com/forum/attachment.php?attachmentid=33328&stc=1&d=1272003108

Mutt
04-23-2010, 05:27 PM
Is there a way to use option 2, but have it so that it doesnt show the names of the people who like the post?


change show_faces=true to show_faces=false

worried
04-23-2010, 08:54 PM
Marked as unistalled. Although there seems to be no danger, it serves no purpose in a inaccessible forum.
EDIT: Installed. Having the code to specify forums changed my mind

dirtycrow
04-23-2010, 09:02 PM
damn. no work around huh?
why doesn't it pull from the URL in private forums? the url's are supposed to be SEO friendly after all.

ericgtr
04-23-2010, 09:03 PM
why doesn't it pull from the URL in private forums? the url's are supposed to be SEO friendly after all.
Because FB cannot access the URL as a guest. Try to think of FB as a guest on your site, if a guest cannot access a forum it cannot see the title.

AURFSCAN
04-23-2010, 09:13 PM
ONLY DISPLAY IN CERTAIN FORUMS

29 and 133 being the forum ids you want this to show in.. more forums would be 29,44,123,49 etc


its not $forum[forumid] its $thread[forumid] :)







<vb:if condition="in_array($thread['forumid'],array(29,133))">
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">

<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.yoursite.com/{vb:link thread, {vb:raw thread}}&amp;layout=standard&amp;show_faces=false&amp;width=45 0&amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:30px"></iframe>
<!-- / Facebook Like -->
</vb:if>
</vb:if>

TimberFloorAu
04-23-2010, 09:20 PM
I disagree.

From my knowledge of conditionals, even with multiple and / if / else statements inline. To display in particular forums the correct conditional is:

<vb:if condition="in_array($forum['forumid'], array(1,2,3))">Show this to forum 1, 2 and 3</vb:if>

AURFSCAN
04-23-2010, 09:21 PM
$forum does not work for me


this does



<vb:if condition="in_array($thread['forumid'], array(1,2,3))">Show this to forum 1, 2 and 3</vb:if>

AURFSCAN
04-23-2010, 09:23 PM
just try $thread

CoZmicShReddeR
04-23-2010, 09:49 PM
On dark themes the part where it says "likes this.Be the first of your friends to like this." is too hard to read... Is there a way to color code that to a lighter color?

TimberFloorAu
04-23-2010, 10:30 PM
Its an iframe, so apply a class to a div. Then add that class to your css

worried
04-24-2010, 12:33 AM
$forum does not work for me


this does



<vb:if condition="in_array($thread['forumid'], array(1,2,3))">Show this to forum 1, 2 and 3</vb:if>


Thanks! That works! I modified that line of code for my forum
<vb:if condition="THIS_SCRIPT == showthread && $post[postcount] == '1' && in_array($thread[forumid],array(2,3,8,9,13))">

ericgtr
04-24-2010, 01:02 PM
On dark themes the part where it says "likes this.Be the first of your friends to like this." is too hard to read... Is there a way to color code that to a lighter color?
Try changing colorscheme=light to colorscheme=dark in the code.

Also, please click Install if you use this. :)

Ranger375
04-24-2010, 06:44 PM
change show_faces=true to show_faces=false

Thanks for the response, but it is still showing names for some reason..

Uberguilds
04-24-2010, 07:12 PM
I had to take this off my site.

The button loads slow and cracks out some people's browsers. I have it on for every post, which is pretty much the only thing I have use for it. Problem on Facebook's end.

=(

ericgtr
04-24-2010, 07:16 PM
I had to take this off my site.

The button loads slow and cracks out some people's browsers. I have it on for every post, which is pretty much the only thing I have use for it. Problem on Facebook's end.

=(
FB has been really slow for me but since this is iframe it still doesn't slow the site down but may affect the formatting a little bit. I think they are making site updates and it probably won't last too long.

MedellinStyle
04-25-2010, 10:30 PM
Hi

I want to ask, the script works fine, it displays fine on peoples wall on facebook, but in VBULLETIN, different to how many people clicks on LIKE, it still displays , LIKE 1.

Only 1 not acumulate, any help would be appreciated , thanks!

ericgtr
04-25-2010, 11:18 PM
Hi

I want to ask, the script works fine, it displays fine on peoples wall on facebook, but in VBULLETIN, different to how many people clicks on LIKE, it still displays , LIKE 1.

Only 1 not acumulate, any help would be appreciated , thanks!
It only shows how many of your friends clicked on it.

Please click install. :)

YankForum
04-26-2010, 01:03 PM
tnx installed

AndrewSpearin
04-26-2010, 02:06 PM
I have this installed and working fine for forum posts, but how do I go about adding it for CMS articles, blog posts, and albums/pictures?

ericgtr
04-26-2010, 02:24 PM
I have this installed and working fine for forum posts, but how do I go about adding it for CMS articles, blog posts, and albums/pictures?
Here's some suggestions.

For CMS, in vbcms_content_article_page add the code below this:

{vb:raw comment_block}


For pictures, in template album_pictureview add the code below this:

{vb:raw picturecomment_commentarea}


This gives you the idea, I haven't added it to the blog yet but it's just a matter of locating the right template.

AndrewSpearin
04-26-2010, 03:58 PM
Thanks, I added this code:

<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.npac.ca/2010/{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}&amp;layout=button_count&amp;show_faces=fal se&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:30px"></iframe>
<!-- / Facebook Like -->

in: vbcms_content_article_page

after: <vb:if condition="$comment_block"> ... </vb:if>

Example: http://npac.ca/2010/content.php/121-QA-with-Rod-MacIvor

I click like, it shows up with the proper article title on my Facebook profile, however it links to the corresponding forum post for the article: http://www.npac.ca/2010/showthread.php/17-Article-Q-amp-amp-A-with-Rod-MacIvor

The 'like' does appear in both the forum post and article though.

How can I make it link straight back to the article? I'm not familiar with the {vb:link} stuff, so I don't really know what else to try instead.

Thanks again for your help!

movslow
04-26-2010, 04:25 PM
FYI, I had the error, and realized you need the trailing / on the end of the url.

Added that, worked liked a charm, this was in Postibit Legacy.

fluidswork
04-27-2010, 02:49 AM
Awesome mod i will try it ..............

junaid
04-27-2010, 06:40 AM
Is possible to add like thanks button or same locations?

junaid
04-27-2010, 07:06 AM
I want code for button count 16x16
could you provide me code

hoadiem
04-27-2010, 11:14 PM
will this work with 4.0.3

Ranger375
04-28-2010, 03:50 PM
yeah it works with 4.0.3

Red Spider
04-30-2010, 09:47 AM
im struggling to get this working correctly as per the screenshots in OP.

When i click "like" it on my fb newsfeed it just says "xxx likes xxx forum"... does NOT say "xxx likes xxx on xxx forum" as per the screenshot. any help?

Crazyfruitbat
04-30-2010, 01:36 PM
that works great in postbit legacy - front page articles would be great now

ericgtr
04-30-2010, 03:26 PM
im struggling to get this working correctly as per the screenshots in OP.

When i click "like" it on my fb newsfeed it just says "xxx likes xxx forum"... does NOT say "xxx likes xxx on xxx forum" as per the screenshot. any help?
That usually means something isn't right with your forum path, I would double check it.

that works great in postbit legacy - front page articles would be great now
I have a location for that a little while back here https://vborg.vbsupport.ru/showpost.php?p=2027633&postcount=95

ijob
05-01-2010, 07:10 AM
have installed this. cheers.

how do you include tweets like in my attached image?

wIrEs
05-01-2010, 07:59 AM
any way to display "Be the first of your friends to like this." in a different language ? like spanish or french. What i am trying to say is when a user changes the Forum Language from the bottom of the page, the phrase "Be the first of your friends to like this." should change accordingly.
(installed) thanks!

RockstarNetwork
05-01-2010, 07:28 PM
Here's some suggestions.

For CMS, in vbcms_content_article_page add the code below this:

{vb:raw comment_block}


For pictures, in template album_pictureview add the code below this:

{vb:raw picturecomment_commentarea}


This gives you the idea, I haven't added it to the blog yet but it's just a matter of locating the right template.

This doesn't seem to work for me. No like button appears in the CMS article. I tried changing "THIS_SCRIPT == showthread" to "THIS_SCRIPT == content" with no luck either.

Any tips?

unfv
05-01-2010, 08:28 PM
It worked for me, I have VB 4.0.3

RockstarNetwork
05-01-2010, 11:38 PM
Okay I got it to work by removing the first and last lines containing the "<vb:if..." and "</vb:if>" code. Now to reposition it somewhere that's a bit more appealing...

Also, I'm having the same issue as on the previous page where it links to the forum thread for the article instead of the article itself. Any ideas on how to change that?

Edit: Resolved the above with this code in the cms article template:
<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href={vb:raw page_url}&amp;layout=standard&amp;show_faces=true&amp;width=45 0&amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
<!-- / Facebook Like -->

salvador21
05-02-2010, 02:27 PM
Here's some suggestions.

For CMS, in vbcms_content_article_page add the code below this:

{vb:raw comment_block}




This didn't work for me, it's fine on forum threads though (in the postbit legacy template)

EDIT: and rockstarnetworks code isn't working either.

Also, any idea how to get it working in blogs?

asus78
05-03-2010, 12:51 PM
How do i get this for my articles and user blogs (cms)

that makes even more sense than just in the forum...

ericgtr
05-03-2010, 02:27 PM
This didn't work for me, it's fine on forum threads though (in the postbit legacy template)

EDIT: and rockstarnetworks code isn't working either.

Also, any idea how to get it working in blogs?

How do i get this for my articles and user blogs (cms)

that makes even more sense than just in the forum...

I've updated the first post to give the locations frequently asked here, these include photo albums, blogs and vbcms.

maipoman
05-04-2010, 05:19 PM
But when you add this to a vbcms article, the link that is posted on Facebook is the one to vBCms Comments forum, not the article itself. Is there a way to fix this?

RockstarNetwork
05-04-2010, 11:35 PM
But when you add this to a vbcms article, the link that is posted on Facebook is the one to vBCms Comments forum, not the article itself. Is there a way to fix this?

See my post #110 above to fix this.

maipoman
05-05-2010, 06:02 AM
See my post #110 above to fix this.

Thank you, that worked like a charm! :)

Jabong82
05-05-2010, 07:32 AM
Hey great Mod. I want to use this on my blog, but I think I need to modify the code?

I tried to use the post bit legacy version and did this:


<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.YOURSITE.com/{vb:link blog, {vb:raw blog}}&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;a ction=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
<!-- / Facebook Like -->



Using this code it posts to facebook however the title is wrong, and it doesn't go to the specific blog, but rather all of the users blogs.


Is there a way to use the PostBit Legacy version you posted of the mod but make it work for blogs in the exact same way? (ie. posts blog title on FB and connects to the right blog?).

I know your other mod where you add the FB comment box has a "like" button that accomplishes this. I would like that basically without the cumbersome comment box (only like button).

Thanks in advance.

gyaronn
05-05-2010, 12:08 PM
How can i add this to my CMS 2 ?

ericgtr
05-05-2010, 01:34 PM
How can i add this to my CMS 2 ?
This code can be used pretty much anywhere, so it's just a matter of finding a location in your template for it. Not sure about CMS2 but what I normally do is find the template then look for keywords on the page that correspond to that template for placement ideas.

gyaronn
05-05-2010, 07:45 PM
ok and another question i am traying to make a Like Box from facebook as a widget at my web site (www.fmsas.org) by using this code :
<iframe src="http://www.facebook.com/plugins/likebox.php?profile_id=189546965717&amp;width=226& amp;height=295&amp;connections=6&amp;stream=false& amp;header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:226px; height:295px;" allowTransparency="true"></iframe>
but for some reason it does not work can any one help me?

ericgtr
05-05-2010, 08:14 PM
ok and another question i am traying to make a Like Box from facebook as a widget at my web site (www.fmsas.org) by using this code :

but for some reason it does not work can any one help me?
I just took a look and can't see why that's happening either, I even tested your code here http://developers.facebook.com/docs/reference/plugins/like-box I wonder if there is a problem with that right now on their end.

gyaronn
05-05-2010, 08:27 PM
should it be an static HTML or something deferent ?

gyaronn
05-05-2010, 08:32 PM
ok got it working the idiots on FB wrote the wrong code dont know how i did not see it before :-(
they wrote: profile_id=XXXX but its not a profile so if you delete the "profile" and stay with id=XXXX than it works perfect :-)

this is the corect code to use (you need to change the XXXXXXXX to the page id):

<iframe src="http://www.facebook.com/plugins/likebox.php?id=XXXXXXXXXXXX&amp;width=223&amp;height=295&amp;c onnections=6&amp;stream=false&amp;header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:223px; height:295px;" allowTransparency="true"></iframe>

you can see an example at my site :-)

Xencored
05-06-2010, 02:04 PM
Awesome!
I hate facebook but soo many use it. Its free SEO!! Thanks<33

edit does not work on Albums

even with the changed code

<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href={vb:raw page_url}&amp;layout=standard&amp;show_faces=true&amp;width=45 0&amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
<!-- / Facebook Like -->

As soon as i click it it shows my image than bang a second later its gone

salvador21
05-07-2010, 04:50 PM
I've updated the first post to give the locations frequently asked here, these include photo albums, blogs and vbcms.

Thanks but it still isn't working in CMS or blog.

It's fine and dandy in the forum

Xencored
05-07-2010, 05:07 PM
Thanks but it still isn't working in CMS or blog.

It's fine and dandy in the forum

The code linked above works fine on CMS

ericgtr
05-07-2010, 05:26 PM
When we see the on and off (sporadic) behavior it could have to do with FB being overloaded and not loading. That's one of the benefits of iframe, it lets the rest of the page load around it.

Xencored
05-07-2010, 05:34 PM
When we see the on and off (sporadic) behavior it could have to do with FB being overloaded and not loading. That's one of the benefits of iframe, it lets the rest of the page load around it.

I see but it works fine everytime on say forums
not albums /blog

ericgtr
05-07-2010, 05:58 PM
I see but it works fine everytime on say forums
not albums /blog
Okay, just a couple of basics just to double check things. First we want to make sure you are sure the template is for the style you are using (even I overlook this sometimes) what I like to do is just type in "test" or something that will stick out where you would normally put that code and see if it displays.

Xencored
05-07-2010, 06:06 PM
Okay, just a couple of basics just to double check things. First we want to make sure you are sure the template is for the style you are using (even I overlook this sometimes) what I like to do is just type in "test" or something that will stick out where you would normally put that code and see if it displays.

Album code

{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml"<vb:if condition="$vboptions['enablefacebookconnect']"> xmlns:fb="http://www.facebook.com/2008/fbml"</vb:if> dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}">
<head>
{vb:raw headinclude}
<script type="text/javascript" src="clientscript/vbulletin_quick_edit_generic.js?v={vb:raw vboptions.simpleversion}"></script>
<script type="text/javascript" src="clientscript/vbulletin_quick_edit_picturecomment.js?v={vb:raw vboptions.simpleversion}"></script>

<vb:if condition="$vboptions['storecssasfile']">
<link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}album-rollup.css" />
<vb:else />
<link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}album.css,postbit-lite.css" />
</vb:if>

{vb:raw usercss}
<title>{vb:rawphrase picture_x_of_y_from_album_z, {vb:raw pic_location.pic_position},{vb:raw albuminfo.picturecount}, {vb:raw albuminfo.title}}</title>
{vb:raw headinclude_bottom}
</head>
<body>
{vb:raw header}
{vb:raw navbar}
<div id="albumtop" class="floatcontainer">
<vb:if condition="$show['picture_nav']">
<ul class="picturenav">
<li><a href="album.php?{vb:raw session.sessionurl}albumid={vb:raw albuminfo.albumid}&amp;attachmentid={vb:raw pic_location.prev_attachmentid}" class="textcontrol arrowprev">&larr; {vb:raw pic_location.prev_text_short}</a></li>
<li><a href="album.php?{vb:raw session.sessionurl}albumid={vb:raw albuminfo.albumid}&amp;attachmentid={vb:raw pic_location.next_attachmentid}" class="textcontrol arrownext">{vb:raw pic_location.next_text_short} &rarr;</a></li>
<vb:if condition="$show['usercss_switch']"><li><a href="profile.php?{vb:raw session.sessionurl}do=switchusercss&amp;hash={vb:raw bbuserinfo.logouthash}&amp;u={vb:raw userinfo.userid}">{vb:raw usercss_switch_phrase}</a></li></vb:if>
</ul>
</vb:if>
<vb:if condition="$show['edit_picture_option'] OR $show['reportlink'] OR $show['add_group_link']">
<ul id="picturecontrols">
<vb:if condition="$show['add_group_link']"><li><a href="album.php?{vb:raw session.sessionurl}do=addgroup&amp;albumid={vb:raw albuminfo.albumid}&amp;attachmentid={vb:raw pictureinfo.attachmentid}" class="add">{vb:rawphrase add_to_group}</a></li></vb:if>
<vb:if condition="$show['edit_picture_option']"><li><a href="album.php?{vb:raw session.sessionurl}do=editpictures&amp;albumid={vb:raw albuminfo.albumid}&amp;attachmentid={vb:raw pictureinfo.attachmentid}&amp;frompicture=1" class="editinfo">{vb:rawphrase edit_picture}</a></li></vb:if>
<vb:if condition="$show['reportlink']"><li><a href="album.php?{vb:raw session.sessionurl}do=report&amp;albumid={vb:raw albuminfo.albumid}&amp;attachmentid={vb:raw pictureinfo.attachmentid}" class="report">{vb:rawphrase report_picture}</a></li></vb:if>
</ul>
</vb:if>
<h1>{vb:rawphrase picture_x_of_y_from_album_z, {vb:raw pic_location.pic_position},{vb:raw albuminfo.picturecount}, {vb:raw albuminfo.title}}</h1>
</div>
<div id="picturecontainer">
<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href={vb:raw page_url}&amp;layout=standard&amp;show_faces=true&amp;width=45 0&amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
<!-- / Facebook Like -->
<vb:if condition="$show['picture_nav']">
<div id="picturelink"><a href="album.php?{vb:raw session.sessionurl}albumid={vb:raw albuminfo.albumid}&amp;attachmentid={vb:raw pic_location.next_attachmentid}" title="{vb:rawphrase show_next_picture}"><img src="attachment.php?attachmentid={vb:raw pictureinfo.attachmentid}&amp;d={vb:raw pictureinfo.dateline}" alt="{vb:raw pictureinfo.caption_censored}" /></a></div>
<vb:else />
<div id="picturelink"><img src="attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw pictureinfo.attachmentid}&amp;d={vb:raw pictureinfo.dateline}" alt="{vb:raw pictureinfo.caption_censored}" /></div>
</vb:if>

<vb:if condition="$show['moderation']"><p><strong>{vb:rawphrase picture_waiting_moderator_approval}</strong></p></vb:if>
<vb:if condition="$show['picture_owner']">
<ul id="pictureurls">
<li><label for="picture_url">{vb:rawphrase picture_url} <input type="text" class="textbox" id="picture_url" value="{vb:raw pictureinfo.pictureurl}" readonly="readonly" onfocus="this.select()" dir="ltr" tabindex="1" /></label></li>
<li><label for="bb_code_snippet">{vb:rawphrase bb_code} <input type="text" class="textbox" id="bb_code_snippet" value="https://vborg.vbsupport.ru/" readonly="readonly" onfocus="this.select()" dir="ltr" tabindex="1" /></label></li>
</ul>
</vb:if>
<vb:if condition="$pictureinfo['caption_html']"><p id="picturecaption">{vb:raw pictureinfo.caption_html}</p></vb:if>
<dl class="stats" id="picturestats">
<dt>{vb:rawphrase picture_added}</dt>
<dd>{vb:raw pictureinfo.adddate} <vb:if condition="!$show['detailedtime']"><span class="time">{vb:raw pictureinfo.addtime}</span></vb:if></dd>
<dt>{vb:rawphrase album}</dt>
<dd><a href="album.php?{vb:raw session.sessionurl}albumid={vb:raw albuminfo.albumid}">{vb:raw albuminfo.title}</a></dd>
<dt>{vb:rawphrase added_by}</dt>
<dd><a href="{vb:link member, {vb:raw userinfo}}" class="username">{vb:raw userinfo.username}</a></dd>
</dl>

</div>


{vb:raw picturecomment_commentarea}


{vb:raw footer}
</body>
</html>

I added it here because is shows alot better

116806

And it is now working on my blogs :eek:

Cadellin
05-08-2010, 09:24 PM
Firstly this is a great mod - my members love it already and I'm expecting to pick a lot of traffic up from it so thank you :)

Secondly I can't get it working on albums. Using the {vb:raw page_URL} in the href attribute results in the following error from Facebook

You must specify an URL as part of this widget or API.

What should I be using as the href for albums?

salvador21
05-09-2010, 08:25 AM
Okay, just a couple of basics just to double check things. First we want to make sure you are sure the template is for the style you are using (even I overlook this sometimes) what I like to do is just type in "test" or something that will stick out where you would normally put that code and see if it displays.

OK I tried it with "test" and it showed up fine. Then I tried the code and nothing.

Then I tried the code with the vb:if and it works.

<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://MYSITEURLHERE.com/{vb:link thread, {vb:raw thread}}&amp;layout=standard&amp;show_faces=true&amp;width=450 &amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
<!-- / Facebook Like -->

Maybe I missed it before in the CMS because it is positioned at the bottom of the article. I now have the code at the top of the article, after

<div class="article cms_clear restore postcontainer">

salvador21
05-09-2010, 08:33 AM
I can now get it to show in a blog by using the code without the "vb:if etc", but when you click on it the link in Facebook is going to a thread in the forum instead.

BiZiMDiYaR
05-09-2010, 06:14 PM
Hi,

I tried option 2, but it doesn;t show up... I have VB .3 and also edited the postbit with the code and added it, but still doesn't show up.. What am I doing wrong ?

Thanks.

Xencored
05-09-2010, 06:24 PM
Hi,

I tried option 2, but it doesn;t show up... I have VB .3 and also edited the postbit with the code and added it, but still doesn't show up.. What am I doing wrong ?


Thanks.

In Postbit (or legacy)
Which ever you are using you edit

BiZiMDiYaR
05-09-2010, 08:48 PM
In Postbit (or legacy)
Which ever you are using you edit

Hi,

I edited the postbit... I only need to edit 1, right ?

Thanks.

wIrEs
05-09-2010, 09:54 PM
many unknown location in online.php, IP addresses are from facebook.
using vb4.0.3

Xencored
05-09-2010, 10:14 PM
Hi,

I edited the postbit... I only need to edit 1, right ?

Thanks.

you will need to edit which ever one you are using on your forums mate

my forums uses legacy

postbit legacy
https://vborg.vbsupport.ru/external/2010/05/51.png

postbit
https://vborg.vbsupport.ru/external/2010/05/52.png

BiZiMDiYaR
05-09-2010, 11:44 PM
you will need to edit which ever one you are using on your forums mate

my forums uses legacy

postbit legacy
https://vborg.vbsupport.ru/external/2010/05/51.png

postbit
https://vborg.vbsupport.ru/external/2010/05/52.png



Owwwww... so that was the case :))))

Thanks very much animemike :))) That did it..

murekhalir
05-11-2010, 06:54 AM
option one... squishes my text content into a small box. Anyway to make the like button right aligned? and keep the true width of content text.

Michael2
05-11-2010, 07:20 PM
Is there a way to place this under the thread title at the top of the showthread template (above the first post and below the top reply button). I'd like to have it on every page since it's not convenient to go back to the first post to click "like." When I try it I get a big gap under the FB button/text.

Xencored
05-11-2010, 07:58 PM
Is there a way to place this under the thread title at the top of the showthread template (above the first post and below the top reply button). I'd like to have it on every page since it's not convenient to go back to the first post to click "like." When I try it I get a big gap under the FB button/text.

you will get a big gap under it, Thats the code ( the facebook members Avatars show after they click it)in this space

ericgtr
05-11-2010, 08:17 PM
you will get a big gap under it, Thats the code ( the facebook members Avatars show after they click it)in this space
Right, it's the iframe container. Additionally, that could be a modification to the showthread template instead of the postbit and I'm not sure the URL code will work in that template.

sose
05-11-2010, 09:41 PM
I don't have an advertising section...

hilfe-forum
05-12-2010, 08:04 PM
We have a Problem with the Facebook-Like Button in our Board. Sometimes the words are in english, sometimes in german. If it is in english and sombody clicks the "Like"-Button, appears "You like ist". If it is in german, appears the complete Name. Is there an facility for doing something, so that there appears only "You"?

Cadellin
05-14-2010, 07:55 PM
Any suggestions how to get this to work in the gallery?

Gargi
05-15-2010, 04:40 PM
Hi! Maybe a silly question, but how do I exclude special forum ids with a conditional?

cu
Gargi

Dashmaster
05-18-2010, 12:38 AM
Sweet Dude. Works n1 :)

TimberFloorAu
05-19-2010, 08:41 AM
Notice tonight we are getting an error.

Example http://www.australiabound.org/forum/showthread.php?20444-Before-you-whinge-we-have-been-Cufon-d

Error is:

The page at http://www.australiabound.org/forum/showthread.php?20444-Before-you-whinge-we-have-been-Cufon-d could not be reached.



STRIKE THAT;;;;; error seems to be if we have ' in title

Ocean-Wonders
05-19-2010, 09:17 AM
seems to be working fine on mine so far, thanks :D

speedimpulse
05-19-2010, 07:06 PM
installed and working great

HobbesGTS
05-26-2010, 05:40 PM
I added this code to the calendar_showeventsbit template, so now people can 'Like' events. I also have vbEventsForum installed, so not sure if it would be different for someone who didn't have it installed.


<vb:if condition="(THIS_SCRIPT == showthread)"
<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.mysite.com/forum/{vb:link thread, {vb:raw thread}}&amp;layout=standard&amp;show_faces=true&amp;width=450 &amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:30px"></iframe>
<!-- / Facebook Like -->
</vb:if>

hcmagix
05-26-2010, 08:30 PM
We have a Problem with the Facebook-Like Button in our Board. Sometimes the words are in english, sometimes in german. If it is in english and sombody clicks the "Like"-Button, appears "You like ist". If it is in german, appears the complete Name. Is there an facility for doing something, so that there appears only "You"? dann setze statt facebook.com bitte facebook.de ein dann ist alles in deutsch :-)

Schreib mir bitte ob es bei Dir klappt, ich bekomme die Thread URL leider nicht nach Facebook

TeknoSounds
05-27-2010, 02:08 AM
Recommendation:
Where you have in the Like link www.YOURSITE.com you should replace that with {vb:raw $vboptions[bburl]}

Fantastic mod :D Works great, tho I'm trying to figure out how to get it to post to the stream. Plus it doesn't say "likes this thread at mywebsite.com" it just says "likes this thread" and links to it.
I'm using the postbit option for install.

hcmagix
05-27-2010, 08:50 PM
it works for me, thanks TeknoSounds :D

TeknoSounds
05-27-2010, 10:30 PM
much welcome hcmagix :D

MichaelDance
05-28-2010, 02:04 PM
Thanks mate love this :)

Gargi
06-01-2010, 04:23 PM
The past two days I get the message "error" besides the URL to click. Anobody else got this Problem?

hcmagix
06-02-2010, 03:05 AM
Yes, same here

Gargi
06-02-2010, 03:46 AM
Seems to work again for now :)

sportsbuddys
06-02-2010, 08:45 AM
Works great! Thank you :)

Largo .//npc
06-03-2010, 09:47 AM
It works but doesn't seem to show on facebook.

TeknoSounds
06-03-2010, 10:46 AM
It works but doesn't seem to show on facebook.

I've only been able to get it to show up on my personal page, it doesn't show in the newsfeed nor relates the actual website name.

Believe it has to do with the facebook connect and the new opengraph they got goin on, they don't talk quite right. Theres certain tags missing in headers that have to be added.

michelle86
06-03-2010, 06:42 PM
So I got the button to work, but why doesn't it show up on my Facebook wall when I like a thread? (like in picture #2)

hcmagix
06-03-2010, 07:37 PM
So I got the button to work, but why doesn't it show up on my Facebook wall when I like a thread? (like in picture #2) This will showing in your aktivities. What you mean ist the share button

try this code in the postbit/_legacy Template btw. use the vb ad system for this.

<a name="fb_share" type="button_count" share_url="{vb:raw $vboptions[bburl]}/{vb:link thread, {vb:raw thread}}" 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>

then the Post will appear on your FB Wall. btw I think this function will be included in vb 4.0.4

michelle86
06-03-2010, 09:06 PM
This will showing in your aktivities. What you mean ist the share button

try this code in the postbit/_legacy Template btw. use the vb ad system for this.

<a name="fb_share" type="button_count" share_url="{vb:raw $vboptions[bburl]}/{vb:link thread, {vb:raw thread}}" 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>

then the Post will appear on your FB Wall. btw I think this function will be included in vb 4.0.4



Yeah, it is not showing in my recent activities on my profile which this mod is supposed to be able to do that if you look at the second image.

necie_r
06-04-2010, 12:33 AM
Thank you! Thank you! Thank you!!!

Installed and rated. :)

hiker
06-04-2010, 01:39 AM
Would it be possible to only show the Like button on threads with a certain prefix?

For instance, we've got a "Trip Report" prefix that works very well with the Like button. But it also shows on every other type of thread on the forum which is kind of a wasted space, such as questions about a trail or a shoe...

I see how it can be limited to certain forums, but we post "Trip Reports" in most of the forums, as well as general questions and discussion.

hcmagix
06-04-2010, 02:58 AM
Perhaps with a specially condition <vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1') AND ($forumid == 'XY')


for this conditional u must create a plugin in global_start with
$templatevalues['forumid'] = $forumid;
vB_Template::preRegister('header', $templatevalues);

not testet. is an idea

read also http://www.vbulletin.com/forum/entry.php?2423-vBulletin-4.0.4-and-the-Facebook...

hiker
06-04-2010, 03:06 AM
Perhaps with a specially condition <vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1') AND ($forumid == 'XY')


for this conditional u must create a plugin in global_start with
$templatevalues['forumid'] = $forumid;
vB_Template::preRegister('header', $templatevalues);

not testet. is an idea

Sorry, I can't tell, but were you replying to my question?

Michlerish
06-04-2010, 02:58 PM
Uninstalled because a lot of users access the forum from their workplace, where facebook is blocked.

hiker
06-04-2010, 03:25 PM
Uninstalled because a lot of users access the forum from their workplace, where facebook is blocked.

This is one of the reasons I don't want it on every thread, because of the ugly "blocked" box, but it is working wonderfully on the desired Thread Prefixes, I'd love to limit it to just those type of threads.

https://vborg.vbsupport.ru/external/2010/06/79.jpg

steveyos666
06-04-2010, 03:54 PM
It's not showing up on my wall.

michelle86
06-05-2010, 10:50 PM
im struggling to get this working correctly as per the screenshots in OP.

When i click "like" it on my fb newsfeed it just says "xxx likes xxx forum"... does NOT say "xxx likes xxx on xxx forum" as per the screenshot. any help?

That usually means something isn't right with your forum path, I would double check it.


For whatever reason, it has started showing up on everyone's facebook walls. But now I have the same issue Red Spider was having.

For my forum path I have http://members.lovingfromadistance.com/forum.php

Am I missing anything? Did I do anything wrong?

War.Frog
06-05-2010, 10:56 PM
It looks like this will be redundant on version 4.04 (http://www.vbulletin.com/forum/entry.php?2423-vBulletin-4.0.4-and-the-Facebook...), but I've enjoyed using it for the interim. Thank you for a great mod.

Largo .//npc
06-06-2010, 04:26 PM
Doesn't seem to keep the people who have liked it after a few minutes.

hiker
06-08-2010, 07:39 PM
Any help with adding this Like button to only threads with certain prefixes?

rmd708
06-09-2010, 12:57 PM
For those trying to figure this out, use this code for the CMS articles section. What is shown in the first post wont work.

<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href={vb:raw page_url}&amp;layout=standard&amp;show_faces=true&amp;width=45 0&amp;action=like&amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:visible; width:450px; height:25px;"></iframe>
<!-- / Facebook Like -->

ChopSuey
06-10-2010, 11:22 AM
Can't you just change the YOURSITE text to {vb:raw vb.options url} ?? or whatever the code is. it will wol

session-one
06-13-2010, 09:14 AM
it'd be cool if you could see who liked the thread

Bram H
06-16-2010, 03:09 PM
Works great on the forum but can't get it to work on the CMS

wefictionjoe
06-19-2010, 05:34 PM
the number of likes a thread gets is going to dictate the next thread started on my site. BUT, i do not want to force people to connect to facebook to "like" something. So:

Is there any way to allow non facebook connected member to also "like" something? Thanks!

wefictionjoe
06-19-2010, 08:37 PM
Doesn't seem to keep the people who have liked it after a few minutes.


hmmm, same here

PSC001
07-03-2010, 08:20 PM
Anyone know how to add this to appear above the Quick Reply box? I know the template is in Showthread, but I don't where to drop in the code to make it work. I am using 4.0.2 PL4.

Thanks.

PSC001
07-05-2010, 09:08 PM
Anyone know how to add this to appear above the Quick Reply box? I know the template is in Showthread, but I don't where to drop in the code to make it work. I am using 4.0.2 PL4.

Thanks.

Anyone?

wefictionjoe
07-16-2010, 01:27 AM
Anyone?

good question

RichieBoy67
07-18-2010, 06:59 AM
This is great thanks!! I had just installed something just like this in one of my directories and I was just going to do this myself! Lucky I checked first I guess. :)

olivercookson
07-22-2010, 04:28 PM
Is there a way to get this working on the articles?

TNERatedEdge
07-22-2010, 08:53 PM
This has to work with facebook? What If I dont wanyt my facebook having links to these posts/ Can't it just be for the forum?

adreen
07-29-2010, 08:55 AM
some problems though:

1. only users with facebook can 'Like'
2. like only appears on the first post of the thread
3. after i click the link in facebook after it was integrated, it came out like this

No Topik specified. If you followed a valid link, please notify the administrator

i checked the links, if i remove a character in this case '=', it'd work.
or else can't.

a lot of things you have to fix.
meanwhile i have to uninstall the mod.

vikris
08-02-2010, 05:49 PM
Same problem here. :(

Gord
08-10-2010, 04:03 PM
Nice. Thanks :)

dippetas
09-09-2010, 07:55 PM
it has stopped working for me the last two days, no click at all, the behavior started after i updated my user ranks! any ideas what could be wrong?

struff
09-12-2010, 10:29 PM
Forgive me if this was already addressed; I didn't get anything when I searched.

Using method #1, is there a way to reduce the size of the margin it creates on the right side of the post?

Thanks.

ComoEstaEso-com
09-22-2010, 05:27 PM
Please remember to click Mark as Installed if you use this modification.

Facebook has just launched their latest "Like" button to developers to use on any site. What this does is utilizes the Advertising module to add the "Like" button to the first post of each thread. Please see screenshots to get an idea.

In your Admin CP go to Advertising > New Ad > Choose "Thread" from the dropdown and then select the first thread box. Give it a title (I called mine FB Like) leave "First Post Content" at default and paste in this code:
HTML Code:

<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.YOURSITE.com/{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}&amp;layout=button_count&amp;show_faces=true&amp;w idth=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:px"></iframe>
<!-- / Facebook Like -->

Be sure to change YOURSITE.com to your URL including your forum.

The VBSEO team has instructions on how to make this work for their product here http://www.vbseo.com/f2/facebook-lik...95/#post265997
Hello... I can't get this to work on a Blog post.
Neither can I make it appear on a CMS Article.
In the threads, it all works fine.

Should the procedure over here be used?
Or only what's mentioned on the vBSEO site? (we're running vBseo)

Should I do both things? What's mentioned here, and then what's mentioned over in vBSEO.com?

I'm at a loss... not sure what I'm doing wrong.
Any help is much appreciated.
Thanks.

Rebecca217
10-01-2010, 02:02 PM
Beautiful! Thanks for this!

GONUMBER6
11-18-2010, 02:06 PM
I am currently running on vb 4.06 and have the facebook connect enabled and set up. I just HATE the location of the ("Like" Be the first of your friends to like this), which is above the first post on the page and off to the right.

I would really like it to be like in the example #3. How would you suggest I do this?

washingtonboise
11-21-2010, 07:21 PM
At the bottom of posts would be an excellent location. (It's at that point that a user will know if they actually like what they just finished reading.)

bagh1
12-01-2010, 05:49 AM
A couple of things:
1) Instead of it being per thread, can there be a like button per post?
2) My site is in this format: www.DOMAIN.com/forums/showthread...
For some reason, when I put href=http://www.DOMAIN.com/forums/{vb:link thread, {vb:raw thread}}, it doesn't work and I get an error in the FB link. The keyword "forums" is missing from the URL and it incorrectly looks like this: http://www.DOMAIN.com/showthread...
If I put anything else except "forums", like "forum", then the URL with that word shows up.

Any ideas on why my URL wouldn't be properly generated?
TIA!

gobears20
12-01-2010, 01:00 PM
A couple of things:
1) Instead of it being per thread, can there be a like button per post?
2) My site is in this format: www.DOMAIN.com/forums/showthread...
For some reason, when I put href=http://www.DOMAIN.com/forums/{vb:link thread, {vb:raw thread}}, it doesn't work and I get an error in the FB link. The keyword "forums" is missing from the URL and it incorrectly looks like this: http://www.DOMAIN.com/showthread...
If I put anything else except "forums", like "forum", then the URL with that word shows up.

Any ideas on why my URL wouldn't be properly generated?
TIA!

I have the same problem. I get an error because it's looking for www.domain.com/showthread when it should be www.domain.com/forums/showthread. I have the full url in the href parameter but facebook is not getting it right. Any fix?

SonicGT
12-03-2010, 02:29 AM
I have the same problem. I get an error because it's looking for www.domain.com/showthread when it should be www.domain.com/forums/showthread. I have the full url in the href parameter but facebook is not getting it right. Any fix?

I too am getting this same error message, I also changed the show_faces to false and it doesn't seem to make a difference

gobears20
12-03-2010, 06:34 PM
Here's the fix that seems to have worked for me.

In the SHOWTHREAD template, edit the following line:

From this:
<link rel="canonical" href="{vb:raw thread_url}" />

To this:
<link rel="canonical" href="http://www.domain.com/forums/{vb:raw thread_url}" />

Even though you pass a url to facebook, they still scrape the page to get the url apparently. This fixes it.

bagh1
12-07-2010, 04:27 AM
Here's the fix that seems to have worked for me.

In the SHOWTHREAD template, edit the following line:

From this:
<link rel="canonical" href="{vb:raw thread_url}" />

To this:
<link rel="canonical" href="http://www.domain.com/forums/{vb:raw thread_url}" />

Even though you pass a url to facebook, they still scrape the page to get the url apparently. This fixes it.

Thank you very much! This fixed the problem for me as well. Is there a way to add a like button per post instead of per thread?

Nocturnal222
12-12-2010, 04:21 PM
Hello,

i notice that it doesnt work when your forum is on sub directory of your host like test.com/forum1

it only takes test.com/showthread..etc..

any advice?

Thanks

SM_Rob
01-04-2011, 07:03 PM
When I "like" something on our site it just appears on facebook as "...likes yourdomain.com at yourdomain.com" rather than the specific title such as "...likes apples thread at yourdomain.com" - is this a permissions issue? The links are correct if you click them but the titles in facebook are all the main site title rather than the thread title?

MAdotcom
01-05-2011, 12:26 AM
Thank you :up:

tykesplace
01-05-2011, 03:32 AM
Created the ad. Changed the url to our site and forum as in http://site.com/Forum
Left as First Post. Left all display buttons off. Tried changing the size to 50 also.
Like button doesn't appear anywhere in any posts. :confused:

meissenation
01-15-2011, 06:35 PM
I tried editing the showthread template as described but for the life of me I can not get this to work. I viewed the source and the source code clearly shows the correct URL but it still strips my directory out of the URL... :( Great idea, just wish it worked!

gregory_clayton
01-23-2011, 03:12 PM
having the same problem with my forum being in a sub directory off /forum and facebook can not direct to the actual thread.

****Edit****

Here is my error

/////////////////
The page at http://www.wwehq.com/forumshowthread.php?4-More-Legends-Confirmed-For-WWE-All-Stars-WWE-Highlights-Scott-Hall-amp-Kevin-Nash&amp; could not be reached.
////////////////

For some reason it is missing the / before showthread.php. Tried editing the SHOWTHREAD but no luck.

Winter Sonata
02-08-2011, 04:34 PM
To all ppl, this works like a charm https://vborg.vbsupport.ru/showpost.php?p=2025432&postcount=2

DaanLT
02-16-2011, 10:01 AM
after latest vbb 4 update its broken again ><

matrixmark
02-16-2011, 11:22 AM
I just installed the latest vbulletin (upgrade from 4.1.1) and its working fine for me. I did the postbit_legacy edit way.

Mark

asus78
02-18-2011, 01:26 AM
How can i change in my newsfeed that is does not show the page title for every like button i click but only the thread title + domain?

asus78
02-18-2011, 02:25 AM
the links .../forum/ & .../album/ take me to the album & forum instead of the thread & image?

it only works for .../content/ with the right title and post?!

any idea on how to change the url?

deverill2010
02-20-2011, 12:27 PM
Hi I have changed show_faces to false but it is still showing the little square images of peoples profile pictures, I don't want that to show.

asus78
03-02-2011, 03:52 AM
I still havent figured it out for album & threads. C'mon guys pls help!

The new like button also inserts a thumbnail image to your fb newsfeed which is great unless the like button takes you to your homepage instead of the image in the album.

Pls heeeelp!

asus78
03-02-2011, 03:56 AM
<div id="picturecontainer">
<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http://myttoos.com/community/album/{vb:raw page_url}&amp;layout=standard&amp;show_faces=true&amp;width=45 0&amp;action=like& amp;font=tahoma&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:75px"></iframe>
<!-- / Facebook Like -->

Is this the wrong URL i put in for fetching the album images thru clicking like?

BBF
04-20-2011, 09:56 PM
Am i the only one that get "You must reduce the number of redirects for this URL" error after i click "Like" button?

Thread for example:
http://www.root.co.il/threads/257957-%D7%A2%D7%99%D7%A6%D7%95%D7%91-%D7%97%D7%93%D7%A9!-%28%D7%95%D7%A2%D7%95%D7%93-%D7%94%D7%9E%D7%95%D7%9F-%D7%97%D7%99%D7%93%D7%95%D7%A9%D7%99%D7%9D%29

I just try to figure it out, so i tried to directly enter to the like.php and href to random thread.
http://www.facebook.com/plugins/like.php?href=http://www.root.co.il/showthread.php?t=123456 (123456, just for example)
but just got the same error.

Any ideas?

TalkVirginia
04-22-2011, 02:09 AM
Thank you! It works - Nominated MOTM

lild100
04-23-2011, 07:39 PM
Great mod! Just need some quick help.. in my forum my background is black... how can i make the writing that says

'Be the first of your friends to like this.'

How can i change that to white rather then black?

You can see an example here on my forum how the colours have matched well :)

Speak soon

Dan

http://www.tabletennisdaily.co.uk/forum/showthread.php?46-The-ranking-system-of-each-member

pharlap
04-25-2011, 06:01 AM
Great Mod.

Is it possible to have this shown on every post ( not just post #1 in a thread) ?

Cheers

ttran
04-25-2011, 12:01 PM
Could it be "Like" in every post like mod "Thanks" guys?

Bundle
04-25-2011, 08:54 PM
I'm having an issue with this, in that it duplicates showthread.php when it posts to facebook (resulting in an incorrect link, and incorrect page info on the like)... i.e. it links to this:

DOMAIN.com/showthread.php/showthread.php/4465

instead of

DOMAIN.com/showthread.php/4465

Anyone have any idea why this is happening?

XiTCLUB
04-25-2011, 09:12 PM
Tagged

itforumz
04-28-2011, 05:03 AM
Good mod

hiker
05-17-2011, 04:42 AM
Any way to add the Send button to this code, as shown here?
https://www.facebook.com/note.php?note_id=10150231557835844

I tried with no success. I see a template mod here with the Send button, I just can't see how to merge the code:
https://vborg.vbsupport.ru/showthread.php?t=263717

crazymilk
05-21-2011, 08:47 AM
Don't know whats happen but i get this error? it is showing 2 url when posting link?

The page at http://www.blackops-squad.com/forums/http://www.blackops-squad.com/forums/showthread.php?3014-Three-toed-sloth-crossing-the-road-I-believe-I-can-fly-remix could not be reached.

And now I can,t get in to edit my ads?

neetusn
06-16-2011, 11:25 AM
when i like any thread in the forum, my facebook wall displays only thread link, but i need to display thread title.

MagicThemeParks
06-27-2011, 12:27 AM
Option 2 has a missing bracket in the conditional code

Should be....

<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">

oldfan
06-28-2011, 01:36 PM
How would I align this to the right of the thread title, instead of underneath it?

thanks

flewfruit
06-30-2011, 12:32 PM
I can't find Advertising > New Ad >. vB Version: 3.6.3. Please help me, thanks =)

oldfan
06-30-2011, 01:24 PM
I can't find Advertising > New Ad >. vB Version: 3.6.3. Please help me, thanks =)
That not a feature on vb3

flewfruit
06-30-2011, 01:51 PM
Do you know how kann I install this on vb3?

BirdOPrey5
06-30-2011, 04:18 PM
Moved this template modification to the appropriate forum.

HKp30
10-16-2011, 01:04 AM
Just installed this, works good however I have one issue.

The layout style won't stay set at Button_Count or Box_Count, it defaults to standard.

All I want is the Like Box and Counter, not the text (makes it to wide).

Code Below:

<iframe src="//www.facebook.com/plugins/like.php?href=http://www.MYFORUM.com/{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}&amp;
send=false&amp;
layout=button_count&amp;
width=85&amp;
show_faces=false&amp;
action=like&amp;
colorscheme=light&amp;
font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:55px; height:21px;" allowTransparency="true"></iframe>

Any ideas??

Griffoneur
11-02-2012, 12:58 AM
Working with 4.2.0
Thanks for this mod.

Marcin1
11-06-2012, 06:23 PM
It's not working for me 4.2.

Cobro
11-13-2012, 08:45 PM
How can i add this for every thread ?

Jpolola
04-03-2013, 12:48 PM
Why it only shows to registered members and not for the admin? I am using 4.2.0 PL3

orenlebbo
11-18-2013, 08:11 AM
Hi,

This method is for adding the button to the first message only.

Is there a way to add LIKE button to ALL posts in a thread?

Thanks :)

sv1cec
11-25-2013, 06:58 PM
Plus one on the above question, but this iframe, has to be moved to the right side of the postbit window, above the postbit content perhaps.

I've managed to put it under the thread title, but that's not where it should be, if we were to have it in every post.

orenlebbo
11-30-2013, 10:45 AM
Hi,

I managed to add LIKE button to the post.

BUT - I want to add LIKE button to EACH post in thread so users can like specific answer/comment and NOT the WHOLE thread.

How can it be done?

Thanks :)

sv1cec
11-30-2013, 11:34 AM
I am looking at doing the same thing. Putting a like button in every post, but so far I haven't managed to do it. I am waiting for some help in here, if I manage to do it, I'll let you know.

Savy83
12-22-2013, 10:00 PM
anyone successful with getting on every post?

ramesh_umk3
12-23-2013, 08:31 AM
Remove template condition to get on every post just add facebook like code to template

Gud Luck

AlpineZone
02-19-2014, 02:08 PM
Stupid question but if we are serving ads in that spot, this won't work, right?

mangmel
06-20-2014, 04:40 AM
'Shown on Timeline' vs 'Allow on Timeline

Likes only appear in Allow on Timeline:

how to change Shown on Timeline ?

With a smallest counter

mangmel
06-23-2014, 10:48 AM
how to make Likes on Postbit ?

badawidollah
07-21-2014, 03:19 PM
helpfull

afterburn25
09-15-2014, 10:57 PM
this mod is crap I installed it quickly realized wasn't what i wanted deleted the line out of postbit and guess what it wont get rid of the like i tried everything it wont get rid of it now I would replace the postbit file but I dont know where to find it also have a feeling it but it somewhere else so i cant get rid of it