Snap-Shots is one of the features I am working into the new look Blogger Buster template. However, with the default installation I discovered a few things I wanted to tweak, which I anticipate other Bloggerrs may find slightly annoying too.
To prevent previews for certain links or blocks of content, you will need to add the class "snap_noshots" to these areas.
For individual links, you can add the class like this: <a href="yoururl" class="snap_noshots">Link text here</a>
To prevent links for a whole div (eg: your sidebar), you can add it like this: <div id='your_element_id' class='snap_noshots'>
If your link or element already contains a class, you can simply add this as another class by enclosing the "snap_noshots" within the same quotation marks, like this:
<a href="your_url" class="link_class snap_noshots">link text here</a>
<div id='sidebar-wrapper' class='sidebar snap_noshots'>More ....
Check out www.bloozler.com | www.arbitmba.com
No comments:
Post a Comment