Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - uploadeur

Pages: 1 2 [3] 4
31
Hi,

When we are at the final image at a category, tehre is no Next button for sure. But i want to circle the thing and A Next button in the final image for the first image of the same category. How can i do this next/prev image circulation?

32
Discussion & Troubleshooting / Re: How to Increase random Image size?
« on: March 30, 2011, 06:34:35 PM »
I need this thing me too!

Here is the solution (my random_image.html):

<a href="{image_url}"> <img src="{media_src}" border="0" alt="{image_name}" style="max-width: 197px; width: expression(this.width > 197 ? 197: true);"></a>

This code doesnt work proper in IE8

33
Templates & Styles (Requests & Discussions) / Re: Adding a sidebar
« on: March 30, 2011, 12:19:06 PM »
Working perfectly Andi but i want to do it in an other lane, this is not a real sidebar.

34
Mods & Plugins (Requests & Discussions) / Re: Different Rating Methods
« on: March 29, 2011, 03:36:26 AM »
good idea.

35
Programming / Re: How to use Facebook Open Graph Protocol
« on: March 27, 2011, 05:59:17 PM »
<meta property="og:image" content="http://yourwebsite.com/{media_src}"/>

Doesnt work for me :(

36
Discussion & Troubleshooting / Re: how to enable facebook image share
« on: March 25, 2011, 01:06:46 PM »
any ideas?

37
Programming / Re: How to use Facebook Open Graph Protocol
« on: March 25, 2011, 01:04:15 PM »
<meta property="og:image" content="how can do this images for every single post automatically?"/>

38
There is no easyway to make this? I just want to share tumbnails in facebook? How can do this with an easyway?

39
Mods & Plugins (Requests & Discussions) / Re: Share on facebook
« on: March 23, 2011, 11:42:57 PM »
Through playing with my facebook connector mod, I have noticed that facebook needs to see certain things in the top of the html file for the shares for work correctly with thumbnail everytime...

on each page that is being shared...
above the first <head>
this needs to be inserted
Code: [Select]
<html xmlns:og="http://opengraphprotocol.org/schema/" >
Then inside the <head> </head> area of the page you need this information
This is copied from my site using data for one of my images being shared, yours will be different.
Code: [Select]
<meta property="og:title" content="14"/>
<meta property="og:type" content="http://www.budduke.com"/>
<meta property="og:url" content="http://www.budduke.com/gallery/details.php?image_id=5601"/>
<meta property="og:site_name" content="Bud's Place"/>
<meta property="og:image" content="http://www.budduke.com/gallery/data/thumbnails/166/14.JPG"/>
<meta name="description" content="something about your image"/>
og:title is the name of your image or title of what you are sharing
og:type is suppose to be website but someone told me to place link to my main domain there.
og:site_name is what your site is called
og:image is the direct path to your thumbnail you wish to use
description is how you want to describe the share.

having that info in your file should allow your shares with addthis work also, at least it did for my site.

the biggest trick is getting that info into the template correctly on each page.
If you look through my facebook connector mod you will see how I got the variables into the templates...

hopefully that helps!

so where is your facebook mod?

41
Programming / Re: How to use Facebook Open Graph Protocol
« on: March 23, 2011, 11:38:04 PM »
Same problem... Please someone help us. :)

42
Turkish / Türkçe / Re: Güncel Sorular--
« on: March 10, 2011, 03:50:27 PM »
Siteme resim editörü almak istiyorum fakat yetkileri admin olmmalı tabiki. Sadece resim ekelyebilmesi için ne yapmalıyım. kullanıcı oluşturduktan sonra nereden login olacak vs. bu kişi?

43
Discussion & Troubleshooting / Prev Pic - Next Pic Buttons as a Navigator
« on: February 28, 2011, 05:36:13 PM »
hi, i wanna create 2 button for each picture in my website, like ''prev picture - next picture'' for navigation.

how can i do this?

thnaks in advance.

44
hi, i wanna create 2 button for each picture in my website, like ''prev picture - next picture'' for navigation.

how can i do this?

thnaks in advance.

45
Turkish / Türkçe / Re: Güncel Sorular--
« on: February 28, 2011, 01:36:07 PM »
Merhaba,

Her resmin altında önceki resim - sonraki resim şeklinde navigatör butonları koymak istiyorum. Nasıl yapabilirim? Yardımcı olabilecek var mı?

Pages: 1 2 [3] 4