The Arcive of vBulletin Modifications Site. |
|
vBadvanced Dynamics Facebook Like+Send Button Details »»
|
|||||||||||||||||||||||||||||||||||||
|
vBadvanced Dynamics Facebook Like+Send Button
Developer Last Online: Nov 2023
Info:
Add the Facebook Like+Send button to vbadvanced Dynamics using 'Open Graph protocol' Live Demo Quote:
Installation: 1- Open the ADV_DYNA_SHOWENTRY template and search for : Code:
<html dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" xmlns="http://www.w3.org/1999/xhtml">
Code:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
Code:
<meta property="og:title" content="{vb:raw entry.title}" />
<meta property="og:description" content="{vb:raw entry.meta_description}" />
<meta property="og:url" content="{vb:raw href}" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://www.YOURWEBSITE.com/YOURLOGO.png" />
<meta property="og:site_name" content="YOURSITENAME" />
<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. 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:
{vb:raw entry.pagetext_parsed}
</blockquote>
Code:
<fb:like href="{vb:raw href}" send="true" show_faces="false" width="450" show_faces="true" font="tahoma"></fb:like>
Screenshots
Supporters / CoAuthors Show Your Support
|
|||||||||||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Looks good, I'll replace the one I am using now with this one.
Thanks |
|
#3
|
|||
|
|||
|
This FB add on is hot stuff!
|
![]() |
|
|