Is there a direct link on facebook to start a blank post? - html

I'm looking for a link that once clicked will take the user to their Facebook home and open the Create a Post page.
This isn't for trying to pre-fill text or links. I know FB got rid of the status= feature etc. Similar to what I want to happen.
The url https://m.facebook.com/profile.php?soft=composer doesn't seem to bring you to the composer window, it just redirects back to profile.php. Any help on this would be greatly appreciated.

Related

Direct link or html code to get facebook likes by cliking in a picture

I need a method to get likes for my facebook page directly by cliking on a picture
I mean when a visitor of my website click in a specific picture he automaticaly likes my page
with facebook social plugin I got this link but it doesn't make you liking the page automaticaly you need to click the like button and confirm
I don't know how to get that link or html code , "I visited a website uses this method"
I hope you can help me
I researched this as well but I can confirm you that, since this could be easily abused to mislead the client and obtain a load of likes, it is not possible in an official, Facebook-approved way.

facebook and twitter buttons doesn't work

I am building a website in dreamweaver cs5. for some reason, the facebook like button and twitter share as well as follow button doesn't work. facebook like button shows nothing. (in the area, chrome says page cannot be found), twitter buttons show the hyperlink tweet and it tweets but the icon doesn't show up. The code for both are generated from facebook and twitter itself.
I haven't hosted the site yet. I and coding and previewing it. Is that the reason for them not to work?
I also tried addthis.com widget. It didn't show up as it should have.
Please help!
Many thanks.
Twitter button will function but not show up and Facebook button not render at all if the site is not on a reachable host, i.e. if u run it from your local server which is not accessible from the Internet. Hope this helps.

I want to have a link to my facebook page from my blog

Every time I try to embed code that was recommended by another user, I get the same message: Could not retrieve id for the specified page. Please verify correct href was passed in.
All I want is something on my page that a reader can click to take them to my Facebook page. What am I doing wrong?
You can create a personal username for your account on facebook, check Facebook Usernames general information, creating a username will provide you with a custom url something like
www.facebook.com/YOURUSERNAMEHERE
you can easily add this to your blog by using the following html
Follow me on facebook
It would also be helpful if you post the code that you're trying to use currently, otherwise no one has any idea what you're trying to do.
If you just want a link in HTML to your facebook page, put this into your page:
My Facebook Page
The section that goes within the quotes should be the URL you see when you navigate to your Facebook page.
Are you talking about a Page or Profile?
For Pages, the Like Box plugin is probably the best option, and lets people like the Page right from your website: https://developers.facebook.com/docs/reference/plugins/like-box/
For your own Profile, there's Badges ( https://www.facebook.com/badges/ ) which you can use
If it's your own Profile and you want people to Subscribe to you ('Follow') - there's a subscribe button you can use for this: https://developers.facebook.com/docs/reference/plugins/subscribe/
i dont know why, but for some reason, you have to include the http:// before the link

LIKE a detail page inside iframe app in tab

We have a facebook app that's running inside an IFRAME on a fan page TAB.
On the main page of the app, we show e.g. 10 books and users can click through to the detail page of one single book.
We want to add a LIKE button on those detail pages, so that users on facebook can like and share that book in their stream.
The problem is that facebook doesn't provide a way to like a detail page inside an iframe, as far as we can see.
Does anyone know how to solve this?
We want the liked link, to link directly to our application inside the tab of the fan page where our application has been added, in other words: when a user likes a book, others should be able to click on that liked link and see the book in the tabbed app
You might possible be able to use the app_data field to accomplish what you're looking for. Check https://developers.facebook.com/docs/authentication/signed_request/ for more info. This should allow for unique url's that you can trigger your page to respond to.

Dynamically updating Images to Facebook Page

I want to dynamically update the three images from "Trend Alert" in the EDM below:
http://sophiehart.createsend4.com/t/ViewEmail/r/D3501506593F4120/5AA0D88279FE59B738A555EB6E97B45B
To this Facebook iFrame.
http://www.facebook.com/apps/application.php?id=198582036826535&sk=app_198582036826535
I'm hoping someone knows a way to update these automagically - I don't want to have to manually change them every week.
The problem as you can see is that the EDM above spits out a different dynamic link every week.
Any one worked on something similar to this before?
This Facebook page currently features the same technique (The Latest section) - so if anyone can shed some light on it that would be great!
http://www.facebook.com/rachelzoe
EDIT: I've created the html email template and have got the iframe working - but i'm unsure how to link the images to the Facebook as the link to the html email (campaign monitor) will change weekly?
LINK to EDM: http://sophiehart.createsend4.com/t/ViewEmail/r/D3501506593F4120/5AA0D88279FE59B738A555EB6E97B45B
LINK TO FB: http://www.facebook.com/apps/application.php?id=198582036826535&sk=app_198582036826535
You can create a Facebook Application and install it as a tab in your client's Facebook Page. This tab will render an iframe with content from any URL that you specify. This way, you can do anything you want with your webpage (e.g. display 3 dynamic images), and it will be embedded in your client's Facebook Page.