fepe55
Forum Replies Created
-
Sorry for the delay. The plugin is working again. They didn’t ban the feeds, but hid them really good
Forum: Plugins
In reply to: [Plugin: Facebook Posted Items] Facebook posted items InstallationBluebird: just remove the last
<?php } ?>Forum: Plugins
In reply to: [Plugin: Facebook Posted Items] Facebook posted items InstallationHmm, that’s weird. Check if you have only what it’s needed, you’ll have to check character by character. And try single quotations marks ( ‘ ) instead of double ( ” ) inside de fb_posted_items function. Do something like this:
<?php fb_posted_items ('http://posted-items-url'); ?>Don’t worry, we’ll get this working :p
Forum: Plugins
In reply to: [Plugin: Facebook Posted Items] Facebook posted items InstallationOn the bottom left corner, click on “Applications”, then on “Links”.
That will take you to you friend’s links page, but if you want to display yours, then on the top, next to the title “My Friend’s Links”, click on “My Links”.
And last, on the right side, right below “Subscribe To Links”, click on “My Links” (it should be next to this blue icon).
Then, that URL is the one you need.
Should be something like this one:
http://www.facebook.com/feeds/share_posts.php?id=(some-numbers)&viewer=(some-numbers)&key=(some-code)&format=rss20I will try to do a Widget version of the plugin shortly, and I’ll see if there’s a way to automatically find the URL without having to do all this.
If you have any other question, let me know, I hope I made myself clear.
Forum: Plugins
In reply to: [Plugin: Facebook Posted Items] Facebook posted items InstallationHi bluebird2, all you have to do is paste this wherever you want your posted items list to appear:
<?php fb_posted_items ("http://posted-items-url"); ?>Replacing the URL for your posted items’ feed URL.
What’s not working for you? Do you use widgets in your blog?