Changeset 544707
- Timestamp:
- 05/15/2012 10:23:56 PM (14 years ago)
- Location:
- universo-widget-and-mobile-redirect/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
universo-widget-and-mobile-redirect.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
universo-widget-and-mobile-redirect/trunk/readme.txt
r544698 r544707 4 4 Requires at least: 2.5 5 5 Tested up to: 3.3.2 6 Stable tag: 2. 26 Stable tag: 2.3 7 7 8 8 Displays Universo's (http://universo.mobi) App link in the sidebar and add a Mobile Recognition tool to redirect your reader using mobile devices to your Universo App URL. … … 76 76 * Sending "feature" param to QRCode 77 77 * Calling Universo.mobi using get_meta_tags with an user agent 78 79 = 2.3 = 80 * Corrected QRCode icon size bug -
universo-widget-and-mobile-redirect/trunk/universo-widget-and-mobile-redirect.php
r544698 r544707 45 45 function get_app_qrcode($app_url, $qrcode_size){ 46 46 $app_name = split("/", $app_url); 47 if(isset($ icon_size))48 echo "<img id='universo_app_qrcode' src='http://media.universo.mobi/qr?app_name=$app_name[3]&feature=wpwidget' width='$ icon_size' height='$icon_size' />";47 if(isset($qrcode_size)) 48 echo "<img id='universo_app_qrcode' src='http://media.universo.mobi/qr?app_name=$app_name[3]&feature=wpwidget' width='$qrcode_size' height='$qrcode_size' />"; 49 49 else 50 50 echo "<img id='universo_app_qrcode' src='http://media.universo.mobi/qr?app_name=$app_name[3]&feature=wpwidget' />";
Note: See TracChangeset
for help on using the changeset viewer.