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.
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 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
For some time now, I have had troubles getting Google Analytics to work properly on my generated Github Pages. I've used the default snippet provided by Google but I think that the crawler that is looking for the snippet looks in the url victorbjelkholm.github.com instead of victorbjelkholm.github.com/2012-I-Bilder/. However, my default url in the Google Analytics profile is http://victorbjelkholm.github.com/2012-I-Bilder/ so it should be no problem.
Do anyone had a similar experience of adding Google Analytics to sites on Github Pages?
Do anyone have a suggestion on what could solve this so I can get some stats from my site?
The url is http://victorbjelkholm.github.com/2012-I-Bilder/
I went into the Profile Settings of the active profile and changed Default page to index.html. Now my tracking code can be found correctly.
Do you have any filters on the UA-20806824-11 Google Analytics profile that could be filtering out data from Github?
I took a look at your site: the GA code looks good, and I saw tracking data for the page view being sent to the analytics servers.
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 am trying to do Like-Gating for our application. The application is an external website using facebook connect.
I have looked around the documentation and found that you generally do this using the signed-request data you receive from facebook. But seems like that data is only sent by facebook if the app is a facebook page. Correct me if I am wrong.
How can acheive the same result on a external website using facebook connect?
Thanks in advance!
You can approximate this functionality by using the facebook Javascript API. Use this to subscribe to an event when the Like button (in a Like Box) is pressed, and then redirect the user to the gated content with that event.
I have done this before in real-world web apps, and it works well. I can post some of that code as an example, if you need it. The event you want to listen for is the edge.create event.
Sorry but the functionality you're asking for is only available on facebook.com with the exception of Pages, and thus you cannot like gate your website.
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
is it possible to get list of uids of users who is fan of specific fan page with facebook api ?
I have not (yet) found a method to retrieve all the fans for a page without a key.
You can get a verification if a user is a fan, according to Facebook at least. In practice, use of the method still requires a key.
I'm actually looking for thesame thing, and from the looks of it, the answer is no. User list is not one of the properties you can read according to this page.
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).