Skip to content

Commit

Permalink
Update Readme to include documentation on the facebook App ID
Browse files Browse the repository at this point in the history
  • Loading branch information
dinc5150 authored Sep 13, 2022
1 parent a4026da commit 60eeab1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,15 @@ Add the following to the web.config Config -> Appsettings:

- `<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

- `<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

##### Umbraco V9/V10 (via Appsettings.json)
Add the following to the app settings.json file
```
"MetaMomentum": {
"OGSiteName": "Meta Momentum",
"TwitterName": "@DigitalMomentum"
"TwitterName": "@DigitalMomentum",
"FacebookId": "12345"
}
```

Expand Down

0 comments on commit 60eeab1

Please sign in to comment.