tropicalista
Forum Replies Created
-
Forum: Plugins
In reply to: [Pdf Embed] Open pdf with pagen numberI think this is solved. Thanks
Forum: Plugins
In reply to: [Search Console] Are backlinks displayed?This is solved. Thanks
Forum: Plugins
In reply to: [Search Console] Extract GSC data, create endpoint json outputYou must pass the startDate and endDate in payload, not in the url. I’ve changed the code to be more in sync with the API.
fetch('https://localhost:10005/wp-json/searchconsole/v1/json_data?site=MYSITE', { method: 'POST', headers: { 'Authorization': 'Basic ' + btoa('YOURUSER:XXXX XXXX XXXX XXXX XXXX') }, body: JSON.stringify({ startDate: '2024-05-01', endDate: '2024-05-21', dimensions: ['page'], type: 'web', rowLimit: 10 }) }) .then(response => response.json()) .then(json => console.log(json));
- This reply was modified 5 months, 3 weeks ago by tropicalista.
Forum: Plugins
In reply to: [Search Console] Are backlinks displayed?No. Unfortunately the backlinks cannot be accessed trough API.
Forum: Plugins
In reply to: [Search Console] Extract GSC data, create endpoint json outputPlease check the updated code at: https://github.com/Tropicalista/search-console-addon
Forum: Plugins
In reply to: [Pdf Embed] Application domain not authorised, crashes pageI’m aware of this bug.
I filed an issue here: https://github.com/WordPress/gutenberg/issues/60648
Unfortunately I cannot do much about this.
Forum: Plugins
In reply to: [Pdf Embed] Open pdf with pagen numberYes. It’s possible. Check this answer: https://stackoverflow.com/questions/64512381/how-to-open-pdf-with-jump-to-particular-page-in-adobe-embed-api
Forum: Plugins
In reply to: [Search Console] Extract GSC data, create endpoint json outputI’ve created a sample repo to get what you’re looking for.
Please be aware that you need to be autenticated to access this data from outside WP.
Here’s the repo: https://github.com/Tropicalista/search-console-addon
Forum: Plugins
In reply to: [Search Console] Extract GSC data, create endpoint json outputYes the website is francescopepe.com.
This plugin does not store any data from Search Console. It fetch it in real time.
Forum: Plugins
In reply to: [Search Console] Extract GSC data, create endpoint json outputBut do you want this to be consumed inside wordpress or should be externally available? Can you contact me on my site for further explanation?
Thanks
Forum: Plugins
In reply to: [Search Console] Extract GSC data, create endpoint json outputYes it’s possible.
I’m planning to add an export feature. Do you need to export json or do you need an endpoint to extract data by yourself?
Now that we have this clarification, I think I can close this for further comments.
Thanks
Forum: Plugins
In reply to: [Pdf Embed] File preview not availableHi, I have tested your file and seems to work. You must be sure that you added your site without any slash. You can check here that it works correctly.
Use the form on this page: https://formello.net/contatto/
There’s a misunderstanding. I was not offering anything. That email is just for create support ticket and solve the problem.
However I understand your concern, I was just trying to solve problem.