-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Christian Seel
committed
Apr 15, 2012
1 parent
be3fbca
commit 85410c9
Showing
1 changed file
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,16 @@ I welcome people taking this addon and customizing it to their needs. A pull req | |
|
||
1. Copy the contents of the snippet file (fblikes.snippet.php) from github | ||
2. Go to your MODX Revolution Manager, create a new snippet, paste the content from your clipboard and save it | ||
3. Open a resource or chunk (or wherever you want to display your fan number) and add the snippet call | ||
[[!fbLikes? &pageid=`19110642979` &expiretime=`10030`]] | ||
3. Open a resource or chunk (or wherever you want to display your fan number) and add the snippet call: | ||
```[[!fbLikes? &pageid=`19110642979` &expiretime=`10800`]]``` | ||
|
||
# Developed by | ||
**chsmedien** | ||
Christian Seel | ||
E-Mail: [email protected] | ||
Website: www.chsmedien.com | ||
## Parameters | ||
|
||
* pageid - the id of your facebook fanpage (username is also possible) | ||
* expiretime - lifetime of the cache in seconds (default 10800, 3 hours) | ||
|
||
## Developed by | ||
**chsmedien** | ||
Christian Seel | ||
E-Mail: [email protected] | ||
Website: www.chsmedien.com |