Helps with implementing Facebook embedded pages.
div element with class="wb-facebook".
<div class="wb-facebook"></div>
| Event | Trigger | What it does |
|---|---|---|
wb-init.wb-facebook |
Triggered manually (e.g., $( ".wb-facebook" ).trigger( "wb-init.wb-facebook" );). |
Used to manually initialize the Facebook embedded pages. Note: The Facebook embedded page will be initialized automatically unless the required markup is added after the page has already loaded. |
wb-ready.wb-facebook (v4.0.5+) |
Triggered automatically after the Facebook embedded page initializes. | Used to identify where the Facebook embedded page was initialized (target of the event).
|
wb-ready.wb (v4.0.5+) |
Triggered automatically when WET has finished loading and executing. | Used to identify when all WET plugins and polyfills have finished loading and executing.
|