Descriere
Integrate BookWidgets widgets in your WordPress
site. Quickly embed or link to widgets by shortcode.
Use one of the shortcodes in your page or posts to link or embed widgets.
[bw_link]
: Link to a widget
Example:
Have a look at [bw_link code="ABCDE"]my widget[/bw_link]
Another widget: [bw_link code="ABCDE"]
[bw_embed]
: Embed a widget
Example:
[bw_embed code="ABCDE"]
Supported parameters:
code
: Widget shortcodewidth
: Width of the widget frameheight
: Height of the widget frameallowfullscreen
: set this to1
to add a fullscreen button in the bottom right corner
Instalare
- Upload the plugin files to the
/wp-content/plugins/wp-bookwidgets
directory. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Settings→BookWidgets screen to configure the plugin
Contributori și dezvoltatori
„WP BookWidgets” este un software open-source. La acest modul au contribuit următoarele persoane.
ContributoriTradu „WP BookWidgets” în limba ta.
Te interesează dezvoltarea?
Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.
Istoric modificări
0.3
- Added a
allowfullscreen
option tobw_embed
0.1
- Initial release