how to link to an official account from the built-in browser - wechat

From an official account main menu view I can provide a URL and it will open in the built in WeChat browser.
Is there a way to close the browser and come back to the main account menu?
I don't want to have the user hit the [X] button each time.
Is there a standard URL format for an official account that can be used as a link to open the account from a browser?

In short, there's no way to do that.
In early days, there are some hacking ways to do this, but now they are all not working any more.
You can put a qrcode image of your account on your site for users to scan and follow you.

Related

Sending a firebase dynamic link over SMS from the desktop page

I have firebase deep links working in my app, and when a user visits them on desktop it takes them to a custom webpage I made that says "This content is only available on the app. Please download it to continue" with app store links for my app.
I want to add a form that says "enter your phone number to get texted the link to download the app" and I have no issues doing that with twilio.
Where I'm stuck is that I want to SMS the original deep link to the user. But the firebase deep link system already redirected me to the desktop page so I don't have access to the deep link anymore. Is there any way to get the original deep link?
I do have the path of the original deep link in the URL so I could possibly reconstruct it? But is there an easier way, or an existing solution to my problem of wanting to get users to install our app without losing the deep link context?
If you create your originally link manually you can use the Other Platform Parameters ofl to send a parameter of the dynamic link to be sent in text message to the desktop users.
See the doc's on how to manually create your link.
Alternatively, in the past I've added a parameter to the short link which has been passed through to the webapp, maybe you could use that to pass the dynamic link. Not tested, but should have the desired effect.

Firebase dynamic link with page preview disable not working

I would like to disable efr param to 1 in our dynamic link from firebase, in order to skip the preview page and get directly to the appstore. Thinking it will work.. but now the link is not copied to the app on install. What is your solution here in order to not show the preview page, go directly to the appstore, and keep the url within the clipboard on install?
IMO, UX wise, it's nicer to not have the preview page, even if I add metadata to it.
Thanks.
While there's an option to disable the app preview page, it's in place to ensure Dynamic Link reliability in iOS. You can have it disabled, but it won't guarantee that the FDL will work as expected in iOS. This is explained in more detail here.

Google+ deep linking

The docs here https://developers.google.com/+/mobile/android/share/deep-link seem to be hopelessly out of date, as I cannot find any of the mentioned (like "Edit settings").
Can somebody provide some guidance on how to make a deep link to my app work from within a Google+ post?
e.g., I would expect a link such as "appname://?id=12345678" to be a clickable thing that directs the user either to install the app or opens the installed app and takes the user directly to the content specified by the id. Instead, this link is posted as plain text...
Moreover, will I need to fight with every social network to get deep links to work properly? Does anybody have any experience making this sort of thing work on Twitter, Facebook, etc?
We are developing with Meteor, and using the Cordova cordova-plugin-x-socialsharingplugin https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin
You may want to try using App Invites, which either will let the app receive data from the invitation if the app is already installed (e.g. a coupon) or will install the app.

PUBLICLY link to all my projects on Google Code

Obviously any signed-in user can view his hosted projects on Google Code by browsing to http://code.google.com/u/yourusername (identified here). I'd like to share this view with anyone by means of linking to the overview from my website, but of course it generates an error for anyone other than myself.
Anyone have any ideas of how I can either publicly link to this page OR somehow easily link to an overview of all my projects from my site?
The "Profile" link in the upper right hand corner goes to your canonical public URL. Whether that's /u/username or /u/ depends on how you've set your email address to be displayed - for example, mine is http://code.google.com/u/artdent/.

how to test my local page on Fetch as Googlebot

I have written a page and need to test it locally.
How can I see the result of my development site served from my local machine using Google's "Fetch As Google" feature in Webmaster Tools?
(disclaimer: more of a comment than an answer)
This is an excellent question and there are amazingly little sources on the web for a solution.
Fetch Google Bot - http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=158587
The Fetch as Googlebot tool lets you
see a page as Googlebot sees it. This
is particularly useful if you're
troubleshooting a page's poor
performance in search results. For
example, if you use rich media files
to display content, the page returned
by the tool may not contain this
content if Google can't crawl it
effectively. You can choose to fetch a
page as Google's regular web crawler
sees it or, if you publish mobile
content, as our mobile crawlers do.
I followed the link above and tried out User Agent Switcher but it doesn't accomplish what the asker is looking for. See this thread: chrispederick.com/forums/viewtopic.php?id=788
You can change the user agent settings
to be the same as GoogleBot, for
example, but I'm not sure if sites
also change their appearance based on
the headers the search bot sends.
Changing the headers is beyond the
scope of the extension, however.
And chrispederick.com/forums/viewtopic.php?id=259
Q
For example if i put googleBot i'd
like it to customize that it would be
emulate Google's spider.
A
The User Agent Switcher has always
been designed to be a simple,
light-weight solution so I'm not
planning on adding anything like this.
In short I don't think there is a solution. This would be a great opportunity for a google app
Do you mean you want to see how your site will react to the google web crawler?
For this you could use Firefox with the User Agent Switcher addon.
In order to test your localhost website with the official Google tools, you can use Ngrok as i described in this post : https://www.aymen-loukil.com/en/blog-en/how-to-test-localhost-website-with-google-seo-tools/
Fetch as Google is not possible to use directly with non verified domain in Google Search Console (Webmaster tools). A trick to view it, is to iframe your Ngrok URL in a another verified domain.
- you should have a website verified in Search console
- Make an iframe that loads your Ngrok URL of your localhost webpage
Ngrok + Fetch as google combination is great, but you will need to go through the verification process each time you launch ngrok on the google tools side.
In my case I just needed to check if server side render was properly done, just went to google Chrome navigator settings and disabled javascript:
Settings >> Advanced >> Content Settings >> Disable >> Javascript Allowed (off)
It allowed me to check that the page was being 100% rendered in the server side(nextjs server side rendering) and no JavaScript render was being run on the client side.

Resources