Showing posts with label gadget. Show all posts
Showing posts with label gadget. Show all posts

Thursday, November 11, 2010

Restricting Blogger links to the home page

For those of you who have sites on Blogger, one of the great advantages is that you don't have to know HTML or any other programming language to have a site up and running in minutes. While you can use Blogger-supplied code (called gadgets) to add or subtract extra content into a sidebar like blogrolls, polls, or a search box, you don't usually have any options when it comes to where those widgets will be seen. Typically, once a Blogger gadget is added, you will see the content of that Gadget
in the sidebar of every page on the site.

If you have a handful of links that you only want on the home page, one option is to use the HTML/Javascript gadget (my favorite for adding plain text links) and to change how that gadget operates so that it only shows up on the home page. This involves changing the template that controls the look and feel of the site. By adding a couple of lines of code, you can change this gadget so that it is only visible on the home page.


Note:If you haven't done any kind of web site or blog coding before using HTML, and feel unsure about changing the code, either find someone who can do it for you or practice this on either one of your inactive Blogger sites or on a site that you put together for testing changes like this.


The following instructions are taking from an article on the Blogger Tricks site:
  • Sign into Blogger dashboard and click on the Design link for your blog, click on the Add a Gadget on your blog's layout, and then select the type of gadget you need (for example HTML/Javascript). Add the content that you want, and save your changes.

  • Next, you have to add a small piece of code to that gadget so that your content only displays in the Homepage. Just clcik to Edit HTML and then select the box next to 'Expand Widget Templates'. Now would also be a good time to save the template just in case.

  • Find the HTML/Javascript gadget, which should start with code that looks like <b:widget id='HTML1' locked='false' title='' type='HTML>

  • Just below that line of code, You should see a "b:includable" tag that looks like <b:includable id='main'>

  • Under that line, add the following: <b:if cond='data:blog.url == data:blog.homepageUrl'>

  • Just before the line </b:includable> tag, add the line </b:if> to close the "if" statement.

  • Save your template and test your blog. If everything went well, you should only see that gadget on the home page.
The same Blogger Tricks article also shows you how to do this for other types of gadgets, and also how to do this so that the gadget content shows up everywhere except the home page.

Monday, November 23, 2009

If You Don't Know What Gadgets May Work for You, Here Are Several You Can Try

There are many options out there for widgets that you can put on your web site or blog to enhance your other content. Sometimes the best way to figure out what works for you and your audience is to try a bunch of them to see what works. Below are a few widget sites you can try:
  • Widgetbox – A variety of widgets



  • LinkWithin – a blog widget that appears under each post, linking to related stories from your blog archive

  • ShoutMix – Provides a chat widget for your site or blog

  • Wowzio – Various blog related widgets

  • SpringWidgets – Web site tools for blogs and social networks

  • YourMinis – Widgets for your blog, website, start page, and desktop

  • Monitter – Real time live Twitter watch and badge creator

  • Widgipedia – A very extensive widget resource

  • Widgiland – A social widget production social network

  • FeedWind – A widget for RSS type feeds
If you know of other sites with online widgets or tools for your web site, please let us know in the comments section.

Thursday, November 5, 2009

Learn How to Find or Create Google Gadgets to Improve Your Web Site or Blog

While your blog may be filled with original content that you or your group develops, it sometimes helps to have additional extras to improve your audience's satisfaction. One of the many things that you can do is add gadgets, or dynamically generated content, to improve a visitor's experience. These resources can provide a wide variety of information or content, for example news headlines, weather, or a calendar.

Google provides many free gadgets for your web site or blog, and all you have to do is search their gadget directory for one that you like, copy the code, and place it in your web site or blog. Some of the more popular gadgets were featured in this article from Quick Online Tips.

If you have a few programming skills, Google will even show you how you can build your own custom gadgets. Visit the Google gadget creation page and you will find detailed instructions for building gadgets that you can place on multiple sites and products including iGoogle, Google Maps, Orkut, or any web page. Once you write your gadget once, with minor changes it can run in multiple places.

To give you an idea of how it would work, look below to find a gadget that produces the current Dilbert comic strip: