Group's posts with tag: widgets

What are tags? You can give your posts a "tag", which is like a keyword. Tags help you find content which has something in common. You can assign as many tags as you wish to each post.
View posts by people in your network with tag widgets

All are tiny and the same size (click through to see them properly and with no background.)

INSTRUCTIONS TO REPLACE CURRENT MULTIPLY LOGO WITH COLORIZED LOGO INCLUDING LINK: (Please do not remove current Logo without replacing with link included in instructions)

(This allows the logo to show on every page and not just the homepage)

Add this to your CSS first.

/*TO REPLACE MP LOGO*/

.header .globalnav img#multiply_logo_named {
visibility: hidden;
}

table.globalnav img#multiply_logo_anon {
visibility: hidden;
}

.colorizedlogo {
background-color: transparent;
position: absolute;
top: 10px;
left: 40px;
}

HOST THE COLORIZED LOGO YOU WISH TO USE IN YOUR OWN ALBUM. GET THE IMAGE PROPERTIES URL READY TO USE.

Add this html to site title:

< div class="colorizedlogo" >< a href="http://multiply.com/" >< img src="IMAGE PROPERTY URL HERE" border="0" >< /a >

SAVE. DONE.

if you need to change the positioning, go back to your CSS area, and just adjust the top and left px's.

It's that easy! Thanks to Luiz for his tutorial on adding widgets! I used his tutorial to find that this was the easiest way to do this with positioning!

http://multiplydesign.multiply.com/journal/item/94/Adding_a_Widget_Anywhere_on_Your_Page



USING CSS ONLY From Luiz !

NOTE: At this time this does NOT WORK in IE because IE suxx and won't recognize png as a background nor recognize the opacity that is required.

Another way to add these using only CSS (and again will not work in IE) Hover over our red Multiply logo top of this page to see example.

.header .globalnav img#multiply_logo_named {
filter:alpha(opacity=0);
-moz-opacity: 0.0;
opacity: 0.0;
-khtml-opacity:0.0;
}
.header .globalnav img:hover#multiply_logo_named {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity:1.0;
}
div.header table.globalnav tbody tr td[rowspan="2"] {
background: url(NEW_LOGO_URL) no-repeat 12px 2px;
max-width: 70px;
max-height: 38px;
}


The 'img:hover' block is optional and only needed if you want to display the original Multiply logo when you mouse over the custom one (recommended).


** Credits to nimref22 for the code and Linda for the idea and custom logos. ;)

Link: http://flagcounter.com/index.html

I just saw this on another site .. this is pretty neat... simple

You dont have to have that many. You can customize it


LinkSprout Builder - Create living contentApr 25, '08 4:31 PM
by Pete for everyone
Link: http://sproutbuilder.com

With Sproutbuilder you can create your own Flash based widgets.
You have a stack of pages and can fill them with media like
photos, videos, music, newsfeeds or other content from webpages

Then you can connect these pages via buttons, timers, thumbnail menus, ...
There are lot of possibilities, it is like programming without dealing
with any code.

They also have templates for often used things like slideshows, jukeboxes etc.
And there are lots of interesting examples.

When your widget is ready, you get the embedding code and you can put it
anywhere on your Multiply site.

It was real fun to me - Just give it a try


Thanks to some much needed help at THIS MUDS THREAD!

... and a special thanks to TONY (TP) there, we've figured out the issue that causes these widgets not to show in IE.  So we can fix it and use it!

(Please read the thread though since Multiply MIGHT be in contact with them in the future)

There's additional code that you need to STRIP out in NOTEPAD.  And it's easy to do.

So first, get or make your WIDGET HERE.  Get your code FOR MULTIPLY by clicking on the Multiply Icon when prompted.

(If you search "Multiply" there you will find some there already).  You can also use other widgets other than Multiply related ones.  (Weather etc for instance).

Then paste the code in NOTEPAD.  Then ONLY highlight and copy the part of the code that starts with < embed .. etc.

If you use this STRIPPED down code it will not only work but will show here both in IE and FF.  It appears the FULL code will work in a blog or replies, but for your homepage area, you need to strip it down.  (I suspect it's not playing nice with Multiply's auto html corrector, but I'm not sure)  That's the only difference though between a blog and replies vs. the homepage area. 

I now have one BACK in my welcome area, but going to change it to one for this group and put the Staff Blog widget back in my right rail.

Here is a screenshot of what you use and what it will end up looking like afterwards (a little extra code added by Multiply but that's ok as long as it works) .























Blog EntryFavorite Widgets (What Are Yours?)Mar 2, '08 9:12 AM
by Linda for everyone
There has been discussion at muds from users wishing to have some widgets added as options for their Multiply sites since javascripting added by members isn't allowed (and shouldn't be since it's a very high security issue for Multiply and members alike).   I think this is a great idea.  (I love options and it would be optional to use of course). 

I think they look really nice too, when used in the right rail for those that have access to that (Previous paid members) If paid accounts come back, perhaps the right rail will be available again for that.  But let's NOT debate the pros and cons of premium accounts.  Let's just talk about wiggies since they can be used now and elsewhere on sites.

Many are currently using "wiggies" (not to be confused with wedgies) that give an alternative html code for use here.  I've seen a few wiggies around, and some I like, some I don't.


Small weather wiggies I think are pretty cool.  Also a few small attractive clocks.  I've seen slideshow wiggies, and cbox wiggies (which I absolutely hate).


So what is your favorite wiggie?  What works well with no problems on your theme?  Where do you put them?  (Share the link to the site also so others can take a look).

What type wiggie would you like to see added here as a feature (option) and what would you do with it? 

I'm interested in this because I'm considering a couple myself.  So I'm interested in seeing just what is available, what is used, and how well they work.  If you have a link to your wiggie on your site, we'd like to see that too!  I think many members would enjoy having some, and just need to know what they are, and how and where they can use them.

EDIT:  FOUND THIS SITE AND LOVE IT!  MAKE YOUR OWN OR SEARCH "MULTIPLY" AND FIND SOME ALREADY MADE.  JUST GRAB CODE AND THEN CLICK ON THE MULTIPLY LOGO FOR THE MULTIPLY CODE.

http://www.widgetbox.com/

HERE'S ONE EXAMPLE THERE:

http://www.widgetbox.com/widget/the-multiply-staff-blog

Blog EntryAdding a Widget Anywhere on Your PageFeb 28, '08 4:52 PM
by Luiz Felipe for everyone
Ever wanted to add your own stuff to the rail like the (once available but no more) Premium accounts? You can do it with some CSS and HTML tricks. You won't have as many features as them but it should work for adding a simple widget (for example a weather or map widget) to the rail.

If you want to make it visible in all of your pages, you must add the HTML code to your Page Title. If you want it only on your main page, add the HTML code to your Welcome box.

Let's start with the simplest code: it's just HTML, so you don't need to change your CSS. For example:

<div style="background-color: transparent; width: 160px; position: absolute; top: 1300px; right: 115px;"><img src="Image_URL"></div>

It will put the image hosted in Image_URL in the fixed vertical position 1300px in the right rail so it will be below the ads. The trick is using the div to position it absolutely (i.e. not relative to other boxes in your page) so it will have a fixed position on your page. The div will be positioned 115 pixels to the left from the right margin and have a width of 160px, the usual rail width. As you probably noted it used standard CSS commands in the style tag, just like what you use in your CSS (check the basic CSS commands in this previous post).

Note: you may need to adjust the position values, specially right, to suit your theme better. You can start using 0px and then make it bigger or smaller (negative values) to place it where you want. The values above are usually good for Avlack-based themes. Some other reference values:
- Skyline
top: 1300px;
right: 0px;
- Clean:
top: 1000px;
right: -20px;


You can do the same, using a more simple and stylish code if you first add this to your Custom CSS (pay attention to the dot in the selector's name):

.widget1 {
background-color: transparent;
width: 160px;
position: absolute;
top: 1300px;
right: 115px;

}

and then add this one to your page (either Page Title or Welcome box, as I said previously, it's up to you):

<div class="widget1"><img src="Image_URL"></div>

Note that I use widget1 as the name of the selector in the CSS, so I must use the same name for the div class in the HTML code.

Of course you could use the background tag to add the image in your CSS also, but this way you can add other stuff to your page, like a cool Flash weather forecast that would not work otherwise. For example, you can add a clock in that position using this HTML code:

<div class="widget1"><embed allowscriptaccess="never" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://poq-space.com/Files/clocks/clock22.swf" width="120" height="100" wmode="transparent" type="application/x-shockwave-flash" quality="high"></embed></div>

I simply have to add the widget code between the div's, and as all the positioning and extra style is in the CSS, the code I need to add to my page is much smaller and simpler.

If you want to make the widget static, i.e. it won't move when you scroll the page, use fixed instead of absolute. This way you can create an 'always visible' widget. You may need to use a high z-index value too so it will float above all other things. For example:

.widget1 {
background-color: transparent;
width: 160px;
position: fixed;
bottom: 50px;
left: 10px;
z-index: 1000000;
}


You can create more selectors for div's in your CSS to add more than one widget or image to your page using HTML, just use the correct position so one won't overlap the other and a pair of div's for each widget when adding the HTML to your page. The options are almost endless. Enjoy!


Acknowledgements: dantcer for the example code and alogena (link to her group) for original the idea.


Multiply.Design
Join this Group!RSS FeedHelp on RSS FeedsAdd to My Yahoo
Report Abuse
© 2008 Multiply, Inc.    About · Blog · Terms · Privacy · Corp Info · Contact Us · Help

Template design - Copyright © 2005 Sam Royama All rights reserved.