My website is 900px witdth. Is there anything I can do that through facebook canvas my website would look better? Or I absolutely need to rechange my template? Thank you.
You either need to use a flexible layout or rebuild it. It's that simple.
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/
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 am trying to use the Facebook graph api to publish a swf file on my wall, and was wondering if there is anyway I can control the height of the swf file. It looks like facebook sets the height to 259px automatically. Any help would be really appreciated!
Thanks.
Facebook will automatically set the size to width:398px;height:259px.
The movie will be stretched to accomodate this.
If your movie is a different size, the best thing to do is to make sure it is at least the same aspect ratio.
The answer was to use the still not completely deprecated REST api, which has that functionality.
My app is posting to users' Facebook walls, and linking to a page they have created. The page is in html. I'd like to be able to put a thumbnail of the page as the image on the wall post. I'm not sure whether this is possible or not. Anyone have any ideas?
If it helps, the page itself is stored as a series of 'elements'... for each one, I know the size and position of the element, and the content (which may be text or an image). So I can pull all that in from the database.
I guess it would be sufficient to create a thumbnail using php at the point when the user clicks 'Publish This to my wall', if that's easier than doing it on the fly - I can save the image and then link to it.
Any ideas?
I create thumbnails for my site using CutyCapt, which works very well indeed on both Windows and Linux. You can use exec to invoke this from php.
There are also web services that allow you a quota of free thumbnail snapshots, that are easy to integrate into your website. e.g.
http://www.websnapr.com/
or
http://webthumb.bluga.net/home
I figured out how to do this. I used the PHP gd library, which allows you to create a base image and then add images and text. Works pretty well.
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.