Plugin Directory

Changeset 636536


Ignore:
Timestamp:
12/10/2012 11:45:51 AM (13 years ago)
Author:
coffeebite
Message:

Adding "Created with Wallwisher" footer to embed codes.

Location:
wallwisher-shortcode/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wallwisher-shortcode/trunk/readme.txt

    r627457 r636536  
    99Requires at least: 2.6
    1010Tested up to: 3.4.2
    11 Stable tag: 1.1
    12 Version: 1.1
     11Stable tag: 1.2
     12Version: 1.2
    1313License: GPLv2 or later
    1414License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3838
    39391.0 - Initial release.
     401.1 - Fixing version number.
     411.2 - Updating embed code.
    4042
    4143== Frequently Asked Questions ==
  • wallwisher-shortcode/trunk/wallwisher.php

    r627457 r636536  
    33Plugin Name: Wallwisher Shortcode
    44Description: 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.1
     5Version: 1.2
    66License: GPL
    77Author: Nitesh Goel / Wallwisher
     
    2020    }
    2121    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>";
    2323    }
    2424
Note: See TracChangeset for help on using the changeset viewer.