By Belbo
Description
You can add jamendo widgets (players), simply adding iframe tag.
First you have to copy the source of the widget code from jamendo album site.
Code
example:
<div align="center">
<object width="200" height="300" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
align="middle">
<param name="allowScriptAccess" value="always" />
<param name="wmode"value="transparent" />
<param name="movie" value="http://widgets.jamendo.com/en/album/?album_id=6346&playertype=2008" />
<param name="quality" value="high" /><param name="bgcolor" value="#FFFFFF" />
<embed src="http://widgets.jamendo.com/en/album/?album_id=6346&playertype=2008" quality="high"
wmode="transparent" bgcolor="#FFFFFF" width="200" height="300" align="middle"
allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed> </object></div>
There's only needed an excerpt you can find in <embed> tag above.
http://widgets.jamendo.com/en/album/?album_id=6346&playertype=2008
Now you have everything you need.
[[iframe http://widgets.jamendo.com/en/album/?album_id=6346&playertype=2008 frameborder="0" height="320px" width="200px"]]
In action
Thanks to tsangk for this great snippet: conditional-blocks
text above inserted with:
[[include :snippets:if START |unique=1|type=equal|var1=%%name%%|var2=conditional-blocks]]
**##red|Thanks to tsangk for this great snippet:##** [[[code:conditional-blocks]]]
[[include :snippets:if END]]
Other snippets posted by Belbo
Rate this solution
If you think this solution is useful — rate it up!