Changeset 636536
- Timestamp:
- 12/10/2012 11:45:51 AM (13 years ago)
- Location:
- wallwisher-shortcode/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wallwisher.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wallwisher-shortcode/trunk/readme.txt
r627457 r636536 9 9 Requires at least: 2.6 10 10 Tested up to: 3.4.2 11 Stable tag: 1. 112 Version: 1. 111 Stable tag: 1.2 12 Version: 1.2 13 13 License: GPLv2 or later 14 14 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 38 39 39 1.0 - Initial release. 40 1.1 - Fixing version number. 41 1.2 - Updating embed code. 40 42 41 43 == Frequently Asked Questions == -
wallwisher-shortcode/trunk/wallwisher.php
r627457 r636536 3 3 Plugin Name: Wallwisher Shortcode 4 4 Description: Enables shortcode to embed Wallwisher walls. Usage: <code>[wall key="8ytxjz" height="480" width="100%" ]</code>. This code is available in the SHARE section of the wall side bar. 5 Version: 1. 15 Version: 1.2 6 6 License: GPL 7 7 Author: Nitesh Goel / Wallwisher … … 20 20 } 21 21 else { 22 $code = "<iframe src='http://wallwisher.com/embed/$key' width='$width' height='$height' style='border:1px solid #999999'></iframe>";22 $code = "<iframe src='http://wallwisher.com/embed/$key' frameborder=0 width='100%' height='480px' style='padding:0;margin:0;border:none'></iframe><div style='border-top:2px solid #a7d23a;padding:8px;margin:0;font-size:12px;text-align:right'><a href='http://wallwisher.com' style='color:#41555f;text-decoration:none'>Created with Wallwisher<img valign='middle' style='margin:0 0 0 10px;padding:0;border:none;width:16px;height:16px' src='http://wallwisher.com/favicon.ico'></a></div>"; 23 23 } 24 24
Note: See TracChangeset
for help on using the changeset viewer.