README.txt |
README.txt |
|
Web Widgets
===========
"Copy/paste widgets for your Drupal site. Plays nice with Views."
Description
===========
Use Web Widgets to build dynamic snippets of your website that users can copy
and paste to their websites.
Installation… |
web_widgets.info |
web_widgets.info |
|
name = Web Widgets
description = Create dynamic snippets of this site that users can copy and paste to their websites. Plays nice with Views module. See README.txt for more installation instructions.
core = 6.x |
web_widgets.module |
web_widgets.module |
|
web_widgets module main. Contains the views api hook and theming functions. |
web_widgets.views.inc |
views/web_widgets.views.inc |
|
Web Widget display defition. |
web_widgets_google_gadgets.tpl.php |
google_gadgets/web_widgets_google_gadgets.tpl.php |
|
Template for the code what to embed in external sites |
web_widgets_google_gadgets_wrapper.tpl.php |
google_gadgets/web_widgets_google_gadgets_wrapper.tpl.php |
|
Inline embedding means that we use the views output only |
web_widgets_iframe.tpl.php |
iframe/web_widgets_iframe.tpl.php |
|
Template for the code what to embed in external sites |
web_widgets_iframe_wrapper.tpl.php |
iframe/web_widgets_iframe_wrapper.tpl.php |
|
HTML wrapper code for the iframe'ed code at the external site. |
web_widgets_inline.tpl.php |
inline/web_widgets_inline.tpl.php |
|
Template for the code what to embed in external sites |
web_widgets_inline_wrapper.tpl.php |
inline/web_widgets_inline_wrapper.tpl.php |
|
Inline embedding means that we include the views output into a javascript file |
web_widgets_plugin_display_web_widgets.inc |
views/web_widgets_plugin_display_web_widgets.inc |
|
Implementation of widget display. |
web_widgets_style_google_gadgets.inc |
google_gadgets/web_widgets_style_google_gadgets.inc |
|
google_gadgets specific functions, preprocessing |
web_widgets_style_iframe.inc |
iframe/web_widgets_style_iframe.inc |
|
Iframe-specific functions, preprocessing |
web_widgets_style_inline.inc |
inline/web_widgets_style_inline.inc |
|
Inline-embedding specific functions, preprocessing |
web_widgets_style_uwa.inc |
uwa/web_widgets_style_uwa.inc |
|
UWA-embedding specific functions, preprocessing
http://dev.netvibes.com/ |
web_widgets_uwa.tpl.php |
uwa/web_widgets_uwa.tpl.php |
|
Shows the URL to the user |
web_widgets_uwa_widget.tpl.php |
uwa/web_widgets_uwa_widget.tpl.php |
|
|
web_widgets_uwa_wrapper.tpl.php |
uwa/web_widgets_uwa_wrapper.tpl.php |
|
For the UWA widget, we use the views output only |