Changeset 933980
- Timestamp:
- 06/17/2014 09:52:51 PM (12 years ago)
- Location:
- media-wall/trunk
- Files:
-
- 3 edited
-
media-wall.js (modified) (1 diff)
-
media-wall.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
media-wall/trunk/media-wall.js
r927357 r933980 17 17 function showGrabimoCollectionMode(bizAlias, font) { 18 18 var showTitle = 0; 19 font = decodeURIComponent(font) || "";19 font = (typeof font !== 'undefined') ? decodeURIComponent(font) : ''; 20 20 grab_multimedia_feedback.startFlow(bizAlias, font, showTitle); 21 21 } -
media-wall/trunk/media-wall.php
r928026 r933980 4 4 Plugin URI: http://www.grabimo.com 5 5 Description: Enable yourself and your website visitors to post video, audio, photo, and text on your website. You manage which media to display on your site. 6 Version: 1.0. 06 Version: 1.0.1 7 7 Author: Grabimo 8 8 Author URI: http://www.grabimo.com … … 99 99 $html = $html . '" scrolling="no" width="100%" style="border: none;"></iframe>'; 100 100 if ($media_wall_enable_post) { 101 $html = $html . '<div id="grabimo_media_wall_submit" style="position:absolute;top:20px;left:20px;width:2 76px;height:113px;cursor:pointer" onClick="showGrabimoCollectionMode(\'' . $media_wall_business_alias . '\',\'' . rawurlencode($media_wall_font_family) . '\')"></div>';101 $html = $html . '<div id="grabimo_media_wall_submit" style="position:absolute;top:20px;left:20px;width:280px;height:113px;cursor:pointer" onClick="showGrabimoCollectionMode(\'' . $media_wall_business_alias . '\',\'' . rawurlencode($media_wall_font_family) . '\')"></div>'; 102 102 } 103 103 $html = $html . '</div>'; -
media-wall/trunk/readme.txt
r927357 r933980 5 5 Requires at least: 3.0 6 6 Tested up to: 3.8 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.