Diagnose Facebook Gadget Problems
Tuesday, October 22, 2019
Edit
Adding a FaceBook developed gadget is - or should endure - exactly similar adding whatever HTML / JavaScript gadget.
Sometime, though, adding a FaceBook gadget exactly does non create hoped for results. We come across the employment reports inwards the FaceBook Debugger wizard is unlikely to render whatever help.
FaceBook supplied gadgets, when provided yesteryear FaceBook Developers from their website, are in all probability almost equally reliable equally Blogger supplied gadgets, installed using "Add a Gadget" - Basics.
Even so, adding a FaceBook Developers provided gadget is dependent area to known gadget problems - together with unopen to problems, unique to FaceBook gadgets.
Adding a 3rd political party gadget, non provided yesteryear FaceBook Developers.
Only add together official FaceBook Developers gadgets, from distributing FaceBook branded gadgets, from their websites.
Using a FaceBook branded gadget, non provided yesteryear FaceBook Developers, volition not endure expert for your blog, inwards the long run.
Editing an HTML gadget, inwards "Rich Text" mode.
If y'all add together HTML / JavaScript code to a criterion gadget, together with y'all edit the gadget inwards "Rich Text" mode, the gadget volition non work. Perversely, Blogger gadgets edited inwards "Rich Text" agency volition display the caption "Edit Html".
If y'all edit an HTML / JavaScript gadget, with "Edit Html" displayed, y'all volition endure inwards "Rich Text" mode - together with your HTML / JavaScript code volition endure interpreted equally rich text. The gadget volition non work.
When y'all edit HTML / JavaScript code, such equally FaceBook gadget code, e'er arrive at together with thence alongside "Rich Text" displayed equally a caption.
Using the "Add your own" code, instead of the "HTML / JavaScript" gadget.
When y'all add together an "HTML / JavaScript" gadget, y'all must select "HTML / JavaScript" from the "Basics" menu, equally works life inwards the "Add a Gadget" wizard. The "Add your own" bill of fare tab provides a trounce for adding XML coded gadgets.
Almost everybody who reads these instructions volition involve to exercise the "HTML / JavaScript" gadget inwards "Basics". The few of y'all who arrive at non volition know when to exercise "Add your own", together with when to exercise "Basics".
Lacking the Facebook SDK for JavaScript.
FaceBook gadgets involve the FaceBook SDK for JavaScript. Blogger blogs alongside criterion templates volition convey the SDK already - equally most Blogger blogs routinely incorporate 1 or to a greater extent than FaceBook buttons.
The "Share Buttons" toolbar, for instance, contains a FaceBook Share button.
Some Blogger blogs - similar unopen to third political party templates - may non routinely charge the FaceBook SDK. If a genuine FaceBook Developers gadget, added using "Add a Gadget" - Basics, edited inwards HTML mode, does non work, it may involve the SDK loaded. This is non hard to do.
The SDK code tin hand notice endure added into an existing Blogger HTML gadget - or y'all may exercise a split gadget. If y'all are adding a unmarried FaceBook gadget - equally inwards this practise - but add together the SDK code inwards forepart of the FaceBook gadget code.
You mightiness have:
And that volition endure that.
The bottom trace of piece of work is simple.
If y'all are adding a FaceBook gadget, but add together a criterion "HTML / JavaScript" gadget, alongside the necessary FaceBook code. It is non necessary to use the Template Editor - nor volition y'all involve XML escape code, enveloping the HTML / JavaScript code.
Keep it simple, become it working - together with get dorsum to work, inwards your blog.
Sometime, though, adding a FaceBook gadget exactly does non create hoped for results. We come across the employment reports inwards the FaceBook Debugger wizard is unlikely to render whatever help.
FaceBook supplied gadgets, when provided yesteryear FaceBook Developers from their website, are in all probability almost equally reliable equally Blogger supplied gadgets, installed using "Add a Gadget" - Basics.
Even so, adding a FaceBook Developers provided gadget is dependent area to known gadget problems - together with unopen to problems, unique to FaceBook gadgets.
- Adding a 3rd political party gadget, non provided yesteryear FaceBook Developers.
- Editing an HTML gadget, inwards "Rich Text" mode.
- Using the "Add your own" code, instead of the "HTML / JavaScript" gadget.
- Lacking the Facebook SDK for JavaScript.
Adding a 3rd political party gadget, non provided yesteryear FaceBook Developers.
Only add together official FaceBook Developers gadgets, from distributing FaceBook branded gadgets, from their websites.
Using a FaceBook branded gadget, non provided yesteryear FaceBook Developers, volition not endure expert for your blog, inwards the long run.
Editing an HTML gadget, inwards "Rich Text" mode.
If y'all add together HTML / JavaScript code to a criterion gadget, together with y'all edit the gadget inwards "Rich Text" mode, the gadget volition non work. Perversely, Blogger gadgets edited inwards "Rich Text" agency volition display the caption "Edit Html".
If y'all edit an HTML / JavaScript gadget, with "Edit Html" displayed, y'all volition endure inwards "Rich Text" mode - together with your HTML / JavaScript code volition endure interpreted equally rich text. The gadget volition non work.
When y'all edit HTML / JavaScript code, such equally FaceBook gadget code, e'er arrive at together with thence alongside "Rich Text" displayed equally a caption.
Using the "Add your own" code, instead of the "HTML / JavaScript" gadget.
When y'all add together an "HTML / JavaScript" gadget, y'all must select "HTML / JavaScript" from the "Basics" menu, equally works life inwards the "Add a Gadget" wizard. The "Add your own" bill of fare tab provides a trounce for adding XML coded gadgets.
Almost everybody who reads these instructions volition involve to exercise the "HTML / JavaScript" gadget inwards "Basics". The few of y'all who arrive at non volition know when to exercise "Add your own", together with when to exercise "Basics".
Lacking the Facebook SDK for JavaScript.
FaceBook gadgets involve the FaceBook SDK for JavaScript. Blogger blogs alongside criterion templates volition convey the SDK already - equally most Blogger blogs routinely incorporate 1 or to a greater extent than FaceBook buttons.
The "Share Buttons" toolbar, for instance, contains a FaceBook Share button.
Some Blogger blogs - similar unopen to third political party templates - may non routinely charge the FaceBook SDK. If a genuine FaceBook Developers gadget, added using "Add a Gadget" - Basics, edited inwards HTML mode, does non work, it may involve the SDK loaded. This is non hard to do.
The SDK code tin hand notice endure added into an existing Blogger HTML gadget - or y'all may exercise a split gadget. If y'all are adding a unmarried FaceBook gadget - equally inwards this practise - but add together the SDK code inwards forepart of the FaceBook gadget code.
You mightiness have:
Add the SDK code:<!-- Your similar push clit code --> <div class="fb-like" data-href="http://www.your-domain.com/your-page.html" data-layout="standard" data-action="like" data-show-faces="true"> </div>
<!-- Load Facebook SDK for JavaScript --> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <!-- Your similar push clit code --> <div class="fb-like" data-href="http://www.your-domain.com/your-page.html" data-layout="standard" data-action="like" data-show-faces="true"> </div>
And that volition endure that.
The bottom trace of piece of work is simple.
If y'all are adding a FaceBook gadget, but add together a criterion "HTML / JavaScript" gadget, alongside the necessary FaceBook code. It is non necessary to use the Template Editor - nor volition y'all involve XML escape code, enveloping the HTML / JavaScript code.
Keep it simple, become it working - together with get dorsum to work, inwards your blog.