PUBLICLY link to all my projects on Google Code - 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/.

Related

Link sharing shows javascript codes with my wordpress website's name

My site's name is akiveb and i am a designer. Whenever i try to share my sites link on social networking or whattsapp. A wierd javascript code shows alongside
I tried searching for a solution and till now all I can manage is that it can be a malicious attack
Thank you to whoever choses to help

Open Graph on LinkedIn does not work for my client's site

For some reason sharing links on LinkedIn from my client's site does not work.
I've checked the specifications on https://www.linkedin.com/help/linkedin/answer/46687/making-your-website-shareable-on-linkedin?lang=en and it looks like all the og meta tags re correct. Sharing on other social media works without problems. It's only on LinkedIn where the Open Graph data is not picked up.
Here is a sample URL which does not work on LinkedIn:
https://nomadandvillager.com/bestemmingen/kenia/mbara/vrouwenbesnijdenis/
Am I missing something?
Would you be able to share a bit more on how you're getting the tags to render on Facebook and the like?
I encountered the same problem (My site runs on Angular), but my approach was to redirect the LinkedInBot via .htaccess.
Eventually, I gave up, and wrote a custom share button with LinkedIn's rest API
With it, you will be able to specify the details of the share, and avoid the messy workarounds for LinkedIn.
Direct Sharing on LinkedIn
Sharing via REST API
Original link: http://blog.crazy.technology/post/Clash-of-Clans---How-to-use-the-Web-API-570dd2b2

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

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.

How to get gmail username into asp.net page

Hello folks when someone login to gmail account and in another tab he open google.
Then you must have seen gmail username displays at the top right corner of the google.
I want the same functionality into my asp.net website. I have searched a lot but could not find any answer. please help if anybody have any idea about it.
If you want to retrieve the user's details of currently logged in google user, then use OpenAuth/OpenID. For .Net, a library is available to do all this task, DotNetOpenAuth. It also contains exact sample of what you want to achieve. Also look here.

Page Administration & Open Graph

I'm an Admin for this page
http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.westberks.gov.uk%2Findex.aspx%3Farticleid%3D23789
and I've also specified that my App can administer it too. I've Liked this page so I thought I should be able to access the admin screen for the page but I can't seem to. Any ideas on how I access the admin screen for this page in FB, so I can manually publish updates?
Additionally, when I try to update page programmatically I get the message
(OAuthException) (#200) The user hasn't authorized the application to perform this action
but the page has my App listed here
http://graph.facebook.com/10150303466842688
This was definitely a bug rather than a programming or setup issue. The bug has been marked fixed by Facebook as of 1/18/2012 and everything now works as it is supposed to! Bug report:
http://developers.facebook.com/bugs/308356579205492?browse=search_4f0f1475c470b2076799347
Until this recent fix, there was a problem where OpenGraph pages did NOT allow the admins of those pages to retrieve page access tokens for them. Which means they were locked out of posting "as the page" and apparently also locked out of the Admin area for their own pages as well.
I know that this is fixed for me now with this bugfix, and hopefully it will also be fixed for everyone else.
You will need to ask for manage_pages, read_stream and publish_stream. Once your admin accepts those permissions, the app can call me/accounts on the Graph (play here https://developers.facebook.com/tools/explorer). In there will be a list of all the pages they admin. In each listing will be a unique access token. This is called the page access token. Using that token you should be able to read and write to the me/feed for that page.

Resources