You are here

function emwave_google_embedded_link in Embedded Media Field 6

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

hook emwave_PROVIDER_embedded_link($code) returns a link to view the content at the provider's site

Parameters

$code: the string containing the content to watch @return a string containing the URL to view the wave at the original provider's site

File

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

Code

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