Like permalink on typepad? - facebook-like

I'm having an issue with http://blogs.salesforce.com. The like buttons should like the targeted blog however it does not actually share the page on facebook or do anything for that matter.
Any help is greatly appreciated.
Thanks!
Eric

Eric,
Running one of the blog posts through the Debugger tool shows an issue with the og:url tag. It can't be empty, and should point to a valid url (current url), same for description. Without that, the Likes on the blog will work but they won't be Share-able on Facebook.

Related

Facebook Share: Details are not changing dynamically

Even though the og tags are changed in the head tag, the details(title, description and image) is not updated in Share Modal. Please help.
Figured out myself. So when a url is put into og:url, facebook actually scrapes that url(og:url) and not where its actually mentioned. This should be a sufficient hint if you face the same issue.

Facebook Graph Api: Get Pages I am Admin Of

I have searched about this topic a lot, but I did'nt got any solution that suits my needs.
What I want is, when I call me/accounts , it gives me all the pages and apps I am associated with. But the thing is, I want to get only those pages of which I am an Admin not those in which I am linked as a Developer or a QA. I got a workaround to use isAdmin method once i get the page ids, but that takes a lot much time to check for each page.
Can I get something that can help me to get all pages I am admin of in one call. Its really critical.
Thanks for your help in advance guys.
You can do this pretty easily with FQL.
SELECT page_id, role, type FROM page_admin WHERE uid=me() and type != 'APPLICATION'

Facebook Like Button for Facebook Page for Blog

I just created a Facebook page for my blog and am working on adding the like button. I suppose my first question is, is there already a like button added to a Facebook fan page itself and the code for the like button is so you can create a like button on a whole different page, like my Blogspot blog page? Since I'm the admin I'm not sure if I'm seeing whatever else is. If not, I'd like to add a like button to my Facebook page for people to like, but for the life of my cannot figure out where to paste the code. I know it says behind the tag, but that doesn't mean anything to me. Please help.
http://developers.facebook.com/docs/plugins/
On the Facebook page is a like button of course already integrated, on that page you can get code for your Blog or website.
Specifically, you're looking for this plugin:
https://developers.facebook.com/docs/reference/plugins/like/
Specify the URL you want the like button to like, whether that be your blog post or your facebook page.
You are looking for the facebook Like Box.
https://developers.facebook.com/docs/reference/plugins/like-box/

Channel.html or other causing facebook-social-plugins to not interact wit Blog

I am able to get the live stream on my blog at: http://inclouddesign.com/facebook-live-stream
The login and logout seem to be working fine. I can add comments on my blog page and they show at Facebook. I think I have and issue with channel.html or somewhere in the code placement or structure. I am not able to add to Facebook and have it show on my blog page. If someone could help me through this issue it would help clarify this issue for future reference. I am fairly new to integrating these social widgets and such. I hope I am not out of line for asking here. You guys are pretty advanced for the most part. Thanks in advance for any help or suggestions!
I think I found your issue. From view-source on your site:
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=APP_ID";
You need to replace APP_ID with your application ID.

Website title is wrong when sharing link on facebook, or liking website

Ever since adding the code for facebook like buttons and the meta tags, my website now has a problem when being shared on facebook. If you put the link "http://podawful.com" into facebook it comes up with the title being "Derp" instead of "Pod Awful".
I have no idea why. "derp" is nowhere in my code. This sounds so stupid, but its true. Any help?
website for reference:
http://podawful.com
In general, check the debug tool at https://developers.facebook.com/tools/debug which will show what information Facebook has detected on your page as well as updating Facebook's cache of that information
I don't see the 'Derp' title when I try to share on Facebook, for example: