Kentico Kontent is not loading in google sheet addon - export

My question is about kentico blogs export. I want to export article data from kentico to shopify blog. So, I talked to kentico support and they suggested that I follow the documentation which is available in their github repo.
I added the kentico extension in google sheet but regularly its not loading.
If there is any other way to export articles from kentico to shopify please let me know.
Screenshot

Related

React Document Viewer in react (PDF, Images, word file, video file) like slack Viewer

Requirement:
I want a react document viewer for all kinds of file types (PDF, Images, Word, Video),
same as slack has a Document Viewer.
Like Slack, I am building a chat module for my react web app. In which users can upload multiple attachments (PDF, word, png, jpeg etc). I want to create a document viewer for all kinds of files similar to slack.
I googled it and came across one package - react-file-viewer
But this npm package is not updated for the last 3 years.
I came across an article in which the person said it is not going to work for React 18 Article
Does anyone have a suggestion on this?
Do I need to create my custom Viewer which uses multiple packages (Image viewer for image, npm react player for video, pdf viewer for PDF files so on ..) or is there any react npm package already present which provides the similar solution like react-file-viewer
use Google Docs Viewer. it's more stable than react-file-viewer. here's two ways to deal with this:
use Google Docs Viewer with its javascript API. trigger the viewer API when the component is mounted.
use plain <iframe /> to embed the google docs viewer.
<iframe src="https://docs.google.com/viewer?url=http://example.com/my_file.txt&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>
please refer to this gist for <iframe /> usage of Google Docs Viewer.

How can i share image from my web application to Instagram?

I have create one application in React-js for edit images after editing image i want to share(post) that image in Instagram how can i do that?
How can i use Instagram developer API to post the images from my application to Instagram so that user can directly post the image that he has edited in my application.
please give me steps if it's possible because i am performing integration first time.
A great place to start when implementing a third-party API is the docs!
https://www.instagram.com/developer/
But there are other great resources/tutorials online as well.
Here is a Medium article on building an Instagram embedded App with Expo and React Native.
https://hackernoon.com/build-an-instagram-feed-app-with-just-javascript-using-expo-react-native-97c0e799b5cf

Google maps not working correctly in Ionic v1

I am having issue regarding with my map in Ionic v1 app. Just a while ago my map doesn't work correctly. Please refer to the picture below:
Some of my map functions didn't work.
You have exceeded your daily request quota for this API.
this is occurs because of googles new policy. follow the provided link and by selecting your project add payment option, billing information and card information, which will fix the problem and you will not initially.

How to load Notes for Projects in Salesforce

I have notes in my Pipedrive tool for each deals. Now i need to migrate those notes for each deal in Pipedrive to my Salesforce. How can I get the notes for each project loaded to its corresponding project. I try loading notes by giving project ID through Data Loader Wizard. Even-though the tool says that the data is loaded successfully, When I go to my Project in Salesforce, I am not able to see the Notes for the project.
Please help.
Thanks
Niki

Crawling a website that uses angular routes

I have a personal website that I use for some of my motorbike racing. I created it recently using node and angular. I decided to try angular routes for my page navigation etc. I think it worked well but I'm annoyed that my website isn't showing on google search.
When I've looked into how to get google to find your website I've followed many suggestions with meta names etc but when I came to a sitemap I discovered that most crawlers etc have problems finding any links on my website to other pages.
You can see my website here - MPC Racing
I have tried using this automatic sitemap creator and it can't find anything apart from my main page - XML Sitemap
Do you have any suggestions on how I can my website more easily found by search engines?
For example, a design company designed all my graphics for my bike and if I type into google "Webstep Racing Team" I get the link to their website as the first hit but nothing at all on my website. What is it they are doing and I'm not? - Webstep Racing Team
In Google Webmaster tools there is an option to 'Fetch as google'. So you see what google sees when it crawls your angular app. It gives you an image of what google sees.
However for me the problem is that the crawler does not crawl the angular links within the app.
By default the hashes are getting ignored by search engines, because normally they refer to parts of the same page.
You can follow google guidelines for ajax crawling urls to get the hashed url indexed by Google. The same standard also supported by Bing according to searchEngineLand post.
And because you are using angularJs, you might find Matias Niemela's post on how to have your AngularJS application indexed very useful. Demo and source code.

Resources