I need to add photo bucket in to my site. i already added flicker photo import module in my site. But need to add photo bucket as well.
How can i do this?
need some help.
Thanks
Akila
Sounds like you mean a photobucket slideshow. You can create your slideshow here:
http://photobucket.com/slideshows
I think you are looking for slider on HTML pages.
Have a look at the following tutorials to apply photo slider on your images.
http://www.buildinternet.com/project/supersized/
http://www.dreamcss.com/2009/04/create-beautiful-jquery-sliders.html
Hope this will Help..
Thanks!
Hussain
Related
Can anyone advise on a great image gallery that's dynamic, client side.
Basically what I want is on my website a gallery with multiple albums and images in the albums. To be able to add images dynamically to the folder or remote site (such as Photobucket or Picasa) and the webapage to be able to display them dynamically without any further coding, avoiding the hassle of having to add a lines of code ever time a new image is added.
Anybody using something like this or can point me in the right direction?
Much appreciated.
I found what I was looking for in Picasa Webalbum Integrator javascript library.
http://code.google.com/p/pwi/
Is possible to import pictures from twitter (not profile picture)using their API.I mean pictures attached in the tweets.
Help is highly appreciated,
Thanks.
Something like this would probably help you.
https://twitter.com/statuses/user_timeline/USERNAME.xml?count=100&page=1
Pictures aren't attached to tweets, but the URL to the images are. One thing that will make it easier is to use API calls that include entities. The URL entities are copies of the URL that are extracted from the tweet. You can look at the file extension to figure out whether the URL is to an image. Then write the code to read the image data from the URL.
I am using a jQuery plugin http://odyniec.net/projects/imgareaselect/ that allows cropping of an image.
I have search high and low for a tutorial that allows me to over write the file on the server with the cropped version...but found nothing of use.
I am using the basic integration of the plugin inside Facebox. This is working fine.
I have a button on the page which says 'Save', when that is clicked I would like to store the new image (cropped) on the server.
Any suggestions or need further information?
Check out this awesome tutorial
I use Jcrop for my projects works great!
http://deepliquid.com/content/Jcrop.html
http://deepliquid.com/projects/Jcrop/demos.php?demo=live_crop <--
Have you taken a look at the links at the very bottom of the plugin page? There are some useful links including this one. It should help you get started with the php side of things
Turned out the that image I was uploading was bigger than the area size of the cropping tool.
Image was 1024x768 however I resized the image to fit within 500x500 overlay.
I will need to resize and save new sized image during the upload.
Thanks for all your suggestions.
Can someone tell me a image gallery plugin with comments which can be customized via CSS?
I need opinions. Thank you!
There are a lot of options. For a detailed list with comparisions, see - http://en.wikipedia.org/wiki/Comparison_of_photo_gallery_software
You can use this gallery http://www.tinywebgallery.com/
Powerful and no need to have a database to run it.
I have search result which includes images. When the user hover over the image the image should expand somewhat large size like we see on bing image search. Is there any Plugin for that. Please help. Any Suggestion will be appreciated.
http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery
http://james.padolsey.com/javascript/new-jquery-plugin-imgpreview/
Try those.
What about this zoomimage plugin? It looks like it provides callbacks that you could use to change it from click to mouseover
It's not a plugin, but I found this tutorial that might help you.