Tagged Questions

Open source blogging software powered by PHP and MySQL

learn more… | top users | synonyms

4
votes
3answers
1k views

Is there a way to 2way sync Facebook and self hosted WordPress blog comments [closed]

Possible Duplicate: How to synchronize comments between Wordpress and Facebook? Is there a way to 2 way sync blog and Facebook comments. Use case: I post on my self hosted WordPress blog. ...
6
votes
3answers
671 views

Can I automatically post something I write for one blog to my other blogs?

I write a blog at some site. When I write a new post to that site, is there a way to automatically post it to my WordPress and Blogger blogs as well?
7
votes
2answers
469 views

How to synchronize comments between Wordpress and Facebook?

I import my Wordpress posts into my Facebook account as Notes. I end up having two separate sets of comments for the same blog post this way. Is there any way to do a two-way synchronize these ...
8
votes
5answers
127 views

Is there a Wordpress plugin that will tweet when a scheduled post is posted?

I know there are tons of Twitter/Wordpress plugins out there, but so far I have not been able to get one to do what I need. I have lots of scheduled posts. When a scheduled post goes like, I would ...
3
votes
2answers
142 views

How do I make a “blog” hosted on wordpress look like a website?

How do I use wordpress as a basic CMS without it looking like a blog. I don’t want comments, list of postings etc. I just want some pages that link to each other with menus etc.
1
vote
4answers
281 views

How to put code in your blog posts in Wordpress?

How can I write code in wordpress? Like I want to be able to show something like: function foo() { return "bar"; } Is there a plugin? I installed one called Code Markup, but this doesn't add ...