Facebook Open Graph - Link post without title and description with big size of image - facebook

can someone explain how to do this:
Link post without title and description with big size of image
Its some custom code or?
Thanks.
Im trying to get link post on facebook like on photo, without link title and link description

Related

How can I prevent Facebook from loading preview images of my Blogger posts?

Whenever I post a link to my blog at blogspot.com on Facebook, a wrong or completely irrelevant thumbnail image is loaded. Is there a way to prevent Facebook from loading any image from my blog at all? Perhaps some HTML or CSS code I could use on Blogger?
maybe your blog structure invalid, such as og image... cause, normally... facebook or another social media get data image from post..
first image..
if you want to show relevant image.. just put it first on your post
check your page structure using google page structure tool from webmaster.

How can I change captured image, title and description in Facebook send dialog

From last couple of days I am trying to resolved this issue. I have facebook application which is only open in facebook where I have put facebook send dialogue button now I want to change image, Title and description available inside. Anyone know how do it ? However it is work in separate html or php page which is out side facebook.
I have tried to change "og" tag for title, description and image but its not work in application.
enter image description here
You can refresh the og tags in the debugger after changing them: https://developers.facebook.com/tools/debug/

How to post to Facebook timeline using format like pinterest?

When you share a photo from a Facebook album it gets diplayed "full width" layout in the timeline (about 567px wide) with a caption below.
I also noticed that shared images from pinterest get shown im a format with an image and caption underneath.
But when I share a photo from elsewhere using the "picture" property of the feed dialog, or a page containing an og:image tag, it always gets displayed in thumbnail (116x116)|text layout.
The images from pinterest are posted as actions, so that may be a clue.
Feed dialog will not get you this customization you will need to use Open Graph actions.
https://developers.facebook.com/showcase/pinterest/
Also for full width photos from applications, the user must have generated the photo from the app so that you can utilize "User Generated Photos"
For example the following is from the Tumblr application
https://developers.facebook.com/docs/opengraph/howtos/adding-photos-to-stories/

how to set the height and width for 'picture' property of a post in the Facebook Feed Dialog?

When I try to post a link by share, the image that appears in the post along with the link needs to be resized. I need it bigger than the original preview image. Where and what parameters do I need to set?
I have found some meta tags for image. How to use them in Zend Php?
Try to lookup this Article
Describe about how to customize post with Facebook open-graph meta tags

How do I get Facebook to use a thumbnail picture from my Posterous post?

When I share a link on Facebook from Posterous, I would like it to use a thumbnail image from that post or even the YouTube video.
Is it possible to do this?
At the minute if I share a link e.g. http://www.dan.ag/the-brick-thief-a-lego-short-film it will use the image_src meta that Posterous has set.
You should be able to put your own image in the post (and even hide it in CSS) just put it near the top.
Then, when you share the post in the box on Facebook it should show the in the list of pics to associate your post with ...
I'm assuming you aren't using the API?