How do I set text after name in Facebook share post? - facebook

I am developing game in Unity & implementing share post like criminal case post.
I had heard about OG Tag.
og type is related to my question?
Please find sample image.

Those are called Open Graph Actions, you can read about them in the docs: https://developers.facebook.com/docs/sharing/opengraph/using-actions
Custom Actions are deprecated though, as you can read in the docs.

Related

Facebook sharer // What is this thing called that is shown beside the timestamp

Can anyone tell me what is this called in opengraph
I'm trying to figure it out and change it but i cant find this on the opengraph documentation
That’s called the App Attribution, that simply shows which app was used to make this post.
And it is not directly related to Open Graph.

Facebook share custom text

Is there something similar to the following to share custom text on facebook timelines?
href="http://twitter.com/home?status=I've%20made%20a%20#candyland%20SOS%20call.%20They're%20making%20the%20world%20a%20better%20place,%20100%20bags%20of%20%5BSWEET%20NAMES%5D%20at%20a%20time:%20">
There's the sharer, this is an example link
http://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fstackoverflow.com
Edit: Besides sharing links with customized names or descriptions, there's no possibility to change the post message. It worked about 2 years ago AFAIK, but got removed by Facebook. Even using the Feed Dialog, you can't customize the message.

How can I populate initial content to a Facebook link (if I can)?

On my website, I just added links to discuss posts on Facebook; you can see such a link at http://jonathanscorner.com/steel/ . The link redirects to https://www.facebook.com/pages/CJS-Hayward/9506801167, which lets people post but is initially empty.
I would like, if possible, to create a link that prepopulates the text of the comment to include the title and URL on my site. So someone who clicked on that link would have a posting that is prepopulated, '''I just finished "Within the Steel Orb" at http://JonathansCorner.com/steel/. '''
Is there some URL parameter I can use ('''...?text=I%20just%20finished...''') or other interface to prepopulate a comment in a JavaScript-generated link?
Thanks,
Short answer, you can't. Even with the feed dialog you can't prepopulate the comment area with some pre-defined text. What you can do is, using the feed dialog making people write their comments, and the connection of that feed redirects to your website.
The only problem is that this feed dialog would appear on the users feed an not on your page wall.
Another way, and this is the best option in my opinion, add the comments social plugin to your site, this way people would discuss that article on your page and every time they comment using this social plugin, the comments would appear on their facebook wall making their friends curious about that and maybe visit your site.
You can read more about that here: https://developers.facebook.com/docs/reference/plugins/comments/

Refer a single post in tumblr

I'm making a page to publish my songs and wonder if and how can I refer to a single audio post instead of all of them ( as I would using {block:Posts} ), that way I could upload and access my audio files in tumblr with more freedom to customize the entries.
Can I refer to a single post in tumblr? If yes, how?
I've seen the {PostID} "property" in their help page, but how do I get the ID from the post in the first place? and how do I select the post with that id?
Do you want to do something like this?
{block:Posts}
{postID:314159}
…content of post with id equal to 314159…
{/postID:314159}
{/block:Posts}
If you do — It is impossible to do with current Tumblr template engine
Your best option is to either list links to the post into a separate page (which Tumblr will let you create) or some compilation post that you link to.
Your other option is to make sure your audio post share a common tag that you can refer to (http://yourtumblr.tumblr.com/tagged/mysongs). There may be advanced ajax-style techniques that will allow editing the theme itself to display only audio posts, but I don't know if or how.

How do I embed html above the Wall feed on a Page?

I have an audio stream I'd like to include on a Facebook Page, above or at the top of, the wall. Apparently BBC did this (though I can't find the link). Any suggestions on where I should start? I have the html hosted as a Heroku app right now, and can get it to display as a separate link on the Page. But how do I move it from it's own page and onto the Wall?
Thanks much from a FB Developer newbie,
Peter
Peter i believe what you might have seen is actually a page tab, with a feed app included to which they would have developed the feed itself as part of the tab..
tab http://developers.facebook.com/docs/appsonfacebook/pagetabs
if you wish to inlucude a flash movie or audio on the wall itself as a post.
https://developers.facebook.com/docs/opengraph/#audiovideo
if you can find us the link to the page you seen this on it would help alot.
This is not possible, there's no way to embed custom content into a facebook page wall, except via the existing public APIs (none of which will allow auto playing of audio content - this is deliberate)