Easiest waay to add FB like button

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mmodder
    New Member
    • Nov 2012
    • 11
    • 4.2.X

    [Forum] Easiest waay to add FB like button

    I have searched quite a bit and did find a a thread on adding the like button. But i believe this is just for adding the like button to threads. I did want to know that if i set it the like button to show on threads, would this also be in my private forums? And if so they wouldnt show up on facebook right?

    Now my main question is, whats the easiest way to add a like button to may forum home page? Can i just add a like button into one of the add squares? or any other easy ways? My goal is just to have a siple way for members to like our facebook page.

    I also need to know if i need to change any facebook options in my admin cp for any of this to work? Currently everything is set to default. I did see some like options in there, but i couldnt figure out how to link my facebook page to my site.

    Thanks

    mike

    p.s. sorry for all the newb questions.
    Last edited by mmodder; Sat 15 Dec '12, 4:16pm.
  • AliMadkour
    Senior Member
    • Dec 2004
    • 1588
    • 6.X

    #2
    vBulletin.org is the best place for your question

    Former vBulletin Support Staff
    Need Help?, Or P.M. Me

    Comment

    • mmodder
      New Member
      • Nov 2012
      • 11
      • 4.2.X

      #3
      Originally posted by AliMadkour
      vBulletin.org is the best place for your question
      Thanx for the tip. Tried posting my question nearly a week ago with one bump and got 0 replies. So i guess no like button for now.

      Comment

      • AliMadkour
        Senior Member
        • Dec 2004
        • 1588
        • 6.X

        #4
        Generate the button code from : https://developers.facebook.com/docs.../plugins/like/ and get the Iframe code .
        then open AdminCP ->Advertising->Add New Ad
        then choose below navbar or what you want.
        put your code on Ad HTML box

        if you need like button only on your forumhome page add this if statement.
        PHP Code:
        <vb:if condition="THIS_SCRIPT == 'index'">your code</vb:if> 

        Former vBulletin Support Staff
        Need Help?, Or P.M. Me

        Comment

        • mmodder
          New Member
          • Nov 2012
          • 11
          • 4.2.X

          #5
          Originally posted by AliMadkour
          Generate the button code from : https://developers.facebook.com/docs.../plugins/like/ and get the Iframe code .
          then open AdminCP ->Advertising->Add New Ad
          then choose below navbar or what you want.
          put your code on Ad HTML box

          if you need like button only on your forumhome page add this if statement.
          <vb:if condition="THIS_SCRIPT == 'index'">your code</vb:if>
          awsome. thanx alot man. i will give it a shot.

          Comment

          • mmodder
            New Member
            • Nov 2012
            • 11
            • 4.2.X

            #6
            I tried this technique quite a few times before you posted these instructions. But i think i was doing one thing wrong each time. idk.. Anyways, i know have a like button on my forum! Thanx again.
            Attached Files

            Comment

            Related Topics

            Collapse

            Working...