How can I make text I enter into my Facebook timeline a hyperlink? For example, I want write
Checkout my new site.
and have "site" link to www.mynewsite.com when clicked.
Thanks.
I have never tried what you said, but go through the below mentioned document, it might help you.
FB LINK DOC
Thanks
Related
I would like to add a hyperlink to my Facebook posts and would like to know whether or not it is possible. Thanks in advance for the feedback.
Just type or paste a link to the page you're trying to link to within your message. Facebook will automatically make it a hyperlink when you send/post the message.
Simply type your hyperlink on whats on your mind. like- go to google.com . Here google.com will be detect as hyperlink automatically.
Hope this helps
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/
Suppose I wanted to post something and give a link of a facebook page (suppose take it "Hello"). I just want an status update which will contain a link(a text link, which is similar to other links) which on click will redirect to my facebook page.
Thank you in advance.
you can used this code to post status:
http://www.facebook.com/connect/uiserver.php?app_id=2915120374&display=touch&method=stream_publish&redirect_uri=http://www.facebook.com&async&action_links=[{"text":"máy đo đường huyết","href":"your url"}]&attachment={'media':[{'type':'image','src':'#','href':'http://www.maydoduonghuyet.com.vn/'}],'description':'','properties':{'Click+':{'text':'máy đo đường huyết','href':'your url'}}}
I've just noticed this following , relatively new thing on Facebook, when you upload a photo to Facebook, it shows it as the following with the text "Name took a Photo with Instagram", plus the "View on Instagram" link at the bottom. Is that something new ? I couldn't find any reference of this, but maybe I wasn't looking good enough :)
Thanks in advance for any assistance :D
To get the nice big photos, you'll need to mark them as user-generated.
See here: http://developers.facebook.com/docs/opengraph/usergeneratedphotos/
This is an open graph enabled application where the action is "took" and the object is "photo". You can create your own open graph application using your own custom actions and objects. https://developers.facebook.com/docs/opengraph/
So I want to use the Facebook Comment Plugin but on my plugin it show "Add a Comment" in the corner so any time a user wants to post something they have to click that first. Is there any way to remove that link and just have the comment box/form show automatically?
Any help is appreciated. Thank you!