This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Integrate jobboard for kids summerjob with facebook apps? how to.... php mysql?
11-09-2012, 12:34 PM
Post: #1
Integrate jobboard for kids summerjob with facebook apps? how to.... php mysql?
I'm going to make a jobboard for the youths in my local community. And i thought if it could be integrated with facebook somehow it really would have a big potential to reach the kids and ppl in my area. Do anyone know if its possible to connect a php mysql website as a application to facebook? so ppl could just search for it in the text bar and choose install and then they where online in my jobboard?

Ads

Find all posts by this user
Quote this message in a reply
11-09-2012, 12:43 PM
Post: #2
 
To simply have a like button?
<script type="text/javascript">

var urlToLike = '';
if (urlToLike == '') {
urlToLike = window.location.href;
}
urlToLike = encodeURIComponent(urlToLike);

var font = encodeURIComponent('inherit');


document.write ('<iframe src="http://www.facebook.com/widgets/like.php?locale=en_US&href='+urlToLike+'&layout=standard&show_faces=true&width=450&height=150&action=like&font='+font+'&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; border-color:#ffffff; overflow:hidden; width:450; height:150"></iframe>')
</script>
You'll of course have to edit to make the fb like assosiated with your page. If your looking for a facebook login code... I am not the person to ask.

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)