Facebook Style TextArea with Wall Posting Script using jQuery PHP and Ajax.
Here is a script for you to create facebook wall style post inserting techniques and expandable text area like facebook. I have used jquery-elastic
and watermarking plugin of jquery to create this awesome effects.
Fresh and more enhanced facebook style posting and comments system
Basically, i here is a simple text area example with ajax posting in facebook style.
Table Structure:
CREATE TABLE `facebook_posting` (
`p_id` int(11) NOT NULL auto_increment,
`f_name` varchar(50) NOT NULL,
`post` varchar(255) NOT NULL,
`f_image` varchar(50) NOT NULL,
`date-created` datetime NOT NULL,
PRIMARY KEY (`p_id`)
)
Javascript Code: Ajax Call with Watermarking Text Area
$(document).ready(function(){
$('#shareButton').click(function(){
var a = $("#watermark").val();
$.post("posts.php?value="+a, {
}, function(response){
$('#emailInfo').fadeOut();
$('#posting').html(unescape(response));
$('#posting').fadeIn();
});
});
$('textarea').elastic();
jQuery(function($){
$("#watermark").Watermark("What's on your mind?");
});
jQuery(function($){
$("#watermark").Watermark("watermark","#369");
});
function UseData(){
$.Watermark.HideAll();
//Do Stuff
$.Watermark.ShowAll();
}
});
Text Area HTML:
56 to “Facebook Style TextArea with Wall Posting Script using jQuery PHP and Ajax.”
Post comment

Categories
- AJAX (28)
- Announcement (3)
- Blogging Tips (1)
- Codeigniter (16)
- CSS (14)
- Facebook (8)
- Freelance Tips (1)
- How-To (2)
- Joomla (1)
- JQuery (51)
- Miscellaneous (3)
- Mootools (1)
- MySQL (3)
- PHP (57)
- SEO (2)
- Technology (6)
- Tutorials (17)
- Twitter (2)
- Web Design (26)
- Web Development (58)
- WordPress (3)
Popular post
- 46 Highly Responsive Admin Templates for Your Websites
- $50 PayPal Cash & 5 Premium PHP Wall Script Prizes #Giveaway
- PHP Wall Script Clone with Real Time Features __ January 2013 Release __
- Things you should know if you are a Blogger
- Top 10 Must Have Qualities of a Freelance Web Developer
- Fundamental Factors for Mobile Compatible eCommerce Hosting
- Facebook Wall Script New Version in September 2012
Recommend


Hey there, You have done a great job. I’ll definitely digg it and individually suggest to my friends. I’m sure they will be benefited from this web site.
fsdfsd
ddd
dsasda
cools…
[...] Zobacz Demo Pobierz Skrypt [...]