Skip to content

Commit 60eeab1

Browse files
authored
Update Readme to include documentation on the facebook App ID
1 parent a4026da commit 60eeab1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readme.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,15 @@ Add the following to the web.config Config -> Appsettings:
7878

7979
- `<add key="MetaMomentum.TwitterName" value="@DigitalMomentum" />` This sets the MetaMomentum.TwitterName property which can be used for the `twitter:site` meta tag for the Twitter Cart
8080

81+
- `<add key="MetaMomentum.FacebookId" value="12345" />` This sets the MetaMomentum.FacebookId property which can be used for the `fb:app_id` meta tag for the Facebook App ID, when sharing to facebook
82+
8183
##### Umbraco V9/V10 (via Appsettings.json)
8284
Add the following to the app settings.json file
8385
```
8486
"MetaMomentum": {
8587
"OGSiteName": "Meta Momentum",
86-
"TwitterName": "@DigitalMomentum"
88+
"TwitterName": "@DigitalMomentum",
89+
"FacebookId": "12345"
8790
}
8891
```
8992

0 commit comments

Comments
 (0)