Request Hacks
From Bloggerhacks
m (Another Request) |
|||
| Line 13: | Line 13: | ||
Thank you. | Thank you. | ||
| - | + | ---------------------------------------------------------------------------- | |
| - | + | ||
| - | + | I'm trying to get Revver's collection-widget working in the posts-section. If I put the widget in the template's HTML, it works, but that's not what I'm trying to do. In case it helps, here's the JavaScript, as best as I can paste it: | |
| - | + | ||
| + | <code><script src="http://widget.revver.com/js/1.0/revver.js" type="text/javascript"></script> | ||
| + | |||
| + | <script type="text/javascript" language="JavaScript">//<![CDATA[ | ||
| + | new REVVER.widget.VideoCollection({ | ||
| + | "display" : { | ||
| + | "title" : "Yu-Gi-Oh! the Abridged Series", | ||
| + | "rows" : "1", | ||
| + | "cols" : "3", | ||
| + | "thumbWidth" : "120", | ||
| + | "thumbHeight" : "90", | ||
| + | "styleRules" : { | ||
| + | "video-collection" : [{ "border" : "1px solid red", "padding" : "5px 10px 10px 10px", "background-color" : "#fff" }] | ||
| + | } | ||
| + | }, | ||
| + | "collection": 246553, | ||
| + | "affiliate" : "MissleLaunch" | ||
| + | }); | ||
| + | //]]></script></code> | ||
Revision as of 01:15, 21 September 2007
Hi I would like to request a ahck that enables me to separate my tags in the tag widget that comes with blogger, for example to be able to put Language as a title and under that title the English and Spanigs tags, and then a nother title thats says, gender and under that title would be my other labels pop, rock, etc.
This is my blog just in case:
Thank you for such great hacks!
Hi guys, I found so much useful things here. Thank you.
I'm trying to get Revver's collection-widget working in the posts-section. If I put the widget in the template's HTML, it works, but that's not what I'm trying to do. In case it helps, here's the JavaScript, as best as I can paste it:
<script src="http://widget.revver.com/js/1.0/revver.js" type="text/javascript"></script>
<script type="text/javascript" language="JavaScript">//<![CDATA[ new REVVER.widget.VideoCollection({
"display" : {
"title" : "Yu-Gi-Oh! the Abridged Series",
"rows" : "1",
"cols" : "3",
"thumbWidth" : "120",
"thumbHeight" : "90",
"styleRules" : {
"video-collection" : [{ "border" : "1px solid red", "padding" : "5px 10px 10px 10px", "background-color" : "#fff" }]
}
},
"collection": 246553,
"affiliate" : "MissleLaunch"
}); //]]></script>
