Skip to content

Commit 8f9cedc

Browse files
committed
Fix FB SDK issue. Closes #79
1 parent 446444e commit 8f9cedc

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

build/share.js

+3
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,9 @@ Share = (function(_super) {
401401
};
402402

403403
Share.prototype.normalize_network_configuration = function() {
404+
if (!this.config.networks.facebook.app_id) {
405+
this.config.networks.facebook.load_sdk = false;
406+
}
404407
if (!this.is_encoded(this.config.networks.twitter.text)) {
405408
this.config.networks.twitter.text = encodeURIComponent(this.config.networks.twitter.text);
406409
}

0 commit comments

Comments
 (0)