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
Related
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.
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.
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 a news feeds on facebook in my site that show only the wallpost that have a specific {#hashtag}.
For Example I want to show only my wallpost that has #thankyou.
I'm newbie so please give a sample code. Thanks in advance.
There isnt any exact API to get the hashtag posts,you may try using search API with q=%23hashtag
https://graph.facebook.com/search?q=%23hashtag&type=post&access_token={ACCESS_TOKEN}
For getting wall posts and newsfeeds
/user/home The user's news feed.
https://graph.facebook.com/me/home?q=%23hashtag&type=post&access_token={ACCESS_TOKEN}
/user/feed The user's wall.
https://graph.facebook.com/me/feed?q=%23hashtag&type=post&access_token={ACCESS_TOKEN}
Permissions :read_stream
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
We're in the process of launching our Magento website. Everything is live now & we've taken down our 'coming soon' page. The problem is our 'coming soon' page is what is showing up in google search & when we add a link to our site on facebook.
Is there a method to change this or do we have to wait for Google to update?
We've submitted a sitemap to google.
Thanks for your help :)
I had the same problem. Just wait for 2 or 3 days and GG is going to update the result with your new website.
If that "coming soon" page was not your site landing page, you can add that URL to robots.txt file. By the way, just wait for a day or two! The sitemap will do the job and soon update their database. Don't forget to try Google Webmaster Tools.
I found a useful article which explains how you can request that Google removes old cached pages for your site from it's search results.
https://support.google.com/webmasters/answer/1663660?hl=en#
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).