I am trying to develop a chrome extension which basically has a button , on click which opens the Gmail compose mail popup, with subject/body filled with static text content everytime.
I tried reading Gmail APIs, but couldn't get far.
If anyone has worked on any such thing, please guide me.
I am still amateur at this.
Try this link -
https://mail.google.com/mail/?view=cm&fs=1&to=someone#example.com&su=SUBJECT&body=BODY&bcc=someone.else#example.com
This is the gmail link to compose an email.
Is this what you where looking for?
Related
So I have a webpage that autogenerate og:tags for link preview on facebook, whatsapp etc. but whatsapp apparently can't scrape them. It works good on facebook but not on whatsapp. In whatsapp it just gives me this error message (see pictures. only somtimes, the other times nothing shows up) like the site has an error (which it doesnt have, you can access the page like any other page).
The og:tags are also correct in the tag in the site's source code.
Does anyone know why it is like this?
Did you post these links in WhatsApp already at a time, when they did not have og-data? Then you can try to delete all that links in the WhatsApp-Group-Media/Link-List and repost. That works for me with a similar issue with og-data in WhatsApp.
I've just deployed an "alpha" version of my ReactJS SPA using Firebase Hosting, and I've been trying to figure out a way to test SEO using Google Search Console. When I enter the url and click continue, it gives me the TXT record that I'm supposed to "copy into the DNS configuration" for my url. The "url prefix" wants me to upload an html file for verification, but I don't think this is even possible with a single page ReactJS app. I've done quite a bit of searching online, but haven't found a definitive solution. Could somebody please explain the proper way to do this? Thank you.
I know there are different ways to connect your website files to google search console for verification. For me I opted for the older method that didn't need DNS configuration. All you had to do was copy in a meta tag you'll be given
I have implemented a PayPal button with InAppBrowser, user goes to PayPal account to donate after clicking and it works as it should but unfortunately our App got rejected by Apple. Their reasoning was that PayPal or donation links should be outside the App. Even thought I have no control over InAppBrowser it is still considered as part of the App.
Weirdly I could not find something related to this, I was hopping for it to be very common.
Also tried window.open with different arguments while removing InAppBrowser and nothing happened.
I know that prompting the User to pick a browser will solve the issue but somehow that is not working for me! I remember getting around it on the past but I do not remember the solution(probably different Cordova plugin). Any suggestion how to solve it? Any other approach is welcomed.
Thank you guys!
What is this popup notification in gmail, and how can I replicate it? I assume it is javascript. I'd like to use it in an outside google web project but I don't see anything in the API about what it is called.
That pop-up message that you see is not produced by the Gmail, it's already in your Spreadsheet when updating Custom Menus.
If you want something like that, then you can use Dialogs in Spreadsheet using the Google Apps Script.
You can either use Alert dialogs, Prompt dialogs or Customs dialogs that you want for your Docs or Spreadsheet.
Just visit the link of different dialogs, it will give you a sample code on how to do it :)
You'll need to use a browser extension.
Try out https://www.inboxsdk.com
I've implemented custom URLs in my app, and they work fine. I've also implemented custom landing pages that show different videos based on a query parameter.
1) I would like to generate links for Twitter, email, etc. that launch my app if the user clicks on a link on a mobile phone. If the user does not have the app installed, it should go to the landing page in the mobile browser. The link should go to the landing page if clicked on major desktop browsers.
2) On the landing page, I would like to have a link to open up the app. If the app isn't installed, the link should open the app store listing.
On StackExchange and Google, I've found these proposed solutions:
A) http://mobify.me/static/tests/test-app-link.html
B) http://aawaara.com/post/74543339755/smallest-piece-of-code-thats-going-to-change-the
These solutions are for part 2) above. However, even the canonical version like A) still generates a "cannot open" error in Mobile Safari before redirecting.
Can anyone tell how to write a redirect service for 1) above?
I'd also love a pointer to a good example of how to handle 2) without a error alert box.
You question is fairly long but I am pretty sure this link is what you are looking for: http://support.mobileapptracking.com/entries/25539969-How-to-Deeplink-to-Your-Mobile-App-from-Your-Website
We used the concepts to create something similar to what you are looking to do.
OK, my friend and former CTO gave me an awesome pointer. You can use a iframe to check, which is a solid technique. He has an example, which I can confirm works well on mobile safari.
Here is the code and example on github:
https://github.com/hampusohlsson/browser-deeplink
Hope that helps!