Block export widget
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Module allows export arbitrary block as an HTML widget that could be embedded to a 3-rd party site.
Module implements custom lightweight and fast function to output HTML page, so full Drupal page output process is not used.
Export widget contains only HTML of the block. If block requires CSS or Javascript - they should be handled separately (for example by theming).
Using
Widget could be embedded directly on the other site page using iframe (easiest option) or by making cURL request and then outputting on other site.
