The name says it all, this jQuery plugin allows you to display the Facebook Wall of an user, a page or an app on your own website.
The design of the wall derives from the Facebook look’n'feel and can be customized easily via CSS.
| Version | Price | Comment | |
|---|---|---|---|
| 1.2.7 | free | The latest version of our popular plugin. | ![]() |
| 1.2.8 | 99,00€ | In version 1.2.7. some users get the error (# 4) Application request limit reached. This happens because there is a limit from the Facebook API. Version 1.2.8 is a special modification with Built-in-cache. It was developed for IT-Professional who don't want to wait till February. Why is this version not for free? Please have a look in our Blog. |
|
| 2 | Version 2 has a Built-in-cache as well. More details: www.neosmart.de/fbwall-plugin/ |
Release: February 2012 |
|
Live Demo Code
$('#live-demo').fbWall({
id:neosmart.gmbh,
showComments:true,
max:3,
timeConversion:24
});
Properties
no default
accessToken : String
Facebook has changed the Graph API.
To read “/feed” or “/posts” you have to add an access_token. Facebook Developer Blog
To read “/feed” or “/posts” you have to add an access_token. Facebook Developer Blog
avatar-alternative.jpg
avatarAlternative : String
If useAvatarAlternative is set to 'true', this picture appears next to articles and comments of the wall owner.
avatar-external.jpg
avatarExternal : String
If useAvatarExternal is set to 'true', this picture appears next to articles and comments of guest entries.
neosmart.gmbh
id : Number|String
The ID of the profile, the page or the app to be displayed.
5
max : Number
The maximum number of entries that appear.
true
showComments : Boolean
The comments are displayed by default but can be turned off with this value.
true
showGuestEntries : Boolean
If this value is set to false, only entries from the owner of the Wall will be displayed.
24
timeConversion : Number
Possible values are "12" (12-hour-clock) and "24" (24-hour-clock).
at
translateAt : String
If you want to translate the plugin in your language, this string replaces 'at'.
like this
translateLikeThis : String
If you want to translate the plugin in your language, this string replaces 'like this'.
Example: 5 people like this
Example: 5 people like this
likes this
translateLikesThis : String
If you want to translate the plugin in your language, this string replaces 'likes this'.
Example: Marc likes this
Example: Marc likes this
has not shared any information.
translateErrorNoData : String
If it isn't possible to show the data of a user (cause he has not shared any data),
this string is shown as error message.
this string is shown as error message.
people
translatePeople : String
If you want to translate the plugin in your language, this string replaces 'people'.
Example: 5 people like this
Example: 5 people like this
false
useAvatarAlternative : Boolean
If useAvatarAlternative is set to 'true', an alternative picture appears next to articles and comments of the wall owner. By default the Facebook avatar is used.
false
useAvatarExternal : Boolean
If useAvatarExternal is set to 'true', an alternative picture appears next to articles and comments of guest entries. By default the Facebook avatar is used.
Feedback?
Questions, requests and suggestions are highly appreciated: Feedback


