Publish VBulletin Stuff to FaceBook

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Cobra-J82
    New Member
    • Apr 2008
    • 25
    • 4.2.X

    [vB 3.8] Publish VBulletin Stuff to FaceBook

    Send a Vbulletin Page, Post, Thread to Facebook Profile

    Just Copy the Code and Put it anywhere on your Vbulletin Page

    Here is How to Publish a Thread to FaceBook Keeping the Facebook Publish Button on a First Post of a Thread:-

    Code:
    <if condition="$post[postcount] == 1">
    <script>function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script><a href="http://www.facebook.com/share.php?u=<http://www.YOURSITE.com>" onclick="return fbs_click()" target="_blank"><img src="http://www.YOURSITE.com/IMAGEPATH" alt="Share on facebook" style="border-style: none"/></a>
    </if>
    Place this Code under the end of IF statement of quickreply

    Result:


    Have a Good Day
    Attached Files

Related Topics

Collapse

Working...