Jump to content


Photo

meta_image at Facebook posting


Hi there,

it makes me a bit confuse.

I see in the header of my skin the image file called meta_image.png for posts to Facebook.
when i post a Thread to Facebook it transfers a wrong Image. It looks like the standard image from IPS.
I replace in all Skin Folders under /public/style_images/stylefolders the file called meta_image.png with my own meta_image.png but when i post to facebook the old one is used.

Posted Image <- thats my Image

Posted Image <- and that is showing on Facebook

After my replace i recached all skins but nothing change

Hope someone can figure it out.

Status: Not a Bug
Version: 3.1.0 Beta 2
Fixed In:


22 Comments

Photo
zocker-foren
May 16 2010 06:14 AM
anyone ?
Hmm nobody use this feature for Facebook ? :-)
Devs are not online in the week-end ;)

They will surely check all the new bug reports tomorrow.
Updating status to: Awaiting Feedback

There is a setting for this. ACP live search 'meta'.
Photo
zocker-foren
May 17 2010 06:20 AM
Hi Matt.
There is the correct path set. And in the sourcode it shows my Image. But if i post over it to FB it shows up the Standard Logo :)
curios....
Do you use a different skin for guests vs your user account? Perhaps you haven't updated the image for the skin that guests (which Facebook would be seen as I imagine)?
Updating status to: Cannot Reproduce

A report marked as "Cannot Reproduce" indicates that with the data supplied we were unable to reproduce the issue in our own testing environment. Please revisit your report and see if there are any details that you can supply which may allow us to reproduce the issue. Examples include:

  • What OS is installed on the server?
  • What browser was used to reproduce the bug?
  • Verify modifications or skin customizations aren't the cause of the issue.
  • Are all users affected by this issue or only some? If only some members are affected, is there a pattern to which ones are?
Photo
zocker-foren
May 18 2010 10:48 AM
@bfarber
here the Informations :
Server OS : Debian 5 Lenny
Browser : FireFox 3.6.3
Skins : The Original IPB 3 Skin and the CleanClut Skin both the newest one.


Setiings for the Image : http://community.inv.../meta_image.png
In every Style folder the correct meta_image.pnp is in.

Hopefully that helps to reproduce.

edit : And no, all usergroups have the Same Skin.
Updating status to: Confirmed - General

Is there a configuration at Facebook for this? Honestly, I don't know how this part of Facebook works, myself.

I can confirm the og:title meta tag or whatever it is specifies http://www.zocker-fo.../meta_image.png on his site

Will ask Matt about this.
Photo
zocker-foren
May 18 2010 12:41 PM
hmm, i saw this settings after the first time i push some infos to FB. In the Settings stands the same that i have postet here. So i make my image and upload it to the folder. But the Images that i see on fb on my wall ist Yours....hehehe.
Well, thank you for your help. Hopefully you or Matt can figure this out.
Updating status to: Awaiting Feedback

Lets start over.

What exactly are you doing? Take me step by step. Facebook 'should' use the meta image but it may not depending on what you are doing.

If you are 'Liking' or 'Sharing' a link FROM your IP.Board, then it should use the meta image. If you are manually sharing a link via your Wall at Facebook, then it may not. We're really at the mercy of what Facebook decides.
Photo
zocker-foren
May 19 2010 08:31 AM
The Problem appears when i click on the Like Button in a Topic.
On my FB Wall it shows up the Standard meta_image.png that comes with 3.1 Beta 2 .
On my installation i replace this picture with my own meta_image.png.

You can look on my wall : http://www.facebook.com/zockerforen/
all postings via zocker-foren.de comes with the standard Image.

Hopefully i explain it right in my poore English..
As far as I can tell you have this

<meta property="og:image" content="http://www.zocker-foren.de/public/style_images/master/meta_image.png"/>

Which links to: Posted Image

Which is precisely the image Facebook is using. Facebook are just "squishing" it a little to make it fit.
Matt - on his wall, the text on the image says "IPBoard". The image you linked the text says "Zockerforen".

Posted Image

That doesn't look like this image to me. :unsure:

Posted Image
Updating status to: Not a Bug

Ok, the image that Facebook is using is

http://external.ak.f...Fmeta_image.png

What it LOOKS like happened is the OP posted something on his wall originally, and the first time he did, Facebook downloaded the meta image and stored it in their own cache. Now, when he posts new things on his wall, Facebook is just reusing the image it thinks it already has.

OP - you'll need to contact Facebook and tell them that the image has changed. IP.Board is doing everything correctly here, Facebook has simply cached an old image.
Photo
zocker-foren
May 19 2010 11:09 AM
Thanks matt and thanks bfarber for your help an explanations.

Ok i have to contact FB to correct the Image. Hopefully they can fix it.
Sorry, my opinion was , that i change the Image , it change it on FB too. So it's right then, it's not a bug it's a cache Problem of FB.

Edit : Facebook renews the Cache after i post here. Now it's Correct.
Thanks anyway
Great, glad you got it sorted. We'll have to keep this in mind in case other users report similar issues in the future.
Photo
zocker-foren
May 20 2010 12:34 AM
Brandon thank you for the fast response and sort out the "problem" at FB.

hmm, FB Caches the file for 3 or more days. Why ever . So if the meta_image changes you have to wait 3 or more days . :) But it's ok when u know it.
Just make a hint in the ACP Settings for that, so all other knows it.

Thanks matt and thanks bfarber for your help an explanations.

Ok i have to contact FB to correct the Image. Hopefully they can fix it.
Sorry, my opinion was , that i change the Image , it change it on FB too. So it's right then, it's not a bug it's a cache Problem of FB.

Edit : Facebook renews the Cache after i post here. Now it's Correct.
Thanks anyway


Hi Dude,

Which link have u used to contact FB?

Im searching and not finding..

Ty in advance.

Ara
Photo
zocker-foren
Jun 13 2010 03:09 AM
you don't need to contact FB. Because they renew the cache automaticaly. But you can go to the developer area of FB to contact some guys from FB over dev forum.
Follow this link to find them : http://forum.developers.facebook.com/

Hopefully it helps
You need to change this back to a bug... The facebook share isn't doing this correctly, i had to change this in the global template to get it to work correctly

<meta property="og:image" content="{$this->settings['img_url']}/new_meta_image.png"/>

Changing this in the ACP under General Configuration doesn't work. As soon as i changed the above, it worked just fine.
Can we make that if we share a topic link on facebook that we can choose a image from inside the topic?
And not only 1 meta_image?

You need to change this back to a bug... The facebook share isn't doing this correctly, i had to change this in the global template to get it to work correctly

<meta property="og:image" content="{$this->settings['img_url']}/new_meta_image.png"/>

Changing this in the ACP under General Configuration doesn't work. As soon as i changed the above, it worked just fine.

There is already a bug report about that fixed for 3.1.1.

Can we make that if we share a topic link on facebook that we can choose a image from inside the topic?
And not only 1 meta_image?

That is not a bug, post in the feedback forum please :thumbsup: