How to get skype status as number or text? mystatus.skype.com doesnt work - status

Im trying to show custom skype status icon on my website.
I found, that i can use url this:
http://mystatus.skype.com/username.txt but it always returns "Offline".
I tried also with num and xml extension:
http://mystatus.skype.com/username.num (always returns 1)
http://mystatus.skype.com/username.xml (always says im offline).

It was all about privacy settings in Skype.
"Allow my online status to be shown on the web" is turned off by default. I had to turn it on in my Skype settings.
FAQ on support.skype.com says
To show your Skype status on the web:
Sign in to Skype
In the menu bar, click Skype > Privacy... (on earlier versions, you can find this on Skype > Options > Privacy > Show Advanced Options)
Check Allow my online status to be shown on the web.
I dont understand, why there is no such information on page, where i can choose buttons :/

Related

Is there a way to control appearance of Bot Menu Button?

The somewhat-new feature of bot menu button now dissapeared from my and other bots I used from my macOS client, presumably after latest mac Telegram update, version 8.1 (221723) Stable. Looking at some screenshots I did, menu button was there as of 14th September. Still shows on the Android phone. Link to two screenshots showing the issue
Google and SO searches do not address the question:
Can developers manage the appearance of the menu button instead of attachment button? Where did it go?
My bot heavily depends on the button and doesn't give any hints to the commands in the text. Did they silently disable it for desktop client? Any insight appreciated.
Can developers manage the appearance of the bot-menu button?
Yes, by using the setMyCommands method, you can control the command listed in the menu.
The command scope is used to determine the list of commands for a particular user viewing the bot menu
Can developers manage the appearance of the attachment-menu button?
No, the attachment button is handled by the Telegram Client.
Therefore it's not possible to manually show/hide the button.
There isn't a complete list of clients which will show the button, however
Telegram Desktop 3.1 client
Telegram 8.1 (221723) AppStore client
Both show the original design, with the / and attachment button.
The Android version does not show the button.

WordPress FaceBook Plugin Error

In order to work with facebook an article that was posted in wordpress,
I installed the facebook plugin to word press.
Obtain the App ID and App Secret in FaceBook, and was set to WordPress.
In FaceBook, I've set the AppDomains.
In FaceBook, Action in the setting of the Open Graph: Publish, Object Type: I have set the Article.
Tags, User Messages, it has been saved and put a check in Exlicitly Shared.
However, if "3. Authenticate with Facebook to allow your Facebook application to post to your Timeline or Page on your behalf when a post is published X" and become not, can not be set wordpress and Facebook of cooperation.
After: If you click the "2.Associate an Open Graph action-object pair for your application people can publish an article" link, it is an error page.
Do not know how to resolve?
Facebook Plugin Version: 1.5.5
It is an error in the code .. it is no longer supported by Facebook .. but it will only tell you how to create the object(Article) and the action(publish)
Which can be done in very easy steps:
Go to your facebook developer page;
Select Open Graph from the left sidebar;
go to the Object Type Tab and press add new .. and write article on the pop-up
then go to action types, press add new and write publish
Et Voila,
But being not supported anymore .. you will need to change the coder coding ... as well if you wanna make it work

How to find wordpress version of a site without logging into the admin panel?

I want to know version of wordpress installation without getting into the wp-admin. Just outside of the admin panel. I just want to know what version of my friend's blog currently running.
Is that possible?
Yes of course, possible.
In the login form, open the page HTML source by right click > View Source or through the developer tool of your favorite browser. Then pay attention to reource version:
Taken from here.

How does one get Google mobile in Chrome?

I'm trying to view Google's mobile search site on my desktop version of Chrome.
I've tried changing the user agent to my iPhone's user agent via chrome.exe --user-agent="....", but that was unsuccessful. Are there factors besides the user agent which determine what version of Google's site is retrieved?
How can I get the mobile version of Google.com to be retrieved?
Navigating to http://google.com/m will bring you directly to the mobile version of google.com
Whereas:
http://m.google.com would be a listing of many products.
The m.google.com link contains most of the most used Google Products, so search would look like this:
http://www.google.com/m?source=mobileproducts&dc=gorganic

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