You are here

function emwave_google_wave_url in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emwave/providers/google.inc \emwave_google_wave_url()
  2. 6.2 contrib/emwave/providers/google.inc \emwave_google_wave_url()

Implement emwave_PROVIDER_wave_url

Parameters

$code: the code of the wave @param $data any stored data for the wave, which may already have the title @return the url directly to the wave to display

File

contrib/emwave/providers/google.inc, line 64
This include processes google.com wave files for use by emfield.module.

Code

function emwave_google_wave_url($code, $data) {
  return "http://wave.google.com/a/wavesandbox.com/{$code}";
}