Add clientside support for Google+

This commit is contained in:
Calvin Montgomery 2014-07-10 23:23:48 -07:00
parent c522516b88
commit 8acffda8ec
2 changed files with 41 additions and 0 deletions

View file

@ -878,6 +878,10 @@ Callbacks = {
data = vimeoSimulator2014(data);
}
if (data.type === "gp") {
data = googlePlusSimulator2014(data);
}
/* RTMP player has been replaced with the general flash player */
if (data.type === "rt") {
data.url = data.id;