Questions tagged [third-party-applications]
The third-party-applications tag has no usage guidance.
38 questions
1
vote
1
answer
38
views
Application Passwords only for admin user? [closed]
I was wondering if it is possible to only allow the Application Password feature for admin users. I have found this page about it: https://make.wordpress.org/core/2020/11/05/application-passwords-...
0
votes
0
answers
224
views
Application password header not checked in REST API
I have this code in my custom plugin. I've created an application password and I want to check it every time a custom endpoint is called.
register_rest_route(
$this->namespace, ...
1
vote
0
answers
26
views
REST API Integration without user account?
We have a public WP site, but we want to move/archive legacy content to only be accessible from behind authentication of an existing custom web app (that uses asp.net identity, if it's relevant).
...
3
votes
0
answers
66
views
Locking Down Wordpress Application Password Permissions / Capabilities
I am working on a Wordpress installation where we recently decoupled the frontend into a NextJS application that is no longer hosted on the same domain as the admin. We are accessing data etc through ...
1
vote
0
answers
12
views
How to use WP account on third party module
Our client has an existing website which runs on wordpress. They want a separate module which will be made by us. This module won't be made as a Wordpress plugin and will therefore be hosted on a ...
0
votes
1
answer
708
views
Setting a JSON web token from a secondary api as a secure cookie on WordPress
UPDATE THREE
Since I am getting the correct responses from my own api, can I modify the responses I am getting. In the console I see this:
{readyState: 4, getResponseHeader: ƒ, getAllResponseHeaders: ...
0
votes
0
answers
32
views
How to connect wordpress user with my own APP user?
I want to add my woocommerce store into my APP. (The APP and website in the different servers.)
How can I connect the users' data? Sync the users statue? Like when I login on APP, I was also login in ...
0
votes
2
answers
321
views
Is there a tool to see every WordPress site that's using a particular plugin?
Is there a tool to see every WordPress site that's using a particular plugin? For example: if I wanted to know every website in the world that is currently (or historically) using Yoast SEO.
I ...
0
votes
0
answers
28
views
Preparing Hardcopy and Online Page
I am writing a book and I want to post it online (into various web pages) and also want to have a hardcopy. The book has a lot of figures and math equations. How can I prepare the posts to minimize ...
3
votes
1
answer
918
views
Release a plugin with composer installed packages
Here I'm looking for an answer about releasing a plugin version with 3rd party packages installed by composer.
In my custom plugin I installed Sentry with composer and checked the error logs in my ...
0
votes
2
answers
114
views
Can I put in Github the code of a abandoned plugin I want to fork?
My friends. I want to know if I can create a repository of abandoned plugin of wp.org that the author is not mantaining make 2 years.
The plugin is this:
https://br.wordpress.org/plugins/send-emails-...
0
votes
2
answers
69
views
Best practices/popular methods for distributing a program with a plugin?
Are there any best practice guidelines regarding how a plugin should distribute a third-party program with it's own installation? If there are no guidelines, then what are the most popular methods?
...
1
vote
0
answers
306
views
Use third party Library in wordpress
The GA third party library works with php 5.5 and above, i have this.
They say to install this via Composer, since i am new to php i have no idea where is it located and will this work on WordPress? ...
0
votes
1
answer
926
views
Using the WordPress and WooCommerce REST APIs in the same Node app
I am writing a small utility app that connects a 3rd party API to a WooCommerce store (actually, it's multisite, but that's not really relevant) in order to update customer records. The WooCommerce ...
0
votes
1
answer
3k
views
How can I include 3rd party library in Wordpress?
I want to include this library on a single page. I'm pretty new to Wordpress, so I'm not sure how to do this. Is there a plugin which allows one to upload a library and then link to it in HTML of a ...
0
votes
1
answer
191
views
generate a static copy of the website footer html
Client website uses the service of a third-party content provider to maintain a TV programs page. This provider needs to have access to a file that gives the theme's footer html code.
I have managed ...
5
votes
1
answer
116
views
When wp_schedule_event action has two possible directions, how to avoid an infinite loop?
I'm building a plugin that links WordPress and Salesforce like this (updating here to try to clarify what the plugin does):
salesforce_push: send data from WordPress to Salesforce. This happens when ...
1
vote
1
answer
1k
views
How to avoid loading wp-load.php from external php scripts?
i use slim with wordpress. This worked flawlessly so far. Well almost. Once I changed to multisite I had to start fake creating $_SERVER variables faking a domain name. But it worked finally.
What I ...
5
votes
0
answers
2k
views
How to allow users login to WP from external domain and make REST requests
Basically what i want to do is:
Use Wordpress as a login system and data storage for web-application on another domain.
Make users able to register and perform REST calls from the application.
Let ...
-1
votes
2
answers
2k
views
Javascript not working on index.php but it is working on single post's page
I am trying to use mathJax in my wordpress. According to the documentation at mathjax, the mathjax script url needs to mentioned in headers.php.
Which is exactly what I did. And right now this is what ...
1
vote
2
answers
2k
views
REST alert when new Wordpress post is published or updated
I have a custom PHP application and a Wordpress instance running as 2 completely separate codebases on the same server. I would like my custom PHP application to be able to consume content from the ...
1
vote
0
answers
2k
views
Frontend in WP , backend in Laravel. Some level of integration needed
I plan to use WP for my platform's frontend and Laravel 5 for my backend work.
I will not use WP functionality for my core business. But i will need to have a forum in WP and some other lightweight ...
0
votes
1
answer
36
views
A thin line between native wordpress bahaviour and 3rd party themes
Bear with me as i try to learn WP.
Lets say we have a 3rd party theme were the route of the request is somehow like this.
Root theme index.php diverts to a nother php file which decides what page to ...
1
vote
2
answers
177
views
Is back-end access not required for an app to post to my blog?
I've recently installed a couple of apps (WordPress and BlogPad Pro) and I'm a bit surprised to see that they can indeed post to my blogs, even though I haven't given them the renamed login and wp-...
0
votes
1
answer
710
views
Integrate non-wordpress site into a wordpress site
I am investigating a project where a site that has already been built needs to be integrated into a wordpress site that is currently under development. Essentially the preexisting site consists of two ...
0
votes
1
answer
168
views
How to create a specific Web App with WordPress?
Can we make Web Apps in WordPress with specific (custom) scope, something like a mini-Facebook, a mini-Twitter, a stackoverflow, etc. What I really want to know is that how much am I free handed to ...
0
votes
0
answers
153
views
Custom folder structure and problem with 3rd party services
First off, I've customised my WordPress folder structure a bit:
wordpress/ contains all the files a fresh WordPress install does (wp-admin, wp-includes, etc)
The problem I'm facing is that a couple ...
1
vote
1
answer
3k
views
How to bypass the Easy Digital Downloads checkout process?
I've decided to use Easy Digital Downloads as a base to create a secure download area for a client. The client will be uploading general files such as .pdf's and word documents for their members.
...
4
votes
1
answer
804
views
Posting From Apple Aperture?
When sorting through my images in Apple Aperture I regularly find myself wanting to post one, or a few dozen, of them to one of my WordPress sites. Does anyone know of an Aperture plugin or some way ...
0
votes
2
answers
272
views
How do I add my PHP app to a Wordpress page whilst keeping semantic URLs?
I am rebuilding a static website for a client using Wordpress on the main domain- eg domain.com. There is also a directory of members website at directory.domain.com which I was hoping to migrate over ...
1
vote
1
answer
696
views
I want to retrieve all posts of a blog without username & password
I want to make an android application for my wordpress blog, I want to display there all my blog posts with many options like category wise, date wise, search wise etc...
How Can I retrieve all my ...
-1
votes
2
answers
368
views
Q&A lite plugin comments
I am trying out the Q&A lite plugin from WPMU. It looks great except for one thing. It looks like users can only ask and answer question, not make comments on them. This effectively makes a ...
2
votes
2
answers
273
views
How can I make a wp site in a mobile application?
Which are the ways and how is possible a wp site become an iphone, ipad, android and a blackberry application(not a wp mobile theme)?
9
votes
4
answers
17k
views
Where to put third party PHP library?
I'm developing a couple of open-source plugins and a theme (all part of a "suite") that all use the same third party PHP library. I'm wondering what is the best way to include it in Wordpress. Here ...
1
vote
1
answer
116
views
Wordpress Ajax Posting from App
I am working on an App for a University radio station that allows users to listen to the station and read stories from there wordpress site. I can do this functionality easy enough using RSS feeds.
...
0
votes
2
answers
248
views
Possibility of including third party software/plugins in the Wordpress repository
I've been looking into using the Wordpress Repository for one of my larger plugins, the problem is that it's using a lot of third party software. Video players/Slide scripts/Jquery includes, some of ...
2
votes
2
answers
1k
views
Creating external apps Wordpress / How they work
I was wondering how does external app works for wordpress.com or wordpress.org.
Directly connecting to the wordpress database seems a bad idea to me.
Questions
How can I create an app or get / post ...
5
votes
2
answers
587
views
How do I set up a custom URL shortener for my posts?
I have several different sites running off WordPress, and the URLs tend to get fairly long and cumbersome (particularly when I try to publish them via Twitter). I recently purchased a very short ...