Is there a way to show your hangouts status on your own web page in PHP - google-hangouts

I've found tutorial on how to link to a hangout but I want to show people inbound that I'm online with hangouts so they can contact me.
Is there a way to do this?

Ether develop a Hangout Extension that can save your personal PHP link page URL, and "tell it" when you enter a Hangout, or just create the PHP link page that you can go to and provide the link info yourself. I suggest a periodic keep-alive rather than count on Hangouts API telling your page as it closes.
Great info to be found in the Developing with Google+ community, as well as the Getting Started page in Hangouts API documentation.
Hope this helps!

Related

How to share link from web to Messenger on mobile

In my application I have a button responsible for sharing a specific link to Messenger. While on mobile web, I would like it to open new Messenger message with prepopulated link and no addresee on both Android and iOS.
It seems, like https://developers.facebook.com/docs/sharing/messenger/web was a great solution, but as it is mentioned in the link, they stopped supporting it.
Is there any other way to achieve what I am looking for?

Facebook Page Plugin Just Not Working

I am trying to implement the facebook page plugin into my website but it is just not working it just shows some simple text with my webpage name like a normal anchor link but nothing else. it also say file://connect.facebook.net/en_GB/sdk.js is not found in developer tools but when I punch in that address into the web browser it does find the link. Please help this is driving me up the wall
Apparently the facebook page plugin doesn't work the same as the twitter plugin. With twitter you can test your site locally and if you are connected to the internet the plugin will still pull through the data not so with the facebook plugin. How I managed to get it to work was by uploading my file onto my live server and it worked. I have no idea why this happens. Thanks for your help Dani

Google talk gadget code from your website

i would like to have a google talk button on my website to launch google chat option
i know it used to be possible but i can't find the code for it.
the Hangout video button code is available at the below address.
https://developers.google.com/+/hangouts/button
But i can't find one for the chat option that is available via google plus profiles and gmail...
i would really like to launch the google talk option via a button directly from my website for a text chatting option... can anyone help please :) ???
There used to be such a button till May, 2013
google talk button
But now, it has been replaced by hangouts
Google talk official documentation
"We announced a new communications product, Hangouts, in May 2013. Hangouts will replace Google Talk and does not support XMPP."

facebook app counter new entry

Im new to facebook app development. But i manage to get facebook login on my site.
No i wish to show feedback of my site (new entrys) and pass it to app counter.
(span .count uiSideNavCount) on facebook. Im searching for any info about it but can't find anything about that topic. Any help, info, documents maybe a tutorial will be very appriciated.
http://gathernet.eu/lots/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=17
http://developers.facebook.com/docs/reference/dialogs/requests/
This is what i was searching for.
That link is bad: [#10171] You do not have permission to view this attachment.
Do you absolutely need to use a third-party API, or can you use one of the free Facebook APIs? If so, you can do a simple login here: https://developers.facebook.com/docs/reference/plugins/login/

Post On Facebook Wall From Windows Phone

I want my application to post something on Facebook wall. My application is supposed to run on WP7.
Is there any way of opening a web browser with a default Facebook (hosted on Facebook server) publishing form? I see different websites opening a new window with that form when Share button is clicked and then you click Publish and here you go - the post is on the wall :)
WebBrowserTask is pretty limited and seems to be able to send only GET data but even then... I don't know what kind of data and how named it should be sent. Anyone?
Why not use the Facebook Developer's Toolkit to post via API instead of trying to use a browser?
You can try Post to Facebook user wall using Facebook.dll in WP7.
If you want to post on someone other than the user's wall, then the Facebook SDK is required. But if you just want to quickly add the option to share something to Facebook, you could just open a new WebBrowserTask and have it go to http://www.facebook.com/share.php, and just add u and t to the URL. u being the URL to share, and t being the Title.
But from what's been said it seems the SDK is what your going to want.