Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add further info on Facebook app_id #10253

Merged
1 commit merged into from
Jul 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion extensions/amp-social-share/amp-social-share.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The `amp-social-share` component provides [some pre-configured providers](0.1/am
<td>Facebook</td>
<td>
<ul>
<li><code>data-param-app_id</code>: <strong>required</strong>, defaults to: none. This parameter is required for the <a href="https://developers.facebook.com/docs/sharing/reference/share-dialog">Facebook Share dialog</a>.</li>
<li><code>data-param-app_id</code>: <strong>required</strong>, defaults to: none. This parameter is the Facebook <code>app_id</code> that's required for the <a href="https://developers.facebook.com/docs/sharing/reference/share-dialog">Facebook Share dialog</a>.</li>
<li><code>data-param-href</code>: optional, defaults to: <code>rel=canonical</code> URL</li>
<li><code>data-param-quote</code>: optional. Can be used to share a quote or text.</li>
</ul>
Expand Down