Changeset 516235
- Timestamp:
- 03/08/2012 10:34:47 AM (14 years ago)
- Location:
- mobstac-blogger/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wordpress_common.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mobstac-blogger/trunk/readme.txt
r516231 r516235 30 30 31 31 == Changelog == 32 = 2.65 = 33 * Modified the URL for obtaining API Key. 34 32 35 = 2.64 = 33 36 * From now on mobile will be created from http://mobstac.com/ . -
mobstac-blogger/trunk/wordpress_common.php
r516231 r516235 4 4 Plugin URI: http://mobstac.com/tour 5 5 Description: Redirects mobile visitors to a mobile version of your WordPress blog, powered by MobStac with blazing-fast page loads, support for over 5000 mobile devices (not just iPhones and touch phones), custom domain support (m.yourdomain.com), analytics, and ad network integration. 6 Version: 2.6 36 Version: 2.65 7 7 Author: MobStac 8 8 Author URI: http://mobstac.com … … 380 380 <p><b>Already have a MobStac site?</b></p> 381 381 <p>Please enter the following details to get the plugin working.</p> 382 <p><b>Your MobStac API key</b><i> * (Get <a href="http://b.mobstac.com/mpa/apikey/" target="_blank">your API Key</a>)</i>382 <p><b>Your MobStac API key</b><i><a href="http://mobstac.com/mpa/apikey/" target="_blank">(Get your API Key)</a></i> 383 383 <p><input type="text" name="<?php echo $this->MOBSTAC_API_KEY; ?>" value="<?php echo $mobstac_api_key; ?>" size="40" /></p> 384 384 </p> 385 385 386 <p><b>MobStac site URL</b><i> *(Enter the URL of your mobile site e.g. http://myblog.mobstac.com)</i>386 <p><b>MobStac site URL</b><i> (Enter the URL of your mobile site e.g. http://myblog.mobstac.com)</i> 387 387 <p><input type="text" name="<?php echo $this->MOBILE_URL; ?>" value="<?php echo $mobile_url; ?>" size="20" /></p> 388 388 </p>
Note: See TracChangeset
for help on using the changeset viewer.