The quote parameter to insert text per Facebook dev documentation is no longer working.
I am reaching out to other developers who may have encountered this issue to ask if you have found any alternatives? What have you been doing to mitigate the removal of this feature?
.
.
.
Additional threads on the issue:
Stack Overflow: Quote Parameter for Facebook Share method no longer working?
Facebook Dev Bug report: https://developers.facebook.com/support/bugs/734680371318112/?join_id=f381df531e78ecc
Related
I've been using facebook.com/sharer/sharer.php to redirect users to facebook with a pre filled message using the parameter quote but it doesn't seem to work anymore.
We can still go to facebook to share a link but the message is not pre filled anymore. It still worked a while ago, did Facebook (Meta ?) changed anything recently ?
Thanks in advance.
https://developers.facebook.com/support/bugs/734680371318112/:
I got an update from the product team, the quote feature has been deprecated, we will update the document to reflect the change.
Bruce
So this has been removed, only the documentation has not been updated to reflect this yet.
I need to use the member profile plugin from LinkedIn for a project. So I generated my personal "code" at https://developer.linkedin.com/plugins/member-profile . Which gives me the following standard code sample
<script src="//platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/MemberProfile" data-id="https://www.linkedin.com/in/myname" data-format="inline"></script>
Where "myname" is obviously replaced with the name at which my public LinkedIn profile is found.
My problem is that there is nothing showing, after inspecting the resulting html at a couple of frames deep there is only a hidden div with the following content:
<h2>
Your Request Could not be Completed.
</h2>
I have checked all my privacy settings on LinkedIn and they are configured to make sure all information is publicly available and there should be no reason to let this plugin fail. I even checked with a colleague and we compared settings, the settings were the same but his plugin worked and mine did not.
Does anyone know what is causing this problem? Is there a setting we are missing, which is detrimental to this plugin?
(fyi, the plugin is running from a server so there is no problem to actually get the script)
The question was asked several times here (as the LinkedIn support is unwilling to help and redirect here where developers seldom answer questions)
See this question
Linkedin Member Profile Plugin not working for some profiles
One month after it was asked (yes one month!!!), a LinkedIn dev answered:
"The problem is under investigation. Several profiles still work fine, so there isn't a systemic issue with the plugin itself, but rather with certain profiles in particular."
Note that the number of particular profiles seem to be huge, because 9 out of 10 profiles I try fail.
Nothing has changed since then...
This is not the only bug in LinkedIn which is litteraly ruining my experience with it.
I used to love LinkedIn, but the way their support is treating customers (yes I am not only a user but also a customer because I pay for ads...) + the fact that they just can't seem to detect/fix their bug is making me become very bitter about them.
So all you can do is to cross fingers and hope that somewhere, someone will finally care about this and fix the bug...
Hello fellow community members,
I was unable to find a helpful answer, so I will give this a try: I recently developed a website that has a FB "Recommend" (same as "Like") button implemented. I have never dealt with this before, hence my complete lack of knowledge.
Now, I implemented the code the FB developer's Like page (--> http://developers.facebook.com/docs/reference/plugins/like/) creates correctly into the website (both the script and the DIV-tag, yet something that is not automatically generated seems to be missing and needs to be added for the button to work correctly. It currently does not post to the FB wall.
Upon doing a debugging check, I received the following results: [...]
Unfortunately, I have no clue what to do with that data. How and where exactly in the HTML code do I implement those missing TAGS and PROPERTIES? Any help would be highly appreciated...
Kind regards & many thanks in advance, :-)
Doc
It looks like you're missing the Open Graph meta tags. Those go into the head of your page.
Facebook has a generator to help you create the tags, but you'll need to add them into your markup.
I have a news.read application already accepted by Facebook, but with some Wordpress update it stopped working, because Facebook assumes that "og:type" of my articles are set to "website" and therefore nothing works.
The problem is that the source I can check through my browser has a proper "og:type" and even when clicking "See exactly what our scraper sees for your URL" it reports the proper og:type!
Is this some kind of bug or am I missing something?
Here's an example URL: http://www.jornalinsolito.com/um-ato-sexual-que-dura-ha-47-milhoes-de-anos/
Any help is useful!
You have tags ouside of your . This is either because your was malformed and they fell lower in the parse tree, or you accidentally put your Open Graph tags in the wrong place. Either way you need to fix it before the tags are usable.
checkout here
First let me explain my predicament,
I am currently developing a wordpress site which implements facebook apps for my post likes/comments. and one function of the site is that there is a tab/page where in the posts are sorted based on number of comments and facebook likes.
I have used multiple resources to try to achieve this but in the end i still havent gotten the feature i wanted. i used this http://www.flexostudio.com/flexo-facebook-manager.html and this http://www.metronet.no/sorting-posts-by-facebook-likes-in-wordpress/ as my reference.
Here is the problem i am facing, I already implemented the tutorials i saw, but then it still doesnt work, so it made me wonder. so i tried to trace the root of the problem, im not sure if this is the cause but one problem i saw is when i used FB's debug tool, i get these warnings
Open Graph Warnings That Should Be Fixed
Inferred Property: The 'og:url' property should be explicitly provided, even if a value can be inferred from other tags. Inferred Property: The 'og:title' property should be explicitly provided, even if a value can be inferred from other tags.
Im not sure if the problem im facing is due to mis configuration of facebook app or something, has someone experienced the same problem? Or does anyone have any other resources to be able to help me achieve the post sorting based on FB likes and comments?
Any type of help would be gladly appreciated,
Regards,
RJ
Why not just use an already built plugin for this, e.g. http://wordpress.org/extend/plugins/wordpress-connect/
if you insist on your own, see how it is done - http://plugins.svn.wordpress.org/wordpress-connect/tags/2.0.3/src/WordpressConnect.php