Is there anyway to automatically add Facebook posts to your wordpress posts? - wordpress

There seems to be a lot of plugins and how-tos on automatically posting wordpress posts to facebook page. How can I reverse this?
For example, I post a update on Facebook page and it automatically adds that update in the form of a post to my wordpress website.
Many thanks in advance!

You can probably do that with a ifttt recipe, for example this might work:
When I post a status to facebook, publish it on wordpress
Rss Feed To WordPress post

Related

How to add facebook comment to my wordpress blog?

I have wordpress blog , http://luckyleosan.wordpress.com/2014/03/07/sample-photo/#comments. i wanna add facebook comment to wordpress blog. how can i do that? i have searched about this in google. but in facebook developer site, its asking the domain name- if i give my above url, its showing the error of url should be canvas url.?
canvas url in facebook means?
what i will do it now?
how to add facebook comment to above url blog?
please help me. am facebook and wordpress newb..
The Facebook site you are looking at is designed for developers looking to build plugins that integrate Facebook with WordPress and other platforms. Hence the registration requirements.
Instead, you can use the official Facebook plugin for WordPress. It will replace default WordPress comments with the Facebook comment box. It will also give you some handy features like shortcodes for a like button and open graph meta setup.
You can use the Facebook Comments Plugin for fb comments.

How can I display WordPress posts on a sub domain not running wordpress?

I have recently taken over a site which has a wordpress blog on a subdomain. I need to list all the posts on a 'news' page.
The page I need to display it on is a HTML page. I have looked into doing an RSS feed but had no luck. I've also looked into pulling the data from the database but I lack the skills!
Any help would be great.
I have looked into doing an RSS feed but had no luck.
That's the best way to do it. What doesn't work?
See Developer's Guide - Google AJAX Feed API - Google Code and Magpie RSS - PHP RSS Parser
Or see http://codex.wordpress.org/Integrating_WordPress_with_Your_Website for code examples and list the posts.

Wordpress Email subscribtion?

I have Wordpress blog site and I wanted the users to enter their email to subscribe to my blog.If i add any new post in the blog the subscriber should to get the email alerts.
I know this is possible since I have seen in many blogs.
If anyone know how to implement this in Wordpress, let me know.
There are a few good options for implementing an email subscription service for your WordPress blog. (I am assuming you are using the self hosted WordPress and not WordPress.com)
Google FeedBurner gives you the most options and works great with WordPress.
To set up email subscriptions click the publicize tab in the FeedBurner settings:
To seamlessly integrate with FeedBurner you will need to add a redirect to your .htaccess file or you can use a plugin to do this for you.
Also aweber.com has a plugin that integrates with Feedburner and also provides additional functionality.
There is plugin called "Email capture wordpress plugin" which will be populated when unique user came to your site.This plugin asking for news latter subscription.
Once user subscribe to news latter you can send email to multiple users.Admin also can delete email users.
You can get more from and screenshort from here...

Easily incorporate blog feed into site

I built a site for a client not too long ago and built it fairly standard. Now she has a Wordpress blog and would like an area on the main site to have links to the most recent blog posts. Is there an easy way for me to pull a list of the most recent posts into this content area without having to chop the page up into a Wordpress template?
You want to place the WP feed on the static site? Maybe Developer's Guide - Google AJAX Feed API - Google Code
http://wordpress.org/extend/plugins/feedlist
I have a WordPress blog integrated into my hand-coded site. I use SimplePie to display my latest posts on my website's home page. I wrote a blog post about how to do this - Displaying WordPress posts on a separate web page. Hopefully that will work for you as well. Let me know if you need more information or help.

Transfer website to a wordpress blog retaining the older links and RSS feeds

I have around 40 pages on my website. I also have a Wordpress blog. I would like to shift my website to this blog. When I transfer the website to the blog, I want to transfer its pages to the blog as pages and not blog posts. Would that be possible.
The existing pages on the website have the URLs like;
www.xyz.com/article1.htm
www.xyz.com/article2.htm
www.xyz.com/article3.htm
When I create a blog, I want these links to be redirected to new links on the blog, like:
www.xyz.com/article1.htm should redirect to www.newblog.wordpress.com/2009/09/09/article1.htm
www.xyz.com/article2.htm should redirect to www.newblog.wordpress.com/2009/09/09/article2.htm
www.xyz.com/article3.htm should redirect to www.newblog.wordpress.com/2009/09/09/article3.htm and so on.
How can I do this?
Also could existing RSS feeds to the current blog, be updated/migrated or redirected after this transfer?
Thanks
I would highly recommend the redirection plugin for this.
It's quick and easy to use and manages everything inside the WordPress admin.
http://wordpress.org/plugins/redirection/
This is one we're using and it seems to do a pretty good job :)
http://wordpress.org/plugins/velvet-blues-update-urls/
Cheers!

Resources