Embedding a Widget
How to Embed the Widget On Your Site
Embedding the widget into your blog or website is a simple copy-paste effort. Let us assume you want to embed Acquia's widget on your blog. The steps required are:
- Copy the script HTML to the right.
- Create/Edit your blog entry.
- Paste the HTML into your post.
Some blogs don't allow a direct paste of HTML tags so you may need to edit your post in "HTML Mode". Once you've saved you will get a widget that looks like the following:
Acquia is a new software company that will provide value-added software products and services for the Drupal social publishing system.
With over two million downloads since inception, Drupal is...More»
Acquia is a new software company that will provide value-added software products and services for the Drupal social publishing system.
With over two million downloads since inception, Drupal is used by web developers worldwide to build compelling websites. Diverse organizations use Drupal as their core social publishing system, including media companies, non-profit organizations, publishers, and many others.
Acquia plans to accelerate and extend market adoption of Drupal by advancing the core technology and offering value-added software products and network services that dramatically speed deployment and reduce risk.«Less
| Location: | Andover, MA, United States |
| Latest Funding: | Series A - $7M (12/2007) |
| Investors: | |
| Competitors: | |
| News: | 14 new articles since 07/22/2008 |
Powered by TradeVibes
Pretty simple, huh? But, what if you wanted to change the widget so it looks better on your site or you don't want to display all the information above?
Customize the Widget
You can quickly customize the widget by using our predefined options on the preview page. You can choose to not show the news & discussion lines or not to show all any of the detailed information like Location, Latest Funding, etc. A few, quick checks can give you just the right amount of information you want.
You can futher customize the widget to suit your needs with CSS. CSS brings you the power to change the font, background or layout of our widgets, but we've also made it convenient to hide any elment you want.
As an example we may want to hide the detailed information from the widget. You can accomplish this by adding the following line to you CSS file:
.tradevibes_details { display: none; }
Now the next time you view our widget it will look like this:
Acquia is a new software company that will provide value-added software products and services for the Drupal social publishing system.
With over two million downloads since inception, Drupal is...More»
Acquia is a new software company that will provide value-added software products and services for the Drupal social publishing system.
With over two million downloads since inception, Drupal is used by web developers worldwide to build compelling websites. Diverse organizations use Drupal as their core social publishing system, including media companies, non-profit organizations, publishers, and many others.
Acquia plans to accelerate and extend market adoption of Drupal by advancing the core technology and offering value-added software products and network services that dramatically speed deployment and reduce risk.«Less
| Location: | Andover, MA, United States |
| Latest Funding: | Series A - $7M (12/2007) |
| Investors: | |
| Competitors: | |
| News: | 14 new articles since 07/22/2008 |
Powered by TradeVibes
You can follow this example to hide any element you want.
| Element | Class Name |
|---|---|
| Logo | tradevibes_logo_header |
| Company URL | tradevibes_company_url |
| All Details | tradevibes_details |
| Description | tradevibes_description |
| Location | tradevibes_location |
| Latest Funding | tradevibes_location |
| Investors | tradevibes_funding |
| Competitors | tradevibes_competitors |
| News | tradevibes_news |
| Discussions | tradevibes_discussions |
You can certainly do a lot more with CSS to mold the widget to the style you prefer but these quick tips go a long way to making TradeVibes's information available and convenient to you. Enjoy.
