Twitist Forums
Integrate jobboard for kids summerjob with facebook apps? how to.... php mysql? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Facebook forums (/forum-14.html)
+--- Forum: Facebook apps (/forum-22.html)
+--- Thread: Integrate jobboard for kids summerjob with facebook apps? how to.... php mysql? (/thread-27132.html)



Integrate jobboard for kids summerjob with facebook apps? how to.... php mysql? - Svein Egil Høgberg - 11-09-2012 12:34 PM

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?


- Scott - 11-09-2012 12:43 PM

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.