Facebook parses the wrong thumbnail for my wordpress posts [closed] - facebook

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 9 years ago.
Improve this question
I am running a Wordpress site, with the WordPress Facebook Open Graph protocol plugin installed.
Facebook linter and RSSGraffiti both show only the image assigned with the og:image meta-data.
However, when a person posts the link on their wall or clicks the share button on my website, Facebook decides to show only the first img found in my website's html, ignoring the proper one.
Any idea on how to resolve this matter?
Thank you in advance.
Mark

Is it possibly a size issue? For example, the documentation indicates that the image must be at least 200px by 200px. It would help if you could post the URL of your website that isn't working.

Related

Facebook instant articles RSS feed not working - no articles [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
So I have been wrestling around with the Facebook instant articles RSS feature for weeks now and I can't get it to work.
I followed the guidelines step by step:
I added the fb:page meta tag to our head:
<meta property="fb:pages" content="435703749965571" />
I am publishing a rss feed as close to the guidelines as possible here: hokify.at/fb-articlefeed.rss
I already spoke to the FB business support and so on but no matter what I do, the articles published in the rss feed do not show up in my fb page business backend. there are no errors or anything, it just says "no instant articles created". I am really out of ideas on this. Can anybody help and maybe point me in the right direction what is wrong with my feed?
Thanks a bunch in advance! best, P

Auto publish my joomla articles in my facebook page [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I have a Facebook page and i want to publish my joomla website articles in this page, that mean after add a new article in my website automatically published in the facebook page, here is my web site, so plz if someone has any idea i will be very appreciative :)
There are a lot of developed plugins and components which will do the job. Check the Joomla Extensions Directory, you will see, that there are commercial and non-commercial solutions that might fit your needs.
This one http://extensions.joomla.org/extensions/social-web/social-share/social-multi-share/18072 comes with auto publish to Facebook and Twitter. I'm using it on my site and it has an auto Facebook page import function in the plugin parameters itself. It has all the configuration options you need.

Site URL has been been identified as malicious and/or abusive -- Facebook error [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I was creating an app for the first time, on a new domain I purchased, and I get the message "Site URL has been been identified as malicious and/or abusive."
Now I am just installing software at this point to the site, and getting things setup, so I am at least getting this message for something I have not done. How can I get a review from facebook or how can I get this status removed for my url?
Thank you in advance.
There is a great article in Forbes about how to reclaim your reputation after Facebook have tagged your site as malicious.
Basically search the sitemap of your web and check if some of the links are headed to malicious content.

I want to choose specific thumbnail from post when I share Blogger post to my FB page. [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
FB sometimes offers me a couple of pics from the blog post as thumbnails, but other times just my blogger profile pic which I DO NOT want to use. I have trawled though questions but actually don't understand the answers. Sorry. I speak 3 foreign languages but html is not one of them.
Please could someone explain in simple language what to do?
I reiterate - I have in the past received a a choice of pics, and that was incredibly easy. I don't understand why this has stopped and now I suddenly need a degree in computer programming to do what Facebook offered without problem previously.
Hmmm, its not that complicated. Go to the below link and provide your URL. It will list all the meta tags it sees on the page. To keep it simple, meta tags are just few more extra lines of HTML used to describe your page.
https://developers.facebook.com/tools/debug
Among the shown items, your should see a attribute named "og:image". OG image however have a set of rules to be followed like size and dimensions. The OG image is the image shown on the post. I would suggest that, you test your URL here before posting to Facebook. If it shows a image different that the one you wanted, try adding the below line inside the HEAD tag of your HTML.
<meta property="og:image" content="<URL_TO_YOUR_IMAGE>" />
Replace the <URL_TO_YOUR_IMAGE> with the actual URL to the image that you want to appear in your post. I hope I have given simple enough instructions to follow. In your case, since you are using a blogger, I'm not sure how you can control the SEO tags (or meta tags) in the website. In wordpress, there is a SEO plugin which we use to set the SEO properly.

How to make an app for a Wordpress Blog? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I want to make an iPhone OS app for a Wordpress blog, and I'm unable to figure a way to grab the data from the blog.
The XML-RPC doesn't seem to have an anonymous read-only mode
The RSS feed has truncated posts
So, if anyone managed to make it, please help me ;)
the RSS is truncated if it is configured to be so, you can publish the entire blogpost in wordpress, cfr. "settings -> reading settings -> For each article in a feed, show (full text/ summary)"
The newsfeed may contain the full post. This is an option for the blog owner (option: 'rss_use_excerpt' = 0).