How to add a widget to a module
March 15, 2007 | by CoryWikipedia defines a widget like this:
A web widget is a portable chunk of code that can be installed and executed within any separate HTML-based web page by an end user without requiring additional compilation. They are akin to plugins or extensions in desktop applications. Other terms used to describe a Web Widget include Gadget, Badge, Module, Capsule, Snippet, Mini and Flake. Web Widgets often but not always use Adobe Flash or JavaScript programming languages.
For example, the "Help Azaria" module in the left column of this site uses a widget from ChipIn.com (to test it, make a donation to Azaria's Dolphin Therapy fund to see the progress bar go up - wink wink). Many "web 2.0" sites offer widgets for blogs and other sites to display their content or tools for performing a specific task (like raising money via the ChipIn widget). It is a great way to add content or functionality to your site with very little effort. The process for embedding a widget to your site is usually just copying and pasting a snippet of code into the appropriate location.
The problem is, Joomla!'s built-in WYSIWYG editors strip out parts of the widget's code causing it to work improperly. With this article, I will explain how to work around that problem and get the widget embedded into a user module without stripping out code.
Step 1: Disable your WYSIWYG editor.
There are two ways to disable your WYSIWYG editor: the global configuration and the user manager.
Global Configuration
To disable the WYSIWYG editor in the global configuration, follow these steps:
- Log in to your administrator control panel.
- Click Site -> Global Configuration.
- In the first tab, set "Default WYSIWYG Editor:" to "No WYSIWYG Editor".
- Click "Save".
The problem with disabling the WYSIWYG editor in the global configuration is that it affects all users. You may want to keep the editor enabled for other users and disable it for yourself. If that is the case, you should disable the WYSIWYG editor in the user manager.
User Manager
To disable the WYSIWYG editor in the user manager, follow these steps:
- Log in to your administrator control panel.
- Click Site -> User Manager.
- Click the Name of the user you want to modify.
- In the right column under "parameters", set "User Editor" to "No WYSIWYG Editor".
- Click "Save".
Step 2: Create the module.
To create the module, follow these steps:
- Log in to your administrator control panel.
- Click Modules -> Site Modules.
- Click "New".
- Enter the details, parameters, and pages/items to suit your needs.
- Copy your widget code from your widget provider.
- Paste the widget code into the content box under "Custom Output".
- Click "Save".
NOTE: You can add more content to the content box, but you will have to use HTML because your WYSIWYG editor is disabled.
You are now widgetized.
That's all there is to it. You now have a widget. I should caution you, though, that too many widgets make a page look cluttered and unprofessional. So, choose wisely. Only use the widgets you actually need to use.
Other options
There are mambots/plugins and modules available that enable you to paste code into your WYSIWYG editor without it stripping out parts of the code. One example of such a module is the Jumi module and plign. If you can think of any more, please feel free to list it in the comments.
Questions
If you have any questions or comments, as always feel free to add them to the comments below.
About the Author
In the years since Joomla! was founded, Cory has built dozens of websites with Joomla! and helped thousands of people find answers to questions about Joomla! through HowToJoomla.net. Cory has also written a book about Joomla titled Beginning Joomla! Web Site Development published by Wrox in April, 2009. In February of 2008, Cory founded Cory Webb Media, LLC, where he provides consulting and web development services for companies of all sizes. You can follow Cory on Twitter @corywebb, or become a fan of Cory Webb Media on Facebook. Cory is also the founder of Themeables, a template club for Joomla!, and developer of /motif, the framework that powers Themeables.
Related Articles
- Must-have Components
- Organizing Your Content
- How to change your WYSIWYG editor
- How to Move Your Joomla! Site to a New Server
- How to Export Your Joomla! Database with phpMyAdmin
- How to Change What Displays on the Home Page
- How to Use Multiple Menus on the Same Page
- How to Display the Same Module in Multiple Positions
- How to Display Your Page Title in Your Template
- How to Lose the Splash Page
- How to use the syndicate (RSS) component in Joomla!
- Joomla! Jargon
- How to turn on SEF URL's
- How to make your site more secure
- Quick Tip: Use JoomlaXplorer to modify your template.
- Quick Tip: Do not use the template chooser module (unless you have a very good reason)
- Packt Publishing Release Book: Building Websites with Joomla! 1.5 Beta 1






