Skip to content

Commit

Permalink
amp-facebook broken: fix sdk version (ampproject#39304)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerivq authored and eszponder committed Apr 22, 2024
1 parent 9803983 commit 7194f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3p/facebook.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export function facebook(global, data) {
);
});

FB.init({xfbml: true, version: 'v2.5'});
FB.init({xfbml: true, version: 'v17.0'});

// Report to parent that the SDK has loaded and is ready to paint
const message = JSON.stringify({
Expand Down

0 comments on commit 7194f6b

Please sign in to comment.