JS API M FB.XFBML.Host.parseDomTree
From Facebook Developer Wiki
(Redirected from JS API M FB.XFBML.Host.ParseDomTree)
public static void parseDomTree ()
Description
Starts parsing the DOM tree again to search for XFBML tags and render them. This will be invoked automatically unless FB.XFBML.Host.autoParseDomTree is set to false.
This call can be expensive as it generates the whole DOM tree again. so you should only use this when necessary.
You can also use JS_API_M_FB.XFBML.Host.Refresh, but this doesn't find dynamically added XFBML.
Back to class public FB.XFBML.Host
