gjconely
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Atom API planned?Well, I figured I would just add my vote to getting the Atom API interface done.
Forum: Fixing WordPress
In reply to: Replace <p> in text areaHave you tried to use SHIFT+ENTER to enter a BR tag?
Forum: Plugins
In reply to: Posting from outside of wordpress (writting a desktop poster)Okay, so looking into it, I think I am out of luck on using XML-RPC. So I decided to give a try at “MetaWeblog API”. At least this way I can also post with a title, but still no luck on the html formatting. So my next thought is to use the ATOM API, but I don’t see any documentation on this. Does wordpress support Atom API or is there a plugin for this?
Forum: Plugins
In reply to: Posting from outside of wordpress (writting a desktop poster)lol – the Post 1 actually got formatted on my post. Anyways, it should read “< strong >Post 1< / strong >” without the spaces.
Forum: Plugins
In reply to: Posting from outside of wordpress (writting a desktop poster)I have visited the XML-RPC support page, but have not found anything that helps me. Most of the links are dead (thank god for Google cache). Anyways, I have tried to pass html in the following methods. Maybe my content-type is not correct or something.
— First Attempt —
‘<?xml version=”1.0″?>
<methodCall>
<methodName>blogger.newPost</methodName>
<params>
<param><value><string>a</string></value></param>
<param><value><string>1</string></value></param>
<param><value><string>username</string></value></param>
<param><value><string>password</string></value></param>
<param><value><string>Title of post</string></value></param>
<param><value><string>Post 1</string></value></param>
<param><value><boolean>true</boolean></value><param>
etc…
‘
I then changed it to use the following for the content param
‘<param><value><string><HTML:strong>Post 1</HTML:strong></value></param>’This still had no luck. Each of these attempts ended up with a post with no formatting. I then tried to use BBcode within my content tag, but still no luck.
Forum: Fixing WordPress
In reply to: Passing HTML posts thru XMLRPCDue to the nature of this topic, I have moved it. It is now part of https://www.ads-software.com/support/topic/37238
Forum: Fixing WordPress
In reply to: How to test email posting?You need to setup a CRON job that calls some file that tells wordpress to check e-mail.
Forum: Fixing WordPress
In reply to: Passing HTML posts thru XMLRPCSome more history. I tried to post to the post.php file from within my application, but it is not working either. Anyone else have any ideas, or does wordpress support the Atom API? I tried looking into this but could not find it anywhere.
Forum: Fixing WordPress
In reply to: Passing HTML posts thru XMLRPCIs there another way to post other then xml-rpc and e-mail that I can use for my desktop bloging software?
Forum: Fixing WordPress
In reply to: Post from the DesktopI am working on it, but not having luck with posting HTML content. The product will be found at https://seo-position-plus.com and should be released as soon as I get this portion done.
There is also several other desktop products. There is a list of them somewhere on the wordpress codex site. I forget the exact location.