The BoardMod Project
 The Project | News | Downloads | Mods | FAQ | Templates | Chat | Forum
BoardMod Support Forum
[ Home | Help | Search | Login | Register ]  

07.09.10 at 22:04:25, Welcome, Guest. Please Login or Register

Choose Language:
Page Index Toggle Pages: 1
Facebook Open Graph Protocol (Read 129 times)
Moyamoya
Bloody Novice
*
Offline

Wichita, KS, USA
Posts: 22



22.05.10 at 16:15:37  
I would like to add the Facebook Open Graph Protocol to my individual thread pages.  The protocol docs are here: http://developers.facebook.com/docs/opengraph

Basically, all it would require is to add the following code to each individual thread's HTML when the thread is generated:
Code:
<html xmlns:og="http://opengraphprotocol.org/schema/"
     xmlns:fb="http://www.facebook.com/2008/fbml">
 <head>
   <title>YaBB Title</title>
   <meta property="og:title" content="YaBB Title"/>
   <meta property="og:type" content="whatever"/>
   <meta property="og:url" content="http://www.yabburl.com/YaBB message number/"/>
   <meta property="og:image" content="http://www.whatever.com/image.jpg"/>
   ...
 </head>
 ...
</html>


Can anyone make this possible?

Thank you for the consideration!

DJ

 
IP Logged
 
Page Index Toggle Pages: 1
© 2000-2009 by - All rights reserved.

SourceForge.net Logo
 The Project | News | Downloads | Mods | FAQ | Templates | Chat | Forum