aboutsummaryrefslogtreecommitdiffstats
path: root/addon/oembed
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-29 21:59:28 -0700
committerFriendika <info@friendika.com>2011-03-29 21:59:28 -0700
commit4aa60a7aafe1375a97ed4915f56c8ae1b74d0e0f (patch)
tree65b1561bf8d44be634662ca6b6268f026b2ed1d6 /addon/oembed
parent8357c064ae7eb21ab8ab8b1feec9aa81e5374a9a (diff)
downloadvolse-hubzilla-4aa60a7aafe1375a97ed4915f56c8ae1b74d0e0f.tar.gz
volse-hubzilla-4aa60a7aafe1375a97ed4915f56c8ae1b74d0e0f.tar.bz2
volse-hubzilla-4aa60a7aafe1375a97ed4915f56c8ae1b74d0e0f.zip
oexchange
Diffstat (limited to 'addon/oembed')
-rw-r--r--addon/oembed/oembed.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/addon/oembed/oembed.php b/addon/oembed/oembed.php
index 4bbd75387..d9b205a3a 100644
--- a/addon/oembed/oembed.php
+++ b/addon/oembed/oembed.php
@@ -18,6 +18,10 @@ function oembed_uninstall() {
}
function oembed_hook_page_header($a, &$b){
+
+ if(($a->module !== 'network') && ($a->module !== 'profile'))
+ return;
+
$b .= '<script src="addon/oembed/oembed.js"></script>
<style>#oembed.hide { display: none }
#oembed {
@@ -33,11 +37,11 @@ function oembed_hook_page_header($a, &$b){
<div id="oembed" class="hide"><input id="oembed_url">&nbsp;
<input type="button" value="Embed" onclick="oembed_do()" style="float:left;">
<a onclick="oembed(); return false;" style="float:right;"><img onmouseout="imgdull(this);" onmouseover="imgbright(this);" class="wall-item-delete-icon" src="images/b_drophide.gif" style="width: 16px; height: 16px;"></a>
- <p style="clear:both">Paste a link from 5min.com, Amazon Product Image, blip.tv, Clikthrough, CollegeHumor Video,
+ <div style="clear:both">Paste a link from 5min.com, Amazon Product Image, blip.tv, Clikthrough, CollegeHumor Video,
Daily Show with Jon Stewart, Dailymotion, dotSUB.com, Flickr Photos, Funny or Die Video,
Google Video, Hulu, Kinomap, LiveJournal UserPic, Metacafe, National Film Board of Canada,
Phodroid Photos, Photobucket, Qik Video, Revision3, Scribd, SlideShare, TwitPic, Twitter Status,
- Viddler Video, Vimeo, Wikipedia, Wordpress.com, XKCD Comic, YFrog, YouTube</p>
+ Viddler Video, Vimeo, Wikipedia, Wordpress.com, XKCD Comic, YFrog, YouTube</div>
</div>
';
}