Add clientside support for Google+
This commit is contained in:
parent
c522516b88
commit
8acffda8ec
2 changed files with 41 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue