I am able to pull a webcore presence into ActionTiles by using a piston to POST the presence to a server side script. The script grabs the status from various variables and stores it in a mySQL database. In ActionTiles I just create a media tile with a URL pointing to a script on my web server that pulls the status from the DB adds it to the profile pic and then spits out a PNG in real time that ActionTiles can read and display.
Here’s how my Action Tiles panel looks:
Here’s the link to another post on here I created in regards to the piston that does it all.
Using this approach you can pretty much interface with anything on WebCore, not just for presence stuff.
I was planning releasing this publicly to the community but with the current unreliable state of WebCore presence I’m holding off for the time being. Hopefully webCoRE app will get fixed soon.