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. neosmart STREAM is the official successor of fb.wall, so we don't develop anymore updates or bugfixes for fb.wall. | ![]() |
| 2 (neosmart STREAM) | free - Lite Version 99,00€ - Pro Version |
neosmart STREAM - the official successor of fb.wall | Details |
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.

