View Full Version : BBcode zippyshare
Przemoo
07-19-2010, 09:08 AM
Hi! I need BBCode for ZippyShare.com
Does anyone know how to do it ?
BirdOPrey5
07-19-2010, 06:03 PM
They seem to give you the URL code to link to the file once you upload it. What kind of functionality are you looking for? Nice site BTW- easy to share.
Przemoo
07-19-2010, 07:03 PM
Thanks ;)
like bbcode "youtube". after when i paste the link in tags and aprove i can listen it (i hope you understand that)
i've got some code but is not working, displays player but not play music
<embed
allowScriptAccess="never"
src="http://www.zippyshare.com/mediaplayer/mediaplayer.swf?file=http://www.zippyshare.com/downloadMusic%3Fkey%3D{param}aa&type=flv"
menu="false"
quality="high"
width="300"
height="20"
name="mp3player"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
wmode="transparent"
border="0"
/>
Przemoo
07-20-2010, 07:15 PM
any idea ? :P
BirdOPrey5
07-20-2010, 08:35 PM
I've got it working using the following replacement code:
<script type="text/javascript">var zippywww="www21";var zippyfile="{param}";var zippydown="ffffff";var zippyfront="000000";var zippyback="ffffff";var zippylight="000000";var zippywidth=680;var zippyauto=false;var zippyvol=80;</script><script type="text/javascript" src="http://api.zippyshare.com/api/embed.js"></script>
example use: 4972441
I'll release this under the 3.8/4 bb code mods with a full explanation of how to use it.
Przemoo
07-20-2010, 09:08 PM
not working, anyway is wrong code because of that "www21"
not all links are the same i mean
http://www21.zippyshare.com/v/4972441/file.html - thats yours
http://www5.zippyshare.com/v/208582/file.html- thats main
and there is a difference "www5"
--------------- Added 1279666153 at 1279666153 ---------------
the code should look like this
<center>
<embed
allowScriptAccess="never"
src="http://www{param}.zippyshare.com/mediaplayer/mediaplayer.swf?file=http://www{param}.zippyshare.com/downloadMusic%3Fkey%3D{param}ay&type=flv"
menu="false"
quality="high"
width="300"
height="20"
name="mp3player"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
wmode="transparent"
border="0"
/>
</center>
all what u have to do is replace "{param}" with something else but i don't know what :/
BirdOPrey5
07-20-2010, 09:51 PM
I see, I got it working using the option attribute...
Look here: https://vborg.vbsupport.ru/showthread.php?t=246975
basically use the tag like filenumber where "21" is the number after www.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.