Flattr buttons display an error using Tumblr theme code - tumblr

Similar to this question also on my blog since few days ago Flattr is displaying error on all buttons. What is wrong? Has something changed the API? I have not changed any code but when I see the blog or any of the posts there there is an big "error" displayed instead of the Flattr button. Is there a way to get a reason why there is an error?
Here you can see the code I am using to generate Flattr buttons. Above in head you can see their JavaScript I am including. Is there an error in my code? Because code worked for some time.

I was using en_US locale which is not supported. I don't know why it worked before but changing to en_GB solved the problem. Thanks to voxpelli for pull request with a fix and explanation.

Related

Facebook Suddenly Not Showing og:image?

Seems like FB has an issue fetching or displaying properly set og:image on our links suddenly - this affects share dialogs etc.
Everything has been working fine so far. I noticed this issue today.
Debugger https://developers.facebook.com/tools/debug/og/object/ shows the image after refetching (try: http://cakesdecor.com/cakes/194565-3d-vintage-clock-cake) but the image doesn't appear in the share dialog at all.
Is it a temporary bug or are there some new FB policies re images?
Approx. 2 hours ago, this bug was confirmed by FB!
see: https://developers.facebook.com/bugs/978421888869140/
I confirm this issue also occurs on multiple sites I own. It began some time in the past 14 hours. The debugger is returning a valid output (but the post preview at the bottom is lacking the image).
My guess is that it is somehow related to the face that today (30/apr) they've forced all fb apps to migrate to sdk2.0.
I sure hope they're already working on a fix... but go figure :-/

Localize Facebook Issue

I'm making Website with Facebook Login.
Login works and it's awesome.
But recently I've faced the issue:
Main language is English.
When I try to add Localize -> Detailed description for French localization, I'm getting error:
The native string on which the translation is based no longer exists.
There was a problem saving your changes. Please try again later.
Though there's this value for English and it's even shown as placeholder for French.
Can you help me with this issue?
I had the same problem and found this:
The detailed description won't change on localisation
It totally worked. Good luck!

Recommendations Box not showing any results

I've been using Facebook's Recommendations Box plugin for a blog that we run for a client. We use the iframe version. It worked as expected until recently, when it began simply displaying "No recommendations for this website yet."
http://www.massvacation.com/blog/
I went to the developers reference for this plugin to try re-generating the code:
https://developers.facebook.com/docs/reference/plugins/recommendations/
However, the preview there also came up with "no recommendations". Curious, I tried plugging in some big-name sites that should definitely have results: bbc, buzzfeed, all of them showing nothing.
So my question is, is there something I'm doing wrong, or is there a problem on Facebook's end? Does anyone have this widget currently working properly somewhere?
As Michel suggested above, time resolved the problem without any further action on my end.

Rest Console for Chrome won't let me input any info

I installed the Rest Console extension onto Chrome. I can't use this Rest Console for anything, because the only fields that accept text are 'Request URL' and 'Request Method'.
I ask here as there is no resources or community accessible for even simple instructions on how this extension works, and there are likely members of this community who have used this extension.
Use the Postman - REST Client it works perfectly!
your_url_to_post: Fill the URL
your_json_param: The name of the param that you'll pass you json
your_json_data: The json content
Don't forget to select x-www-form-urlencoded if you'll do a post
http://i.stack.imgur.com/TISW1.png
You should be able to enter text in the other field if you tick the checkbox associated to the field first.
I started having a similar issue myself (Forms wouldnt let me input data I could click them but thats as far as it went) across a lot of web pages to include my own php game and I know the form code hasnt changed at all before this issue started. I came across a article of someone else having a similar issue themselves that I was having and someone said that they needed position: relative on their forms that are not given specific instructions on positioning when dealing with google chrome. I have since made this change myself at www.immoralattack.com and the issue has stopped on that site but still continues on many others so its pretty safe to say that is the issue.
Its only happening on the dev build of chrome for me atleast and I hope this isnt something they plan on implementing on live or this will mess up alot of websites.
Also try turning off auto fill from chrome if its on, while I was looking for this bug I found alot of similar bugs but they delt with auto fill being on.

Adding "Like" Button/Box code to site using Dreamweaver CS4

I am new at designing websites. I would like to insert FB's "Like" Box into my website. I am using Dreamweaver CS4.
I am on the FB's Like Button/Box generator page.
I received the code.
I tried putting it into my index.dwt page where I want it to be, and it does not show up.
Any suggestions? Thanks so much!
Update: I am still getting nowhere with this!! I've been trying everything I read in help topics, and nothing is working! My head is about to explode... PLEASE if anyone knows how to help, let me know. Thanks in advance.
***I posted the codes I'm using in comments below... thanks
Heather I tried your generated code and generated code for my site too and both do not work.
Use this simple code: (replace the putyoursitehere and yourhomepage with your own)
You can change the properties to fit your own.
If the code doesn't come through, go to this page, view source and copy FB code.
http://diananashif.com/fb_code.html
Hope this helps,
Diana