Facebook og fix to display just one thumbnail in sharer.php -


I want to share a video with a thumbnail of only one image via sharer.php

I understand that most people use feed dialogue with flexible UI but I need advanced options in this case.

A dialogue looks like this and I should only have one thumbnail, which I specify and: image on a relative page

Enter image details here

My OG tags look like this:

  & lt; Meta property = "fb: admins" content = "* admins *" /> & Lt; Meta Property = "FB: APIID" content = "* APIId *" /> & Lt; Meta Property = "OG: Type" content = "Movie" /> & Lt; Meta Property = "OG: Video: Height" content = "* Altitude *" /> & Lt; Meta Property = "Ogg: Video: Width" content = "* width *" /> & Lt; Meta property = "ogg: video: type" content = "app / x-shock-web-flash" /> & Lt; Meta Property = "OG: Title" Content = "* Title *" /> & Lt; Meta Properties = "OG: Details" Content = "* Description *" /> & Lt; Meta property = "og: image" content = "* image *" /> & Lt; Meta Property = "Ogg: url" content = "* url *" /> & Lt; Meta Property = "OG: Video" Content = "* Video *" />   

And I want to call a share this link dialog

  u = $ (* link *) I use the basic function. Html (); T = $ (* name *). Html (); Window.open ('http://www.facebook.com/sharer.php?u='+encodeURIComponent (U) +' & amp; t = '+ encodeurIComponent (t),' sharer ',' toolbar = 0 , Position = 0, width = * width *, height = * height * '); return false;   

My question is how can I modify my code / code to add 1 of 2 message

Instead of trying to get only 1 thumbnail, change your code, remove it and URL: URL, checking and image: use Facebook Debugger to clean your cache. And I did not find anything on the net.

I am told that you have to modify the code (meta property = "and: image" content = " image " /) (Meta property = "og: image" content = "http: //www.oursite.location image")

I used it several days Until the person has messed up and finally it has completed! The way I did was to publish the picture, which I wanted to use FB for my site for my server. Then, in my browser, I right-click on the newly published image and the "Copy Image Location" Chose Then I added the above code between the header tags in my page html, and pasted the copied image location between the quotes. Ensure that your image is at least 200 x 200 pixels - they say that the better is big, but not as much as 5 MB in size. FB was having a lot of trouble for me to take my specific picture because I was making it very small. I have achieved success by resizing my image in 1000x712, and it is working.

In my case, Facebook still has not identified my specific image as an image that I want, but I have been told that the FB will be available on my site every 24 hours " Scour "and, hopefully, once that has been done, multiple image options will disappear. Hope it helps.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -