The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
147 views

wp_signon gives error insufficient_permissions

This seems odd to me because if you're signing on a user you shouldn't already be signed in... therefore your permissions shouldn't matter. It may be a bit of an odd way of going about it, so that ...
0
votes
1answer
42 views

Wordpress Login Customization for External Authentication

I'm not sure which approach is best but my situation is something need to tie the admin login with external authentication source. I mean, WP normally is: wp-admin ---> Check with WP Database ...
-1
votes
0answers
22 views

XML data transfer [closed]

I am developing a web service based Swing application,which uses postgresql in the server side for data storing and mysql in the client side.Now i want to automatically transfer the server side data ...
0
votes
0answers
30 views

Login and posting in WordPresse from android via XML-RPC

I created an android application that consumes a Restful web service. Two HttpPosts are made : One to send Login information, and an other to send information from device (title, content, video, ...
0
votes
1answer
46 views

Advice for Beginner in Wordpress [closed]

I am very new to the wordpress. My simple objective is i want to create one website with database. I have donwloaded wordpress. After this how should i start installing and configuring my local setup ...
1
vote
1answer
51 views

Enqueue AWS Script

I am working on the integration of an Amazon Webstore (Amazon Checkout) on a WordPress site using Amazon Documentation here. Has been a while since I worked with enqueueing external JScripts. I need ...
9
votes
2answers
877 views

Generating Thumbnails for video

I have checked and read lot of post about one single issue that is far more complicated than it seems. I have a website that uses a lot of videos taken from wwebsite as on the internet ^^ (services ...
-1
votes
2answers
88 views

Creating a full business website

I have a webservice and I want to sell it and allow the customer to set it up through a website. I'm thinking to use WordPress to make this website, but don't know if it is possible or how to do it. ...
0
votes
1answer
445 views

How to replace or display the special characters from JSON API plugin [closed]

I started using the JSON API plugin. It works good ! But the problem i am facing is, If i enter any text containing special characters through CMS The output is not same as the given text. Why this is ...
0
votes
0answers
126 views

How to get ai1ec calendar events from wordpress site [closed]

hi this is the question i have posted in forums http://wordpress.org/support/topic/how-can-i-access-all-the-events-under-a-category-accordingly?replies=1#post-3053850 I already posted this question ...
0
votes
1answer
136 views

Fetching ten ten records from JSON API in word press

I am using JSON API for getting web services.. I have 80 records in my wp_posts table . I need to display 10 , 10 records so that my mobile app will be faster. I used the following method in this ...
0
votes
1answer
167 views

Would Amazon AWS Services be a good alternative to my current hosting provider?

My WP sites keep crashing my server because I have huge amounts of load in a short amount of time. The server has to be rebooted every few minutes. We have tried everything but nothing seems to ...
5
votes
2answers
571 views

Pitfalls when Distributing Plugins that Access SOAP Web Services?

I'm wondering what pitfalls (if any?) developers here have run into when distributing WordPress plugins via the WordPress plugin repository that embed a SOAP client for accessing SOAP web services for ...
5
votes
1answer
3k views

Embedding a SOAP Client into a WordPress Plugin?

What is the best way to embed a SOAP client into a WordPress plugin that one would distribute via the WordPress plugin repository? Is it best to use? The PHP 5.x Soap Client, The Zend Soap Client, ...