Welcome To Snipplr
Everyone's Recent Snippets Tagged facebook
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I tried to create a little jQuery method to notify events to the user just as in facebook.
EXAMPLE: http://claudiobonifazi.com/snippets/fb_like_notifications/
1- Link this little plugin to your page (or paste it into your files as you wish)...
0
863
posted 13 years ago by claudiowebdesign
You can use this in Joomla extensions where you need to get the current language locale for example to use with Facebook Connect/Like plugins etc. in the "en_US" format. With facebooj JS, all you have to do is replace the default locale with the resu...
0
968
posted 13 years ago by burconsult
Copy and paste this code into the URL box and press enter. You will see it happen in realtime. Make sure all of your friends are loaded first, as Facebook uses lazy loading! To learn more, visit my blog post on it at http://www.brettwidmann.com/2011/...
0
785
posted 13 years ago by goatboy91587
Ordena alfabéticamente el array $friends['data'] obtenido con la api de facebook.
0
1076
posted 13 years ago by serialk89
Esta es la primera parte del desarrollo de una app para facebook, se separará en 4 archivos mas o menos. Este es el primero y es el arhivo que contiene la información de la app y hace las conexiones pertinentes y las validaciones. nuestro archivo s...
0
751
posted 13 years ago by serialk89
Envia un mensaje a los amigos desde method send de facebook graph
0
761
posted 13 years ago by serialk89
Use Facebook's sharer to easily post status updates to Facebook. The three meta tags control the default content Facebook pulls to create the post.
0
797
posted 13 years ago by dmertl
This script will handle any vertical resizing issues with a Facebook IFrame tab application, such as the resizing of the frame when elements expand, such as a Facebook Comments plugin. It uses the "FB.Canvas.setAutoResize" method from the Facebook Ja...
0
714
posted 13 years ago by SFLWebDev
Asà es cómo se tiene que hacer la llamada a jquery desde facebook
0
705
posted 13 years ago by serialk89
A simple C# function to take a standard DateTime and convert it to a pretty string saying how many seconds/minutes/days/weeks/months ago the date was, it doesn't return an actual date, but that wouldn't be hard to change the month/week/day section to...
2
887
posted 13 years ago by Maelstrom