I have an image that i want to make a welcome message on my facebook fan page. How can i do this? I have been 10 days searching the internet but with no hope
thanks a million in advance
Page Tab application is what you'll need. Here's a great walk-thru/tutorial on them:
https://developers.facebook.com/docs/appsonfacebook/pagetabs/
Related
I have set up the facebook comments on a site I am developing. I am working in ASP and have a header and footer. I placed the code in the footer. It shows up and works fine except that each page shows the same comments. I was hoping to have each page have its own comments. Does anyone know how to do this?
example: I comment on the home page, it shows up on the comments for the whole site.
I would also like the comments to show up on the facebook page.
Any help would be appreciated.
Thank you in advance.
Look at a few of your pages in the debugger. My guess is you have a single canonical url for all pages.
Getting comments to show up on your Facebook page is not supported with the comments plugin. You need to create an app and post Open Graph actions to your page to do that.
I've seen landing pages within Facebook that are a working version of a different website with in the landing page, but now that I'm trying to show somebody else an example of this, I can't find one. Does anyone know of an example of this and can you share the link with me? Thanks.
I believe this is what you're looking for:
https://developers.facebook.com/docs/appsonfacebook/pagetabs/
I would like to have my canvas page on facebook display different content for visitors that have liked and not liked yet.
I ran across this article but it uses FBML:
Facebook "Like" to see canvas page
It's my understading that facebook is phasing out FMBL support.
Does anyone know how to do this without using FBML?
Example?
Thanks for the comments. This probably won't matter since they're making everyone go to a timeline, the fangated pages are pretty much going away.
I just start on creating fan page on facebook. Left hand side of the fan page, there is a "Share" button which is sharing the current fan page.
I saw that it's url is: http://www.facebook.com/ajax/share_dialog.php?params
When i try to use this, it's failed. Is there any method can use this or simulate this function, allowing me to share the fan page?
Thanks to all in advance.
I know this thread is basically dead, but it still comes up in Google, so I figured I'd answer it. This is possible using Jquery and the FB Javascript API.
http://fbmhell.com/2011/07/facebook-share-popup-iframe-tabs-jquery/
Check out http://developers.facebook.com/docs/reference/plugins/like-box/
You can use the method I describe here : How to make custom share buttons
It works in page tabs.
How do I detect if a visitor to my staticFBML page is a fan or not?
You can use the tag fb:visible-to-connection http://wiki.developers.facebook.com/index.php/Fb:visible-to-connection.
This tag will allow you to display content on the page to only people that are fans.
Good luck!
I have found the answer to detect a fan here http://www.webdigi.co.uk/blog/2010/tracking-user-engagement-on-facebook-fan-pages/