The Arcive of vBulletin Modifications Site. |
|
vBadvanced Links Directory Facebook Like+Send Button Details »»
|
|||||||||||||||||||||||||||||||||||||
|
vBadvanced Links Directory Facebook Like+Send Button
Developer Last Online: Nov 2023
Info:
Add the Facebook Like+Send button to vbadvanced links directory using 'Open Graph protocol' Live Demo Quote:
Installation: 1- Open the ADV_LINKS_SHOWLINK template and search for : Code:
<html dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" xmlns="http://www.w3.org/1999/xhtml">
Code:
<html dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml">
Code:
<meta property="og:title" content="{vb:raw link.name}" />
<meta property="og:description" content="{vb:raw link.description}" />
<meta property="og:type" content="website" />
<meta property="og:url" content="{vb:raw href}" />
<meta property="og:image" content="http://open.thumbshots.org/image.aspx?url={vb:raw link.linkurl}" />
<meta property="og:site_name" content="YOUR WEBSITE NAME" />
<meta property="fb:admins" content="xxxxxx" />
<meta property="fb:app_id" content="xxxxxx"/>
<meta property="fb:admins" content="xxxxxx" /> Red: Replace it with your facebook account id, so you can manage each liked pages. Quote:
<meta property="fb:app_id" content="xxxxxx"/> Red: Replace it with your own facebook application id, use yor vbulletin/facebook connect app id. 3- In the same template search for : Code:
<tr>
<td class="blockrow">{vb:rawphrase replies}:</td>
<td class="blockrow" colspan="{vb:raw show.thumbshots_colspan}">{vb:raw link.posts}</td>
</tr>
Code:
<tr>
<td class="blockrow">Like:</td>
<td class="blockrow" colspan="{vb:raw show.thumbshots_colspan}"><fb:like href="{vb:raw href}" send="true" show_faces="false" width="450" show_faces="true" font="tahoma"></fb:like></td>
</tr>
Screenshots
Supporters / CoAuthors Show Your Support
|
|||||||||||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Hi
what mod shall I have first in order to find the ADV_LINKS_SHOWLINK template ???????????? thank u |
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
|||
|
|||
|
Hi Logect, thanks for ur reply
well, I want to add the mod that allows my users to like a post .. and it writes under it, who like this post can u help? |
|
#5
|
|||
|
|||
|
Thanks, seems nice.
|
|
#6
|
||||
|
||||
|
Can't find ADV_LINKS_SHOWLINK looks like im not the only one, if any one can help it would be appreciated thanks
|
![]() |
|
|