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 10 years ago.
Improve this question
I have created a Facebook page a while ago, but now when i typ in the name of the Fan Page
it will show up ofcourse because i have created it.
But my friends and other people cant find it so i did check it
When you go to this page, it says:
No results found for your query.
Check your spelling or try another term.
So i have done some google work and i saw something about the Age Restrictions i have set that also
What i also tried is changing the category.
Does anyone know whats going on here why my fanpage is not in the public results ?
I have the same issue. The page of my band "Seed Pulse" does not show on searches. But the page is accessible online using "seedpulse" as a username.
The only help I've found so far is here: http://www.facebook.com/help/issues/pages
Why isn't my Page showing up in search results?
Some users are currently not seeing their Pages in Search results. If you are experiencing this issue, please submit a report here.
I reported the problem using the given link two weeks ago and did not have any feedback from the Facebook guys...
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
OVERVIEW
I'd like to test some Django websites using random data on a production server using real domain names, but these websites will be simple tests with possible duplicated data (quite probable not following Google rules). I know usually for this you use a development/staging/virtual box for such a task, but I do want to use directly the production box with the real DNS.
Now, I'm kind of new on website development and SEO, and I wouldn't like to mess with SEO and Google.
What'd be the right way to proceed here? Should I try to avoid being indexed/crawled by Google somehow? Any other advices?
You can disallow the complete indexing of your page and then later (when you're done with coding) activate it again.
Thats probably the best way because google is not going to crawl "bad pages" (for example when your website still is in development) and thus you will not get a Ranking so far (called Page Ranking if you want to look it up).
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am new to development of websites
I have query why does a website work on some browsers while not for others
I have designed a website which works on one browser IE and then it does not for other computers IE
it does not goes through hit .
What precautions should I TAKE SO THAT MY WEBSITE WORKS ON EVERY BROWSER
The warning which I got was as below
The code on this page disabled back and forward caching. For more information, see: go.microsoft.com/fwlink/?LinkID=291337
but I did not understood Kindly explain and give some tips
Ok I think I got something wrong with my code or internet speed
I kept the code in Developers option and let it wait then the hit went through all the 4 states and I got a response
Am I missing something ... In normal mode the hit does not go through all the states
Set your mode as synchronous to true
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 10 years ago.
Improve this question
In other words, what action from other people has triggered the URL of my website to get a "Like" without a Like button? How can someone Like a url in Facebook without the button?
As I said in my comment, I really don't think this question belongs here at SOF. That being said, here are my two cents.
You can "Like" any URL. Button on it or not.
There is even a chrome extension here that allows you to like any page from within the browser.
You can like a page simply by going to this URL even: http://www.facebook.com/plugins/like.php?href=[encoded url here]
I think the real question is why you care if your website is being liked anyways? Why does it matter?
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
We use Facebook comments and Facebook Like Buttons on our site. These somehow generate a call to http://static.ak.facebook.com/connect/xd_arbiter.php which never loads, leaving the impression that the page isn't loading. Is there a way to avoid having this script called?
Two ways,
write to Facebook and report the problem and suggest them to fix their Javascript
download their Javascript code that add button to the page, fix it and directly link to it from your server page.
Disadvantage of the last suggestion is that Facebook hosted Javascript code or back-end can be changed at any time and your old version of the script will not work.
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 11 years ago.
Improve this question
Does anybody know how these guys made such an application?
http://www.facebook.com/Disney?sk=app_168179776575247
The above part is quite clear for me, but the Top News part, I don't get how they technically achieved that.
As far as I know, the Graph API doesn't let you access the content of a page wall. And even if this were possible, how can they display the Facebook videos the same way as Facebook does?
Did they entirely rewrote the Facebook wall?
Thanks in advance,
If this is something you need i am working on something very similar that works with all Facebook pages and applications. This is for a social plugin i am developing and is going to be free to use for anyone.
http://apps.facebook.com/anotherfeed/TimeLineFeed.php?pageid=disney
Currently it only displays feed or posts from a single wall but looping through multiple walls would not be so difficult with a good time based algorithm.
I am using PHP-SDK 3.1.1 for auth and graph api access.
SEE: http://developers.facebook.com/docs/reference/php for php sdk
and
http://developers.facebook.com/docs/reference/api/ for feed and post
Looks like a clone of Facebook's wall yep. It is effectively a news feed with custom made articles meant to look like status updates that click through to the user, has graph api 'like' counts etc
Not much else I can say but with a bit of time these things are easily replicated :)