The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
Add New Facebook "Like" Button to Threads and OpenGraph to Headinclude Automatically Details »» | |||||||||||||||||||||||||||||||
Add New Facebook "Like" Button to Threads and OpenGraph to Headinclude Automatically
Developer Last Online: Aug 2021
From The Open Graph Protocol :
Quote:
Quote:
Install Instructions: AdminCP - Plugins & Products - Manage Products - [Add/Import Product] , browse to the location of the .xml file you downloaded from this thread, Import it. Template Modifications In SHOWTHREAD, find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
AdminCP - Settings - Options - Opengraph/Facebook Integration Global On/Off - Set to Yes to turn the system on. FB - Page Admins - A comma-separated list of the Facebook IDs of the Admins of your pages on Facebook. FB - App ID - The application ID of your Facebook Application. OG - Site Name - A short, human-readable name for your site that will appear in the Like on the User's Facebook Activity Stream. It is important to fill in these, as they are used by FB to fill in some of the information, and allows your pages (Showthread at the moment) to be referenced in the Open Graph. What's Next? This is an early beta release to gauge the interest in Open Graph/Facebook type stuff. I intend to add the tags to other pages, and implement some of the other Facebook Social Plugins. These will all be On/Off configurable. Some can be seen in action at: View Profile: kall - New Zealand Boards - Like for Member Profiles http://www.nzboards.com/the-lounge/r...on-sale-90544/ - Activity and Recommendation Streams in first and last post. (4.0.3 Version here: https://vborg.vbsupport.ru/showthread.php?t=242525) Download Now
Show Your Support
|
Comments |
#22
|
||||
|
||||
Quote:
When you say postbit, do you mean every post, or are you going to conditional it to only appear in the first one (the reason it is in navbar is because the entire purpose of the Like button under current functionality is to Like the *page* that one is visiting. Putting it in a single post will result in multiple Like URLs for the resource (as that post can be visited via showpost.php or showthread.php among others), and putting it in every post won't work at all on showthread.php)? |
#23
|
||||
|
||||
The ID is (as it should mention in the AdminCP bit) found by mousingover your avatar (usually, works for me anyway), or going into your Albums and looking for the common string of numbers that appears on each.
|
#24
|
||||
|
||||
I understand, no rush on my part
I have the first post conditioned out in the postibit template (see example) This version seems to take a while to load, I may just revert back and use the small "like" button/count. thx, found my ID |
#25
|
||||
|
||||
Re it being slow: Conversation here seems to indicate using the FBML makes it faster than the iframe version: http://wiki.developers.facebook.com/...Talk:Fb:iframe
It should be possible to change the button to use the iframe though, keeping all the opengraph stuff. In ogfb_like_showthread, delete everything and replace with this: Code:
<div style="padding: 5px; border: 1px solid #3F6F81; background: #ffffff; font-size: 10px; width: 300px;"> <iframe src="http://www.facebook.com/plugins/like.php?href=$vboptions[bburl]/showthread.php?t=$thread[threadid]&layout=standard&show_faces=true&width=450&action=like&font&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe> </div> |
#26
|
||||
|
||||
To make the button display on other templates
Change the hook that the OpenGraph/Facebook Integration - SHOWTHREAD variables plugin executes on to an applicable hook. (postbit - postbit_display_complete. or chuck it in global_start or something that's called on every page.) |
#27
|
||||
|
||||
Thanks, checking it out now
still not working, I'll play around with this tonight thx for the help Kall |
#28
|
||||
|
||||
How's it not working man? Gimme a URL.
There is the issue of 'vBSEO needs to use slightly different code' and 'Brandon made me change my plugins while I had the flu' clouding the waters somewhat. |
#29
|
||||
|
||||
Quote:
hope you get feeling better I posted a link a few post up I'll play with it again, but I had tried placing the $ogfb_like_showthread in my postbit template along with the digg, twitter and stumble one and tried changing the hook location to the 2 you suggested and nothing showed. I moved $ogfb_like_showthread back in the showthread template, and it shows. I just about have it how I want it, thanks for the help |
#30
|
|||
|
|||
Quote:
http://www.avrilbandaids.com/forums/...ound-site.html You can see the white box above the reply button. |
#31
|
||||
|
||||
Ahh. One question - are you currently running YAFB or the default 4.0.3 Facebook Connect?
They're not compatible You would need to use the iframe code rather than the FBML version. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|