PDA

View Full Version : Facebook fanpage like button on forum


mmodder
12-17-2012, 11:38 PM
So, i want a like button on my forum that will let users like my facebook page. I have read numerous threads here and havent found a complete answer. Sorry if some of my questions are newbish because this is my first site.

I seen some thing about using vbseo. Is this the best route to take? If so is it a free plugin?

I did find the facebook developer page that has the like button code generator. So getting the code should be no issue. I did sign up to be a developer on facebook and went a head and created an app. But i am having trouble doing anything with it. I did enter the app id and secret into my facebook options. Is this even doing anything? Or do i have to link the app to my site, or does facebook automatically do this?

I do already have the like buttons in my threads and posts. They are all functioning properly. I dont want to use the facebook connect. Is there a way i can just get into the facebook connect in the admin cp and put the code for the like button there?

One other thing i tried doing was putting the code for the like button in an advertisement box. And still no luck!

Please lead me in the right direction. All i want is a simple like button for my facebook page. :(

mmodder
12-20-2012, 12:46 AM
Does anyone know this fancy trick? Please help. :)

abdobasha2004
05-27-2013, 01:25 AM
Go to like button developer facebook webpage
put url of your page instead of no url
use iframe code

the code generated when user press like will be a fan of your page

ForceHSS
05-27-2013, 03:38 AM
Admincp/Forums & Moderators/Forum Blocks Manager add block pick Custom HTML/PHP
Title = whatever you want
Display Order = 0
active = yes
Content Type = html
Content

<html>
<head>
<title>Skape Rend</title>
</head>
<body>
<iframe src="https://www.facebook.com/plugins/like.php?href=https://www.facebook.com/pages/Skape-Rend-Community/276690629126068"
scrolling="no" frameborder="0"
style="border:none; width:240px; height:80px"></iframe>
</body>
</html>

Change this part of the code to what your page is
https://www.facebook.com/pages/Skape-Rend-Community/276690629126068

Also change this part of the code
<title>Skape Rend</title>

tacklebox joe
06-05-2013, 10:01 AM
as always awesome advice, instruction and help...thx

--------------- Added 1370430346 at 1370430346 ---------------

one thing is if they hit the like button...it goes to their fb profile AND the fan you fb page?

--------------- Added 1370430507 at 1370430507 ---------------

NEVERMIND.....DOH!!!!

gobears20
06-10-2016, 12:47 AM
Thanks for this! Can you add any comments to display on this?

Also, do you have something for Twitter?


Admincp/Forums & Moderators/Forum Blocks Manager add block pick Custom HTML/PHP
Title = whatever you want
Display Order = 0
active = yes
Content Type = html
Content

<html>
<head>
<title>Skape Rend</title>
</head>
<body>
<iframe src="https://www.facebook.com/plugins/like.php?href=https://www.facebook.com/pages/Skape-Rend-Community/276690629126068"
scrolling="no" frameborder="0"
style="border:none; width:240px; height:80px"></iframe>
</body>
</html>

Change this part of the code to what your page is
https://www.facebook.com/pages/Skape-Rend-Community/276690629126068

Also change this part of the code
<title>Skape Rend</title>