hiker
05-26-2010, 10:00 PM
I assume this will work on previous versions of vbulletin as well.
I run an Outdoor Community and a lot of my members are using Picasaweb to store their photos. Rather than having them show a few photos and then link to the album for "the rest of the photos", I really needed a way to bring a slideshow into the post.
I would love to find a way to just copy and paste the entire album url between some tags, but after searching up and down the internet (even in all of the corners) I could not find an exact method of doing that. If anybody knows a solution that would make my mod obsolete, I'd love to have it.
So this method will require the user to enter their picasaweb user id in the Options box, and then the album id/name in between the tags.
This is my first mod posted, I hope my instructions are complete.
As for support? Hmmm... since I'm such a noob, I'm gonna say NO, because I'm not that much of a problem solver yet. Hopefully the community will chime in on questions and problems.
Thanks.
Title: Picasaweb Slideshow
Tag: picasa
Replacement:
HTML Code:
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js">
</script>
<div id="piks{option}{param}"> <script>
var flashvars = {
feed: "http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2F api%2Fuser%2F{option}%2Falbum%2F{param}%3Falt%3Drs s%26kind%3Dphoto%26hl%3Den_US",
RGB: "0x000000"
};
var params = {
pluginspage: "http://www.macromedia.com/go/getflashplayer",
allowscriptaccess: "always"
};
swfobject.embedSWF("http://picasaweb.google.com/s/c/bin/slideshow.swf",
"piks{option}{param}", "600", "450", "9.0.0", "",
flashvars, params);
</script>
</div>
Example: SanJuanRiverMay1418
Description: Embeds a picasaweb slideshow into a post
Use {option}: Yes
Button Image: (upload my attached "picasa.gif" if you like)
Remove Tag If Empty: Yes
Disable BB Code Within This BB Code: No
Disable Smilies Within This BB Code: No
Disable Word Wrapping Within This BB Code: No
I've made a tutorial video for my members here, along with an example slideshow:
http://www.bogley.com/forum/showthread.php?39410-Embed-Picasa-Slideshows-(picasaweb)
I just made a Flickr slideshow bbcode mod here:
https://vborg.vbsupport.ru/showthread.php?t=243368
I run an Outdoor Community and a lot of my members are using Picasaweb to store their photos. Rather than having them show a few photos and then link to the album for "the rest of the photos", I really needed a way to bring a slideshow into the post.
I would love to find a way to just copy and paste the entire album url between some tags, but after searching up and down the internet (even in all of the corners) I could not find an exact method of doing that. If anybody knows a solution that would make my mod obsolete, I'd love to have it.
So this method will require the user to enter their picasaweb user id in the Options box, and then the album id/name in between the tags.
This is my first mod posted, I hope my instructions are complete.
As for support? Hmmm... since I'm such a noob, I'm gonna say NO, because I'm not that much of a problem solver yet. Hopefully the community will chime in on questions and problems.
Thanks.
Title: Picasaweb Slideshow
Tag: picasa
Replacement:
HTML Code:
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js">
</script>
<div id="piks{option}{param}"> <script>
var flashvars = {
feed: "http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2F api%2Fuser%2F{option}%2Falbum%2F{param}%3Falt%3Drs s%26kind%3Dphoto%26hl%3Den_US",
RGB: "0x000000"
};
var params = {
pluginspage: "http://www.macromedia.com/go/getflashplayer",
allowscriptaccess: "always"
};
swfobject.embedSWF("http://picasaweb.google.com/s/c/bin/slideshow.swf",
"piks{option}{param}", "600", "450", "9.0.0", "",
flashvars, params);
</script>
</div>
Example: SanJuanRiverMay1418
Description: Embeds a picasaweb slideshow into a post
Use {option}: Yes
Button Image: (upload my attached "picasa.gif" if you like)
Remove Tag If Empty: Yes
Disable BB Code Within This BB Code: No
Disable Smilies Within This BB Code: No
Disable Word Wrapping Within This BB Code: No
I've made a tutorial video for my members here, along with an example slideshow:
http://www.bogley.com/forum/showthread.php?39410-Embed-Picasa-Slideshows-(picasaweb)
I just made a Flickr slideshow bbcode mod here:
https://vborg.vbsupport.ru/showthread.php?t=243368