Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Facebook share button

Asked Modified Viewed 6,108 times
F
Featherlake
F
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
asked
Newbie

Hello, I am trying to add a Facebook share button to my site.

Instructions from Facebook:

1) Paste this code just below the <body> tag of your page. It enables your website to understand XFBML. Only paste this code once per page.

 <script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_GB" type="text/javascript"></script><script type="text/javascript">FB.init("065a70d056468ed6db1d3a255c862a47");</script>


Kindly tell me exactly where I place this code within PHP Fusion.

Many thanks!
0 replies

2 posts

H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

Try sticking it in includes/header_includes.php

echo "<script src='http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_GB' type='text/javascript'></script>\n";
echo "<script type='text/javascript'>FB.init('065a70d056468ed6db1d3a255c862a47');</script>\n";
0 replies
F
Featherlake
F
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Newbie

Thanks, I tried your code. I even had a friend who is a php programmer tweak the code for me and nothing would work.

Eventually I found this very useful site and used their code, it worked perfectly.

http://www.addthis.com/

And it allows sharing to Reddit, Digg, Myspace etc.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

H
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
F
F
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet