Facebook Wall Script 3.0 – Timeline, Oauth, Location Sharing, Smileys, Like Button, Image Upload, Video Sharing & many more

Today I am releasing new Facebook Wall Script 3 with more powerful features like Facebook Oauth Login, Profile Picture, Cover Page, & User can able to share their locations etc.

Updated Post – Facebook Wall Script 4.0 with PHP Codeigniter MVC Framework – http://w3lessons.info/2013/09/24/facebook-wall-script-4-0-with-php-codeigniter-mvc-framework/
Facebook Wall Script 3
Facebook Timeline Wall Script

Contents

Facebook Wall Script 3 Video Demo

Facebook Wall Script 3 Features

  1. Facebook OAuth Login
  2. Share Updates
  3. Instant Image Upload
  4. Share Videos
  5. Share Locations
  6. Facebook Style Like Button Feature
  7. Automatic Convert Text to Links
  8. Convert Symbol to Smileys
  9. Load More Posts while scrolling
  10. Delete Posts  & Comments
  11. Automatic Facebook Profile Picture & Cover Page Picture

Facebook Wall Script contains three tables.. Users, Posts, Comments & Likes

Facebook Wall Script DB Design

Screenshots

Facebook Style Share Location
Facebook Style Share Location
Facebook Style Like Button
Facebook Style Like Button

Facebook_Style_Location_Map

Facebook_Style_Wall_Post

Config.php

define('DB_SERVER', 'localhost');
define('DB_USERNAME', 'root');
define('DB_PASSWORD', '');
define('DB_DATABASE', 'fb_wall');
define('ImageUploadPath', 'uploads/');
//facebook oauth config
$appId = ''; //Facebook App ID
$appSecret = ''; // Facebook App Secret
$return_url = 'http://w3lessons.info/demo/facebook-timeline-wallscript-v3'; //path to script folder
$fbPermissions = 'email'; // more permissions : https://developers.facebook.com/docs/authentication/permissions/

$post_limit = 10;
$connection = mysql_connect(DB_SERVER, DB_USERNAME, DB_PASSWORD) or die(mysql_error());
$database = mysql_select_db(DB_DATABASE) or die(mysql_error());
mysql_query ("set character_set_results='utf8'");
$base_url='http://w3lessons.info/demo/facebook-timeline-wallscript-v3/'; // with trailing slash
$base_folder = "demo/facebook-timeline-wallscript-v3/"; //leave empty if you using root folder
$smiley_folder = $base_url.'assets/smileys/';

You have to create a Facebook application for Facebook OAuth Login & after that get App Id & App Secret Id from facebook application page

Download and Buy

Facebook wall script is light weight & developed in PHP, jQuery & Mysql language.
You can easily integrate in your live projects also. This script costs 8$

After your payment successful, you will get an email with  Facebook_Wall_Script_v3.zip  attached sent by itzurkarthi@gmail.com within 12 hours.
Instructions
Free Updates: Customers who buy the script get one updated version released subsequent to their purchase, at no additional cost.
Customisability: I can provide minor customization and enhancements to the script as per your requirements at low cost.

Please don’t forget to share and subscribe to latest updates of the blog. Also any comments and feedback are all welcome!

Thanks!

You May Also Like

Never Miss Any Web Tutorials, Guides, Tips and Free eBooks

Join Our Community Of 50,000+ Web Lovers and get a weekly newsletter in your inbox

 

I hate spam too. Unsubscribe at any time.

24 thoughts on “Facebook Wall Script 3.0 – Timeline, Oauth, Location Sharing, Smileys, Like Button, Image Upload, Video Sharing & many more”

  1. Karthikeyan Thank you for the Version 2 free download. Mine is not working properly. The page does not update the news feed unless I refresh the page for every new post. The photo upload will select a photos but does not upload a photo to the uploads folder nor to the database. The video will post but only if I refresh the page with a post in the post box. The db connects and updates the post when the page is refreshed but not the index.php page. I am eager to purchase your new version but I need to be sure the older one will work before I invest in your new versions. Any help to make it all work would be greatly appreciated. Thanks again.

    Reply
  2. nice work but all what i need is the group function like the one in facebook thanks. would it be in anytime soon ?

    Reply
  3. Hi Karthik,

    I just purchased your Facebook Wall Script 3.0, can you please send it me as soon as possible? My name is Azmat Zuberi and I paid via PayPal.

    Thanks.

    Reply
  4. Karthikeyan, does purchase of script 3.0 (which I purchased a few weeks ago) entitle me to the latest script? Above it says “Customers who buy the script get one updated version released subsequent to their purchase, at no additional cost”. I purchased script 3 because I do not have CodeIgniter. I see you have now produced version 5, which does not require CodeIgniter. But I also see that the cost of version 5 is significantly higher than version 3. So I would understand if there is no free upgrade from 3 to 5. However, since your page says there is one updated version provided at no additional cost, I would like to know if this applies to my purchase, and if so, how I would obtain version 5. Please advise. Thank you!

    Reply
  5. Your latest script (4.0) also dosen’t support uppercase characters like:
    é,á,ű…
    If I have a friend with forexample this name:
    Kovács Cintia, and I menotion on post, this woule be a link, which generate a erorr page:
    “This name contant unsupported characters”
    Please fix it, if you ask people pay for you for this…

    Reply
  6. I think this script is similar to wall posts released by 9lessons.info and 99points.info .

    you can do more to improve your script .

    Reply
    • Hi Kamesh,

      I agree with you.. You will surely appreciate me once I released version 4.0 with powerful features 🙂

      Anyway thanks for your comment

      Thanks

      Reply
  7. yeah like button would be great , also thumbnails from user are blurry and resolution is some how bad…..

    and maybe it would be cool if users can also not login with facebook and change time line cover so they have their own facebook mini profile hehe

    Reply
  8. Hi,

    Please add a like button feature.. so that your script will be 100% same as facebook 🙂

    You have done a great job man…. I am expecting more features in version 4.0

    Thanks

    Reply
  9. Wow. your script is awesome… this is what I want dude… 🙂

    Just now I paid via paypal… when will I get this script?

    thanks
    Steve

    Reply
  10. Unfortunately where i live there are no way to send you the money by paypal , but you do verry good job you can be proude

    Reply

Leave a Comment