Lukeidiot Posted June 13, 2013 Share Posted June 13, 2013 Hello fine peoples of phpfreaks. I have a site called Themelr.com. It is basically a Tumblr Theme Generator for Tumblr.com My goal is to automatically update a persons Tumblr blog with the HTML they generate from our site. However it seems to be a little tricky. Here is an example: http://themelr.com/edit/ This page is logging in to Tumblr via cURL. The "custom_theme" JSON is the themes current HTML. How do I decode/extract that and submit to Tumblr a newly provided HTML? tl;dr I am trying to $_POST to tumblr new HTML for their blog. Any ideas? Quote Link to comment Share on other sites More sharing options...
ginerjm Posted June 13, 2013 Share Posted June 13, 2013 Their site lets you add html code to it? Interesting. Really??? Quote Link to comment Share on other sites More sharing options...
Lukeidiot Posted June 13, 2013 Author Share Posted June 13, 2013 Their site lets you add html code to it? Interesting. Really??? You must of misread. Instead of spamming 10+ forums for post count, you could of taken the time to read my post more clearly. I am trying to basically submit post via cURL to edit peoples blog html. Quote Link to comment Share on other sites More sharing options...
ginerjm Posted June 13, 2013 Share Posted June 13, 2013 I quote from your orig post: "How do I decode/extract that and submit to Tumblr a newly provided HTML?" Sounded to me like you wanted to upload HTML to Tumblr. And where am I spamming 10+ forums? Post count? Who needs that? Quote Link to comment Share on other sites More sharing options...
Lukeidiot Posted June 13, 2013 Author Share Posted June 13, 2013 I quote from your orig post: "How do I decode/extract that and submit to Tumblr a newly provided HTML?" Sounded to me like you wanted to upload HTML to Tumblr. And where am I spamming 10+ forums? Post count? Who needs that? The supporting sentence is behind it. I said: "This page is logging in to Tumblr via cURL. The "custom_theme" JSON is the themes current HTML." What I meant was I needed to decode the JSON, as that is what holds the value of what needs to be submitted via (POST?). That way you could store a backup of their current HTML template. Also because you may need to submit in the form of JSON. Quote Link to comment Share on other sites More sharing options...
Lukeidiot Posted June 14, 2013 Author Share Posted June 14, 2013 Still havent figured her out. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.