Questions tagged [posting]

157 questions
1
vote
3 answers

How to reset just texbox, not the entire page?

I am trying to create a posting/commenting system. It does most of what I want. Now, I want to have just the textbox reset, not the whole page. Skeleton code is preset by CodePen. (More explanation with the code sample) HTML:
user147219
  • 355
  • 1
  • 4
  • 13
1
vote
1 answer

won't redirect anymore - 302 status code

Hey guys I got a 302 error code when I want to redirect my page, I'm using header() I searched over google if I could find anything but I found nothing that was relevant for me, so maybe you guys can find it ;) I get in the network tab in element…
user4640949
1
vote
1 answer

What is best way to post data to an url if someone does not call an web service?

Alright...I have kind of a big quesstion...ok here goes...Usually if i understand it well...web services work in a way that i write a method to get some data from the database and then some other user/client adds a reference and calls my service and…
Vishal
  • 12,133
  • 17
  • 82
  • 128
1
vote
2 answers

jQuery .post with array of dynamic variables

I've just tried and more or less given up on sending an array to a jQuery post function, which are then layed out as POST variables. I've read a lot of the similar questions on here, but none seems to quite get it. I tried all I could, closes was…
waxical
  • 3,826
  • 8
  • 45
  • 69
1
vote
1 answer

Is there any way to post just TEXT on facebook friend wall , not a link?

I'm facing a problem while i want to post just text-msg to FB friend wall. I know that i can share link and than additionally write the msg of the post. But i am wondering if there is any way automatically to pass the msg field as a param to the…
nikolaDev
  • 1,802
  • 2
  • 14
  • 15
1
vote
0 answers

Php Ajax posting multiple datas

var name = $("#name").val(); $.ajax({ type: "post", dataType: "json", url: "save.php", data: { image: canvas.toDataURL(), name:name } }); I'm trying to save my cropped image with name from get text field. When I…
1
vote
0 answers

Facebook app: posting to user's wall message field

I have a Facebook app, where users upload their photos and these are then shared on their wall. However, Facebook wants them to be able to compose the message themselves: publish_actions Page Tab Words in the user message field must be …
1
vote
1 answer

Form posting - postback then post, (Paypal) is this possible?

I need to submit my cart to paypal in a , (using the web payments standard option). Rather than draw the contents of this form to the page, and have the 'place order' button post directly to paypal.com, is it possible to have the 'place…
maxp
  • 24,209
  • 39
  • 123
  • 201
1
vote
1 answer

Sharing Screen Shot to Facebook

I have the following code to post to Facebook for my app; This is the .h file #import #import #import @interface LifeTipsViewController : UIViewController { SLComposeViewController…
1
vote
0 answers

Remove original image after automatic creation of featured image

I installed the plugin http://wordpress.org/plugins/automatic-featured-image-posts/ but I am having a problemm, because the plugin doesn't remove the original image from the post content after creating the featured image. (and therefore when I don't…
1
vote
2 answers

Is there any solution to run Google Plus Posting(Share interactive post) in emulator (Android)

I am integrating Google Plus in Android App,But I encountered problem during Sharing Post on Google Plus in emulator Because It requires Google Plus installed on Emulator. But We can't add Google Plus App on Emulator. I know that it run only in…
Ponting
  • 2,248
  • 8
  • 33
  • 61
1
vote
0 answers

Tumblr API change and the downfall of certain apps

I've searched endlessly for answers, and I just cannot seem to find anything! I use an app (Mac) called Hyperimage for my Tumblr blog. Since the developer has completely abandoned this app (not returning any customer service emails, fixing this…
1
vote
1 answer

Files not posting html+js+php

I got a field in my HTML that send a file.. When the user selects an image they get a preview of the image they are about to upload (js). When this preview script is activated the $_FILES post doesn't send any data (php verified with…
1
vote
2 answers

PHP Form that updates multiple form element to different columns

I am trying to build a simple form that will update my mySql database. I can succeed if I only have 1 form element (input) on the page but I can not figure out how to have more than one form element (inputs) per pgae. When I add more than one input…
KulerGary
  • 217
  • 1
  • 4
  • 17
1
vote
0 answers

FB comments merged with my website´s comments

At the moment my website has its own comments in articles. I decided to merge it with FB comments but of course I don´t want to lose my old comments. Is there a way to merge my old comments with those in FB social plugin? That means: can I somehow…