Profile

Achievement

You have not received any achievements.

ginoplusio's Recent SnippetsTagged php



« Prev 1 Next »
I will show you how to crate an app for facebook to handle the facebook connect process on your web site. Then I will show you the php code to perform the login on facebook and retrieve the informations you need for your site. The last suggestion w...
0 748 posted 10 years ago by ginoplusio
When you add facebook like button to your site, probably, you also want to save the number of likes of your pages to your database.These data are very useful and very important because they tell you which of your articles are better than others. More...
0 945 posted 10 years ago by ginoplusio
Thanks to followgram.me you can read a public feed with your photos. Use this code to retrieve your Instagr.am photos and use them on your web.
0 825 posted 12 years ago by ginoplusio
I’ve made this function that receive the input $video string that contains the dirty embed code as it is from youtube. The second parameter $new_width (if specified) permits to resize the embed code proportionally to the width you need for your tem...
0 865 posted 12 years ago by ginoplusio
Since the 31 of august 2010, twitter made its API more secure, stopping basic authentication calls. So, if you used basic authentication you have to change your code and implement oAuth authentication model or you can follow this link and found a mi...
1 1050 posted 13 years ago by ginoplusio
If you need to add some content to your pages without having that content in your database you can use Wikipedia API. You can, for example, need to add automatically a simple description to a city name, or to a band name. Or you could need to add the...
1 652 posted 13 years ago by ginoplusio
This small function receive a text as input and returns an html text with links if the source text contains urls (http://www… but also ftp://… and every other protocol), emails, twitter’s usernames (with @ at the beginning) and also twitter tag...
0 782 posted 13 years ago by ginoplusio
Changing Facebook Status with PHP, download the Mini Bot PHP class from the blog http://www.barattalo.it
1 797 posted 13 years ago by ginoplusio
PHP function of mini bot class that lets you retrieve twitter infos from twitter nickname. ($this->attr method is part of the Mini Bot Class)
2 666 posted 13 years ago by ginoplusio
This PHP class lets you clean and repair html code. WHAT IT DOES: delete closed tags without their opening tag, fix open tag without close, closing them automatically, check bad nesting and fix them, fix bad quotes in attributes, merge different styl...
2 1742 posted 13 years ago by ginoplusio
1 592 posted 13 years ago by ginoplusio
1 911 posted 13 years ago by ginoplusio
1 562 posted 13 years ago by ginoplusio
1 803 posted 13 years ago by ginoplusio
1 819 posted 13 years ago by ginoplusio
Used to copy the user avatar from Facebook to your community in this [Facebook Connect Tutorial](http://www.barattalo.it/facebook-connect-tutorial/ "Tutorial").
1 632 posted 13 years ago by ginoplusio
This is a tutorial I've found for integrate Facebook Connect function with your web community.
1 685 posted 13 years ago by ginoplusio
I’ve made this class that can use normal session variables, or cookies. This class can use cookies in two ways: store a single variable in each cookie, or pack many variables, encrypt, and store them into cookies. Now I always use this class whe...
2 709 posted 13 years ago by ginoplusio
Function to detect user language in php.
2 587 posted 13 years ago by ginoplusio
This is the code to make a simple gallery really fast, with php, jquery and a dir full of pictures.
2 1184 posted 13 years ago by ginoplusio
- fields on db with utf8_general_ci collation - make this query after any connection - put meta charset utf8 - read and write strings without problems
0 506 posted 13 years ago by ginoplusio
1 588 posted 14 years ago by ginoplusio
0 591 posted 14 years ago by ginoplusio
1 566 posted 14 years ago by ginoplusio
« Prev 1 Next »