The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Add "LIKE" button and other Facebook plugins to threads. Details »» | |||||||||||||||||||||||||||||||||||||||
Add "LIKE" button and other Facebook plugins to threads.
Developer Last Online: Apr 2011
UPDATED: 7/4/10
What's new? Facebook Comment Box I recently added the new facebook "Like" button to my forum and I want to share with everyone! Yes, this is IE,Firefox, Opera, Safari compatible. Yes, this will also show a "comment" box when hover over. First thing's first: 1. Go to http://www.facebook.com/developers/createapp.php (Facebook account required) 2. Enter your site name in the "Application Name" field... "agree" - "Create new app" 3. Click the Website tab 4: Enter your site URL in the "Connect URL" field. i.e. http://www.DOMAIN.com/ (Don't forget the SLASH). 5. Enter DOMAIN.com in the "Base Domain" field and save. 6. In the next page you will see an "Application ID" number. (you'll need it later... keep the window open for now) Template Edits: headinclude: Under: PHP Code:
PHP Code:
* Replace IMAGEPATH with the actual path to the image you want to be displayed on people's facebook wall. (You can use your site logo) *YOUR PROFILE ID = http://www.facebook.com/profile.php?id=randomnumbers ++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++ SHOWTHREAD Find: PHP Code:
PHP Code:
under: PHP Code:
PHP Code:
*Save and upload fb.js to root/images ++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++ Find: PHP Code:
PHP Code:
*The comment box will only be shown to guests. ++++++++++++++++++++++++++++++++++++++ Now we need to place the "LIKE" button somewhere visible. I use postbit_legacy so, this is what I did: Find: PHP Code:
PHP Code:
* you may change the table color to suit your needs. --------------------------------------------------------------------------- Thanks to BirdOPrey5 for pointing out some mistakes. Mark as Installed if you use this modification. DONE! =] Download Now
Screenshots
Show Your Support
|
Comments |
#72
|
|||
|
|||
fb like button only displayed in homepage if i get in to any thread the fb like button wont display in navbar area
|
#73
|
||||
|
||||
Quote:
PHP Code:
Also, you pasted this twice: PHP Code:
|
#74
|
|||
|
|||
now everything ok but in this link http://www.srimeenakshimobiles.com/f...announcements/ fb like button dont pick the url correctly it said ur url not reached but in this link http://www.srimeenakshimobiles.com/f...ral-rules.html it pick the url correctly
|
#75
|
|||
|
|||
check the difference of url in this screen shot
|
#76
|
|||
|
|||
this screen shot for correctly picked url
|
#77
|
|||
|
|||
hi xtrigit any solution for this?
|
#78
|
|||
|
|||
Hi every one,
i added LIKE button to my forum and it works just fine except one issue, if i click on LIKE and write a comment it shows on my profile with Random Thumbnail, so how can i get the option to choose the Thumbnail i want to add with the topic i LIKE ? |
#79
|
||||
|
||||
Quote:
<meta property="og:image" content="IMAGEPATH"/> in the headerinclude template. You need to replace "IMAGEPATH"/> with the path to a thumbnail image, or usually your forum logo... something like "/forums/images/misc/logo.gif" |
#80
|
|||
|
|||
Still not working
Code:
<meta property="og:image" content="http://www.mixlogy.com/vb/images/mix.gif"/> http://developers.facebook.com/docs/...e/plugins/like im just need the full come which show my forum image on every LIKE click on user profiles and i need to know why i have to put my id ? |
#81
|
|||
|
|||
Is this right ?
Code:
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.mixlogy.com/vb/showthread.php$session[sessionurl]?p=$post[postid]&show_faces=true&width=450&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"> <meta property="og:site_name" content="Mixlogy.com"/> <meta property="og:image" content="http://www.mixlogy.com/vb/images/mix.gif"/> <meta property="fb:admins" content="100000769173722"/> </iframe> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|